1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = doc
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38	$(srcdir)/doxygen.cfg.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41	$(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/include/config.h
46CONFIG_CLEAN_FILES = doxygen.cfg
47CONFIG_CLEAN_VPATH_FILES =
48AM_V_GEN = $(am__v_GEN_@AM_V@)
49am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
50am__v_GEN_0 = @echo "  GEN   " $@;
51AM_V_at = $(am__v_at_@AM_V@)
52am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53am__v_at_0 = @
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57	html-recursive info-recursive install-data-recursive \
58	install-dvi-recursive install-exec-recursive \
59	install-html-recursive install-info-recursive \
60	install-pdf-recursive install-ps-recursive install-recursive \
61	installcheck-recursive installdirs-recursive pdf-recursive \
62	ps-recursive uninstall-recursive
63RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
64  distclean-recursive maintainer-clean-recursive
65AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67	distdir
68ETAGS = etags
69CTAGS = ctags
70DIST_SUBDIRS = $(SUBDIRS)
71DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72am__relativize = \
73  dir0=`pwd`; \
74  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
75  sed_rest='s,^[^/]*/*,,'; \
76  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
77  sed_butlast='s,/*[^/]*$$,,'; \
78  while test -n "$$dir1"; do \
79    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
80    if test "$$first" != "."; then \
81      if test "$$first" = ".."; then \
82        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
83        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
84      else \
85        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
86        if test "$$first2" = "$$first"; then \
87          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
88        else \
89          dir2="../$$dir2"; \
90        fi; \
91        dir0="$$dir0"/"$$first"; \
92      fi; \
93    fi; \
94    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
95  done; \
96  reldir="$$dir2"
97ACLOCAL = @ACLOCAL@
98ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
99ALSA_DEPLIBS = @ALSA_DEPLIBS@
100ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
101ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
102AMTAR = @AMTAR@
103AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CYGPATH_W = @CYGPATH_W@
115DEFS = @DEFS@
116DEPDIR = @DEPDIR@
117DLLTOOL = @DLLTOOL@
118DSYMUTIL = @DSYMUTIL@
119DUMPBIN = @DUMPBIN@
120ECHO_C = @ECHO_C@
121ECHO_N = @ECHO_N@
122ECHO_T = @ECHO_T@
123EGREP = @EGREP@
124EXEEXT = @EXEEXT@
125FGREP = @FGREP@
126GREP = @GREP@
127INSTALL = @INSTALL@
128INSTALL_DATA = @INSTALL_DATA@
129INSTALL_PROGRAM = @INSTALL_PROGRAM@
130INSTALL_SCRIPT = @INSTALL_SCRIPT@
131INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132LD = @LD@
133LDFLAGS = @LDFLAGS@
134LIBOBJS = @LIBOBJS@
135LIBS = @LIBS@
136LIBTOOL = @LIBTOOL@
137LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
138LIPO = @LIPO@
139LN_S = @LN_S@
140LTLIBOBJS = @LTLIBOBJS@
141MAKEINFO = @MAKEINFO@
142MANIFEST_TOOL = @MANIFEST_TOOL@
143MKDIR_P = @MKDIR_P@
144NM = @NM@
145NMEDIT = @NMEDIT@
146OBJDUMP = @OBJDUMP@
147OBJEXT = @OBJEXT@
148OTOOL = @OTOOL@
149OTOOL64 = @OTOOL64@
150PACKAGE = @PACKAGE@
151PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152PACKAGE_NAME = @PACKAGE_NAME@
153PACKAGE_STRING = @PACKAGE_STRING@
154PACKAGE_TARNAME = @PACKAGE_TARNAME@
155PACKAGE_URL = @PACKAGE_URL@
156PACKAGE_VERSION = @PACKAGE_VERSION@
157PATH_SEPARATOR = @PATH_SEPARATOR@
158PYTHON_INCLUDES = @PYTHON_INCLUDES@
159PYTHON_LIBS = @PYTHON_LIBS@
160RANLIB = @RANLIB@
161SED = @SED@
162SET_MAKE = @SET_MAKE@
163SHELL = @SHELL@
164SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
165SND_LIB_MAJOR = @SND_LIB_MAJOR@
166SND_LIB_MINOR = @SND_LIB_MINOR@
167SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
168SND_LIB_VERSION = @SND_LIB_VERSION@
169STRIP = @STRIP@
170SYMBOL_PREFIX = @SYMBOL_PREFIX@
171VERSION = @VERSION@
172abs_builddir = @abs_builddir@
173abs_srcdir = @abs_srcdir@
174abs_top_builddir = @abs_top_builddir@
175abs_top_srcdir = @abs_top_srcdir@
176ac_ct_AR = @ac_ct_AR@
177ac_ct_CC = @ac_ct_CC@
178ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179am__include = @am__include@
180am__leading_dot = @am__leading_dot@
181am__quote = @am__quote@
182am__tar = @am__tar@
183am__untar = @am__untar@
184bindir = @bindir@
185build = @build@
186build_alias = @build_alias@
187build_cpu = @build_cpu@
188build_os = @build_os@
189build_vendor = @build_vendor@
190builddir = @builddir@
191datadir = @datadir@
192datarootdir = @datarootdir@
193docdir = @docdir@
194dvidir = @dvidir@
195exec_prefix = @exec_prefix@
196host = @host@
197host_alias = @host_alias@
198host_cpu = @host_cpu@
199host_os = @host_os@
200host_vendor = @host_vendor@
201htmldir = @htmldir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@
212pdfdir = @pdfdir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215psdir = @psdir@
216sbindir = @sbindir@
217sharedstatedir = @sharedstatedir@
218srcdir = @srcdir@
219sysconfdir = @sysconfdir@
220target_alias = @target_alias@
221top_build_prefix = @top_build_prefix@
222top_builddir = @top_builddir@
223top_srcdir = @top_srcdir@
224SUBDIRS = pictures
225EXTRA_DIST = README.1st asoundrc.txt doxygen.cfg index.doxygen
226INCLUDES = -I$(top_srcdir)/include
227all: all-recursive
228
229.SUFFIXES:
230$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
231	@for dep in $?; do \
232	  case '$(am__configure_deps)' in \
233	    *$$dep*) \
234	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
235	        && { if test -f $@; then exit 0; else break; fi; }; \
236	      exit 1;; \
237	  esac; \
238	done; \
239	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
240	$(am__cd) $(top_srcdir) && \
241	  $(AUTOMAKE) --foreign doc/Makefile
242.PRECIOUS: Makefile
243Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244	@case '$?' in \
245	  *config.status*) \
246	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247	  *) \
248	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250	esac;
251
252$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
255$(top_srcdir)/configure:  $(am__configure_deps)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259$(am__aclocal_m4_deps):
260doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
261	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
262
263mostlyclean-libtool:
264	-rm -f *.lo
265
266clean-libtool:
267	-rm -rf .libs _libs
268
269# This directory's subdirectories are mostly independent; you can cd
270# into them and run `make' without going through this Makefile.
271# To change the values of `make' variables: instead of editing Makefiles,
272# (1) if the variable is set in `config.status', edit `config.status'
273#     (which will cause the Makefiles to be regenerated when you run `make');
274# (2) otherwise, pass the desired values on the `make' command line.
275$(RECURSIVE_TARGETS):
276	@fail= failcom='exit 1'; \
277	for f in x $$MAKEFLAGS; do \
278	  case $$f in \
279	    *=* | --[!k]*);; \
280	    *k*) failcom='fail=yes';; \
281	  esac; \
282	done; \
283	dot_seen=no; \
284	target=`echo $@ | sed s/-recursive//`; \
285	list='$(SUBDIRS)'; for subdir in $$list; do \
286	  echo "Making $$target in $$subdir"; \
287	  if test "$$subdir" = "."; then \
288	    dot_seen=yes; \
289	    local_target="$$target-am"; \
290	  else \
291	    local_target="$$target"; \
292	  fi; \
293	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
294	  || eval $$failcom; \
295	done; \
296	if test "$$dot_seen" = "no"; then \
297	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
298	fi; test -z "$$fail"
299
300$(RECURSIVE_CLEAN_TARGETS):
301	@fail= failcom='exit 1'; \
302	for f in x $$MAKEFLAGS; do \
303	  case $$f in \
304	    *=* | --[!k]*);; \
305	    *k*) failcom='fail=yes';; \
306	  esac; \
307	done; \
308	dot_seen=no; \
309	case "$@" in \
310	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
311	  *) list='$(SUBDIRS)' ;; \
312	esac; \
313	rev=''; for subdir in $$list; do \
314	  if test "$$subdir" = "."; then :; else \
315	    rev="$$subdir $$rev"; \
316	  fi; \
317	done; \
318	rev="$$rev ."; \
319	target=`echo $@ | sed s/-recursive//`; \
320	for subdir in $$rev; do \
321	  echo "Making $$target in $$subdir"; \
322	  if test "$$subdir" = "."; then \
323	    local_target="$$target-am"; \
324	  else \
325	    local_target="$$target"; \
326	  fi; \
327	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328	  || eval $$failcom; \
329	done && test -z "$$fail"
330tags-recursive:
331	list='$(SUBDIRS)'; for subdir in $$list; do \
332	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
333	done
334ctags-recursive:
335	list='$(SUBDIRS)'; for subdir in $$list; do \
336	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
337	done
338
339ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	mkid -fID $$unique
347tags: TAGS
348
349TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350		$(TAGS_FILES) $(LISP)
351	set x; \
352	here=`pwd`; \
353	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
354	  include_option=--etags-include; \
355	  empty_fix=.; \
356	else \
357	  include_option=--include; \
358	  empty_fix=; \
359	fi; \
360	list='$(SUBDIRS)'; for subdir in $$list; do \
361	  if test "$$subdir" = .; then :; else \
362	    test ! -f $$subdir/TAGS || \
363	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
364	  fi; \
365	done; \
366	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367	unique=`for i in $$list; do \
368	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369	  done | \
370	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371	      END { if (nonempty) { for (i in files) print i; }; }'`; \
372	shift; \
373	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
374	  test -n "$$unique" || unique=$$empty_fix; \
375	  if test $$# -gt 0; then \
376	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377	      "$$@" $$unique; \
378	  else \
379	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380	      $$unique; \
381	  fi; \
382	fi
383ctags: CTAGS
384CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385		$(TAGS_FILES) $(LISP)
386	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387	unique=`for i in $$list; do \
388	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389	  done | \
390	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391	      END { if (nonempty) { for (i in files) print i; }; }'`; \
392	test -z "$(CTAGS_ARGS)$$unique" \
393	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394	     $$unique
395
396GTAGS:
397	here=`$(am__cd) $(top_builddir) && pwd` \
398	  && $(am__cd) $(top_srcdir) \
399	  && gtags -i $(GTAGS_ARGS) "$$here"
400
401distclean-tags:
402	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
404distdir: $(DISTFILES)
405	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407	list='$(DISTFILES)'; \
408	  dist_files=`for file in $$list; do echo $$file; done | \
409	  sed -e "s|^$$srcdirstrip/||;t" \
410	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
411	case $$dist_files in \
412	  */*) $(MKDIR_P) `echo "$$dist_files" | \
413			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
414			   sort -u` ;; \
415	esac; \
416	for file in $$dist_files; do \
417	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418	  if test -d $$d/$$file; then \
419	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
420	    if test -d "$(distdir)/$$file"; then \
421	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422	    fi; \
423	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
425	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426	    fi; \
427	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
428	  else \
429	    test -f "$(distdir)/$$file" \
430	    || cp -p $$d/$$file "$(distdir)/$$file" \
431	    || exit 1; \
432	  fi; \
433	done
434	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
435	  if test "$$subdir" = .; then :; else \
436	    test -d "$(distdir)/$$subdir" \
437	    || $(MKDIR_P) "$(distdir)/$$subdir" \
438	    || exit 1; \
439	  fi; \
440	done
441	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
442	  if test "$$subdir" = .; then :; else \
443	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
444	    $(am__relativize); \
445	    new_distdir=$$reldir; \
446	    dir1=$$subdir; dir2="$(top_distdir)"; \
447	    $(am__relativize); \
448	    new_top_distdir=$$reldir; \
449	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
450	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
451	    ($(am__cd) $$subdir && \
452	      $(MAKE) $(AM_MAKEFLAGS) \
453	        top_distdir="$$new_top_distdir" \
454	        distdir="$$new_distdir" \
455		am__remove_distdir=: \
456		am__skip_length_check=: \
457		am__skip_mode_fix=: \
458	        distdir) \
459	      || exit 1; \
460	  fi; \
461	done
462check-am: all-am
463check: check-recursive
464all-am: Makefile
465installdirs: installdirs-recursive
466installdirs-am:
467install: install-recursive
468install-exec: install-exec-recursive
469install-data: install-data-recursive
470uninstall: uninstall-recursive
471
472install-am: all-am
473	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
474
475installcheck: installcheck-recursive
476install-strip:
477	if test -z '$(STRIP)'; then \
478	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480	      install; \
481	else \
482	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
485	fi
486mostlyclean-generic:
487
488clean-generic:
489
490distclean-generic:
491	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
492	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493
494maintainer-clean-generic:
495	@echo "This command is intended for maintainers to use"
496	@echo "it deletes files that may require special tools to rebuild."
497clean: clean-recursive
498
499clean-am: clean-generic clean-libtool mostlyclean-am
500
501distclean: distclean-recursive
502	-rm -f Makefile
503distclean-am: clean-am distclean-generic distclean-tags
504
505dvi: dvi-recursive
506
507dvi-am:
508
509html: html-recursive
510
511html-am:
512
513info: info-recursive
514
515info-am:
516
517install-data-am:
518
519install-dvi: install-dvi-recursive
520
521install-dvi-am:
522
523install-exec-am:
524
525install-html: install-html-recursive
526
527install-html-am:
528
529install-info: install-info-recursive
530
531install-info-am:
532
533install-man:
534
535install-pdf: install-pdf-recursive
536
537install-pdf-am:
538
539install-ps: install-ps-recursive
540
541install-ps-am:
542
543installcheck-am:
544
545maintainer-clean: maintainer-clean-recursive
546	-rm -f Makefile
547maintainer-clean-am: distclean-am maintainer-clean-generic
548
549mostlyclean: mostlyclean-recursive
550
551mostlyclean-am: mostlyclean-generic mostlyclean-libtool
552
553pdf: pdf-recursive
554
555pdf-am:
556
557ps: ps-recursive
558
559ps-am:
560
561uninstall-am:
562
563.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
564	install-am install-strip tags-recursive
565
566.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
567	all all-am check check-am clean clean-generic clean-libtool \
568	ctags ctags-recursive distclean distclean-generic \
569	distclean-libtool distclean-tags distdir dvi dvi-am html \
570	html-am info info-am install install-am install-data \
571	install-data-am install-dvi install-dvi-am install-exec \
572	install-exec-am install-html install-html-am install-info \
573	install-info-am install-man install-pdf install-pdf-am \
574	install-ps install-ps-am install-strip installcheck \
575	installcheck-am installdirs installdirs-am maintainer-clean \
576	maintainer-clean-generic mostlyclean mostlyclean-generic \
577	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
578	uninstall uninstall-am
579
580
581doc:
582	test -e doxygen.cfg || sed s:[@]top_srcdir[@]:..:g doxygen.cfg.in > doxygen.cfg
583	doxygen doxygen.cfg
584
585doc-pack: doc
586	-chmod a+r $(top_srcdir)/doc/doxygen/html/*
587	-chmod a-w $(top_srcdir)/doc/doxygen/html/*
588	if ! test -z "$(AMTAR)"; then \
589		$(AMTAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
590	else \
591		$(TAR) --create --directory=$(top_srcdir)/doc/doxygen/html --verbose --file=- . | bzip2 -c -9 > $(top_srcdir)/../alsa-lib-doc.tar.bz2 ; \
592	fi
593	rm -rf $(top_srcdir)/doc/doxygen/html/*
594
595doc-clean:
596	rm -rf $(top_srcdir)/doc/doxygen/html/*
597
598# Tell versions [3.59,3.63) of GNU make to not export all variables.
599# Otherwise a system limit (for SysV at least) may be exceeded.
600.NOEXPORT:
601