Home | History | Annotate | Download | only in doc
      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@
     16 VPATH = @srcdir@
     17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     18 am__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
     60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     62 pkgdatadir = $(datadir)/@PACKAGE@
     63 pkgincludedir = $(includedir)/@PACKAGE@
     64 pkglibdir = $(libdir)/@PACKAGE@
     65 pkglibexecdir = $(libexecdir)/@PACKAGE@
     66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     67 install_sh_DATA = $(install_sh) -c -m 644
     68 install_sh_PROGRAM = $(install_sh) -c
     69 install_sh_SCRIPT = $(install_sh) -c
     70 INSTALL_HEADER = $(INSTALL_DATA)
     71 transform = $(program_transform_name)
     72 NORMAL_INSTALL = :
     73 PRE_INSTALL = :
     74 POST_INSTALL = :
     75 NORMAL_UNINSTALL = :
     76 PRE_UNINSTALL = :
     77 POST_UNINSTALL = :
     78 build_triplet = @build@
     79 host_triplet = @host@
     80 subdir = doc
     81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am mdate-sh \
     82 	$(srcdir)/version.texi $(srcdir)/stamp-vti texinfo.tex
     83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     84 am__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
     98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     99 	$(ACLOCAL_M4)
    100 mkinstalldirs = $(install_sh) -d
    101 CONFIG_HEADER = $(top_builddir)/MHD_config.h
    102 CONFIG_CLEAN_FILES =
    103 CONFIG_CLEAN_VPATH_FILES =
    104 AM_V_P = $(am__v_P_@AM_V@)
    105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    106 am__v_P_0 = false
    107 am__v_P_1 = :
    108 AM_V_GEN = $(am__v_GEN_@AM_V@)
    109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    110 am__v_GEN_0 = @echo "  GEN     " $@;
    111 am__v_GEN_1 = 
    112 AM_V_at = $(am__v_at_@AM_V@)
    113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    114 am__v_at_0 = @
    115 am__v_at_1 = 
    116 SOURCES =
    117 DIST_SOURCES =
    118 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
    119 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
    120 am__v_DVIPS_0 = @echo "  DVIPS   " $@;
    121 am__v_DVIPS_1 = 
    122 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
    123 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
    124 am__v_MAKEINFO_0 = @echo "  MAKEINFO" $@;
    125 am__v_MAKEINFO_1 = 
    126 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
    127 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
    128 am__v_INFOHTML_0 = @echo "  INFOHTML" $@;
    129 am__v_INFOHTML_1 = 
    130 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
    131 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
    132 am__v_TEXI2DVI_0 = @echo "  TEXI2DVI" $@;
    133 am__v_TEXI2DVI_1 = 
    134 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
    135 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
    136 am__v_TEXI2PDF_0 = @echo "  TEXI2PDF" $@;
    137 am__v_TEXI2PDF_1 = 
    138 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
    139 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
    140 am__v_texinfo_0 = -q
    141 am__v_texinfo_1 = 
    142 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
    143 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
    144 am__v_texidevnull_0 = > /dev/null
    145 am__v_texidevnull_1 = 
    146 INFO_DEPS = $(srcdir)/libmicrohttpd.info \
    147 	$(srcdir)/libmicrohttpd-tutorial.info
    148 am__TEXINFO_TEX_DIR = $(srcdir)
    149 DVIS = libmicrohttpd.dvi libmicrohttpd-tutorial.dvi
    150 PDFS = libmicrohttpd.pdf libmicrohttpd-tutorial.pdf
    151 PSS = libmicrohttpd.ps libmicrohttpd-tutorial.ps
    152 HTMLS = libmicrohttpd.html libmicrohttpd-tutorial.html
    153 TEXINFOS = libmicrohttpd.texi libmicrohttpd-tutorial.texi
    154 TEXI2DVI = texi2dvi
    155 TEXI2PDF = $(TEXI2DVI) --pdf --batch
    156 MAKEINFOHTML = $(MAKEINFO) --html
    157 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
    158 DVIPS = dvips
    159 RECURSIVE_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
    167 am__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
    172 am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man3dir)"
    173 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    174 am__vpath_adj = case $$p in \
    175     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    176     *) f=$$p;; \
    177   esac;
    178 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    179 am__install_max = 40
    180 am__nobase_strip_setup = \
    181   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    182 am__nobase_strip = \
    183   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    184 am__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] }'
    191 am__base_list = \
    192   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    193   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    194 am__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   }
    200 man3dir = $(mandir)/man3
    201 NROFF = nroff
    202 MANS = $(man_MANS)
    203 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    204   distclean-recursive maintainer-clean-recursive
    205 am__recursive_targets = \
    206   $(RECURSIVE_TARGETS) \
    207   $(RECURSIVE_CLEAN_TARGETS) \
    208   $(am__extra_recursive_targets)
    209 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    210 	distdir
    211 am__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.
    215 am__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.
    223 am__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)`
    228 ETAGS = etags
    229 CTAGS = ctags
    230 DIST_SUBDIRS = $(SUBDIRS)
    231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    232 am__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"
    257 ACLOCAL = @ACLOCAL@
    258 AMTAR = @AMTAR@
    259 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    260 AR = @AR@
    261 AS = @AS@
    262 AUTOCONF = @AUTOCONF@
    263 AUTOHEADER = @AUTOHEADER@
    264 AUTOMAKE = @AUTOMAKE@
    265 AWK = @AWK@
    266 CC = @CC@
    267 CCDEPMODE = @CCDEPMODE@
    268 CFLAGS = @CFLAGS@
    269 CPP = @CPP@
    270 CPPFLAGS = @CPPFLAGS@
    271 CPU_COUNT = @CPU_COUNT@
    272 CYGPATH_W = @CYGPATH_W@
    273 DEFS = @DEFS@
    274 DEPDIR = @DEPDIR@
    275 DLLTOOL = @DLLTOOL@
    276 DSYMUTIL = @DSYMUTIL@
    277 DUMPBIN = @DUMPBIN@
    278 ECHO_C = @ECHO_C@
    279 ECHO_N = @ECHO_N@
    280 ECHO_T = @ECHO_T@
    281 EGREP = @EGREP@
    282 EXEEXT = @EXEEXT@
    283 FGREP = @FGREP@
    284 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    285 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    286 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    287 GNUTLS_LIBS = @GNUTLS_LIBS@
    288 GREP = @GREP@
    289 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    290 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    291 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    292 INSTALL = @INSTALL@
    293 INSTALL_DATA = @INSTALL_DATA@
    294 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    295 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    296 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    297 LD = @LD@
    298 LDFLAGS = @LDFLAGS@
    299 LIBCURL = @LIBCURL@
    300 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    301 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    302 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    303 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    304 LIBOBJS = @LIBOBJS@
    305 LIBS = @LIBS@
    306 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    307 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    308 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    309 LIBTOOL = @LIBTOOL@
    310 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    311 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    312 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    313 LIPO = @LIPO@
    314 LN_S = @LN_S@
    315 LTLIBOBJS = @LTLIBOBJS@
    316 MAKEINFO = @MAKEINFO@
    317 MANIFEST_TOOL = @MANIFEST_TOOL@
    318 MHD_LIBDEPS = @MHD_LIBDEPS@
    319 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    320 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    321 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    322 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    323 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    324 MKDIR_P = @MKDIR_P@
    325 MS_LIB_TOOL = @MS_LIB_TOOL@
    326 NM = @NM@
    327 NMEDIT = @NMEDIT@
    328 OBJDUMP = @OBJDUMP@
    329 OBJEXT = @OBJEXT@
    330 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    331 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    332 OPENSSL_LIBS = @OPENSSL_LIBS@
    333 OTOOL = @OTOOL@
    334 OTOOL64 = @OTOOL64@
    335 PACKAGE = @PACKAGE@
    336 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    337 PACKAGE_NAME = @PACKAGE_NAME@
    338 PACKAGE_STRING = @PACKAGE_STRING@
    339 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    340 PACKAGE_URL = @PACKAGE_URL@
    341 PACKAGE_VERSION = @PACKAGE_VERSION@
    342 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    343 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    344 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    345 PATH_SEPARATOR = @PATH_SEPARATOR@
    346 PKG_CONFIG = @PKG_CONFIG@
    347 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    348 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    349 PTHREAD_CC = @PTHREAD_CC@
    350 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    351 PTHREAD_LIBS = @PTHREAD_LIBS@
    352 RANLIB = @RANLIB@
    353 RC = @RC@
    354 SED = @SED@
    355 SET_MAKE = @SET_MAKE@
    356 SHELL = @SHELL@
    357 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    358 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    359 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    360 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    361 STRIP = @STRIP@
    362 VERSION = @VERSION@
    363 _libcurl_config = @_libcurl_config@
    364 abs_builddir = @abs_builddir@
    365 abs_srcdir = @abs_srcdir@
    366 abs_top_builddir = @abs_top_builddir@
    367 abs_top_srcdir = @abs_top_srcdir@
    368 ac_ct_AR = @ac_ct_AR@
    369 ac_ct_CC = @ac_ct_CC@
    370 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    371 am__include = @am__include@
    372 am__leading_dot = @am__leading_dot@
    373 am__quote = @am__quote@
    374 am__tar = @am__tar@
    375 am__untar = @am__untar@
    376 ax_pthread_config = @ax_pthread_config@
    377 bindir = @bindir@
    378 build = @build@
    379 build_alias = @build_alias@
    380 build_cpu = @build_cpu@
    381 build_os = @build_os@
    382 build_vendor = @build_vendor@
    383 builddir = @builddir@
    384 datadir = @datadir@
    385 datarootdir = @datarootdir@
    386 docdir = @docdir@
    387 dvidir = @dvidir@
    388 exec_prefix = @exec_prefix@
    389 have_socat = @have_socat@
    390 have_zzuf = @have_zzuf@
    391 host = @host@
    392 host_alias = @host_alias@
    393 host_cpu = @host_cpu@
    394 host_os = @host_os@
    395 host_vendor = @host_vendor@
    396 htmldir = @htmldir@
    397 includedir = @includedir@
    398 infodir = @infodir@
    399 install_sh = @install_sh@
    400 libdir = @libdir@
    401 libexecdir = @libexecdir@
    402 localedir = @localedir@
    403 localstatedir = @localstatedir@
    404 lt_cv_objdir = @lt_cv_objdir@
    405 mandir = @mandir@
    406 mkdir_p = @mkdir_p@
    407 oldincludedir = @oldincludedir@
    408 pdfdir = @pdfdir@
    409 prefix = @prefix@
    410 program_transform_name = @program_transform_name@
    411 psdir = @psdir@
    412 sbindir = @sbindir@
    413 sharedstatedir = @sharedstatedir@
    414 srcdir = @srcdir@
    415 sysconfdir = @sysconfdir@
    416 target_alias = @target_alias@
    417 top_build_prefix = @top_build_prefix@
    418 top_builddir = @top_builddir@
    419 top_srcdir = @top_srcdir@
    420 
    421 # This Makefile.am is in the public domain
    422 man_MANS = libmicrohttpd.3
    423 SUBDIRS = . examples doxygen
    424 DISTCLEANFILES = \
    425   libmicrohttpd.cps \
    426   libmicrohttpd.dvi \
    427   libmicrohttpd-tutorial.cps \
    428   libmicrohttpd-tutorial.dvi
    429 
    430 info_TEXINFOS = \
    431   libmicrohttpd.texi \
    432   libmicrohttpd-tutorial.texi
    433 
    434 microhttpd_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 
    449 EXTRA_DIST = $(man_MANS) $(microhttpd_TEXINFOS) performance_data.png performance_data.eps
    450 all: 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
    467 Makefile: $(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 
    485 mostlyclean-libtool:
    486 	-rm -f *.lo
    487 
    488 clean-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
    535 libmicrohttpd.dvi: libmicrohttpd.texi $(srcdir)/version.texi
    536 libmicrohttpd.pdf: libmicrohttpd.texi $(srcdir)/version.texi
    537 libmicrohttpd.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 
    552 mostlyclean-vti:
    553 	-rm -f vti.tmp
    554 
    555 maintainer-clean-vti:
    556 	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
    557 $(srcdir)/libmicrohttpd-tutorial.info: libmicrohttpd-tutorial.texi 
    558 libmicrohttpd-tutorial.dvi: libmicrohttpd-tutorial.texi 
    559 libmicrohttpd-tutorial.pdf: libmicrohttpd-tutorial.texi 
    560 libmicrohttpd-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 
    565 uninstall-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 
    574 uninstall-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 
    583 uninstall-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 
    605 uninstall-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 
    614 uninstall-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 
    623 dist-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 
    641 mostlyclean-aminfo:
    642 	-rm -rf libmicrohttpd.t2d libmicrohttpd.t2p libmicrohttpd-tutorial.t2d \
    643 	  libmicrohttpd-tutorial.t2p
    644 
    645 clean-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 
    655 maintainer-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
    661 install-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 
    695 uninstall-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 
    739 ID: $(am__tagged_files)
    740 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    741 tags: tags-recursive
    742 TAGS: tags
    743 
    744 tags-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
    772 ctags: ctags-recursive
    773 
    774 CTAGS: ctags
    775 ctags-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 
    781 GTAGS:
    782 	here=`$(am__cd) $(top_builddir) && pwd` \
    783 	  && $(am__cd) $(top_srcdir) \
    784 	  && gtags -i $(GTAGS_ARGS) "$$here"
    785 cscopelist: cscopelist-recursive
    786 
    787 cscopelist-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 
    801 distclean-tags:
    802 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    803 
    804 distdir: $(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
    862 check-am: all-am
    863 check: check-recursive
    864 all-am: Makefile $(INFO_DEPS) $(MANS)
    865 installdirs: installdirs-recursive
    866 installdirs-am:
    867 	for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man3dir)"; do \
    868 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    869 	done
    870 install: install-recursive
    871 install-exec: install-exec-recursive
    872 install-data: install-data-recursive
    873 uninstall: uninstall-recursive
    874 
    875 install-am: all-am
    876 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    877 
    878 installcheck: installcheck-recursive
    879 install-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
    889 mostlyclean-generic:
    890 
    891 clean-generic:
    892 
    893 distclean-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 
    898 maintainer-clean-generic:
    899 	@echo "This command is intended for maintainers to use"
    900 	@echo "it deletes files that may require special tools to rebuild."
    901 clean: clean-recursive
    902 
    903 clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am
    904 
    905 distclean: distclean-recursive
    906 	-rm -f Makefile
    907 distclean-am: clean-am distclean-generic distclean-tags
    908 
    909 dvi: dvi-recursive
    910 
    911 dvi-am: $(DVIS)
    912 
    913 html: html-recursive
    914 
    915 html-am: $(HTMLS)
    916 
    917 info: info-recursive
    918 
    919 info-am: $(INFO_DEPS)
    920 
    921 install-data-am: install-info-am install-man
    922 
    923 install-dvi: install-dvi-recursive
    924 
    925 install-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
    940 install-exec-am:
    941 
    942 install-html: install-html-recursive
    943 
    944 install-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; }
    969 install-info: install-info-recursive
    970 
    971 install-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
   1004 install-man: install-man3
   1005 
   1006 install-pdf: install-pdf-recursive
   1007 
   1008 install-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
   1022 install-ps: install-ps-recursive
   1023 
   1024 install-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
   1038 installcheck-am:
   1039 
   1040 maintainer-clean: maintainer-clean-recursive
   1041 	-rm -f Makefile
   1042 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
   1043 	maintainer-clean-generic maintainer-clean-vti
   1044 
   1045 mostlyclean: mostlyclean-recursive
   1046 
   1047 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
   1048 	mostlyclean-libtool mostlyclean-vti
   1049 
   1050 pdf: pdf-recursive
   1051 
   1052 pdf-am: $(PDFS)
   1053 
   1054 ps: ps-recursive
   1055 
   1056 ps-am: $(PSS)
   1057 
   1058 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
   1059 	uninstall-man uninstall-pdf-am uninstall-ps-am
   1060 
   1061 uninstall-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