• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = doc
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am mdate-sh \
82	$(srcdir)/version.texi $(srcdir)/stamp-vti texinfo.tex
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
85	$(top_srcdir)/m4/ax_append_flag.m4 \
86	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
87	$(top_srcdir)/m4/ax_check_link_flag.m4 \
88	$(top_srcdir)/m4/ax_check_openssl.m4 \
89	$(top_srcdir)/m4/ax_count_cpus.m4 \
90	$(top_srcdir)/m4/ax_have_epoll.m4 \
91	$(top_srcdir)/m4/ax_pthread.m4 \
92	$(top_srcdir)/m4/ax_require_defined.m4 \
93	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
97	$(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/MHD_config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
119am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
120am__v_DVIPS_0 = @echo "  DVIPS   " $@;
121am__v_DVIPS_1 =
122AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
123am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
124am__v_MAKEINFO_0 = @echo "  MAKEINFO" $@;
125am__v_MAKEINFO_1 =
126AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
127am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
128am__v_INFOHTML_0 = @echo "  INFOHTML" $@;
129am__v_INFOHTML_1 =
130AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
131am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
132am__v_TEXI2DVI_0 = @echo "  TEXI2DVI" $@;
133am__v_TEXI2DVI_1 =
134AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
135am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
136am__v_TEXI2PDF_0 = @echo "  TEXI2PDF" $@;
137am__v_TEXI2PDF_1 =
138AM_V_texinfo = $(am__v_texinfo_@AM_V@)
139am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
140am__v_texinfo_0 = -q
141am__v_texinfo_1 =
142AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
143am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
144am__v_texidevnull_0 = > /dev/null
145am__v_texidevnull_1 =
146INFO_DEPS = $(srcdir)/libmicrohttpd.info \
147	$(srcdir)/libmicrohttpd-tutorial.info
148am__TEXINFO_TEX_DIR = $(srcdir)
149DVIS = libmicrohttpd.dvi libmicrohttpd-tutorial.dvi
150PDFS = libmicrohttpd.pdf libmicrohttpd-tutorial.pdf
151PSS = libmicrohttpd.ps libmicrohttpd-tutorial.ps
152HTMLS = libmicrohttpd.html libmicrohttpd-tutorial.html
153TEXINFOS = libmicrohttpd.texi libmicrohttpd-tutorial.texi
154TEXI2DVI = texi2dvi
155TEXI2PDF = $(TEXI2DVI) --pdf --batch
156MAKEINFOHTML = $(MAKEINFO) --html
157AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
158DVIPS = dvips
159RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
160	ctags-recursive dvi-recursive html-recursive info-recursive \
161	install-data-recursive install-dvi-recursive \
162	install-exec-recursive install-html-recursive \
163	install-info-recursive install-pdf-recursive \
164	install-ps-recursive install-recursive installcheck-recursive \
165	installdirs-recursive pdf-recursive ps-recursive \
166	tags-recursive uninstall-recursive
167am__can_run_installinfo = \
168  case $$AM_UPDATE_INFO_DIR in \
169    n|no|NO) false;; \
170    *) (install-info --version) >/dev/null 2>&1;; \
171  esac
172am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man3dir)"
173am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
174am__vpath_adj = case $$p in \
175    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
176    *) f=$$p;; \
177  esac;
178am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
179am__install_max = 40
180am__nobase_strip_setup = \
181  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
182am__nobase_strip = \
183  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
184am__nobase_list = $(am__nobase_strip_setup); \
185  for p in $$list; do echo "$$p $$p"; done | \
186  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
187  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
188    if (++n[$$2] == $(am__install_max)) \
189      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
190    END { for (dir in files) print dir, files[dir] }'
191am__base_list = \
192  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
193  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
194am__uninstall_files_from_dir = { \
195  test -z "$$files" \
196    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
197    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
198         $(am__cd) "$$dir" && rm -f $$files; }; \
199  }
200man3dir = $(mandir)/man3
201NROFF = nroff
202MANS = $(man_MANS)
203RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
204  distclean-recursive maintainer-clean-recursive
205am__recursive_targets = \
206  $(RECURSIVE_TARGETS) \
207  $(RECURSIVE_CLEAN_TARGETS) \
208  $(am__extra_recursive_targets)
209AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
210	distdir
211am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
212# Read a list of newline-separated strings from the standard input,
213# and print each of them once, without duplicates.  Input order is
214# *not* preserved.
215am__uniquify_input = $(AWK) '\
216  BEGIN { nonempty = 0; } \
217  { items[$$0] = 1; nonempty = 1; } \
218  END { if (nonempty) { for (i in items) print i; }; } \
219'
220# Make sure the list of sources is unique.  This is necessary because,
221# e.g., the same source file might be shared among _SOURCES variables
222# for different programs/libraries.
223am__define_uniq_tagged_files = \
224  list='$(am__tagged_files)'; \
225  unique=`for i in $$list; do \
226    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227  done | $(am__uniquify_input)`
228ETAGS = etags
229CTAGS = ctags
230DIST_SUBDIRS = $(SUBDIRS)
231DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232am__relativize = \
233  dir0=`pwd`; \
234  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
235  sed_rest='s,^[^/]*/*,,'; \
236  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
237  sed_butlast='s,/*[^/]*$$,,'; \
238  while test -n "$$dir1"; do \
239    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
240    if test "$$first" != "."; then \
241      if test "$$first" = ".."; then \
242        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
243        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
244      else \
245        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246        if test "$$first2" = "$$first"; then \
247          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
248        else \
249          dir2="../$$dir2"; \
250        fi; \
251        dir0="$$dir0"/"$$first"; \
252      fi; \
253    fi; \
254    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255  done; \
256  reldir="$$dir2"
257ACLOCAL = @ACLOCAL@
258AMTAR = @AMTAR@
259AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260AR = @AR@
261AS = @AS@
262AUTOCONF = @AUTOCONF@
263AUTOHEADER = @AUTOHEADER@
264AUTOMAKE = @AUTOMAKE@
265AWK = @AWK@
266CC = @CC@
267CCDEPMODE = @CCDEPMODE@
268CFLAGS = @CFLAGS@
269CPP = @CPP@
270CPPFLAGS = @CPPFLAGS@
271CPU_COUNT = @CPU_COUNT@
272CYGPATH_W = @CYGPATH_W@
273DEFS = @DEFS@
274DEPDIR = @DEPDIR@
275DLLTOOL = @DLLTOOL@
276DSYMUTIL = @DSYMUTIL@
277DUMPBIN = @DUMPBIN@
278ECHO_C = @ECHO_C@
279ECHO_N = @ECHO_N@
280ECHO_T = @ECHO_T@
281EGREP = @EGREP@
282EXEEXT = @EXEEXT@
283FGREP = @FGREP@
284GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
285GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
286GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
287GNUTLS_LIBS = @GNUTLS_LIBS@
288GREP = @GREP@
289HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
290HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
291HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
292INSTALL = @INSTALL@
293INSTALL_DATA = @INSTALL_DATA@
294INSTALL_PROGRAM = @INSTALL_PROGRAM@
295INSTALL_SCRIPT = @INSTALL_SCRIPT@
296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297LD = @LD@
298LDFLAGS = @LDFLAGS@
299LIBCURL = @LIBCURL@
300LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
301LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
302LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
303LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
304LIBOBJS = @LIBOBJS@
305LIBS = @LIBS@
306LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
307LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
308LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
309LIBTOOL = @LIBTOOL@
310LIB_VERSION_AGE = @LIB_VERSION_AGE@
311LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
312LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
313LIPO = @LIPO@
314LN_S = @LN_S@
315LTLIBOBJS = @LTLIBOBJS@
316MAKEINFO = @MAKEINFO@
317MANIFEST_TOOL = @MANIFEST_TOOL@
318MHD_LIBDEPS = @MHD_LIBDEPS@
319MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
320MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
321MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
322MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
323MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
324MKDIR_P = @MKDIR_P@
325MS_LIB_TOOL = @MS_LIB_TOOL@
326NM = @NM@
327NMEDIT = @NMEDIT@
328OBJDUMP = @OBJDUMP@
329OBJEXT = @OBJEXT@
330OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
331OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
332OPENSSL_LIBS = @OPENSSL_LIBS@
333OTOOL = @OTOOL@
334OTOOL64 = @OTOOL64@
335PACKAGE = @PACKAGE@
336PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337PACKAGE_NAME = @PACKAGE_NAME@
338PACKAGE_STRING = @PACKAGE_STRING@
339PACKAGE_TARNAME = @PACKAGE_TARNAME@
340PACKAGE_URL = @PACKAGE_URL@
341PACKAGE_VERSION = @PACKAGE_VERSION@
342PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
343PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
344PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
345PATH_SEPARATOR = @PATH_SEPARATOR@
346PKG_CONFIG = @PKG_CONFIG@
347PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
348PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
349PTHREAD_CC = @PTHREAD_CC@
350PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
351PTHREAD_LIBS = @PTHREAD_LIBS@
352RANLIB = @RANLIB@
353RC = @RC@
354SED = @SED@
355SET_MAKE = @SET_MAKE@
356SHELL = @SHELL@
357SPDY_LIBDEPS = @SPDY_LIBDEPS@
358SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
359SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
360SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
361STRIP = @STRIP@
362VERSION = @VERSION@
363_libcurl_config = @_libcurl_config@
364abs_builddir = @abs_builddir@
365abs_srcdir = @abs_srcdir@
366abs_top_builddir = @abs_top_builddir@
367abs_top_srcdir = @abs_top_srcdir@
368ac_ct_AR = @ac_ct_AR@
369ac_ct_CC = @ac_ct_CC@
370ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371am__include = @am__include@
372am__leading_dot = @am__leading_dot@
373am__quote = @am__quote@
374am__tar = @am__tar@
375am__untar = @am__untar@
376ax_pthread_config = @ax_pthread_config@
377bindir = @bindir@
378build = @build@
379build_alias = @build_alias@
380build_cpu = @build_cpu@
381build_os = @build_os@
382build_vendor = @build_vendor@
383builddir = @builddir@
384datadir = @datadir@
385datarootdir = @datarootdir@
386docdir = @docdir@
387dvidir = @dvidir@
388exec_prefix = @exec_prefix@
389have_socat = @have_socat@
390have_zzuf = @have_zzuf@
391host = @host@
392host_alias = @host_alias@
393host_cpu = @host_cpu@
394host_os = @host_os@
395host_vendor = @host_vendor@
396htmldir = @htmldir@
397includedir = @includedir@
398infodir = @infodir@
399install_sh = @install_sh@
400libdir = @libdir@
401libexecdir = @libexecdir@
402localedir = @localedir@
403localstatedir = @localstatedir@
404lt_cv_objdir = @lt_cv_objdir@
405mandir = @mandir@
406mkdir_p = @mkdir_p@
407oldincludedir = @oldincludedir@
408pdfdir = @pdfdir@
409prefix = @prefix@
410program_transform_name = @program_transform_name@
411psdir = @psdir@
412sbindir = @sbindir@
413sharedstatedir = @sharedstatedir@
414srcdir = @srcdir@
415sysconfdir = @sysconfdir@
416target_alias = @target_alias@
417top_build_prefix = @top_build_prefix@
418top_builddir = @top_builddir@
419top_srcdir = @top_srcdir@
420
421# This Makefile.am is in the public domain
422man_MANS = libmicrohttpd.3
423SUBDIRS = . examples doxygen
424DISTCLEANFILES = \
425  libmicrohttpd.cps \
426  libmicrohttpd.dvi \
427  libmicrohttpd-tutorial.cps \
428  libmicrohttpd-tutorial.dvi
429
430info_TEXINFOS = \
431  libmicrohttpd.texi \
432  libmicrohttpd-tutorial.texi
433
434microhttpd_TEXINFOS = \
435  chapters/basicauthentication.inc \
436  chapters/bibliography.inc \
437  chapters/exploringrequests.inc \
438  chapters/hellobrowser.inc \
439  chapters/introduction.inc \
440  chapters/largerpost.inc \
441  chapters/processingpost.inc \
442  chapters/responseheaders.inc \
443  chapters/tlsauthentication.inc \
444  chapters/sessions.inc \
445  fdl-1.3.texi \
446  lgpl.texi \
447  ecos.texi
448
449EXTRA_DIST = $(man_MANS) $(microhttpd_TEXINFOS) performance_data.png performance_data.eps
450all: all-recursive
451
452.SUFFIXES:
453.SUFFIXES: .dvi .html .info .pdf .ps .texi
454$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
455	@for dep in $?; do \
456	  case '$(am__configure_deps)' in \
457	    *$$dep*) \
458	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
459	        && { if test -f $@; then exit 0; else break; fi; }; \
460	      exit 1;; \
461	  esac; \
462	done; \
463	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
464	$(am__cd) $(top_srcdir) && \
465	  $(AUTOMAKE) --gnu doc/Makefile
466.PRECIOUS: Makefile
467Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
468	@case '$?' in \
469	  *config.status*) \
470	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
471	  *) \
472	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
473	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
474	esac;
475
476$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478
479$(top_srcdir)/configure:  $(am__configure_deps)
480	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
482	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
483$(am__aclocal_m4_deps):
484
485mostlyclean-libtool:
486	-rm -f *.lo
487
488clean-libtool:
489	-rm -rf .libs _libs
490
491.texi.info:
492	$(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
493	am__cwd=`pwd` && $(am__cd) $(srcdir) && \
494	rm -rf $$backupdir && mkdir $$backupdir && \
495	if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
496	  for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
497	    if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
498	  done; \
499	else :; fi && \
500	cd "$$am__cwd"; \
501	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
502	 -o $@ $<; \
503	then \
504	  rc=0; \
505	  $(am__cd) $(srcdir); \
506	else \
507	  rc=$$?; \
508	  $(am__cd) $(srcdir) && \
509	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
510	fi; \
511	rm -rf $$backupdir; exit $$rc
512
513.texi.dvi:
514	$(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
515	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
516	$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
517	$<
518
519.texi.pdf:
520	$(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
521	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
522	$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
523	$<
524
525.texi.html:
526	$(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
527	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
528	 -o $(@:.html=.htp) $<; \
529	then \
530	  rm -rf $@ && mv $(@:.html=.htp) $@; \
531	else \
532	  rm -rf $(@:.html=.htp); exit 1; \
533	fi
534$(srcdir)/libmicrohttpd.info: libmicrohttpd.texi $(srcdir)/version.texi
535libmicrohttpd.dvi: libmicrohttpd.texi $(srcdir)/version.texi
536libmicrohttpd.pdf: libmicrohttpd.texi $(srcdir)/version.texi
537libmicrohttpd.html: libmicrohttpd.texi $(srcdir)/version.texi
538$(srcdir)/version.texi:  $(srcdir)/stamp-vti
539$(srcdir)/stamp-vti: libmicrohttpd.texi $(top_srcdir)/configure
540	@(dir=.; test -f ./libmicrohttpd.texi || dir=$(srcdir); \
541	set `$(SHELL) $(srcdir)/mdate-sh $$dir/libmicrohttpd.texi`; \
542	echo "@set UPDATED $$1 $$2 $$3"; \
543	echo "@set UPDATED-MONTH $$2 $$3"; \
544	echo "@set EDITION $(VERSION)"; \
545	echo "@set VERSION $(VERSION)") > vti.tmp
546	@cmp -s vti.tmp $(srcdir)/version.texi \
547	  || (echo "Updating $(srcdir)/version.texi"; \
548	      cp vti.tmp $(srcdir)/version.texi)
549	-@rm -f vti.tmp
550	@cp $(srcdir)/version.texi $@
551
552mostlyclean-vti:
553	-rm -f vti.tmp
554
555maintainer-clean-vti:
556	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
557$(srcdir)/libmicrohttpd-tutorial.info: libmicrohttpd-tutorial.texi
558libmicrohttpd-tutorial.dvi: libmicrohttpd-tutorial.texi
559libmicrohttpd-tutorial.pdf: libmicrohttpd-tutorial.texi
560libmicrohttpd-tutorial.html: libmicrohttpd-tutorial.texi
561.dvi.ps:
562	$(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
563	$(DVIPS) $(AM_V_texinfo) -o $@ $<
564
565uninstall-dvi-am:
566	@$(NORMAL_UNINSTALL)
567	@list='$(DVIS)'; test -n "$(dvidir)" || list=; \
568	for p in $$list; do \
569	  $(am__strip_dir) \
570	  echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
571	  rm -f "$(DESTDIR)$(dvidir)/$$f"; \
572	done
573
574uninstall-html-am:
575	@$(NORMAL_UNINSTALL)
576	@list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
577	for p in $$list; do \
578	  $(am__strip_dir) \
579	  echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
580	  rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
581	done
582
583uninstall-info-am:
584	@$(PRE_UNINSTALL)
585	@if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
586	  list='$(INFO_DEPS)'; \
587	  for file in $$list; do \
588	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
589	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
590	    if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
591	    then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
592	  done; \
593	else :; fi
594	@$(NORMAL_UNINSTALL)
595	@list='$(INFO_DEPS)'; \
596	for file in $$list; do \
597	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
598	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
599	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
600	     echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
601	     rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
602	   else :; fi); \
603	done
604
605uninstall-pdf-am:
606	@$(NORMAL_UNINSTALL)
607	@list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
608	for p in $$list; do \
609	  $(am__strip_dir) \
610	  echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
611	  rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
612	done
613
614uninstall-ps-am:
615	@$(NORMAL_UNINSTALL)
616	@list='$(PSS)'; test -n "$(psdir)" || list=; \
617	for p in $$list; do \
618	  $(am__strip_dir) \
619	  echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
620	  rm -f "$(DESTDIR)$(psdir)/$$f"; \
621	done
622
623dist-info: $(INFO_DEPS)
624	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
625	list='$(INFO_DEPS)'; \
626	for base in $$list; do \
627	  case $$base in \
628	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
629	  esac; \
630	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
631	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
632	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
633	    if test -f $$file; then \
634	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
635	      test -f "$(distdir)/$$relfile" || \
636		cp -p $$file "$(distdir)/$$relfile"; \
637	    else :; fi; \
638	  done; \
639	done
640
641mostlyclean-aminfo:
642	-rm -rf libmicrohttpd.t2d libmicrohttpd.t2p libmicrohttpd-tutorial.t2d \
643	  libmicrohttpd-tutorial.t2p
644
645clean-aminfo:
646	-test -z "libmicrohttpd.dvi libmicrohttpd.pdf libmicrohttpd.ps \
647	  libmicrohttpd.html libmicrohttpd-tutorial.dvi \
648	  libmicrohttpd-tutorial.pdf libmicrohttpd-tutorial.ps \
649	  libmicrohttpd-tutorial.html" \
650	|| rm -rf libmicrohttpd.dvi libmicrohttpd.pdf libmicrohttpd.ps \
651	  libmicrohttpd.html libmicrohttpd-tutorial.dvi \
652	  libmicrohttpd-tutorial.pdf libmicrohttpd-tutorial.ps \
653	  libmicrohttpd-tutorial.html
654
655maintainer-clean-aminfo:
656	@list='$(INFO_DEPS)'; for i in $$list; do \
657	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
658	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
659	  rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
660	done
661install-man3: $(man_MANS)
662	@$(NORMAL_INSTALL)
663	@list1=''; \
664	list2='$(man_MANS)'; \
665	test -n "$(man3dir)" \
666	  && test -n "`echo $$list1$$list2`" \
667	  || exit 0; \
668	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
669	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
670	{ for i in $$list1; do echo "$$i"; done;  \
671	if test -n "$$list2"; then \
672	  for i in $$list2; do echo "$$i"; done \
673	    | sed -n '/\.3[a-z]*$$/p'; \
674	fi; \
675	} | while read p; do \
676	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
677	  echo "$$d$$p"; echo "$$p"; \
678	done | \
679	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
680	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
681	sed 'N;N;s,\n, ,g' | { \
682	list=; while read file base inst; do \
683	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
684	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
685	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
686	  fi; \
687	done; \
688	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
689	while read files; do \
690	  test -z "$$files" || { \
691	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
692	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
693	done; }
694
695uninstall-man3:
696	@$(NORMAL_UNINSTALL)
697	@list=''; test -n "$(man3dir)" || exit 0; \
698	files=`{ for i in $$list; do echo "$$i"; done; \
699	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
700	  sed -n '/\.3[a-z]*$$/p'; \
701	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
702	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
703	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
704
705# This directory's subdirectories are mostly independent; you can cd
706# into them and run 'make' without going through this Makefile.
707# To change the values of 'make' variables: instead of editing Makefiles,
708# (1) if the variable is set in 'config.status', edit 'config.status'
709#     (which will cause the Makefiles to be regenerated when you run 'make');
710# (2) otherwise, pass the desired values on the 'make' command line.
711$(am__recursive_targets):
712	@fail=; \
713	if $(am__make_keepgoing); then \
714	  failcom='fail=yes'; \
715	else \
716	  failcom='exit 1'; \
717	fi; \
718	dot_seen=no; \
719	target=`echo $@ | sed s/-recursive//`; \
720	case "$@" in \
721	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
722	  *) list='$(SUBDIRS)' ;; \
723	esac; \
724	for subdir in $$list; do \
725	  echo "Making $$target in $$subdir"; \
726	  if test "$$subdir" = "."; then \
727	    dot_seen=yes; \
728	    local_target="$$target-am"; \
729	  else \
730	    local_target="$$target"; \
731	  fi; \
732	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
733	  || eval $$failcom; \
734	done; \
735	if test "$$dot_seen" = "no"; then \
736	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
737	fi; test -z "$$fail"
738
739ID: $(am__tagged_files)
740	$(am__define_uniq_tagged_files); mkid -fID $$unique
741tags: tags-recursive
742TAGS: tags
743
744tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
745	set x; \
746	here=`pwd`; \
747	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
748	  include_option=--etags-include; \
749	  empty_fix=.; \
750	else \
751	  include_option=--include; \
752	  empty_fix=; \
753	fi; \
754	list='$(SUBDIRS)'; for subdir in $$list; do \
755	  if test "$$subdir" = .; then :; else \
756	    test ! -f $$subdir/TAGS || \
757	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
758	  fi; \
759	done; \
760	$(am__define_uniq_tagged_files); \
761	shift; \
762	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
763	  test -n "$$unique" || unique=$$empty_fix; \
764	  if test $$# -gt 0; then \
765	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
766	      "$$@" $$unique; \
767	  else \
768	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
769	      $$unique; \
770	  fi; \
771	fi
772ctags: ctags-recursive
773
774CTAGS: ctags
775ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776	$(am__define_uniq_tagged_files); \
777	test -z "$(CTAGS_ARGS)$$unique" \
778	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
779	     $$unique
780
781GTAGS:
782	here=`$(am__cd) $(top_builddir) && pwd` \
783	  && $(am__cd) $(top_srcdir) \
784	  && gtags -i $(GTAGS_ARGS) "$$here"
785cscopelist: cscopelist-recursive
786
787cscopelist-am: $(am__tagged_files)
788	list='$(am__tagged_files)'; \
789	case "$(srcdir)" in \
790	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
791	  *) sdir=$(subdir)/$(srcdir) ;; \
792	esac; \
793	for i in $$list; do \
794	  if test -f "$$i"; then \
795	    echo "$(subdir)/$$i"; \
796	  else \
797	    echo "$$sdir/$$i"; \
798	  fi; \
799	done >> $(top_builddir)/cscope.files
800
801distclean-tags:
802	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
803
804distdir: $(DISTFILES)
805	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
806	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
807	list='$(DISTFILES)'; \
808	  dist_files=`for file in $$list; do echo $$file; done | \
809	  sed -e "s|^$$srcdirstrip/||;t" \
810	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
811	case $$dist_files in \
812	  */*) $(MKDIR_P) `echo "$$dist_files" | \
813			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
814			   sort -u` ;; \
815	esac; \
816	for file in $$dist_files; do \
817	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
818	  if test -d $$d/$$file; then \
819	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
820	    if test -d "$(distdir)/$$file"; then \
821	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
822	    fi; \
823	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
824	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
825	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
826	    fi; \
827	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
828	  else \
829	    test -f "$(distdir)/$$file" \
830	    || cp -p $$d/$$file "$(distdir)/$$file" \
831	    || exit 1; \
832	  fi; \
833	done
834	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
835	  if test "$$subdir" = .; then :; else \
836	    $(am__make_dryrun) \
837	      || test -d "$(distdir)/$$subdir" \
838	      || $(MKDIR_P) "$(distdir)/$$subdir" \
839	      || exit 1; \
840	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
841	    $(am__relativize); \
842	    new_distdir=$$reldir; \
843	    dir1=$$subdir; dir2="$(top_distdir)"; \
844	    $(am__relativize); \
845	    new_top_distdir=$$reldir; \
846	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
847	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
848	    ($(am__cd) $$subdir && \
849	      $(MAKE) $(AM_MAKEFLAGS) \
850	        top_distdir="$$new_top_distdir" \
851	        distdir="$$new_distdir" \
852		am__remove_distdir=: \
853		am__skip_length_check=: \
854		am__skip_mode_fix=: \
855	        distdir) \
856	      || exit 1; \
857	  fi; \
858	done
859	$(MAKE) $(AM_MAKEFLAGS) \
860	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
861	  dist-info
862check-am: all-am
863check: check-recursive
864all-am: Makefile $(INFO_DEPS) $(MANS)
865installdirs: installdirs-recursive
866installdirs-am:
867	for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man3dir)"; do \
868	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
869	done
870install: install-recursive
871install-exec: install-exec-recursive
872install-data: install-data-recursive
873uninstall: uninstall-recursive
874
875install-am: all-am
876	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
877
878installcheck: installcheck-recursive
879install-strip:
880	if test -z '$(STRIP)'; then \
881	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
882	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
883	      install; \
884	else \
885	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
886	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
887	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
888	fi
889mostlyclean-generic:
890
891clean-generic:
892
893distclean-generic:
894	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
895	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
896	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
897
898maintainer-clean-generic:
899	@echo "This command is intended for maintainers to use"
900	@echo "it deletes files that may require special tools to rebuild."
901clean: clean-recursive
902
903clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am
904
905distclean: distclean-recursive
906	-rm -f Makefile
907distclean-am: clean-am distclean-generic distclean-tags
908
909dvi: dvi-recursive
910
911dvi-am: $(DVIS)
912
913html: html-recursive
914
915html-am: $(HTMLS)
916
917info: info-recursive
918
919info-am: $(INFO_DEPS)
920
921install-data-am: install-info-am install-man
922
923install-dvi: install-dvi-recursive
924
925install-dvi-am: $(DVIS)
926	@$(NORMAL_INSTALL)
927	@list='$(DVIS)'; test -n "$(dvidir)" || list=; \
928	if test -n "$$list"; then \
929	  echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
930	  $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
931	fi; \
932	for p in $$list; do \
933	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
934	  echo "$$d$$p"; \
935	done | $(am__base_list) | \
936	while read files; do \
937	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
938	  $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
939	done
940install-exec-am:
941
942install-html: install-html-recursive
943
944install-html-am: $(HTMLS)
945	@$(NORMAL_INSTALL)
946	@list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
947	if test -n "$$list"; then \
948	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
949	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
950	fi; \
951	for p in $$list; do \
952	  if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
953	  $(am__strip_dir) \
954	  d2=$$d$$p; \
955	  if test -d "$$d2"; then \
956	    echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
957	    $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
958	    echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
959	    $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
960	  else \
961	    list2="$$list2 $$d2"; \
962	  fi; \
963	done; \
964	test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
965	while read files; do \
966	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
967	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
968	done; }
969install-info: install-info-recursive
970
971install-info-am: $(INFO_DEPS)
972	@$(NORMAL_INSTALL)
973	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
974	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
975	if test -n "$$list"; then \
976	  echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
977	  $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
978	fi; \
979	for file in $$list; do \
980	  case $$file in \
981	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
982	  esac; \
983	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
984	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
985	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
986	               $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
987	    if test -f $$ifile; then \
988	      echo "$$ifile"; \
989	    else : ; fi; \
990	  done; \
991	done | $(am__base_list) | \
992	while read files; do \
993	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
994	  $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
995	@$(POST_INSTALL)
996	@if $(am__can_run_installinfo); then \
997	  list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
998	  for file in $$list; do \
999	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
1000	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1001	    install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1002	  done; \
1003	else : ; fi
1004install-man: install-man3
1005
1006install-pdf: install-pdf-recursive
1007
1008install-pdf-am: $(PDFS)
1009	@$(NORMAL_INSTALL)
1010	@list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1011	if test -n "$$list"; then \
1012	  echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1013	  $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1014	fi; \
1015	for p in $$list; do \
1016	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1017	  echo "$$d$$p"; \
1018	done | $(am__base_list) | \
1019	while read files; do \
1020	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1021	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1022install-ps: install-ps-recursive
1023
1024install-ps-am: $(PSS)
1025	@$(NORMAL_INSTALL)
1026	@list='$(PSS)'; test -n "$(psdir)" || list=; \
1027	if test -n "$$list"; then \
1028	  echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1029	  $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1030	fi; \
1031	for p in $$list; do \
1032	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1033	  echo "$$d$$p"; \
1034	done | $(am__base_list) | \
1035	while read files; do \
1036	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1037	  $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1038installcheck-am:
1039
1040maintainer-clean: maintainer-clean-recursive
1041	-rm -f Makefile
1042maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1043	maintainer-clean-generic maintainer-clean-vti
1044
1045mostlyclean: mostlyclean-recursive
1046
1047mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
1048	mostlyclean-libtool mostlyclean-vti
1049
1050pdf: pdf-recursive
1051
1052pdf-am: $(PDFS)
1053
1054ps: ps-recursive
1055
1056ps-am: $(PSS)
1057
1058uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1059	uninstall-man uninstall-pdf-am uninstall-ps-am
1060
1061uninstall-man: uninstall-man3
1062
1063.MAKE: $(am__recursive_targets) install-am install-strip
1064
1065.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1066	check-am clean clean-aminfo clean-generic clean-libtool \
1067	cscopelist-am ctags ctags-am dist-info distclean \
1068	distclean-generic distclean-libtool distclean-tags distdir dvi \
1069	dvi-am html html-am info info-am install install-am \
1070	install-data install-data-am install-dvi install-dvi-am \
1071	install-exec install-exec-am install-html install-html-am \
1072	install-info install-info-am install-man install-man3 \
1073	install-pdf install-pdf-am install-ps install-ps-am \
1074	install-strip installcheck installcheck-am installdirs \
1075	installdirs-am maintainer-clean maintainer-clean-aminfo \
1076	maintainer-clean-generic maintainer-clean-vti mostlyclean \
1077	mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool \
1078	mostlyclean-vti pdf pdf-am ps ps-am tags tags-am uninstall \
1079	uninstall-am uninstall-dvi-am uninstall-html-am \
1080	uninstall-info-am uninstall-man uninstall-man3 \
1081	uninstall-pdf-am uninstall-ps-am
1082
1083
1084# Tell versions [3.59,3.63) of GNU make to not export all variables.
1085# Otherwise a system limit (for SysV at least) may be exceeded.
1086.NOEXPORT:
1087