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