tizen 2.3.1 release
[external/alsa-lib.git] / aserver / 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 bin_PROGRAMS = aserver$(EXEEXT)
38 subdir = aserver
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42         $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/include/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__installdirs = "$(DESTDIR)$(bindir)"
50 PROGRAMS = $(bin_PROGRAMS)
51 am_aserver_OBJECTS = aserver.$(OBJEXT)
52 aserver_OBJECTS = $(am_aserver_OBJECTS)
53 aserver_DEPENDENCIES = ../src/libasound.la
54 AM_V_lt = $(am__v_lt_$(V))
55 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
56 am__v_lt_0 = --silent
57 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
58 depcomp = $(SHELL) $(top_srcdir)/depcomp
59 am__depfiles_maybe = depfiles
60 am__mv = mv -f
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
64         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
65         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66         $(AM_CFLAGS) $(CFLAGS)
67 AM_V_CC = $(am__v_CC_$(V))
68 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
69 am__v_CC_0 = @echo "  CC    " $@;
70 AM_V_at = $(am__v_at_$(V))
71 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
72 am__v_at_0 = @
73 CCLD = $(CC)
74 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
75         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(AM_LDFLAGS) $(LDFLAGS) -o $@
77 AM_V_CCLD = $(am__v_CCLD_$(V))
78 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
79 am__v_CCLD_0 = @echo "  CCLD  " $@;
80 AM_V_GEN = $(am__v_GEN_$(V))
81 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
82 am__v_GEN_0 = @echo "  GEN   " $@;
83 SOURCES = $(aserver_SOURCES)
84 DIST_SOURCES = $(aserver_SOURCES)
85 ETAGS = etags
86 CTAGS = ctags
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 ACLOCAL = @ACLOCAL@
89 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
90 ALSA_DEPLIBS = @ALSA_DEPLIBS@
91 ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
92 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
93 AMTAR = @AMTAR@
94 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
95 AR = @AR@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 CC = @CC@
101 CCDEPMODE = @CCDEPMODE@
102 CFLAGS = @CFLAGS@
103 CPP = @CPP@
104 CPPFLAGS = @CPPFLAGS@
105 CXX = @CXX@
106 CXXCPP = @CXXCPP@
107 CXXDEPMODE = @CXXDEPMODE@
108 CXXFLAGS = @CXXFLAGS@
109 CYGPATH_W = @CYGPATH_W@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 ECHO = @ECHO@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 F77 = @F77@
119 FFLAGS = @FFLAGS@
120 GREP = @GREP@
121 INSTALL = @INSTALL@
122 INSTALL_DATA = @INSTALL_DATA@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 LDFLAGS = @LDFLAGS@
127 LIBOBJS = @LIBOBJS@
128 LIBS = @LIBS@
129 LIBTOOL = @LIBTOOL@
130 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
131 LN_S = @LN_S@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAKEINFO = @MAKEINFO@
134 MKDIR_P = @MKDIR_P@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_URL = @PACKAGE_URL@
142 PACKAGE_VERSION = @PACKAGE_VERSION@
143 PATH_SEPARATOR = @PATH_SEPARATOR@
144 PYTHON_INCLUDES = @PYTHON_INCLUDES@
145 PYTHON_LIBS = @PYTHON_LIBS@
146 RANLIB = @RANLIB@
147 SET_MAKE = @SET_MAKE@
148 SHELL = @SHELL@
149 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
150 SND_LIB_MAJOR = @SND_LIB_MAJOR@
151 SND_LIB_MINOR = @SND_LIB_MINOR@
152 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
153 SND_LIB_VERSION = @SND_LIB_VERSION@
154 STRIP = @STRIP@
155 SYMBOL_PREFIX = @SYMBOL_PREFIX@
156 VERSION = @VERSION@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_CXX = @ac_ct_CXX@
163 ac_ct_F77 = @ac_ct_F77@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 am__tar = @am__tar@
168 am__untar = @am__untar@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 builddir = @builddir@
176 datadir = @datadir@
177 datarootdir = @datarootdir@
178 docdir = @docdir@
179 dvidir = @dvidir@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localedir = @localedir@
193 localstatedir = @localstatedir@
194 mandir = @mandir@
195 mkdir_p = @mkdir_p@
196 oldincludedir = @oldincludedir@
197 pdfdir = @pdfdir@
198 prefix = @prefix@
199 program_transform_name = @program_transform_name@
200 psdir = @psdir@
201 sbindir = @sbindir@
202 sharedstatedir = @sharedstatedir@
203 srcdir = @srcdir@
204 sysconfdir = @sysconfdir@
205 target_alias = @target_alias@
206 top_build_prefix = @top_build_prefix@
207 top_builddir = @top_builddir@
208 top_srcdir = @top_srcdir@
209 aserver_SOURCES = aserver.c
210 # aserver_LDADD = -lasound
211 aserver_LDADD = ../src/libasound.la
212 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/pcm
213 all: all-am
214
215 .SUFFIXES:
216 .SUFFIXES: .c .lo .o .obj
217 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218         @for dep in $?; do \
219           case '$(am__configure_deps)' in \
220             *$$dep*) \
221               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222                 && { if test -f $@; then exit 0; else break; fi; }; \
223               exit 1;; \
224           esac; \
225         done; \
226         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign aserver/Makefile'; \
227         $(am__cd) $(top_srcdir) && \
228           $(AUTOMAKE) --foreign aserver/Makefile
229 .PRECIOUS: Makefile
230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231         @case '$?' in \
232           *config.status*) \
233             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234           *) \
235             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237         esac;
238
239 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242 $(top_srcdir)/configure:  $(am__configure_deps)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(am__aclocal_m4_deps):
247 install-binPROGRAMS: $(bin_PROGRAMS)
248         @$(NORMAL_INSTALL)
249         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
250         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
251         for p in $$list; do echo "$$p $$p"; done | \
252         sed 's/$(EXEEXT)$$//' | \
253         while read p p1; do if test -f $$p || test -f $$p1; \
254           then echo "$$p"; echo "$$p"; else :; fi; \
255         done | \
256         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
257             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
258         sed 'N;N;N;s,\n, ,g' | \
259         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
260           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
261             if ($$2 == $$4) files[d] = files[d] " " $$1; \
262             else { print "f", $$3 "/" $$4, $$1; } } \
263           END { for (d in files) print "f", d, files[d] }' | \
264         while read type dir files; do \
265             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
266             test -z "$$files" || { \
267             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
268             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
269             } \
270         ; done
271
272 uninstall-binPROGRAMS:
273         @$(NORMAL_UNINSTALL)
274         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
275         files=`for p in $$list; do echo "$$p"; done | \
276           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
277               -e 's/$$/$(EXEEXT)/' `; \
278         test -n "$$list" || exit 0; \
279         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
280         cd "$(DESTDIR)$(bindir)" && rm -f $$files
281
282 clean-binPROGRAMS:
283         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
284         echo " rm -f" $$list; \
285         rm -f $$list || exit $$?; \
286         test -n "$(EXEEXT)" || exit 0; \
287         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
288         echo " rm -f" $$list; \
289         rm -f $$list
290 aserver$(EXEEXT): $(aserver_OBJECTS) $(aserver_DEPENDENCIES) 
291         @rm -f aserver$(EXEEXT)
292         $(AM_V_CCLD)$(LINK) $(aserver_OBJECTS) $(aserver_LDADD) $(LIBS)
293
294 mostlyclean-compile:
295         -rm -f *.$(OBJEXT)
296
297 distclean-compile:
298         -rm -f *.tab.c
299
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aserver.Po@am__quote@
301
302 .c.o:
303 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
309
310 .c.obj:
311 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
312 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
317
318 .c.lo:
319 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
321 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331
332 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338               END { if (nonempty) { for (i in files) print i; }; }'`; \
339         mkid -fID $$unique
340 tags: TAGS
341
342 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343                 $(TAGS_FILES) $(LISP)
344         set x; \
345         here=`pwd`; \
346         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347         unique=`for i in $$list; do \
348             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349           done | \
350           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351               END { if (nonempty) { for (i in files) print i; }; }'`; \
352         shift; \
353         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
354           test -n "$$unique" || unique=$$empty_fix; \
355           if test $$# -gt 0; then \
356             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357               "$$@" $$unique; \
358           else \
359             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360               $$unique; \
361           fi; \
362         fi
363 ctags: CTAGS
364 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365                 $(TAGS_FILES) $(LISP)
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371               END { if (nonempty) { for (i in files) print i; }; }'`; \
372         test -z "$(CTAGS_ARGS)$$unique" \
373           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374              $$unique
375
376 GTAGS:
377         here=`$(am__cd) $(top_builddir) && pwd` \
378           && $(am__cd) $(top_srcdir) \
379           && gtags -i $(GTAGS_ARGS) "$$here"
380
381 distclean-tags:
382         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
383
384 distdir: $(DISTFILES)
385         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387         list='$(DISTFILES)'; \
388           dist_files=`for file in $$list; do echo $$file; done | \
389           sed -e "s|^$$srcdirstrip/||;t" \
390               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
391         case $$dist_files in \
392           */*) $(MKDIR_P) `echo "$$dist_files" | \
393                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
394                            sort -u` ;; \
395         esac; \
396         for file in $$dist_files; do \
397           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
398           if test -d $$d/$$file; then \
399             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
400             if test -d "$(distdir)/$$file"; then \
401               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
402             fi; \
403             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
404               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
405               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406             fi; \
407             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
408           else \
409             test -f "$(distdir)/$$file" \
410             || cp -p $$d/$$file "$(distdir)/$$file" \
411             || exit 1; \
412           fi; \
413         done
414 check-am: all-am
415 check: check-am
416 all-am: Makefile $(PROGRAMS)
417 installdirs:
418         for dir in "$(DESTDIR)$(bindir)"; do \
419           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
420         done
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
425
426 install-am: all-am
427         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429 installcheck: installcheck-am
430 install-strip:
431         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433           `test -z '$(STRIP)' || \
434             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
436
437 clean-generic:
438
439 distclean-generic:
440         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
442
443 maintainer-clean-generic:
444         @echo "This command is intended for maintainers to use"
445         @echo "it deletes files that may require special tools to rebuild."
446 clean: clean-am
447
448 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
449
450 distclean: distclean-am
451         -rm -rf ./$(DEPDIR)
452         -rm -f Makefile
453 distclean-am: clean-am distclean-compile distclean-generic \
454         distclean-tags
455
456 dvi: dvi-am
457
458 dvi-am:
459
460 html: html-am
461
462 html-am:
463
464 info: info-am
465
466 info-am:
467
468 install-data-am:
469
470 install-dvi: install-dvi-am
471
472 install-dvi-am:
473
474 install-exec-am: install-binPROGRAMS
475
476 install-html: install-html-am
477
478 install-html-am:
479
480 install-info: install-info-am
481
482 install-info-am:
483
484 install-man:
485
486 install-pdf: install-pdf-am
487
488 install-pdf-am:
489
490 install-ps: install-ps-am
491
492 install-ps-am:
493
494 installcheck-am:
495
496 maintainer-clean: maintainer-clean-am
497         -rm -rf ./$(DEPDIR)
498         -rm -f Makefile
499 maintainer-clean-am: distclean-am maintainer-clean-generic
500
501 mostlyclean: mostlyclean-am
502
503 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
504         mostlyclean-libtool
505
506 pdf: pdf-am
507
508 pdf-am:
509
510 ps: ps-am
511
512 ps-am:
513
514 uninstall-am: uninstall-binPROGRAMS
515
516 .MAKE: install-am install-strip
517
518 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
519         clean-generic clean-libtool ctags distclean distclean-compile \
520         distclean-generic distclean-libtool distclean-tags distdir dvi \
521         dvi-am html html-am info info-am install install-am \
522         install-binPROGRAMS install-data install-data-am install-dvi \
523         install-dvi-am install-exec install-exec-am install-html \
524         install-html-am install-info install-info-am install-man \
525         install-pdf install-pdf-am install-ps install-ps-am \
526         install-strip installcheck installcheck-am installdirs \
527         maintainer-clean maintainer-clean-generic mostlyclean \
528         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
529         pdf pdf-am ps ps-am tags uninstall uninstall-am \
530         uninstall-binPROGRAMS
531
532
533 all: aserver
534
535 ../src/libasound.la:
536         $(MAKE) -C ../src libasound.la
537
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: