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