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