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