tizen 2.3.1 release
[external/alsa-lib.git] / include / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6 # 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@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 @BUILD_CTL_PLUGIN_EXT_TRUE@am__append_1 = control_external.h
38 @BUILD_PCM_TRUE@am__append_2 = pcm.h pcm_old.h timer.h
39 @BUILD_PCM_PLUGIN_TRUE@@BUILD_PCM_TRUE@am__append_3 = pcm_plugin.h
40 @BUILD_PCM_PLUGIN_RATE_TRUE@@BUILD_PCM_TRUE@am__append_4 = pcm_rate.h 
41 @BUILD_PCM_PLUGIN_EXTPLUG_TRUE@@BUILD_PCM_TRUE@am__append_5 = pcm_external.h pcm_extplug.h
42 @BUILD_PCM_PLUGIN_EXTPLUG_FALSE@@BUILD_PCM_PLUGIN_IOPLUG_TRUE@@BUILD_PCM_TRUE@am__append_6 = pcm_external.h
43 @BUILD_PCM_PLUGIN_IOPLUG_TRUE@@BUILD_PCM_TRUE@am__append_7 = pcm_ioplug.h
44 @BUILD_RAWMIDI_TRUE@am__append_8 = rawmidi.h
45 @BUILD_HWDEP_TRUE@am__append_9 = hwdep.h
46 @BUILD_MIXER_TRUE@am__append_10 = mixer.h mixer_abst.h
47 @BUILD_SEQ_TRUE@am__append_11 = seq_event.h seq.h seqmid.h seq_midi_event.h
48 @BUILD_ALISP_TRUE@am__append_12 = alisp.h
49 subdir = include
50 DIST_COMMON = $(am__alsainclude_HEADERS_DIST) $(noinst_HEADERS) \
51         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
52         $(srcdir)/config.h.in
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
55         $(top_srcdir)/configure.in
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 AM_V_GEN = $(am__v_GEN_$(V))
63 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
64 am__v_GEN_0 = @echo "  GEN   " $@;
65 AM_V_at = $(am__v_at_$(V))
66 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
67 am__v_at_0 = @
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 am__alsainclude_HEADERS_DIST = asoundlib.h asoundef.h version.h \
78         global.h input.h output.h error.h conf.h control.h iatomic.h \
79         use-case.h control_external.h pcm.h pcm_old.h timer.h \
80         pcm_plugin.h pcm_rate.h pcm_external.h pcm_extplug.h \
81         pcm_ioplug.h rawmidi.h hwdep.h mixer.h mixer_abst.h \
82         seq_event.h seq.h seqmid.h seq_midi_event.h alisp.h
83 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84 am__vpath_adj = case $$p in \
85     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86     *) f=$$p;; \
87   esac;
88 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
89 am__install_max = 40
90 am__nobase_strip_setup = \
91   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
92 am__nobase_strip = \
93   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
94 am__nobase_list = $(am__nobase_strip_setup); \
95   for p in $$list; do echo "$$p $$p"; done | \
96   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
97   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
98     if (++n[$$2] == $(am__install_max)) \
99       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
100     END { for (dir in files) print dir, files[dir] }'
101 am__base_list = \
102   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104 am__installdirs = "$(DESTDIR)$(alsaincludedir)"
105 HEADERS = $(alsainclude_HEADERS) $(noinst_HEADERS)
106 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
107   distclean-recursive maintainer-clean-recursive
108 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
110         distdir
111 ETAGS = etags
112 CTAGS = ctags
113 DIST_SUBDIRS = $(SUBDIRS)
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 am__relativize = \
116   dir0=`pwd`; \
117   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
118   sed_rest='s,^[^/]*/*,,'; \
119   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
120   sed_butlast='s,/*[^/]*$$,,'; \
121   while test -n "$$dir1"; do \
122     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123     if test "$$first" != "."; then \
124       if test "$$first" = ".."; then \
125         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
126         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
127       else \
128         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
129         if test "$$first2" = "$$first"; then \
130           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
131         else \
132           dir2="../$$dir2"; \
133         fi; \
134         dir0="$$dir0"/"$$first"; \
135       fi; \
136     fi; \
137     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
138   done; \
139   reldir="$$dir2"
140 ACLOCAL = @ACLOCAL@
141 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
142 ALSA_DEPLIBS = @ALSA_DEPLIBS@
143 ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
144 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
145 AMTAR = @AMTAR@
146 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147 AR = @AR@
148 AUTOCONF = @AUTOCONF@
149 AUTOHEADER = @AUTOHEADER@
150 AUTOMAKE = @AUTOMAKE@
151 AWK = @AWK@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CXX = @CXX@
158 CXXCPP = @CXXCPP@
159 CXXDEPMODE = @CXXDEPMODE@
160 CXXFLAGS = @CXXFLAGS@
161 CYGPATH_W = @CYGPATH_W@
162 DEFS = @DEFS@
163 DEPDIR = @DEPDIR@
164 ECHO = @ECHO@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 F77 = @F77@
171 FFLAGS = @FFLAGS@
172 GREP = @GREP@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LIBTOOL = @LIBTOOL@
182 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
183 LN_S = @LN_S@
184 LTLIBOBJS = @LTLIBOBJS@
185 MAKEINFO = @MAKEINFO@
186 MKDIR_P = @MKDIR_P@
187 OBJEXT = @OBJEXT@
188 PACKAGE = @PACKAGE@
189 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190 PACKAGE_NAME = @PACKAGE_NAME@
191 PACKAGE_STRING = @PACKAGE_STRING@
192 PACKAGE_TARNAME = @PACKAGE_TARNAME@
193 PACKAGE_URL = @PACKAGE_URL@
194 PACKAGE_VERSION = @PACKAGE_VERSION@
195 PATH_SEPARATOR = @PATH_SEPARATOR@
196 PYTHON_INCLUDES = @PYTHON_INCLUDES@
197 PYTHON_LIBS = @PYTHON_LIBS@
198 RANLIB = @RANLIB@
199 SET_MAKE = @SET_MAKE@
200 SHELL = @SHELL@
201 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
202 SND_LIB_MAJOR = @SND_LIB_MAJOR@
203 SND_LIB_MINOR = @SND_LIB_MINOR@
204 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
205 SND_LIB_VERSION = @SND_LIB_VERSION@
206 STRIP = @STRIP@
207 SYMBOL_PREFIX = @SYMBOL_PREFIX@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_CC = @ac_ct_CC@
214 ac_ct_CXX = @ac_ct_CXX@
215 ac_ct_F77 = @ac_ct_F77@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 builddir = @builddir@
228 datadir = @datadir@
229 datarootdir = @datarootdir@
230 docdir = @docdir@
231 dvidir = @dvidir@
232 exec_prefix = @exec_prefix@
233 host = @host@
234 host_alias = @host_alias@
235 host_cpu = @host_cpu@
236 host_os = @host_os@
237 host_vendor = @host_vendor@
238 htmldir = @htmldir@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localedir = @localedir@
245 localstatedir = @localstatedir@
246 mandir = @mandir@
247 mkdir_p = @mkdir_p@
248 oldincludedir = @oldincludedir@
249 pdfdir = @pdfdir@
250 prefix = @prefix@
251 program_transform_name = @program_transform_name@
252 psdir = @psdir@
253 sbindir = @sbindir@
254 sharedstatedir = @sharedstatedir@
255 srcdir = @srcdir@
256 sysconfdir = @sysconfdir@
257 target_alias = @target_alias@
258 top_build_prefix = @top_build_prefix@
259 top_builddir = @top_builddir@
260 top_srcdir = @top_srcdir@
261 SUBDIRS = sound
262 sysincludedir = ${includedir}/sys
263 alsaincludedir = ${includedir}/alsa
264 alsainclude_HEADERS = asoundlib.h asoundef.h version.h global.h \
265         input.h output.h error.h conf.h control.h iatomic.h use-case.h \
266         $(am__append_1) $(am__append_2) $(am__append_3) \
267         $(am__append_4) $(am__append_5) $(am__append_6) \
268         $(am__append_7) $(am__append_8) $(am__append_9) \
269         $(am__append_10) $(am__append_11) $(am__append_12)
270 noinst_HEADERS = alsa sys.h search.h list.h aserver.h local.h alsa-symbols.h \
271         asoundlib-head.h asoundlib-tail.h
272
273 DISTCLEANFILES = stamp-vh version.h alsa asoundlib.h
274 INCLUDES = -I$(top_srcdir)/include
275 all: config.h
276         $(MAKE) $(AM_MAKEFLAGS) all-recursive
277
278 .SUFFIXES:
279 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
280         @for dep in $?; do \
281           case '$(am__configure_deps)' in \
282             *$$dep*) \
283               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284                 && { if test -f $@; then exit 0; else break; fi; }; \
285               exit 1;; \
286           esac; \
287         done; \
288         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
289         $(am__cd) $(top_srcdir) && \
290           $(AUTOMAKE) --foreign include/Makefile
291 .PRECIOUS: Makefile
292 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293         @case '$?' in \
294           *config.status*) \
295             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296           *) \
297             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299         esac;
300
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304 $(top_srcdir)/configure:  $(am__configure_deps)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
307         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(am__aclocal_m4_deps):
309
310 config.h: stamp-h1
311         @if test ! -f $@; then \
312           rm -f stamp-h1; \
313           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
314         else :; fi
315
316 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
317         @rm -f stamp-h1
318         cd $(top_builddir) && $(SHELL) ./config.status include/config.h
319 $(srcdir)/config.h.in:  $(am__configure_deps) 
320         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
321         rm -f stamp-h1
322         touch $@
323
324 distclean-hdr:
325         -rm -f config.h stamp-h1
326
327 mostlyclean-libtool:
328         -rm -f *.lo
329
330 clean-libtool:
331         -rm -rf .libs _libs
332 install-alsaincludeHEADERS: $(alsainclude_HEADERS)
333         @$(NORMAL_INSTALL)
334         test -z "$(alsaincludedir)" || $(MKDIR_P) "$(DESTDIR)$(alsaincludedir)"
335         @list='$(alsainclude_HEADERS)'; test -n "$(alsaincludedir)" || list=; \
336         for p in $$list; do \
337           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
338           echo "$$d$$p"; \
339         done | $(am__base_list) | \
340         while read files; do \
341           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(alsaincludedir)'"; \
342           $(INSTALL_HEADER) $$files "$(DESTDIR)$(alsaincludedir)" || exit $$?; \
343         done
344
345 uninstall-alsaincludeHEADERS:
346         @$(NORMAL_UNINSTALL)
347         @list='$(alsainclude_HEADERS)'; test -n "$(alsaincludedir)" || list=; \
348         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
349         test -n "$$files" || exit 0; \
350         echo " ( cd '$(DESTDIR)$(alsaincludedir)' && rm -f" $$files ")"; \
351         cd "$(DESTDIR)$(alsaincludedir)" && rm -f $$files
352
353 # This directory's subdirectories are mostly independent; you can cd
354 # into them and run `make' without going through this Makefile.
355 # To change the values of `make' variables: instead of editing Makefiles,
356 # (1) if the variable is set in `config.status', edit `config.status'
357 #     (which will cause the Makefiles to be regenerated when you run `make');
358 # (2) otherwise, pass the desired values on the `make' command line.
359 $(RECURSIVE_TARGETS):
360         @fail= failcom='exit 1'; \
361         for f in x $$MAKEFLAGS; do \
362           case $$f in \
363             *=* | --[!k]*);; \
364             *k*) failcom='fail=yes';; \
365           esac; \
366         done; \
367         dot_seen=no; \
368         target=`echo $@ | sed s/-recursive//`; \
369         list='$(SUBDIRS)'; for subdir in $$list; do \
370           echo "Making $$target in $$subdir"; \
371           if test "$$subdir" = "."; then \
372             dot_seen=yes; \
373             local_target="$$target-am"; \
374           else \
375             local_target="$$target"; \
376           fi; \
377           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378           || eval $$failcom; \
379         done; \
380         if test "$$dot_seen" = "no"; then \
381           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
382         fi; test -z "$$fail"
383
384 $(RECURSIVE_CLEAN_TARGETS):
385         @fail= failcom='exit 1'; \
386         for f in x $$MAKEFLAGS; do \
387           case $$f in \
388             *=* | --[!k]*);; \
389             *k*) failcom='fail=yes';; \
390           esac; \
391         done; \
392         dot_seen=no; \
393         case "$@" in \
394           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
395           *) list='$(SUBDIRS)' ;; \
396         esac; \
397         rev=''; for subdir in $$list; do \
398           if test "$$subdir" = "."; then :; else \
399             rev="$$subdir $$rev"; \
400           fi; \
401         done; \
402         rev="$$rev ."; \
403         target=`echo $@ | sed s/-recursive//`; \
404         for subdir in $$rev; do \
405           echo "Making $$target in $$subdir"; \
406           if test "$$subdir" = "."; then \
407             local_target="$$target-am"; \
408           else \
409             local_target="$$target"; \
410           fi; \
411           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412           || eval $$failcom; \
413         done && test -z "$$fail"
414 tags-recursive:
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
417         done
418 ctags-recursive:
419         list='$(SUBDIRS)'; for subdir in $$list; do \
420           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
421         done
422
423 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
424         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
425         unique=`for i in $$list; do \
426             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427           done | \
428           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429               END { if (nonempty) { for (i in files) print i; }; }'`; \
430         mkid -fID $$unique
431 tags: TAGS
432
433 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
434                 $(TAGS_FILES) $(LISP)
435         set x; \
436         here=`pwd`; \
437         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438           include_option=--etags-include; \
439           empty_fix=.; \
440         else \
441           include_option=--include; \
442           empty_fix=; \
443         fi; \
444         list='$(SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             test ! -f $$subdir/TAGS || \
447               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448           fi; \
449         done; \
450         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
451         unique=`for i in $$list; do \
452             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453           done | \
454           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455               END { if (nonempty) { for (i in files) print i; }; }'`; \
456         shift; \
457         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458           test -n "$$unique" || unique=$$empty_fix; \
459           if test $$# -gt 0; then \
460             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461               "$$@" $$unique; \
462           else \
463             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464               $$unique; \
465           fi; \
466         fi
467 ctags: CTAGS
468 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
469                 $(TAGS_FILES) $(LISP)
470         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
471         unique=`for i in $$list; do \
472             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473           done | \
474           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475               END { if (nonempty) { for (i in files) print i; }; }'`; \
476         test -z "$(CTAGS_ARGS)$$unique" \
477           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478              $$unique
479
480 GTAGS:
481         here=`$(am__cd) $(top_builddir) && pwd` \
482           && $(am__cd) $(top_srcdir) \
483           && gtags -i $(GTAGS_ARGS) "$$here"
484
485 distclean-tags:
486         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487
488 distdir: $(DISTFILES)
489         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491         list='$(DISTFILES)'; \
492           dist_files=`for file in $$list; do echo $$file; done | \
493           sed -e "s|^$$srcdirstrip/||;t" \
494               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
495         case $$dist_files in \
496           */*) $(MKDIR_P) `echo "$$dist_files" | \
497                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
498                            sort -u` ;; \
499         esac; \
500         for file in $$dist_files; do \
501           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502           if test -d $$d/$$file; then \
503             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
504             if test -d "$(distdir)/$$file"; then \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
509               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510             fi; \
511             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
512           else \
513             test -f "$(distdir)/$$file" \
514             || cp -p $$d/$$file "$(distdir)/$$file" \
515             || exit 1; \
516           fi; \
517         done
518         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519           if test "$$subdir" = .; then :; else \
520             test -d "$(distdir)/$$subdir" \
521             || $(MKDIR_P) "$(distdir)/$$subdir" \
522             || exit 1; \
523           fi; \
524         done
525         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
526           if test "$$subdir" = .; then :; else \
527             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
528             $(am__relativize); \
529             new_distdir=$$reldir; \
530             dir1=$$subdir; dir2="$(top_distdir)"; \
531             $(am__relativize); \
532             new_top_distdir=$$reldir; \
533             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
534             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
535             ($(am__cd) $$subdir && \
536               $(MAKE) $(AM_MAKEFLAGS) \
537                 top_distdir="$$new_top_distdir" \
538                 distdir="$$new_distdir" \
539                 am__remove_distdir=: \
540                 am__skip_length_check=: \
541                 am__skip_mode_fix=: \
542                 distdir) \
543               || exit 1; \
544           fi; \
545         done
546 check-am: all-am
547 check: check-recursive
548 all-am: Makefile $(HEADERS) config.h
549 installdirs: installdirs-recursive
550 installdirs-am:
551         for dir in "$(DESTDIR)$(alsaincludedir)"; do \
552           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553         done
554 install: install-recursive
555 install-exec: install-exec-recursive
556 install-data: install-data-recursive
557 uninstall: uninstall-recursive
558
559 install-am: all-am
560         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562 installcheck: installcheck-recursive
563 install-strip:
564         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566           `test -z '$(STRIP)' || \
567             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
568 mostlyclean-generic:
569
570 clean-generic:
571
572 distclean-generic:
573         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
576
577 maintainer-clean-generic:
578         @echo "This command is intended for maintainers to use"
579         @echo "it deletes files that may require special tools to rebuild."
580 clean: clean-recursive
581
582 clean-am: clean-generic clean-libtool mostlyclean-am
583
584 distclean: distclean-recursive
585         -rm -f Makefile
586 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
587
588 dvi: dvi-recursive
589
590 dvi-am:
591
592 html: html-recursive
593
594 html-am:
595
596 info: info-recursive
597
598 info-am:
599
600 install-data-am: install-alsaincludeHEADERS
601         @$(NORMAL_INSTALL)
602         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
603 install-dvi: install-dvi-recursive
604
605 install-dvi-am:
606
607 install-exec-am:
608
609 install-html: install-html-recursive
610
611 install-html-am:
612
613 install-info: install-info-recursive
614
615 install-info-am:
616
617 install-man:
618
619 install-pdf: install-pdf-recursive
620
621 install-pdf-am:
622
623 install-ps: install-ps-recursive
624
625 install-ps-am:
626
627 installcheck-am:
628
629 maintainer-clean: maintainer-clean-recursive
630         -rm -f Makefile
631 maintainer-clean-am: distclean-am maintainer-clean-generic
632
633 mostlyclean: mostlyclean-recursive
634
635 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
636
637 pdf: pdf-recursive
638
639 pdf-am:
640
641 ps: ps-recursive
642
643 ps-am:
644
645 uninstall-am: uninstall-alsaincludeHEADERS
646
647 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
648         ctags-recursive install-am install-data-am install-strip \
649         tags-recursive
650
651 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652         all all-am check check-am clean clean-generic clean-libtool \
653         ctags ctags-recursive distclean distclean-generic \
654         distclean-hdr distclean-libtool distclean-tags distdir dvi \
655         dvi-am html html-am info info-am install \
656         install-alsaincludeHEADERS install-am install-data \
657         install-data-am install-data-hook install-dvi install-dvi-am \
658         install-exec install-exec-am install-html install-html-am \
659         install-info install-info-am install-man install-pdf \
660         install-pdf-am install-ps install-ps-am install-strip \
661         installcheck installcheck-am installdirs installdirs-am \
662         maintainer-clean maintainer-clean-generic mostlyclean \
663         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664         tags tags-recursive uninstall uninstall-alsaincludeHEADERS \
665         uninstall-am
666
667
668 alsa:
669         ln -s $(top_srcdir)/include alsa
670
671 version.h: stamp-vh alsa
672         @:
673
674 stamp-vh: $(top_builddir)/configure.in
675         @echo "/*" > ver.tmp
676         @echo " *  version.h" >> ver.tmp
677         @echo " */" >> ver.tmp
678         @echo "" >> ver.tmp
679         @echo "#define SND_LIB_MAJOR            $(SND_LIB_MAJOR) /**< major number of library version */" >> ver.tmp
680         @echo "#define SND_LIB_MINOR            $(SND_LIB_MINOR) /**< minor number of library version */" >> ver.tmp
681         @echo "#define SND_LIB_SUBMINOR $(SND_LIB_SUBMINOR) /**< subminor number of library version */" >> ver.tmp
682         @echo "#define SND_LIB_EXTRAVER $(SND_LIB_EXTRAVER) /**< extra version number, used mainly for betas */" >> ver.tmp
683         @echo "/** library version */" >> ver.tmp
684         @echo "#define SND_LIB_VERSION          ((SND_LIB_MAJOR<<16)|\\" >> ver.tmp
685         @echo "                          (SND_LIB_MINOR<<8)|\\" >> ver.tmp
686         @echo "                           SND_LIB_SUBMINOR)" >> ver.tmp
687         @echo "/** library version (string) */" >> ver.tmp
688         @echo "#define SND_LIB_VERSION_STR      \"$(SND_LIB_VERSION)\"" >> ver.tmp
689         @echo >> ver.tmp
690         @cmp -s version.h ver.tmp \
691           || (echo "Updating version.h"; \
692               cp ver.tmp version.h; \
693               echo timestamp > stamp-vh)
694         -@rm -f ver.tmp
695
696 install-data-hook:
697         test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
698         $(INSTALL_DATA) $(srcdir)/sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
699
700 # Tell versions [3.59,3.63) of GNU make to not export all variables.
701 # Otherwise a system limit (for SysV at least) may be exceeded.
702 .NOEXPORT: