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