1# Makefile.in generated by automake 1.16.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am - template makefile for gtk-doc module
18# Copyright (C) 2007-2017  Stefan Sauer
19#
20# This program is free software: you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation, either version 3 of the License, or
23# (at your option) any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program.  If not, see <http://www.gnu.org/licenses/>.
32#
33# As a special exception, the above copyright owner gives unlimited
34# permission to copy, distribute and modify this Makefile.am template.
35# You need not follow the terms of the GNU General Public License when
36# using or distributing such Makefile.am files, even though portions of
37# the text of the Makefile.am appear in them. The GNU General Public
38# License (GPL) does govern all other use of the material that constitutes
39# the Makefile.am template.
40
41# This is a blank Makefile.am for using gtk-doc.
42# Copy this to your project's API docs directory and modify the variables to
43# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
44# of using the various options.
45
46# -*- mode: makefile -*-
47#
48# gtk-doc.make - make rules for gtk-doc
49# Copyright (C) 2003 James Henstridge
50#               2004-2007 Damon Chaplin
51#               2007-2017 Stefan Sauer
52#
53# This program is free software: you can redistribute it and/or modify
54# it under the terms of the GNU General Public License as published by
55# the Free Software Foundation, either version 3 of the License, or
56# (at your option) any later version.
57#
58# This program is distributed in the hope that it will be useful,
59# but WITHOUT ANY WARRANTY; without even the implied warranty of
60# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61# GNU General Public License for more details.
62#
63# You should have received a copy of the GNU General Public License
64# along with this program.  If not, see <http://www.gnu.org/licenses/>.
65
66####################################
67# Everything below here is generic #
68####################################
69VPATH = @srcdir@
70am__is_gnu_make = { \
71  if test -z '$(MAKELEVEL)'; then \
72    false; \
73  elif test -n '$(MAKE_HOST)'; then \
74    true; \
75  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
76    true; \
77  else \
78    false; \
79  fi; \
80}
81am__make_running_with_option = \
82  case $${target_option-} in \
83      ?) ;; \
84      *) echo "am__make_running_with_option: internal error: invalid" \
85              "target option '$${target_option-}' specified" >&2; \
86         exit 1;; \
87  esac; \
88  has_opt=no; \
89  sane_makeflags=$$MAKEFLAGS; \
90  if $(am__is_gnu_make); then \
91    sane_makeflags=$$MFLAGS; \
92  else \
93    case $$MAKEFLAGS in \
94      *\\[\ \	]*) \
95        bs=\\; \
96        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
97          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
98    esac; \
99  fi; \
100  skip_next=no; \
101  strip_trailopt () \
102  { \
103    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
104  }; \
105  for flg in $$sane_makeflags; do \
106    test $$skip_next = yes && { skip_next=no; continue; }; \
107    case $$flg in \
108      *=*|--*) continue;; \
109        -*I) strip_trailopt 'I'; skip_next=yes;; \
110      -*I?*) strip_trailopt 'I';; \
111        -*O) strip_trailopt 'O'; skip_next=yes;; \
112      -*O?*) strip_trailopt 'O';; \
113        -*l) strip_trailopt 'l'; skip_next=yes;; \
114      -*l?*) strip_trailopt 'l';; \
115      -[dEDm]) skip_next=yes;; \
116      -[JT]) skip_next=yes;; \
117    esac; \
118    case $$flg in \
119      *$$target_option*) has_opt=yes; break;; \
120    esac; \
121  done; \
122  test $$has_opt = yes
123am__make_dryrun = (target_option=n; $(am__make_running_with_option))
124am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
125pkgdatadir = $(datadir)/@PACKAGE@
126pkgincludedir = $(includedir)/@PACKAGE@
127pkglibdir = $(libdir)/@PACKAGE@
128pkglibexecdir = $(libexecdir)/@PACKAGE@
129am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
130install_sh_DATA = $(install_sh) -c -m 644
131install_sh_PROGRAM = $(install_sh) -c
132install_sh_SCRIPT = $(install_sh) -c
133INSTALL_HEADER = $(INSTALL_DATA)
134transform = $(program_transform_name)
135NORMAL_INSTALL = :
136PRE_INSTALL = :
137POST_INSTALL = :
138NORMAL_UNINSTALL = :
139PRE_UNINSTALL = :
140POST_UNINSTALL = :
141build_triplet = @build@
142host_triplet = @host@
143subdir = docs/reference/libags-audio
144ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145am__aclocal_m4_deps = $(top_srcdir)/m4/ags-docs-api.m4 \
146	$(top_srcdir)/m4/ags-docs-books.m4 \
147	$(top_srcdir)/m4/ags-listings.m4 \
148	$(top_srcdir)/m4/ags-marshallers.m4 \
149	$(top_srcdir)/m4/ags-potfiles.m4 \
150	$(top_srcdir)/m4/ags-symbols.m4 $(top_srcdir)/m4/gettext.m4 \
151	$(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
152	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
153	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
154	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
155	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
156	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
157	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
158	$(top_srcdir)/configure.ac
159am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160	$(ACLOCAL_M4)
161DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
162mkinstalldirs = $(install_sh) -d
163CONFIG_HEADER = $(top_builddir)/ags/config.h \
164	$(top_builddir)/ags/ags_api_config.h
165CONFIG_CLEAN_FILES =
166CONFIG_CLEAN_VPATH_FILES =
167AM_V_P = $(am__v_P_@AM_V@)
168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169am__v_P_0 = false
170am__v_P_1 = :
171AM_V_GEN = $(am__v_GEN_@AM_V@)
172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173am__v_GEN_0 = @echo "  GEN     " $@;
174am__v_GEN_1 =
175AM_V_at = $(am__v_at_@AM_V@)
176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177am__v_at_0 = @
178am__v_at_1 =
179SOURCES =
180DIST_SOURCES =
181am__can_run_installinfo = \
182  case $$AM_UPDATE_INFO_DIR in \
183    n|no|NO) false;; \
184    *) (install-info --version) >/dev/null 2>&1;; \
185  esac
186am__extra_recursive_targets = ags-docs-recursive
187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188am__tty_colors_dummy = \
189  mgn= red= grn= lgn= blu= brg= std=; \
190  am__color_tests=no
191am__tty_colors = { \
192  $(am__tty_colors_dummy); \
193  if test "X$(AM_COLOR_TESTS)" = Xno; then \
194    am__color_tests=no; \
195  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
196    am__color_tests=yes; \
197  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
198    am__color_tests=yes; \
199  fi; \
200  if test $$am__color_tests = yes; then \
201    red=''; \
202    grn=''; \
203    lgn=''; \
204    blu=''; \
205    mgn=''; \
206    brg=''; \
207    std=''; \
208  fi; \
209}
210am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
211am__vpath_adj = case $$p in \
212    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
213    *) f=$$p;; \
214  esac;
215am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
216am__install_max = 40
217am__nobase_strip_setup = \
218  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
219am__nobase_strip = \
220  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
221am__nobase_list = $(am__nobase_strip_setup); \
222  for p in $$list; do echo "$$p $$p"; done | \
223  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
224  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
225    if (++n[$$2] == $(am__install_max)) \
226      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
227    END { for (dir in files) print dir, files[dir] }'
228am__base_list = \
229  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
230  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
231am__uninstall_files_from_dir = { \
232  test -z "$$files" \
233    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
234    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
235         $(am__cd) "$$dir" && rm -f $$files; }; \
236  }
237am__recheck_rx = ^[ 	]*:recheck:[ 	]*
238am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
239am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
240# A command that, given a newline-separated list of test names on the
241# standard input, print the name of the tests that are to be re-run
242# upon "make recheck".
243am__list_recheck_tests = $(AWK) '{ \
244  recheck = 1; \
245  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
246    { \
247      if (rc < 0) \
248        { \
249          if ((getline line2 < ($$0 ".log")) < 0) \
250	    recheck = 0; \
251          break; \
252        } \
253      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
254        { \
255          recheck = 0; \
256          break; \
257        } \
258      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
259        { \
260          break; \
261        } \
262    }; \
263  if (recheck) \
264    print $$0; \
265  close ($$0 ".trs"); \
266  close ($$0 ".log"); \
267}'
268# A command that, given a newline-separated list of test names on the
269# standard input, create the global log from their .trs and .log files.
270am__create_global_log = $(AWK) ' \
271function fatal(msg) \
272{ \
273  print "fatal: making $@: " msg | "cat >&2"; \
274  exit 1; \
275} \
276function rst_section(header) \
277{ \
278  print header; \
279  len = length(header); \
280  for (i = 1; i <= len; i = i + 1) \
281    printf "="; \
282  printf "\n\n"; \
283} \
284{ \
285  copy_in_global_log = 1; \
286  global_test_result = "RUN"; \
287  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
288    { \
289      if (rc < 0) \
290         fatal("failed to read from " $$0 ".trs"); \
291      if (line ~ /$(am__global_test_result_rx)/) \
292        { \
293          sub("$(am__global_test_result_rx)", "", line); \
294          sub("[ 	]*$$", "", line); \
295          global_test_result = line; \
296        } \
297      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
298        copy_in_global_log = 0; \
299    }; \
300  if (copy_in_global_log) \
301    { \
302      rst_section(global_test_result ": " $$0); \
303      while ((rc = (getline line < ($$0 ".log"))) != 0) \
304      { \
305        if (rc < 0) \
306          fatal("failed to read from " $$0 ".log"); \
307        print line; \
308      }; \
309      printf "\n"; \
310    }; \
311  close ($$0 ".trs"); \
312  close ($$0 ".log"); \
313}'
314# Restructured Text title.
315am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
316# Solaris 10 'make', and several other traditional 'make' implementations,
317# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
318# by disabling -e (using the XSI extension "set +e") if it's set.
319am__sh_e_setup = case $$- in *e*) set +e;; esac
320# Default flags passed to test drivers.
321am__common_driver_flags = \
322  --color-tests "$$am__color_tests" \
323  --enable-hard-errors "$$am__enable_hard_errors" \
324  --expect-failure "$$am__expect_failure"
325# To be inserted before the command running the test.  Creates the
326# directory for the log if needed.  Stores in $dir the directory
327# containing $f, in $tst the test, in $log the log.  Executes the
328# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
329# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
330# will run the test scripts (or their associated LOG_COMPILER, if
331# thy have one).
332am__check_pre = \
333$(am__sh_e_setup);					\
334$(am__vpath_adj_setup) $(am__vpath_adj)			\
335$(am__tty_colors);					\
336srcdir=$(srcdir); export srcdir;			\
337case "$@" in						\
338  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
339    *) am__odir=.;; 					\
340esac;							\
341test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
342  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
343if test -f "./$$f"; then dir=./;			\
344elif test -f "$$f"; then dir=;				\
345else dir="$(srcdir)/"; fi;				\
346tst=$$dir$$f; log='$@'; 				\
347if test -n '$(DISABLE_HARD_ERRORS)'; then		\
348  am__enable_hard_errors=no; 				\
349else							\
350  am__enable_hard_errors=yes; 				\
351fi; 							\
352case " $(XFAIL_TESTS) " in				\
353  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
354    am__expect_failure=yes;;				\
355  *)							\
356    am__expect_failure=no;;				\
357esac; 							\
358$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
359# A shell command to get the names of the tests scripts with any registered
360# extension removed (i.e., equivalently, the names of the test logs, with
361# the '.log' extension removed).  The result is saved in the shell variable
362# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
363# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
364# since that might cause problem with VPATH rewrites for suffix-less tests.
365# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
366am__set_TESTS_bases = \
367  bases='$(TEST_LOGS)'; \
368  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
369  bases=`echo $$bases`
370AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
371RECHECK_LOGS = $(TEST_LOGS)
372AM_RECURSIVE_TARGETS = check recheck
373TEST_SUITE_LOG = test-suite.log
374TEST_EXTENSIONS = @EXEEXT@ .test
375am__test_logs1 = $(TESTS:=.log)
376am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
377TEST_LOGS = $(am__test_logs2:.test.log=.log)
378TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
379TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
380	$(TEST_LOG_FLAGS)
381am__set_b = \
382  case '$@' in \
383    */*) \
384      case '$*' in \
385        */*) b='$*';; \
386          *) b=`echo '$@' | sed 's/\.log$$//'`; \
387       esac;; \
388    *) \
389      b='$*';; \
390  esac
391am__DIST_COMMON = $(srcdir)/./gtk-doc.make $(srcdir)/Makefile.in \
392	$(top_srcdir)/test-driver
393DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
394ACLOCAL = @ACLOCAL@
395ALLOCA = @ALLOCA@
396AMTAR = @AMTAR@
397AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
398AR = @AR@
399AS = @AS@
400AUDIO_UNIT_CFLAGS = @AUDIO_UNIT_CFLAGS@
401AUDIO_UNIT_LIBS = @AUDIO_UNIT_LIBS@
402AUTOCONF = @AUTOCONF@
403AUTOHEADER = @AUTOHEADER@
404AUTOMAKE = @AUTOMAKE@
405AWK = @AWK@
406CAIRO_CFLAGS = @CAIRO_CFLAGS@
407CAIRO_LIBS = @CAIRO_LIBS@
408CC = @CC@
409CCDEPMODE = @CCDEPMODE@
410CFLAGS = @CFLAGS@
411CORE_AUDIO_CFLAGS = @CORE_AUDIO_CFLAGS@
412CORE_AUDIO_LIBS = @CORE_AUDIO_LIBS@
413CPP = @CPP@
414CPPFLAGS = @CPPFLAGS@
415CSCOPE = @CSCOPE@
416CTAGS = @CTAGS@
417CXX = @CXX@
418CXXCPP = @CXXCPP@
419CXXDEPMODE = @CXXDEPMODE@
420CXXFLAGS = @CXXFLAGS@
421CYGPATH_W = @CYGPATH_W@
422DEFS = @DEFS@
423DEPDIR = @DEPDIR@
424DLLTOOL = @DLLTOOL@
425DSYMUTIL = @DSYMUTIL@
426DUMPBIN = @DUMPBIN@
427ECHO_C = @ECHO_C@
428ECHO_N = @ECHO_N@
429ECHO_T = @ECHO_T@
430EGREP = @EGREP@
431ETAGS = @ETAGS@
432EXEEXT = @EXEEXT@
433FFTW_CFLAGS = @FFTW_CFLAGS@
434FFTW_LIBS = @FFTW_LIBS@
435FGREP = @FGREP@
436GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
437GIO_CFLAGS = @GIO_CFLAGS@
438GIO_LIBS = @GIO_LIBS@
439GLIB_CFLAGS = @GLIB_CFLAGS@
440GLIB_LIBS = @GLIB_LIBS@
441GMSGFMT = @GMSGFMT@
442GMSGFMT_015 = @GMSGFMT_015@
443GOBJECT_API_DOC = @GOBJECT_API_DOC@
444GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
445GOBJECT_LIBS = @GOBJECT_LIBS@
446GREP = @GREP@
447GSEQUENCER_CFLAGS = @GSEQUENCER_CFLAGS@
448GSEQUENCER_FUNCTIONAL_TEST_LDADD = @GSEQUENCER_FUNCTIONAL_TEST_LDADD@
449GSEQUENCER_LDFLAGS = @GSEQUENCER_LDFLAGS@
450GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
451GSTREAMER_LIBS = @GSTREAMER_LIBS@
452GTKDOC_CHECK = @GTKDOC_CHECK@
453GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
454GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
455GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
456GTKDOC_MKPDF = @GTKDOC_MKPDF@
457GTKDOC_REBASE = @GTKDOC_REBASE@
458GTK_API_DOC = @GTK_API_DOC@
459GTK_CFLAGS = @GTK_CFLAGS@
460GTK_LIBS = @GTK_LIBS@
461GTK_MAC_INTEGRATION_CFLAGS = @GTK_MAC_INTEGRATION_CFLAGS@
462GTK_MAC_INTEGRATION_LIBS = @GTK_MAC_INTEGRATION_LIBS@
463HTMLHELP_XSL = @HTMLHELP_XSL@
464HTML_DIR = @HTML_DIR@
465INSTALL = @INSTALL@
466INSTALL_DATA = @INSTALL_DATA@
467INSTALL_PROGRAM = @INSTALL_PROGRAM@
468INSTALL_SCRIPT = @INSTALL_SCRIPT@
469INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
470INTLLIBS = @INTLLIBS@
471INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
472INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
473INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
474INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
475INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
476INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
477INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
478INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
479INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
480JACK_CFLAGS = @JACK_CFLAGS@
481JACK_LIBS = @JACK_LIBS@
482LD = @LD@
483LDFLAGS = @LDFLAGS@
484LIBAGS_API_DIR = @LIBAGS_API_DIR@
485LIBAGS_API_DOC = @LIBAGS_API_DOC@
486LIBAGS_AUDIO_API_DIR = @LIBAGS_AUDIO_API_DIR@
487LIBAGS_AUDIO_API_DOC = @LIBAGS_AUDIO_API_DOC@
488LIBAGS_GUI_API_DIR = @LIBAGS_GUI_API_DIR@
489LIBAGS_GUI_API_DOC = @LIBAGS_GUI_API_DOC@
490LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
491LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
492LIBDSSIALSACOMPAT_CFLAGS = @LIBDSSIALSACOMPAT_CFLAGS@
493LIBDSSIALSACOMPAT_LIBS = @LIBDSSIALSACOMPAT_LIBS@
494LIBGSEQUENCER_API_DIR = @LIBGSEQUENCER_API_DIR@
495LIBGSEQUENCER_API_DOC = @LIBGSEQUENCER_API_DOC@
496LIBGSEQUENCER_TEST_LIBADD = @LIBGSEQUENCER_TEST_LIBADD@
497LIBICONV = @LIBICONV@
498LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
499LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
500LIBINTL = @LIBINTL@
501LIBOBJS = @LIBOBJS@
502LIBS = @LIBS@
503LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
504LIBSOUP_LIBS = @LIBSOUP_LIBS@
505LIBTOOL = @LIBTOOL@
506LIBTOOL_DEPS = @LIBTOOL_DEPS@
507LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
508LIBXML2_LIBS = @LIBXML2_LIBS@
509LIPO = @LIPO@
510LN_S = @LN_S@
511LTLIBICONV = @LTLIBICONV@
512LTLIBINTL = @LTLIBINTL@
513LTLIBOBJS = @LTLIBOBJS@
514LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
515MAKEINFO = @MAKEINFO@
516MANIFEST_TOOL = @MANIFEST_TOOL@
517MIDI2XML_CFLAGS = @MIDI2XML_CFLAGS@
518MIDI2XML_LDFLAGS = @MIDI2XML_LDFLAGS@
519MKDIR_P = @MKDIR_P@
520MSGFMT = @MSGFMT@
521MSGFMT_015 = @MSGFMT_015@
522MSGMERGE = @MSGMERGE@
523NM = @NM@
524NMEDIT = @NMEDIT@
525OBJDUMP = @OBJDUMP@
526OBJEXT = @OBJEXT@
527OSXAPI_CFLAGS = @OSXAPI_CFLAGS@
528OSXAPI_LIBS = @OSXAPI_LIBS@
529OTOOL = @OTOOL@
530OTOOL64 = @OTOOL64@
531PACKAGE = @PACKAGE@
532PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
533PACKAGE_NAME = @PACKAGE_NAME@
534PACKAGE_STRING = @PACKAGE_STRING@
535PACKAGE_TARNAME = @PACKAGE_TARNAME@
536PACKAGE_URL = @PACKAGE_URL@
537PACKAGE_VERSION = @PACKAGE_VERSION@
538PATH_SEPARATOR = @PATH_SEPARATOR@
539PKG_CONFIG = @PKG_CONFIG@
540PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
541PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
542POPPLER_CFLAGS = @POPPLER_CFLAGS@
543POPPLER_LIBS = @POPPLER_LIBS@
544POSUB = @POSUB@
545PULSE_CFLAGS = @PULSE_CFLAGS@
546PULSE_LIBS = @PULSE_LIBS@
547RANLIB = @RANLIB@
548SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
549SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
550SED = @SED@
551SET_MAKE = @SET_MAKE@
552SHELL = @SHELL@
553SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
554SNDFILE_LIBS = @SNDFILE_LIBS@
555STRIP = @STRIP@
556USE_NLS = @USE_NLS@
557UUID_CFLAGS = @UUID_CFLAGS@
558UUID_LIBS = @UUID_LIBS@
559VERSION = @VERSION@
560VST3_CXXFLAGS = @VST3_CXXFLAGS@
561VST3_LIBS = @VST3_LIBS@
562W32API_CFLAGS = @W32API_CFLAGS@
563W32API_LIBS = @W32API_LIBS@
564WASAPI_CFLAGS = @WASAPI_CFLAGS@
565WASAPI_LIBS = @WASAPI_LIBS@
566WEBKITGTK_CFLAGS = @WEBKITGTK_CFLAGS@
567WEBKITGTK_LIBS = @WEBKITGTK_LIBS@
568XGETTEXT = @XGETTEXT@
569XGETTEXT_015 = @XGETTEXT_015@
570XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
571XMKMF = @XMKMF@
572_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
573_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
574abs_builddir = @abs_builddir@
575abs_srcdir = @abs_srcdir@
576abs_top_builddir = @abs_top_builddir@
577abs_top_srcdir = @abs_top_srcdir@
578ac_ct_AR = @ac_ct_AR@
579ac_ct_CC = @ac_ct_CC@
580ac_ct_CXX = @ac_ct_CXX@
581ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
582am__include = @am__include@
583am__leading_dot = @am__leading_dot@
584am__quote = @am__quote@
585am__tar = @am__tar@
586am__untar = @am__untar@
587bindir = @bindir@
588build = @build@
589build_alias = @build_alias@
590build_cpu = @build_cpu@
591build_os = @build_os@
592build_vendor = @build_vendor@
593builddir = @builddir@
594datadir = @datadir@
595datarootdir = @datarootdir@
596docdir = @docdir@
597dvidir = @dvidir@
598exec_prefix = @exec_prefix@
599host = @host@
600host_alias = @host_alias@
601host_cpu = @host_cpu@
602host_os = @host_os@
603host_vendor = @host_vendor@
604htmldir = @htmldir@
605includedir = @includedir@
606infodir = @infodir@
607install_sh = @install_sh@
608libdir = @libdir@
609libexecdir = @libexecdir@
610localedir = @localedir@
611localstatedir = @localstatedir@
612mandir = @mandir@
613mkdir_p = @mkdir_p@
614oldincludedir = @oldincludedir@
615pdfdir = @pdfdir@
616prefix = @prefix@
617program_transform_name = @program_transform_name@
618psdir = @psdir@
619runstatedir = @runstatedir@
620sbindir = @sbindir@
621sharedstatedir = @sharedstatedir@
622srcdir = @srcdir@
623sysconfdir = @sysconfdir@
624target_alias = @target_alias@
625top_build_prefix = @top_build_prefix@
626top_builddir = @top_builddir@
627top_srcdir = @top_srcdir@
628
629# The name of the module, e.g. 'glib'.
630DOC_MODULE = libags_audio
631
632# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
633#DOC_MODULE_VERSION=2
634
635# The top-level XML file.
636DOC_MAIN_SGML_FILE = $(DOC_MODULE).xml
637
638# Directories containing the source code.
639# gtk-doc will search all .c and .h files beneath these paths
640# for inline comments documenting functions and macros.
641# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
642DOC_SOURCE_DIR = $(top_srcdir)/ags/plugin $(top_srcdir)/ags/audio
643
644# Extra options to pass to gtkdoc-scangobj. Normally not needed.
645SCANGOBJ_OPTIONS = --cflags="$(CFLAGS) $(UUID_CFLAGS) $(LIBXML2_CFLAGS) $(XMLRPC_CFLAGS) $(XMLRPC_UTIL_CFLAGS) $(XMLRPC_SERVER_ABYSS_CFLAGS) $(XMLRPC_SERVER_CGI_CFLAGS) $(XMLRPC_SERVER_CFLAGS) $(OPENSSL_CFLAGS) $(GOBJECT_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBAO_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(JACK_CFLAGS)" --ldflags="-static -ldl -lm -lrt -pthread $(LDFLAGS) $(UUID_LIBS) $(LIBASOUND2_LIBS) $(LIBAO_LIBS) $(LIBXML2_LIBS) $(OPENSSL_LIBS) $(XMLRPC_LIBS) $(XMLRPC_UTIL_LIBS) $(XMLRPC_SERVER_ABYSS_LIBS) $(XMLRPC_SERVER_CGI_LIBS) $(XMLRPC_SERVER_LIBS) $(GOBJECT_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(JACK_LIBS) -L$(top_builddir) $(top_builddir)/libags.la $(top_builddir)/libags_thread.la $(top_builddir)/libags_server.la $(top_builddir)/libags_audio.la"
646
647# Extra options to supply to gtkdoc-scan.
648# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
649# SCAN_OPTIONS=--rebuild-types --rebuild-sections
650SCAN_OPTIONS = --deprecated-guards="G_DISABLE_DEPRECATED"
651
652# Extra options to supply to gtkdoc-mkdb
653# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
654MKDB_OPTIONS = --xml-mode --output-format=xml --name-space=ags --module=libags_audio
655
656# Extra options to supply to gtkdoc-mkhtml
657MKHTML_OPTIONS =
658
659# Extra options to supply to gtkdoc-fixref. Normally not needed.
660# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
661FIXXREF_OPTIONS = --module=libags_audio --module-dir=./libags-audio-html/ --html-dir=$(DESTDIR)/$(datadir)/doc/libags-audio-doc/api --extra-dir=$(top_srcdir)/docs/reference/libags/libags-html
662
663# Used for dependencies. The docs will be rebuilt if any of these change.
664# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
665# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
666HFILE_GLOB =
667CFILE_GLOB =
668
669# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
670# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
671EXTRA_HFILES =
672
673# Header files or dirs to ignore when scanning. Use base file/dir names
674# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
675IGNORE_HFILES = ags_lv2_state_manager.h
676
677# Images to copy into HTML directory.
678# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
679HTML_IMAGES =
680
681# Extra files that are included by $(DOC_MAIN_SGML_FILE).
682# e.g. content_files=running.xml building.xml changes-2.0.xml
683content_files =
684
685# Files where gtk-doc abbrevations (#GtkWidget) are expanded
686# e.g. expand_content_files=running.xml
687expand_content_files =
688AM_CPPFLAGS = \
689	-I$(top_srcdir)	\
690	-I$(top_builddir)
691
692
693# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
694# Only needed if you are using gtkdoc-scangobj to dynamically query widget
695# signals and properties.
696# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
697# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
698GTKDOC_CFLAGS = $(gsequencer_CFLAGS) -DGTK_IS_WIDGET_CLASS=1
699GTKDOC_LIBS = \
700	$(top_builddir)/libags.la \
701	$(top_builddir)/libags_thread.la \
702	$(top_builddir)/libags_server.la \
703	$(top_builddir)/libags_audio.la
704
705@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
706@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
707@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
708@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
709@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN =
710@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
711
712# We set GPATH here; this gives us semantics for GNU make
713# which are more like other make's VPATH, when it comes to
714# whether a source that is a target of one rule is then
715# searched for in VPATH/GPATH.
716#
717GPATH = $(srcdir)
718TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
719SETUP_FILES = \
720	$(content_files)		\
721	$(expand_content_files)		\
722	$(DOC_MAIN_SGML_FILE)		\
723	$(DOC_MODULE)-sections.txt	\
724	$(DOC_MODULE)-overrides.txt
725
726EXTRA_DIST = \
727	$(HTML_IMAGES)			\
728	$(SETUP_FILES)
729
730DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
731	html-build.stamp pdf-build.stamp \
732	sgml.stamp html.stamp pdf.stamp
733
734SCANOBJ_FILES = \
735	$(DOC_MODULE).args 	 \
736	$(DOC_MODULE).hierarchy  \
737	$(DOC_MODULE).interfaces \
738	$(DOC_MODULE).prerequisites \
739	$(DOC_MODULE).signals
740
741REPORT_FILES = \
742	$(DOC_MODULE)-undocumented.txt \
743	$(DOC_MODULE)-undeclared.txt \
744	$(DOC_MODULE)-unused.txt
745
746CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test
747@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP =
748@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
749@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
750@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
751
752#### setup ####
753GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
754GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
755GTK_DOC_V_SETUP_0 = @echo "  DOC   Preparing build";
756
757#### scan ####
758GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
759GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
760GTK_DOC_V_SCAN_0 = @echo "  DOC   Scanning header files";
761GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
762GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
763GTK_DOC_V_INTROSPECT_0 = @echo "  DOC   Introspecting gobjects";
764
765#### xml ####
766GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
767GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
768GTK_DOC_V_XML_0 = @echo "  DOC   Building XML";
769
770#### html ####
771GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
772GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
773GTK_DOC_V_HTML_0 = @echo "  DOC   Building HTML";
774GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
775GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
776GTK_DOC_V_XREF_0 = @echo "  DOC   Fixing cross-references";
777
778#### pdf ####
779GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
780GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
781GTK_DOC_V_PDF_0 = @echo "  DOC   Building PDF";
782
783# This includes the standard gtk-doc make rules, copied by gtkdocize.
784
785# Comment this out if you want 'make check' to test you doc status
786# and run some sanity checks
787@ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = \
788@ENABLE_GTK_DOC_TRUE@  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
789@ENABLE_GTK_DOC_TRUE@  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
790
791@ENABLE_GTK_DOC_TRUE@TESTS = $(GTKDOC_CHECK)
792all: all-am
793
794.SUFFIXES:
795.SUFFIXES: .log .test .test$(EXEEXT) .trs
796$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/./gtk-doc.make $(am__configure_deps)
797	@for dep in $?; do \
798	  case '$(am__configure_deps)' in \
799	    *$$dep*) \
800	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
801	        && { if test -f $@; then exit 0; else break; fi; }; \
802	      exit 1;; \
803	  esac; \
804	done; \
805	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/reference/libags-audio/Makefile'; \
806	$(am__cd) $(top_srcdir) && \
807	  $(AUTOMAKE) --foreign docs/reference/libags-audio/Makefile
808Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
809	@case '$?' in \
810	  *config.status*) \
811	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
812	  *) \
813	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
814	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
815	esac;
816$(srcdir)/./gtk-doc.make $(am__empty):
817
818$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
819	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
820
821$(top_srcdir)/configure:  $(am__configure_deps)
822	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
823$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
824	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
825$(am__aclocal_m4_deps):
826
827mostlyclean-libtool:
828	-rm -f *.lo
829
830clean-libtool:
831	-rm -rf .libs _libs
832ags-docs-local:
833tags TAGS:
834
835ctags CTAGS:
836
837cscope cscopelist:
838
839
840# Recover from deleted '.trs' file; this should ensure that
841# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
842# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
843# to avoid problems with "make -n".
844.log.trs:
845	rm -f $< $@
846	$(MAKE) $(AM_MAKEFLAGS) $<
847
848# Leading 'am--fnord' is there to ensure the list of targets does not
849# expand to empty, as could happen e.g. with make check TESTS=''.
850am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
851am--force-recheck:
852	@:
853
854$(TEST_SUITE_LOG): $(TEST_LOGS)
855	@$(am__set_TESTS_bases); \
856	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
857	redo_bases=`for i in $$bases; do \
858	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
859	            done`; \
860	if test -n "$$redo_bases"; then \
861	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
862	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
863	  if $(am__make_dryrun); then :; else \
864	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
865	  fi; \
866	fi; \
867	if test -n "$$am__remaking_logs"; then \
868	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
869	       "recursion detected" >&2; \
870	elif test -n "$$redo_logs"; then \
871	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
872	fi; \
873	if $(am__make_dryrun); then :; else \
874	  st=0;  \
875	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
876	  for i in $$redo_bases; do \
877	    test -f $$i.trs && test -r $$i.trs \
878	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
879	    test -f $$i.log && test -r $$i.log \
880	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
881	  done; \
882	  test $$st -eq 0 || exit 1; \
883	fi
884	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
885	ws='[ 	]'; \
886	results=`for b in $$bases; do echo $$b.trs; done`; \
887	test -n "$$results" || results=/dev/null; \
888	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
889	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
890	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
891	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
892	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
893	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
894	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
895	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
896	  success=true; \
897	else \
898	  success=false; \
899	fi; \
900	br='==================='; br=$$br$$br$$br$$br; \
901	result_count () \
902	{ \
903	    if test x"$$1" = x"--maybe-color"; then \
904	      maybe_colorize=yes; \
905	    elif test x"$$1" = x"--no-color"; then \
906	      maybe_colorize=no; \
907	    else \
908	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
909	    fi; \
910	    shift; \
911	    desc=$$1 count=$$2; \
912	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
913	      color_start=$$3 color_end=$$std; \
914	    else \
915	      color_start= color_end=; \
916	    fi; \
917	    echo "$${color_start}# $$desc $$count$${color_end}"; \
918	}; \
919	create_testsuite_report () \
920	{ \
921	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
922	  result_count $$1 "PASS: " $$pass  "$$grn"; \
923	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
924	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
925	  result_count $$1 "FAIL: " $$fail  "$$red"; \
926	  result_count $$1 "XPASS:" $$xpass "$$red"; \
927	  result_count $$1 "ERROR:" $$error "$$mgn"; \
928	}; \
929	{								\
930	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
931	    $(am__rst_title);						\
932	  create_testsuite_report --no-color;				\
933	  echo;								\
934	  echo ".. contents:: :depth: 2";				\
935	  echo;								\
936	  for b in $$bases; do echo $$b; done				\
937	    | $(am__create_global_log);					\
938	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
939	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
940	if $$success; then						\
941	  col="$$grn";							\
942	 else								\
943	  col="$$red";							\
944	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
945	fi;								\
946	echo "$${col}$$br$${std}"; 					\
947	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
948	echo "$${col}$$br$${std}"; 					\
949	create_testsuite_report --maybe-color;				\
950	echo "$$col$$br$$std";						\
951	if $$success; then :; else					\
952	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
953	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
954	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
955	  fi;								\
956	  echo "$$col$$br$$std";					\
957	fi;								\
958	$$success || exit 1
959
960check-TESTS:
961	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
962	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
963	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
964	@set +e; $(am__set_TESTS_bases); \
965	log_list=`for i in $$bases; do echo $$i.log; done`; \
966	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
967	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
968	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
969	exit $$?;
970recheck: all
971	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
972	@set +e; $(am__set_TESTS_bases); \
973	bases=`for i in $$bases; do echo $$i; done \
974	         | $(am__list_recheck_tests)` || exit 1; \
975	log_list=`for i in $$bases; do echo $$i.log; done`; \
976	log_list=`echo $$log_list`; \
977	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
978	        am__force_recheck=am--force-recheck \
979	        TEST_LOGS="$$log_list"; \
980	exit $$?
981.test.log:
982	@p='$<'; \
983	$(am__set_b); \
984	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
985	--log-file $$b.log --trs-file $$b.trs \
986	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
987	"$$tst" $(AM_TESTS_FD_REDIRECT)
988@am__EXEEXT_TRUE@.test$(EXEEXT).log:
989@am__EXEEXT_TRUE@	@p='$<'; \
990@am__EXEEXT_TRUE@	$(am__set_b); \
991@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
992@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
993@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
994@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
995distdir: $(BUILT_SOURCES)
996	$(MAKE) $(AM_MAKEFLAGS) distdir-am
997
998distdir-am: $(DISTFILES)
999	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1000	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1001	list='$(DISTFILES)'; \
1002	  dist_files=`for file in $$list; do echo $$file; done | \
1003	  sed -e "s|^$$srcdirstrip/||;t" \
1004	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1005	case $$dist_files in \
1006	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1007			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1008			   sort -u` ;; \
1009	esac; \
1010	for file in $$dist_files; do \
1011	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1012	  if test -d $$d/$$file; then \
1013	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1014	    if test -d "$(distdir)/$$file"; then \
1015	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1016	    fi; \
1017	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1018	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1019	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1020	    fi; \
1021	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1022	  else \
1023	    test -f "$(distdir)/$$file" \
1024	    || cp -p $$d/$$file "$(distdir)/$$file" \
1025	    || exit 1; \
1026	  fi; \
1027	done
1028	$(MAKE) $(AM_MAKEFLAGS) \
1029	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
1030	  dist-hook
1031check-am: all-am
1032	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1033check: check-am
1034@ENABLE_GTK_DOC_FALSE@all-local:
1035all-am: Makefile all-local
1036installdirs:
1037install: install-am
1038install-exec: install-exec-am
1039install-data: install-data-am
1040uninstall: uninstall-am
1041
1042install-am: all-am
1043	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1044
1045installcheck: installcheck-am
1046install-strip:
1047	if test -z '$(STRIP)'; then \
1048	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1049	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1050	      install; \
1051	else \
1052	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1053	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1054	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1055	fi
1056mostlyclean-generic:
1057	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1058	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1059	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1060
1061clean-generic:
1062	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1063
1064distclean-generic:
1065	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1066	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1067
1068maintainer-clean-generic:
1069	@echo "This command is intended for maintainers to use"
1070	@echo "it deletes files that may require special tools to rebuild."
1071ags-docs: ags-docs-am
1072
1073ags-docs-am: ags-docs-local
1074
1075clean: clean-am
1076
1077clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1078
1079distclean: distclean-am
1080	-rm -f Makefile
1081distclean-am: clean-am distclean-generic distclean-local
1082
1083dvi: dvi-am
1084
1085dvi-am:
1086
1087html: html-am
1088
1089html-am:
1090
1091info: info-am
1092
1093info-am:
1094
1095install-data-am: install-data-local
1096
1097install-dvi: install-dvi-am
1098
1099install-dvi-am:
1100
1101install-exec-am:
1102
1103install-html: install-html-am
1104
1105install-html-am:
1106
1107install-info: install-info-am
1108
1109install-info-am:
1110
1111install-man:
1112
1113install-pdf: install-pdf-am
1114
1115install-pdf-am:
1116
1117install-ps: install-ps-am
1118
1119install-ps-am:
1120
1121installcheck-am:
1122
1123maintainer-clean: maintainer-clean-am
1124	-rm -f Makefile
1125maintainer-clean-am: distclean-am maintainer-clean-generic \
1126	maintainer-clean-local
1127
1128mostlyclean: mostlyclean-am
1129
1130mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1131
1132pdf: pdf-am
1133
1134pdf-am:
1135
1136ps: ps-am
1137
1138ps-am:
1139
1140uninstall-am: uninstall-local
1141
1142.MAKE: check-am install-am install-strip
1143
1144.PHONY: ags-docs-am ags-docs-local all all-am all-local check \
1145	check-TESTS check-am clean clean-generic clean-libtool \
1146	clean-local cscopelist-am ctags-am dist-hook distclean \
1147	distclean-generic distclean-libtool distclean-local distdir \
1148	dvi dvi-am html html-am info info-am install install-am \
1149	install-data install-data-am install-data-local install-dvi \
1150	install-dvi-am install-exec install-exec-am install-html \
1151	install-html-am install-info install-info-am install-man \
1152	install-pdf install-pdf-am install-ps install-ps-am \
1153	install-strip installcheck installcheck-am installdirs \
1154	maintainer-clean maintainer-clean-generic \
1155	maintainer-clean-local mostlyclean mostlyclean-generic \
1156	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
1157	uninstall uninstall-am uninstall-local
1158
1159.PRECIOUS: Makefile
1160
1161
1162gtkdoc-check.test: Makefile
1163	$(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
1164		echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
1165		chmod +x $@
1166
1167all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
1168.PHONY: all-gtk-doc
1169
1170@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc
1171
1172docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
1173
1174$(REPORT_FILES): sgml-build.stamp
1175
1176setup-build.stamp:
1177	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
1178	    files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
1179	    if test "x$$files" != "x" ; then \
1180	        for file in $$files ; do \
1181	            destdir=`dirname $(abs_builddir)/$$file`; \
1182	            test -d "$$destdir" || mkdir -p "$$destdir"; \
1183	            test -f $(abs_srcdir)/$$file && \
1184	                cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
1185	        done; \
1186	    fi; \
1187	fi
1188	$(AM_V_at)touch setup-build.stamp
1189
1190scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
1191	$(GTK_DOC_V_SCAN)_source_dir='' ; \
1192	for i in $(DOC_SOURCE_DIR) ; do \
1193	    _source_dir="$${_source_dir} --source-dir=$$i" ; \
1194	done ; \
1195	gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
1196	$(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
1197	    scanobj_options=""; \
1198	    gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1199	    if test "$$?" = "0"; then \
1200	        if test "x$(V)" = "x1"; then \
1201	            scanobj_options="--verbose"; \
1202	        fi; \
1203	    fi; \
1204	    CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
1205	    gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
1206	else \
1207	    for i in $(SCANOBJ_FILES) ; do \
1208	        test -f $$i || touch $$i ; \
1209	    done \
1210	fi
1211	$(AM_V_at)touch scan-build.stamp
1212
1213$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
1214	@true
1215
1216sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent
1217	$(GTK_DOC_V_XML)_source_dir='' ; \
1218	for i in $(DOC_SOURCE_DIR) ; do \
1219	    _source_dir="$${_source_dir} --source-dir=$$i" ; \
1220	done ; \
1221	gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
1222	$(AM_V_at)touch sgml-build.stamp
1223
1224sgml.stamp: sgml-build.stamp
1225	@true
1226
1227xml/gtkdocentities.ent: Makefile
1228	$(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \
1229		echo "<!ENTITY package \"$(PACKAGE)\">"; \
1230		echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \
1231		echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \
1232		echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \
1233		echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \
1234		echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \
1235		echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \
1236	) > $@
1237
1238html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
1239	$(GTK_DOC_V_HTML)rm -rf libags-audio-html && mkdir libags-audio-html && \
1240	mkhtml_options=""; \
1241	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1242	if test "$$?" = "0"; then \
1243	  if test "x$(V)" = "x1"; then \
1244	    mkhtml_options="$$mkhtml_options --verbose"; \
1245	  fi; \
1246	fi; \
1247	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
1248	if test "$$?" = "0"; then \
1249	  mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
1250	fi; \
1251	cd libags-audio-html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
1252	-@test "x$(HTML_IMAGES)" = "x" || \
1253	for file in $(HTML_IMAGES) ; do \
1254	  if test -f $(abs_srcdir)/$$file ; then \
1255	    cp $(abs_srcdir)/$$file $(abs_builddir)/libags-audio-html; \
1256	  fi; \
1257	  if test -f $(abs_builddir)/$$file ; then \
1258	    cp $(abs_builddir)/$$file $(abs_builddir)/libags-audio-html; \
1259	  fi; \
1260	  test -f $$file && cp $$file $(abs_builddir)/libags-audio-html; \
1261	done;
1262	$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=libags-audio-html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
1263	$(AM_V_at)touch html-build.stamp
1264
1265pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
1266	$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
1267	mkpdf_options=""; \
1268	gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
1269	if test "$$?" = "0"; then \
1270	  if test "x$(V)" = "x1"; then \
1271	    mkpdf_options="$$mkpdf_options --verbose"; \
1272	  fi; \
1273	fi; \
1274	if test "x$(HTML_IMAGES)" != "x"; then \
1275	  for img in $(HTML_IMAGES); do \
1276	    part=`dirname $$img`; \
1277	    echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
1278	    if test $$? != 0; then \
1279	      mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
1280	    fi; \
1281	  done; \
1282	fi; \
1283	gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
1284	$(AM_V_at)touch pdf-build.stamp
1285
1286##############
1287
1288clean-local:
1289	@rm -f *~ *.bak
1290	@rm -rf .libs
1291	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
1292	  rm -f $(DOC_MODULE).types; \
1293	fi
1294	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
1295	  rm -f $(DOC_MODULE)-sections.txt; \
1296	fi
1297
1298distclean-local:
1299	@rm -rf xml libags-audio-html $(REPORT_FILES) $(DOC_MODULE).pdf \
1300	    $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
1301	@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
1302	    rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
1303	fi
1304
1305maintainer-clean-local:
1306	@rm -rf xml libags-audio-html
1307
1308install-data-local:
1309	@installfiles=`echo $(builddir)/libags-audio-html/*`; \
1310	if test "$$installfiles" = '$(builddir)/libags-audio-html/*'; \
1311	then echo 1>&2 'Nothing to install' ; \
1312	else \
1313	  if test -n "$(DOC_MODULE_VERSION)"; then \
1314	    installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
1315	  else \
1316	    installdir="$(DESTDIR)$(TARGET_DIR)"; \
1317	  fi; \
1318	  $(mkinstalldirs) $${installdir} ; \
1319	  for i in $$installfiles; do \
1320	    echo ' $(INSTALL_DATA) '$$i ; \
1321	    $(INSTALL_DATA) $$i $${installdir}; \
1322	  done; \
1323	  if test -n "$(DOC_MODULE_VERSION)"; then \
1324	    mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
1325	      $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
1326	  fi; \
1327	  $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
1328	fi
1329
1330uninstall-local:
1331	@if test -n "$(DOC_MODULE_VERSION)"; then \
1332	  installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
1333	else \
1334	  installdir="$(DESTDIR)$(TARGET_DIR)"; \
1335	fi; \
1336	rm -rf $${installdir}
1337
1338#
1339# Require gtk-doc when making dist
1340#
1341@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
1342@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc:
1343@HAVE_GTK_DOC_FALSE@	@echo "*** gtk-doc is needed to run 'make dist'.         ***"
1344@HAVE_GTK_DOC_FALSE@	@echo "*** gtk-doc was not found when 'configure' ran.   ***"
1345@HAVE_GTK_DOC_FALSE@	@echo "*** please install gtk-doc and rerun 'configure'. ***"
1346@HAVE_GTK_DOC_FALSE@	@false
1347
1348dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
1349	@mkdir $(distdir)/libags-audio-html
1350	@cp ./libags-audio-html/* $(distdir)/libags-audio-html
1351	@-cp ./$(DOC_MODULE).pdf $(distdir)/
1352	@-cp ./$(DOC_MODULE).types $(distdir)/
1353	@-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
1354	@cd $(distdir) && rm -f $(DISTCLEANFILES)
1355	@$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/libags-audio-html
1356
1357.PHONY : dist-hook-local docs
1358
1359-include $(top_srcdir)/git.mk
1360
1361# Tell versions [3.59,3.63) of GNU make to not export all variables.
1362# Otherwise a system limit (for SysV at least) may be exceeded.
1363.NOEXPORT:
1364