1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(top_srcdir)/src/ao.vers
82subdir = src
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
87	$(top_srcdir)/as-ac-expand.m4 $(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94am__vpath_adj = case $$p in \
95    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
96    *) f=$$p;; \
97  esac;
98am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
99am__install_max = 40
100am__nobase_strip_setup = \
101  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
102am__nobase_strip = \
103  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
104am__nobase_list = $(am__nobase_strip_setup); \
105  for p in $$list; do echo "$$p $$p"; done | \
106  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
107  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
108    if (++n[$$2] == $(am__install_max)) \
109      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
110    END { for (dir in files) print dir, files[dir] }'
111am__base_list = \
112  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
113  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
114am__uninstall_files_from_dir = { \
115  test -z "$$files" \
116    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
117    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
118         $(am__cd) "$$dir" && rm -f $$files; }; \
119  }
120am__installdirs = "$(DESTDIR)$(libdir)"
121LTLIBRARIES = $(lib_LTLIBRARIES)
122libao_la_LIBADD =
123am__libao_la_SOURCES_DIST = audio_out.c config.c ao_null.c ao_wav.c \
124	ao_au.c ao_raw.c ao_aixs.c ao_wmm.c
125@HAVE_WMM_TRUE@am__objects_1 = ao_wmm.lo
126am_libao_la_OBJECTS = audio_out.lo config.lo ao_null.lo ao_wav.lo \
127	ao_au.lo ao_raw.lo ao_aixs.lo $(am__objects_1)
128libao_la_OBJECTS = $(am_libao_la_OBJECTS)
129AM_V_lt = $(am__v_lt_@AM_V@)
130am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
131am__v_lt_0 = --silent
132am__v_lt_1 =
133libao_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
135	$(libao_la_LDFLAGS) $(LDFLAGS) -o $@
136AM_V_P = $(am__v_P_@AM_V@)
137am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138am__v_P_0 = false
139am__v_P_1 = :
140AM_V_GEN = $(am__v_GEN_@AM_V@)
141am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
142am__v_GEN_0 = @echo "  GEN     " $@;
143am__v_GEN_1 =
144AM_V_at = $(am__v_at_@AM_V@)
145am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146am__v_at_0 = @
147am__v_at_1 =
148DEFAULT_INCLUDES = -I.@am__isrc@
149depcomp = $(SHELL) $(top_srcdir)/depcomp
150am__depfiles_maybe = depfiles
151am__mv = mv -f
152COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
156	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
157	$(AM_CFLAGS) $(CFLAGS)
158AM_V_CC = $(am__v_CC_@AM_V@)
159am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
160am__v_CC_0 = @echo "  CC      " $@;
161am__v_CC_1 =
162CCLD = $(CC)
163LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165	$(AM_LDFLAGS) $(LDFLAGS) -o $@
166AM_V_CCLD = $(am__v_CCLD_@AM_V@)
167am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
168am__v_CCLD_0 = @echo "  CCLD    " $@;
169am__v_CCLD_1 =
170SOURCES = $(libao_la_SOURCES)
171DIST_SOURCES = $(am__libao_la_SOURCES_DIST)
172RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
173	ctags-recursive dvi-recursive html-recursive info-recursive \
174	install-data-recursive install-dvi-recursive \
175	install-exec-recursive install-html-recursive \
176	install-info-recursive install-pdf-recursive \
177	install-ps-recursive install-recursive installcheck-recursive \
178	installdirs-recursive pdf-recursive ps-recursive \
179	tags-recursive uninstall-recursive
180am__can_run_installinfo = \
181  case $$AM_UPDATE_INFO_DIR in \
182    n|no|NO) false;; \
183    *) (install-info --version) >/dev/null 2>&1;; \
184  esac
185RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
186  distclean-recursive maintainer-clean-recursive
187am__recursive_targets = \
188  $(RECURSIVE_TARGETS) \
189  $(RECURSIVE_CLEAN_TARGETS) \
190  $(am__extra_recursive_targets)
191AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192	distdir
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212DIST_SUBDIRS = $(SUBDIRS)
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214am__relativize = \
215  dir0=`pwd`; \
216  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217  sed_rest='s,^[^/]*/*,,'; \
218  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
219  sed_butlast='s,/*[^/]*$$,,'; \
220  while test -n "$$dir1"; do \
221    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
222    if test "$$first" != "."; then \
223      if test "$$first" = ".."; then \
224        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
225        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226      else \
227        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228        if test "$$first2" = "$$first"; then \
229          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
230        else \
231          dir2="../$$dir2"; \
232        fi; \
233        dir0="$$dir0"/"$$first"; \
234      fi; \
235    fi; \
236    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
237  done; \
238  reldir="$$dir2"
239ACLOCAL = @ACLOCAL@
240ALSA_LIBS = @ALSA_LIBS@
241AMTAR = @AMTAR@
242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243AR = @AR@
244ARTSC_CONFIG = @ARTSC_CONFIG@
245ARTSGLIB_CFLAGS = @ARTSGLIB_CFLAGS@
246ARTSGLIB_LIBS = @ARTSGLIB_LIBS@
247ARTS_CFLAGS = @ARTS_CFLAGS@
248ARTS_LIBS = @ARTS_LIBS@
249AS = @AS@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254BINDIR = @BINDIR@
255CC = @CC@
256CCDEPMODE = @CCDEPMODE@
257CFLAGS = @CFLAGS@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEBUG = @DEBUG@
262DEFS = @DEFS@
263DEPDIR = @DEPDIR@
264DLLTOOL = @DLLTOOL@
265DOCDIR = @DOCDIR@
266DSYMUTIL = @DSYMUTIL@
267DUMPBIN = @DUMPBIN@
268ECHO_C = @ECHO_C@
269ECHO_N = @ECHO_N@
270ECHO_T = @ECHO_T@
271EGREP = @EGREP@
272ESD_CFLAGS = @ESD_CFLAGS@
273ESD_CONFIG = @ESD_CONFIG@
274ESD_LIBS = @ESD_LIBS@
275EXEEXT = @EXEEXT@
276FGREP = @FGREP@
277GREP = @GREP@
278INCLUDEDIR = @INCLUDEDIR@
279INSTALL = @INSTALL@
280INSTALL_DATA = @INSTALL_DATA@
281INSTALL_PROGRAM = @INSTALL_PROGRAM@
282INSTALL_SCRIPT = @INSTALL_SCRIPT@
283INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284LD = @LD@
285LDFLAGS = @LDFLAGS@
286LIBAO_LA_LDFLAGS = @LIBAO_LA_LDFLAGS@
287LIBDIR = @LIBDIR@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIB_AGE = @LIB_AGE@
292LIB_CURRENT = @LIB_CURRENT@
293LIB_REVISION = @LIB_REVISION@
294LIPO = @LIPO@
295LN_S = @LN_S@
296LTLIBOBJS = @LTLIBOBJS@
297MAINT = @MAINT@
298MAKEINFO = @MAKEINFO@
299MANIFEST_TOOL = @MANIFEST_TOOL@
300MKDIR_P = @MKDIR_P@
301NAS_CFLAGS = @NAS_CFLAGS@
302NAS_LIBS = @NAS_LIBS@
303NM = @NM@
304NMEDIT = @NMEDIT@
305OBJDUMP = @OBJDUMP@
306OBJEXT = @OBJEXT@
307OTOOL = @OTOOL@
308OTOOL64 = @OTOOL64@
309PACKAGE = @PACKAGE@
310PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
311PACKAGE_NAME = @PACKAGE_NAME@
312PACKAGE_STRING = @PACKAGE_STRING@
313PACKAGE_TARNAME = @PACKAGE_TARNAME@
314PACKAGE_URL = @PACKAGE_URL@
315PACKAGE_VERSION = @PACKAGE_VERSION@
316PATH_SEPARATOR = @PATH_SEPARATOR@
317PKG_CONFIG = @PKG_CONFIG@
318PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
319PROFILE = @PROFILE@
320PULSE_CFLAGS = @PULSE_CFLAGS@
321PULSE_LIBS = @PULSE_LIBS@
322RANLIB = @RANLIB@
323SED = @SED@
324SET_MAKE = @SET_MAKE@
325SHELL = @SHELL@
326SIZE16 = @SIZE16@
327SIZE32 = @SIZE32@
328SLP_DEF = @SLP_DEF@
329STRIP = @STRIP@
330VERSION = @VERSION@
331WMM_LIBS = @WMM_LIBS@
332XMKMF = @XMKMF@
333X_CFLAGS = @X_CFLAGS@
334X_EXTRA_LIBS = @X_EXTRA_LIBS@
335X_LIBS = @X_LIBS@
336X_PRE_LIBS = @X_PRE_LIBS@
337abs_builddir = @abs_builddir@
338abs_srcdir = @abs_srcdir@
339abs_top_builddir = @abs_top_builddir@
340abs_top_srcdir = @abs_top_srcdir@
341ac_ct_AR = @ac_ct_AR@
342ac_ct_CC = @ac_ct_CC@
343ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
344am__include = @am__include@
345am__leading_dot = @am__leading_dot@
346am__quote = @am__quote@
347am__tar = @am__tar@
348am__untar = @am__untar@
349bindir = @bindir@
350build = @build@
351build_alias = @build_alias@
352build_cpu = @build_cpu@
353build_os = @build_os@
354build_vendor = @build_vendor@
355builddir = @builddir@
356datadir = @datadir@
357datarootdir = @datarootdir@
358docdir = @docdir@
359dvidir = @dvidir@
360exec_prefix = @exec_prefix@
361host = @host@
362host_alias = @host_alias@
363host_cpu = @host_cpu@
364host_os = @host_os@
365host_vendor = @host_vendor@
366htmldir = @htmldir@
367includedir = @includedir@
368infodir = @infodir@
369install_sh = @install_sh@
370libdir = @libdir@
371libexecdir = @libexecdir@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378plugindir = @plugindir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381psdir = @psdir@
382sbindir = @sbindir@
383sharedstatedir = @sharedstatedir@
384srcdir = @srcdir@
385sysconfdir = @sysconfdir@
386target_alias = @target_alias@
387top_build_prefix = @top_build_prefix@
388top_builddir = @top_builddir@
389top_srcdir = @top_srcdir@
390AUTOMAKE_OPTIONS = foreign
391SUBDIRS = . plugins
392INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include -I$(top_srcdir)/include/ao -DAO_PLUGIN_PATH=\"@plugindir@\"
393lib_LTLIBRARIES = libao.la
394@HAVE_WMM_FALSE@wmm =
395@HAVE_WMM_TRUE@wmm = ao_wmm.c
396libao_la_SOURCES = audio_out.c config.c ao_null.c ao_wav.c ao_au.c ao_raw.c ao_aixs.c $(wmm)
397libao_la_LDFLAGS = @LIBAO_LA_LDFLAGS@ -version-info \
398	@LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@ $(am__append_1)
399EXTRA_DIST = ao_wmm.c ao.vers
400all: all-recursive
401
402.SUFFIXES:
403.SUFFIXES: .c .lo .o .obj
404$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
405	@for dep in $?; do \
406	  case '$(am__configure_deps)' in \
407	    *$$dep*) \
408	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409	        && { if test -f $@; then exit 0; else break; fi; }; \
410	      exit 1;; \
411	  esac; \
412	done; \
413	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
414	$(am__cd) $(top_srcdir) && \
415	  $(AUTOMAKE) --foreign src/Makefile
416.PRECIOUS: Makefile
417Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418	@case '$?' in \
419	  *config.status*) \
420	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421	  *) \
422	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424	esac;
425
426$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(am__aclocal_m4_deps):
434
435install-libLTLIBRARIES: $(lib_LTLIBRARIES)
436	@$(NORMAL_INSTALL)
437	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
438	list2=; for p in $$list; do \
439	  if test -f $$p; then \
440	    list2="$$list2 $$p"; \
441	  else :; fi; \
442	done; \
443	test -z "$$list2" || { \
444	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
445	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
446	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
447	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
448	}
449
450uninstall-libLTLIBRARIES:
451	@$(NORMAL_UNINSTALL)
452	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
453	for p in $$list; do \
454	  $(am__strip_dir) \
455	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
456	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
457	done
458
459clean-libLTLIBRARIES:
460	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
461	@list='$(lib_LTLIBRARIES)'; \
462	locs=`for p in $$list; do echo $$p; done | \
463	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
464	      sort -u`; \
465	test -z "$$locs" || { \
466	  echo rm -f $${locs}; \
467	  rm -f $${locs}; \
468	}
469
470libao.la: $(libao_la_OBJECTS) $(libao_la_DEPENDENCIES) $(EXTRA_libao_la_DEPENDENCIES)
471	$(AM_V_CCLD)$(libao_la_LINK) -rpath $(libdir) $(libao_la_OBJECTS) $(libao_la_LIBADD) $(LIBS)
472
473mostlyclean-compile:
474	-rm -f *.$(OBJEXT)
475
476distclean-compile:
477	-rm -f *.tab.c
478
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_aixs.Plo@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_au.Plo@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_null.Plo@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_raw.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_wav.Plo@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ao_wmm.Plo@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_out.Plo@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
487
488.c.o:
489@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
494
495.c.obj:
496@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
497@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
501
502.c.lo:
503@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
505@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
508
509mostlyclean-libtool:
510	-rm -f *.lo
511
512clean-libtool:
513	-rm -rf .libs _libs
514
515# This directory's subdirectories are mostly independent; you can cd
516# into them and run 'make' without going through this Makefile.
517# To change the values of 'make' variables: instead of editing Makefiles,
518# (1) if the variable is set in 'config.status', edit 'config.status'
519#     (which will cause the Makefiles to be regenerated when you run 'make');
520# (2) otherwise, pass the desired values on the 'make' command line.
521$(am__recursive_targets):
522	@fail=; \
523	if $(am__make_keepgoing); then \
524	  failcom='fail=yes'; \
525	else \
526	  failcom='exit 1'; \
527	fi; \
528	dot_seen=no; \
529	target=`echo $@ | sed s/-recursive//`; \
530	case "$@" in \
531	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
532	  *) list='$(SUBDIRS)' ;; \
533	esac; \
534	for subdir in $$list; do \
535	  echo "Making $$target in $$subdir"; \
536	  if test "$$subdir" = "."; then \
537	    dot_seen=yes; \
538	    local_target="$$target-am"; \
539	  else \
540	    local_target="$$target"; \
541	  fi; \
542	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
543	  || eval $$failcom; \
544	done; \
545	if test "$$dot_seen" = "no"; then \
546	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
547	fi; test -z "$$fail"
548
549ID: $(am__tagged_files)
550	$(am__define_uniq_tagged_files); mkid -fID $$unique
551tags: tags-recursive
552TAGS: tags
553
554tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555	set x; \
556	here=`pwd`; \
557	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
558	  include_option=--etags-include; \
559	  empty_fix=.; \
560	else \
561	  include_option=--include; \
562	  empty_fix=; \
563	fi; \
564	list='$(SUBDIRS)'; for subdir in $$list; do \
565	  if test "$$subdir" = .; then :; else \
566	    test ! -f $$subdir/TAGS || \
567	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
568	  fi; \
569	done; \
570	$(am__define_uniq_tagged_files); \
571	shift; \
572	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
573	  test -n "$$unique" || unique=$$empty_fix; \
574	  if test $$# -gt 0; then \
575	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576	      "$$@" $$unique; \
577	  else \
578	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579	      $$unique; \
580	  fi; \
581	fi
582ctags: ctags-recursive
583
584CTAGS: ctags
585ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586	$(am__define_uniq_tagged_files); \
587	test -z "$(CTAGS_ARGS)$$unique" \
588	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
589	     $$unique
590
591GTAGS:
592	here=`$(am__cd) $(top_builddir) && pwd` \
593	  && $(am__cd) $(top_srcdir) \
594	  && gtags -i $(GTAGS_ARGS) "$$here"
595cscopelist: cscopelist-recursive
596
597cscopelist-am: $(am__tagged_files)
598	list='$(am__tagged_files)'; \
599	case "$(srcdir)" in \
600	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
601	  *) sdir=$(subdir)/$(srcdir) ;; \
602	esac; \
603	for i in $$list; do \
604	  if test -f "$$i"; then \
605	    echo "$(subdir)/$$i"; \
606	  else \
607	    echo "$$sdir/$$i"; \
608	  fi; \
609	done >> $(top_builddir)/cscope.files
610
611distclean-tags:
612	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613
614distdir: $(DISTFILES)
615	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	list='$(DISTFILES)'; \
618	  dist_files=`for file in $$list; do echo $$file; done | \
619	  sed -e "s|^$$srcdirstrip/||;t" \
620	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
621	case $$dist_files in \
622	  */*) $(MKDIR_P) `echo "$$dist_files" | \
623			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
624			   sort -u` ;; \
625	esac; \
626	for file in $$dist_files; do \
627	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
628	  if test -d $$d/$$file; then \
629	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
630	    if test -d "$(distdir)/$$file"; then \
631	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632	    fi; \
633	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
635	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636	    fi; \
637	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
638	  else \
639	    test -f "$(distdir)/$$file" \
640	    || cp -p $$d/$$file "$(distdir)/$$file" \
641	    || exit 1; \
642	  fi; \
643	done
644	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
645	  if test "$$subdir" = .; then :; else \
646	    $(am__make_dryrun) \
647	      || test -d "$(distdir)/$$subdir" \
648	      || $(MKDIR_P) "$(distdir)/$$subdir" \
649	      || exit 1; \
650	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
651	    $(am__relativize); \
652	    new_distdir=$$reldir; \
653	    dir1=$$subdir; dir2="$(top_distdir)"; \
654	    $(am__relativize); \
655	    new_top_distdir=$$reldir; \
656	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
657	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
658	    ($(am__cd) $$subdir && \
659	      $(MAKE) $(AM_MAKEFLAGS) \
660	        top_distdir="$$new_top_distdir" \
661	        distdir="$$new_distdir" \
662		am__remove_distdir=: \
663		am__skip_length_check=: \
664		am__skip_mode_fix=: \
665	        distdir) \
666	      || exit 1; \
667	  fi; \
668	done
669check-am: all-am
670check: check-recursive
671all-am: Makefile $(LTLIBRARIES)
672installdirs: installdirs-recursive
673installdirs-am:
674	for dir in "$(DESTDIR)$(libdir)"; do \
675	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
676	done
677install: install-recursive
678install-exec: install-exec-recursive
679install-data: install-data-recursive
680uninstall: uninstall-recursive
681
682install-am: all-am
683	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684
685installcheck: installcheck-recursive
686install-strip:
687	if test -z '$(STRIP)'; then \
688	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690	      install; \
691	else \
692	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
695	fi
696mostlyclean-generic:
697
698clean-generic:
699
700distclean-generic:
701	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
702	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
703
704maintainer-clean-generic:
705	@echo "This command is intended for maintainers to use"
706	@echo "it deletes files that may require special tools to rebuild."
707clean: clean-recursive
708
709clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
710	mostlyclean-am
711
712distclean: distclean-recursive
713	-rm -rf ./$(DEPDIR)
714	-rm -f Makefile
715distclean-am: clean-am distclean-compile distclean-generic \
716	distclean-tags
717
718dvi: dvi-recursive
719
720dvi-am:
721
722html: html-recursive
723
724html-am:
725
726info: info-recursive
727
728info-am:
729
730install-data-am:
731
732install-dvi: install-dvi-recursive
733
734install-dvi-am:
735
736install-exec-am: install-libLTLIBRARIES
737
738install-html: install-html-recursive
739
740install-html-am:
741
742install-info: install-info-recursive
743
744install-info-am:
745
746install-man:
747
748install-pdf: install-pdf-recursive
749
750install-pdf-am:
751
752install-ps: install-ps-recursive
753
754install-ps-am:
755
756installcheck-am:
757
758maintainer-clean: maintainer-clean-recursive
759	-rm -rf ./$(DEPDIR)
760	-rm -f Makefile
761maintainer-clean-am: distclean-am maintainer-clean-generic
762
763mostlyclean: mostlyclean-recursive
764
765mostlyclean-am: mostlyclean-compile mostlyclean-generic \
766	mostlyclean-libtool
767
768pdf: pdf-recursive
769
770pdf-am:
771
772ps: ps-recursive
773
774ps-am:
775
776uninstall-am: uninstall-libLTLIBRARIES
777
778.MAKE: $(am__recursive_targets) install-am install-strip
779
780.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
781	check-am clean clean-generic clean-libLTLIBRARIES \
782	clean-libtool cscopelist-am ctags ctags-am distclean \
783	distclean-compile distclean-generic distclean-libtool \
784	distclean-tags distdir dvi dvi-am html html-am info info-am \
785	install install-am install-data install-data-am install-dvi \
786	install-dvi-am install-exec install-exec-am install-html \
787	install-html-am install-info install-info-am \
788	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
789	install-ps install-ps-am install-strip installcheck \
790	installcheck-am installdirs installdirs-am maintainer-clean \
791	maintainer-clean-generic mostlyclean mostlyclean-compile \
792	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
793	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
794
795
796debug:
797	$(MAKE) all CFLAGS="@DEBUG@"
798
799profile:
800	$(MAKE) all CFLAGS="@PROFILE@"
801
802# Tell versions [3.59,3.63) of GNU make to not export all variables.
803# Otherwise a system limit (for SysV at least) may be exceeded.
804.NOEXPORT:
805