OSDN Git Service

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