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