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