fixup! Do not install unused script : /usr/sbin/alsa-info
[platform/upstream/alsa-utils.git] / 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 @ALSAMIXER_TRUE@am__append_1 = alsamixer
53 @HAVE_MIXER_TRUE@am__append_2 = amixer
54 @HAVE_RAWMIDI_TRUE@am__append_3 = amidi
55 @ALSACONF_TRUE@am__append_4 = alsaconf
56 @HAVE_PCM_TRUE@am__append_5 = aplay iecset speaker-test
57 @ALSALOOP_TRUE@@HAVE_PCM_TRUE@am__append_6 = alsaloop
58 @HAVE_SEQ_TRUE@am__append_7 = seq
59 @HAVE_UCM_TRUE@am__append_8 = alsaucm
60 subdir = .
61 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62         $(srcdir)/Makefile.in $(top_srcdir)/alsaconf/po/Makefile.in \
63         $(top_srcdir)/configure ABOUT-NLS COPYING ChangeLog INSTALL \
64         TODO config.guess config.rpath config.sub install-sh missing
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
67         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
68         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
69         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
70         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
71         $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73         $(ACLOCAL_M4)
74 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
75  configure.lineno config.status.lineno
76 mkinstalldirs = $(install_sh) -d
77 CONFIG_HEADER = $(top_builddir)/include/aconfig.h
78 CONFIG_CLEAN_FILES = alsaconf/po/Makefile
79 CONFIG_CLEAN_VPATH_FILES =
80 SOURCES =
81 DIST_SOURCES =
82 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83         html-recursive info-recursive install-data-recursive \
84         install-dvi-recursive install-exec-recursive \
85         install-html-recursive install-info-recursive \
86         install-pdf-recursive install-ps-recursive install-recursive \
87         installcheck-recursive installdirs-recursive pdf-recursive \
88         ps-recursive uninstall-recursive
89 am__can_run_installinfo = \
90   case $$AM_UPDATE_INFO_DIR in \
91     n|no|NO) false;; \
92     *) (install-info --version) >/dev/null 2>&1;; \
93   esac
94 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95   distclean-recursive maintainer-clean-recursive
96 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98         cscope distdir dist dist-all distcheck
99 ETAGS = etags
100 CTAGS = ctags
101 CSCOPE = cscope
102 DIST_SUBDIRS = include alsactl utils m4 po alsa-info alsamixer amixer \
103         amidi alsaconf aplay iecset speaker-test alsaloop seq alsaucm
104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105 distdir = $(PACKAGE)-$(VERSION)
106 top_distdir = $(distdir)
107 am__remove_distdir = \
108   if test -d "$(distdir)"; then \
109     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110       && rm -rf "$(distdir)" \
111       || { sleep 5 && rm -rf "$(distdir)"; }; \
112   else :; fi
113 am__post_remove_distdir = $(am__remove_distdir)
114 am__relativize = \
115   dir0=`pwd`; \
116   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
117   sed_rest='s,^[^/]*/*,,'; \
118   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
119   sed_butlast='s,/*[^/]*$$,,'; \
120   while test -n "$$dir1"; do \
121     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122     if test "$$first" != "."; then \
123       if test "$$first" = ".."; then \
124         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
125         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
126       else \
127         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
128         if test "$$first2" = "$$first"; then \
129           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
130         else \
131           dir2="../$$dir2"; \
132         fi; \
133         dir0="$$dir0"/"$$first"; \
134       fi; \
135     fi; \
136     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
137   done; \
138   reldir="$$dir2"
139 DIST_ARCHIVES = $(distdir).tar.gz
140 GZIP_ENV = --best
141 DIST_TARGETS = dist-gzip
142 distuninstallcheck_listfiles = find . -type f -print
143 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
144   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
145 distcleancheck_listfiles = find . -type f -print
146 ACLOCAL = @ACLOCAL@
147 ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
148 ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
149 ALSA_CFLAGS = @ALSA_CFLAGS@
150 ALSA_LIBS = @ALSA_LIBS@
151 AMTAR = @AMTAR@
152 ASOUND_LOCK_DIR = @ASOUND_LOCK_DIR@
153 ASOUND_STATE_DIR = @ASOUND_STATE_DIR@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 CC = @CC@
159 CCDEPMODE = @CCDEPMODE@
160 CFLAGS = @CFLAGS@
161 CPP = @CPP@
162 CPPFLAGS = @CPPFLAGS@
163 CURSESINC = @CURSESINC@
164 CURSESLIB = @CURSESLIB@
165 CURSES_CFLAGS = @CURSES_CFLAGS@
166 CYGPATH_W = @CYGPATH_W@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 ECHO_C = @ECHO_C@
170 ECHO_N = @ECHO_N@
171 ECHO_T = @ECHO_T@
172 EGREP = @EGREP@
173 EXEEXT = @EXEEXT@
174 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175 GMSGFMT = @GMSGFMT@
176 GMSGFMT_015 = @GMSGFMT_015@
177 GREP = @GREP@
178 INSTALL = @INSTALL@
179 INSTALL_DATA = @INSTALL_DATA@
180 INSTALL_PROGRAM = @INSTALL_PROGRAM@
181 INSTALL_SCRIPT = @INSTALL_SCRIPT@
182 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183 INTLLIBS = @INTLLIBS@
184 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
185 LDFLAGS = @LDFLAGS@
186 LIBICONV = @LIBICONV@
187 LIBINTL = @LIBINTL@
188 LIBOBJS = @LIBOBJS@
189 LIBRT = @LIBRT@
190 LIBS = @LIBS@
191 LN_S = @LN_S@
192 LTLIBICONV = @LTLIBICONV@
193 LTLIBINTL = @LTLIBINTL@
194 LTLIBOBJS = @LTLIBOBJS@
195 MAINT = @MAINT@
196 MAKEINFO = @MAKEINFO@
197 MKDIR_P = @MKDIR_P@
198 MSGFMT = @MSGFMT@
199 MSGFMT_015 = @MSGFMT_015@
200 MSGMERGE = @MSGMERGE@
201 NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
202 NCURSESW_LIBS = @NCURSESW_LIBS@
203 NCURSES_CFLAGS = @NCURSES_CFLAGS@
204 NCURSES_LIBS = @NCURSES_LIBS@
205 OBJEXT = @OBJEXT@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_URL = @PACKAGE_URL@
212 PACKAGE_VERSION = @PACKAGE_VERSION@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 PKG_CONFIG = @PKG_CONFIG@
215 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
216 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217 POSUB = @POSUB@
218 SED = @SED@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 SND_UTIL_MAJOR = @SND_UTIL_MAJOR@
222 SND_UTIL_MINOR = @SND_UTIL_MINOR@
223 SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@
224 SND_UTIL_VERSION = @SND_UTIL_VERSION@
225 STRIP = @STRIP@
226 TESTSOUND = @TESTSOUND@
227 USE_NLS = @USE_NLS@
228 VERSION = @VERSION@
229 XGETTEXT = @XGETTEXT@
230 XGETTEXT_015 = @XGETTEXT_015@
231 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_CC = @ac_ct_CC@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 mydatadir = @mydatadir@
270 ncurses5_config = @ncurses5_config@
271 ncursesw5_config = @ncursesw5_config@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 systemdsystemunitdir = @systemdsystemunitdir@
282 target_alias = @target_alias@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
286 udevrulesdir = @udevrulesdir@
287 xmlto = @xmlto@
288 AM_CPPFLAGS = -I$(top_srcdir)/include
289 SUBDIRS = include alsactl utils m4 po alsa-info $(am__append_1) \
290         $(am__append_2) $(am__append_3) $(am__append_4) \
291         $(am__append_5) $(am__append_6) $(am__append_7) \
292         $(am__append_8)
293 EXTRA_DIST = config.rpath  TODO gitcompile
294 AUTOMAKE_OPTIONS = foreign
295 ACLOCAL_AMFLAGS = -I m4
296 DISTCHECK_CONFIGURE_FLAGS = \
297         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
298
299 all: all-recursive
300
301 .SUFFIXES:
302 am--refresh: Makefile
303         @:
304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
305         @for dep in $?; do \
306           case '$(am__configure_deps)' in \
307             *$$dep*) \
308               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
309               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
310                 && exit 0; \
311               exit 1;; \
312           esac; \
313         done; \
314         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
315         $(am__cd) $(top_srcdir) && \
316           $(AUTOMAKE) --foreign Makefile
317 .PRECIOUS: Makefile
318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319         @case '$?' in \
320           *config.status*) \
321             echo ' $(SHELL) ./config.status'; \
322             $(SHELL) ./config.status;; \
323           *) \
324             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
325             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
326         esac;
327
328 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329         $(SHELL) ./config.status --recheck
330
331 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
332         $(am__cd) $(srcdir) && $(AUTOCONF)
333 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
334         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
335 $(am__aclocal_m4_deps):
336 alsaconf/po/Makefile: $(top_builddir)/config.status $(top_srcdir)/alsaconf/po/Makefile.in
337         cd $(top_builddir) && $(SHELL) ./config.status $@
338
339 # This directory's subdirectories are mostly independent; you can cd
340 # into them and run 'make' without going through this Makefile.
341 # To change the values of 'make' variables: instead of editing Makefiles,
342 # (1) if the variable is set in 'config.status', edit 'config.status'
343 #     (which will cause the Makefiles to be regenerated when you run 'make');
344 # (2) otherwise, pass the desired values on the 'make' command line.
345 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
346         @fail= failcom='exit 1'; \
347         for f in x $$MAKEFLAGS; do \
348           case $$f in \
349             *=* | --[!k]*);; \
350             *k*) failcom='fail=yes';; \
351           esac; \
352         done; \
353         dot_seen=no; \
354         target=`echo $@ | sed s/-recursive//`; \
355         case "$@" in \
356           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
357           *) list='$(SUBDIRS)' ;; \
358         esac; \
359         for subdir in $$list; do \
360           echo "Making $$target in $$subdir"; \
361           if test "$$subdir" = "."; then \
362             dot_seen=yes; \
363             local_target="$$target-am"; \
364           else \
365             local_target="$$target"; \
366           fi; \
367           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368           || eval $$failcom; \
369         done; \
370         if test "$$dot_seen" = "no"; then \
371           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
372         fi; test -z "$$fail"
373 tags-recursive:
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376         done
377 ctags-recursive:
378         list='$(SUBDIRS)'; for subdir in $$list; do \
379           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380         done
381 cscopelist-recursive:
382         list='$(SUBDIRS)'; for subdir in $$list; do \
383           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
384         done
385
386 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
387         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388         unique=`for i in $$list; do \
389             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390           done | \
391           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392               END { if (nonempty) { for (i in files) print i; }; }'`; \
393         mkid -fID $$unique
394 tags: TAGS
395
396 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397                 $(TAGS_FILES) $(LISP)
398         set x; \
399         here=`pwd`; \
400         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
401           include_option=--etags-include; \
402           empty_fix=.; \
403         else \
404           include_option=--include; \
405           empty_fix=; \
406         fi; \
407         list='$(SUBDIRS)'; for subdir in $$list; do \
408           if test "$$subdir" = .; then :; else \
409             test ! -f $$subdir/TAGS || \
410               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
411           fi; \
412         done; \
413         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
414         unique=`for i in $$list; do \
415             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416           done | \
417           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418               END { if (nonempty) { for (i in files) print i; }; }'`; \
419         shift; \
420         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421           test -n "$$unique" || unique=$$empty_fix; \
422           if test $$# -gt 0; then \
423             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424               "$$@" $$unique; \
425           else \
426             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427               $$unique; \
428           fi; \
429         fi
430 ctags: CTAGS
431 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
432                 $(TAGS_FILES) $(LISP)
433         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         test -z "$(CTAGS_ARGS)$$unique" \
440           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441              $$unique
442
443 GTAGS:
444         here=`$(am__cd) $(top_builddir) && pwd` \
445           && $(am__cd) $(top_srcdir) \
446           && gtags -i $(GTAGS_ARGS) "$$here"
447
448 cscope: cscope.files
449         test ! -s cscope.files \
450           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
451
452 clean-cscope:
453         -rm -f cscope.files
454
455 cscope.files: clean-cscope cscopelist-recursive cscopelist
456
457 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
458         list='$(SOURCES) $(HEADERS) $(LISP)'; \
459         case "$(srcdir)" in \
460           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
461           *) sdir=$(subdir)/$(srcdir) ;; \
462         esac; \
463         for i in $$list; do \
464           if test -f "$$i"; then \
465             echo "$(subdir)/$$i"; \
466           else \
467             echo "$$sdir/$$i"; \
468           fi; \
469         done >> $(top_builddir)/cscope.files
470
471 distclean-tags:
472         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
474
475 distdir: $(DISTFILES)
476         $(am__remove_distdir)
477         test -d "$(distdir)" || mkdir "$(distdir)"
478         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480         list='$(DISTFILES)'; \
481           dist_files=`for file in $$list; do echo $$file; done | \
482           sed -e "s|^$$srcdirstrip/||;t" \
483               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484         case $$dist_files in \
485           */*) $(MKDIR_P) `echo "$$dist_files" | \
486                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487                            sort -u` ;; \
488         esac; \
489         for file in $$dist_files; do \
490           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491           if test -d $$d/$$file; then \
492             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493             if test -d "$(distdir)/$$file"; then \
494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495             fi; \
496             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501           else \
502             test -f "$(distdir)/$$file" \
503             || cp -p $$d/$$file "$(distdir)/$$file" \
504             || exit 1; \
505           fi; \
506         done
507         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508           if test "$$subdir" = .; then :; else \
509             $(am__make_dryrun) \
510               || test -d "$(distdir)/$$subdir" \
511               || $(MKDIR_P) "$(distdir)/$$subdir" \
512               || exit 1; \
513             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
514             $(am__relativize); \
515             new_distdir=$$reldir; \
516             dir1=$$subdir; dir2="$(top_distdir)"; \
517             $(am__relativize); \
518             new_top_distdir=$$reldir; \
519             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
520             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
521             ($(am__cd) $$subdir && \
522               $(MAKE) $(AM_MAKEFLAGS) \
523                 top_distdir="$$new_top_distdir" \
524                 distdir="$$new_distdir" \
525                 am__remove_distdir=: \
526                 am__skip_length_check=: \
527                 am__skip_mode_fix=: \
528                 distdir) \
529               || exit 1; \
530           fi; \
531         done
532         $(MAKE) $(AM_MAKEFLAGS) \
533           top_distdir="$(top_distdir)" distdir="$(distdir)" \
534           dist-hook
535         -test -n "$(am__skip_mode_fix)" \
536         || find "$(distdir)" -type d ! -perm -755 \
537                 -exec chmod u+rwx,go+rx {} \; -o \
538           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
539           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
540           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
541         || chmod -R a+r "$(distdir)"
542 dist-gzip: distdir
543         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544         $(am__post_remove_distdir)
545
546 dist-bzip2: distdir
547         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
548         $(am__post_remove_distdir)
549
550 dist-lzip: distdir
551         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
552         $(am__post_remove_distdir)
553
554 dist-xz: distdir
555         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
556         $(am__post_remove_distdir)
557
558 dist-tarZ: distdir
559         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
560         $(am__post_remove_distdir)
561
562 dist-shar: distdir
563         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
564         $(am__post_remove_distdir)
565
566 dist-zip: distdir
567         -rm -f $(distdir).zip
568         zip -rq $(distdir).zip $(distdir)
569         $(am__post_remove_distdir)
570
571 dist dist-all:
572         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
573         $(am__post_remove_distdir)
574
575 # This target untars the dist file and tries a VPATH configuration.  Then
576 # it guarantees that the distribution is self-contained by making another
577 # tarfile.
578 distcheck: dist
579         case '$(DIST_ARCHIVES)' in \
580         *.tar.gz*) \
581           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
582         *.tar.bz2*) \
583           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
584         *.tar.lz*) \
585           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
586         *.tar.xz*) \
587           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588         *.tar.Z*) \
589           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590         *.shar.gz*) \
591           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
592         *.zip*) \
593           unzip $(distdir).zip ;;\
594         esac
595         chmod -R a-w $(distdir); chmod u+w $(distdir)
596         mkdir $(distdir)/_build
597         mkdir $(distdir)/_inst
598         chmod a-w $(distdir)
599         test -d $(distdir)/_build || exit 0; \
600         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
601           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
602           && am__cwd=`pwd` \
603           && $(am__cd) $(distdir)/_build \
604           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
605             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
606             $(DISTCHECK_CONFIGURE_FLAGS) \
607           && $(MAKE) $(AM_MAKEFLAGS) \
608           && $(MAKE) $(AM_MAKEFLAGS) dvi \
609           && $(MAKE) $(AM_MAKEFLAGS) check \
610           && $(MAKE) $(AM_MAKEFLAGS) install \
611           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
612           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
613           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
614                 distuninstallcheck \
615           && chmod -R a-w "$$dc_install_base" \
616           && ({ \
617                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
618                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
619                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
620                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
621                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
622               } || { rm -rf "$$dc_destdir"; exit 1; }) \
623           && rm -rf "$$dc_destdir" \
624           && $(MAKE) $(AM_MAKEFLAGS) dist \
625           && rm -rf $(DIST_ARCHIVES) \
626           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
627           && cd "$$am__cwd" \
628           || exit 1
629         $(am__post_remove_distdir)
630         @(echo "$(distdir) archives ready for distribution: "; \
631           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
632           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
633 distuninstallcheck:
634         @test -n '$(distuninstallcheck_dir)' || { \
635           echo 'ERROR: trying to run $@ with an empty' \
636                '$$(distuninstallcheck_dir)' >&2; \
637           exit 1; \
638         }; \
639         $(am__cd) '$(distuninstallcheck_dir)' || { \
640           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
641           exit 1; \
642         }; \
643         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
644            || { echo "ERROR: files left after uninstall:" ; \
645                 if test -n "$(DESTDIR)"; then \
646                   echo "  (check DESTDIR support)"; \
647                 fi ; \
648                 $(distuninstallcheck_listfiles) ; \
649                 exit 1; } >&2
650 distcleancheck: distclean
651         @if test '$(srcdir)' = . ; then \
652           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
653           exit 1 ; \
654         fi
655         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
656           || { echo "ERROR: files left in build directory after distclean:" ; \
657                $(distcleancheck_listfiles) ; \
658                exit 1; } >&2
659 check-am: all-am
660 check: check-recursive
661 all-am: Makefile
662 installdirs: installdirs-recursive
663 installdirs-am:
664 install: install-recursive
665 install-exec: install-exec-recursive
666 install-data: install-data-recursive
667 uninstall: uninstall-recursive
668
669 install-am: all-am
670         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672 installcheck: installcheck-recursive
673 install-strip:
674         if test -z '$(STRIP)'; then \
675           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677               install; \
678         else \
679           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682         fi
683 mostlyclean-generic:
684
685 clean-generic:
686
687 distclean-generic:
688         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
689         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
690
691 maintainer-clean-generic:
692         @echo "This command is intended for maintainers to use"
693         @echo "it deletes files that may require special tools to rebuild."
694 clean: clean-recursive
695
696 clean-am: clean-generic mostlyclean-am
697
698 distclean: distclean-recursive
699         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
700         -rm -f Makefile
701 distclean-am: clean-am distclean-generic distclean-tags
702
703 dvi: dvi-recursive
704
705 dvi-am:
706
707 html: html-recursive
708
709 html-am:
710
711 info: info-recursive
712
713 info-am:
714
715 install-data-am:
716         @$(NORMAL_INSTALL)
717         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
718 install-dvi: install-dvi-recursive
719
720 install-dvi-am:
721
722 install-exec-am:
723
724 install-html: install-html-recursive
725
726 install-html-am:
727
728 install-info: install-info-recursive
729
730 install-info-am:
731
732 install-man:
733
734 install-pdf: install-pdf-recursive
735
736 install-pdf-am:
737
738 install-ps: install-ps-recursive
739
740 install-ps-am:
741
742 installcheck-am:
743
744 maintainer-clean: maintainer-clean-recursive
745         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
746         -rm -rf $(top_srcdir)/autom4te.cache
747         -rm -f Makefile
748 maintainer-clean-am: distclean-am maintainer-clean-generic
749
750 mostlyclean: mostlyclean-recursive
751
752 mostlyclean-am: mostlyclean-generic
753
754 pdf: pdf-recursive
755
756 pdf-am:
757
758 ps: ps-recursive
759
760 ps-am:
761
762 uninstall-am:
763
764 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
765         cscopelist-recursive ctags-recursive install-am \
766         install-data-am install-strip tags-recursive
767
768 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
769         all all-am am--refresh check check-am clean clean-cscope \
770         clean-generic cscope cscopelist cscopelist-recursive ctags \
771         ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
772         dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
773         distclean distclean-generic distclean-tags distcleancheck \
774         distdir distuninstallcheck dvi dvi-am html html-am info \
775         info-am install install-am install-data install-data-am \
776         install-data-hook install-dvi install-dvi-am install-exec \
777         install-exec-am install-html install-html-am install-info \
778         install-info-am install-man install-pdf install-pdf-am \
779         install-ps install-ps-am install-strip installcheck \
780         installcheck-am installdirs installdirs-am maintainer-clean \
781         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
782         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
783
784
785 rpm: dist
786         $(MAKE) -C $@
787
788 dist-hook:
789         -chmod -R a+r $(distdir)
790         @if ! test -z "$(AMTAR)"; then \
791                 $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
792         else \
793                 $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
794         fi
795
796 install-data-hook:
797         $(MKDIR_P) -m 0755 $(DESTDIR)$(ASOUND_STATE_DIR)
798
799 # Tell versions [3.59,3.63) of GNU make to not export all variables.
800 # Otherwise a system limit (for SysV at least) may be exceeded.
801 .NOEXPORT: