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