Home | History | Annotate | Download | only in libmicrohttpd
      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 
     17 VPATH = @srcdir@
     18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     19 am__make_running_with_option = \
     20   case $${target_option-} in \
     21       ?) ;; \
     22       *) echo "am__make_running_with_option: internal error: invalid" \
     23               "target option '$${target_option-}' specified" >&2; \
     24          exit 1;; \
     25   esac; \
     26   has_opt=no; \
     27   sane_makeflags=$$MAKEFLAGS; \
     28   if $(am__is_gnu_make); then \
     29     sane_makeflags=$$MFLAGS; \
     30   else \
     31     case $$MAKEFLAGS in \
     32       *\\[\ \	]*) \
     33         bs=\\; \
     34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     35           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     36     esac; \
     37   fi; \
     38   skip_next=no; \
     39   strip_trailopt () \
     40   { \
     41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     42   }; \
     43   for flg in $$sane_makeflags; do \
     44     test $$skip_next = yes && { skip_next=no; continue; }; \
     45     case $$flg in \
     46       *=*|--*) continue;; \
     47         -*I) strip_trailopt 'I'; skip_next=yes;; \
     48       -*I?*) strip_trailopt 'I';; \
     49         -*O) strip_trailopt 'O'; skip_next=yes;; \
     50       -*O?*) strip_trailopt 'O';; \
     51         -*l) strip_trailopt 'l'; skip_next=yes;; \
     52       -*l?*) strip_trailopt 'l';; \
     53       -[dEDm]) skip_next=yes;; \
     54       -[JT]) skip_next=yes;; \
     55     esac; \
     56     case $$flg in \
     57       *$$target_option*) has_opt=yes; break;; \
     58     esac; \
     59   done; \
     60   test $$has_opt = yes
     61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     63 pkgdatadir = $(datadir)/@PACKAGE@
     64 pkgincludedir = $(includedir)/@PACKAGE@
     65 pkglibdir = $(libdir)/@PACKAGE@
     66 pkglibexecdir = $(libexecdir)/@PACKAGE@
     67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     68 install_sh_DATA = $(install_sh) -c -m 644
     69 install_sh_PROGRAM = $(install_sh) -c
     70 install_sh_SCRIPT = $(install_sh) -c
     71 INSTALL_HEADER = $(INSTALL_DATA)
     72 transform = $(program_transform_name)
     73 NORMAL_INSTALL = :
     74 PRE_INSTALL = :
     75 POST_INSTALL = :
     76 NORMAL_UNINSTALL = :
     77 PRE_UNINSTALL = :
     78 POST_UNINSTALL = :
     79 build_triplet = @build@
     80 host_triplet = @host@
     81 @BUILD_DOC_TRUE@am__append_1 = doc
     82 subdir = .
     83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
     84 	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     85 	$(top_srcdir)/configure $(am__configure_deps) \
     86 	$(srcdir)/MHD_config.h.in $(srcdir)/libmicrohttpd.pc.in \
     87 	$(srcdir)/libmicrospdy.pc.in \
     88 	$(top_srcdir)/w32/VS2013/microhttpd_dll_res_vc.rc.in COPYING \
     89 	compile config.guess config.sub depcomp install-sh missing \
     90 	ltmain.sh
     91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     92 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
     93 	$(top_srcdir)/m4/ax_append_flag.m4 \
     94 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
     95 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
     96 	$(top_srcdir)/m4/ax_check_openssl.m4 \
     97 	$(top_srcdir)/m4/ax_count_cpus.m4 \
     98 	$(top_srcdir)/m4/ax_have_epoll.m4 \
     99 	$(top_srcdir)/m4/ax_pthread.m4 \
    100 	$(top_srcdir)/m4/ax_require_defined.m4 \
    101 	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
    102 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
    103 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
    104 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
    105 	$(top_srcdir)/configure.ac
    106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    107 	$(ACLOCAL_M4)
    108 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    109  configure.lineno config.status.lineno
    110 mkinstalldirs = $(install_sh) -d
    111 CONFIG_HEADER = MHD_config.h
    112 CONFIG_CLEAN_FILES = libmicrohttpd.pc libmicrospdy.pc \
    113 	w32/VS2013/microhttpd_dll_res_vc.rc
    114 CONFIG_CLEAN_VPATH_FILES =
    115 AM_V_P = $(am__v_P_@AM_V@)
    116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    117 am__v_P_0 = false
    118 am__v_P_1 = :
    119 AM_V_GEN = $(am__v_GEN_@AM_V@)
    120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    121 am__v_GEN_0 = @echo "  GEN     " $@;
    122 am__v_GEN_1 = 
    123 AM_V_at = $(am__v_at_@AM_V@)
    124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    125 am__v_at_0 = @
    126 am__v_at_1 = 
    127 SOURCES =
    128 DIST_SOURCES =
    129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    130 	ctags-recursive dvi-recursive html-recursive info-recursive \
    131 	install-data-recursive install-dvi-recursive \
    132 	install-exec-recursive install-html-recursive \
    133 	install-info-recursive install-pdf-recursive \
    134 	install-ps-recursive install-recursive installcheck-recursive \
    135 	installdirs-recursive pdf-recursive ps-recursive \
    136 	tags-recursive uninstall-recursive
    137 am__can_run_installinfo = \
    138   case $$AM_UPDATE_INFO_DIR in \
    139     n|no|NO) false;; \
    140     *) (install-info --version) >/dev/null 2>&1;; \
    141   esac
    142 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    143 am__vpath_adj = case $$p in \
    144     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    145     *) f=$$p;; \
    146   esac;
    147 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    148 am__install_max = 40
    149 am__nobase_strip_setup = \
    150   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    151 am__nobase_strip = \
    152   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    153 am__nobase_list = $(am__nobase_strip_setup); \
    154   for p in $$list; do echo "$$p $$p"; done | \
    155   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    156   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    157     if (++n[$$2] == $(am__install_max)) \
    158       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    159     END { for (dir in files) print dir, files[dir] }'
    160 am__base_list = \
    161   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    162   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    163 am__uninstall_files_from_dir = { \
    164   test -z "$$files" \
    165     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    166     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    167          $(am__cd) "$$dir" && rm -f $$files; }; \
    168   }
    169 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
    170 DATA = $(pkgconfig_DATA)
    171 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    172   distclean-recursive maintainer-clean-recursive
    173 am__recursive_targets = \
    174   $(RECURSIVE_TARGETS) \
    175   $(RECURSIVE_CLEAN_TARGETS) \
    176   $(am__extra_recursive_targets)
    177 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    178 	cscope distdir dist dist-all distcheck
    179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    180 	$(LISP)MHD_config.h.in
    181 # Read a list of newline-separated strings from the standard input,
    182 # and print each of them once, without duplicates.  Input order is
    183 # *not* preserved.
    184 am__uniquify_input = $(AWK) '\
    185   BEGIN { nonempty = 0; } \
    186   { items[$$0] = 1; nonempty = 1; } \
    187   END { if (nonempty) { for (i in items) print i; }; } \
    188 '
    189 # Make sure the list of sources is unique.  This is necessary because,
    190 # e.g., the same source file might be shared among _SOURCES variables
    191 # for different programs/libraries.
    192 am__define_uniq_tagged_files = \
    193   list='$(am__tagged_files)'; \
    194   unique=`for i in $$list; do \
    195     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    196   done | $(am__uniquify_input)`
    197 ETAGS = etags
    198 CTAGS = ctags
    199 CSCOPE = cscope
    200 DIST_SUBDIRS = contrib src m4 . doc
    201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    202 distdir = $(PACKAGE)-$(VERSION)
    203 top_distdir = $(distdir)
    204 am__remove_distdir = \
    205   if test -d "$(distdir)"; then \
    206     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    207       && rm -rf "$(distdir)" \
    208       || { sleep 5 && rm -rf "$(distdir)"; }; \
    209   else :; fi
    210 am__post_remove_distdir = $(am__remove_distdir)
    211 am__relativize = \
    212   dir0=`pwd`; \
    213   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    214   sed_rest='s,^[^/]*/*,,'; \
    215   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    216   sed_butlast='s,/*[^/]*$$,,'; \
    217   while test -n "$$dir1"; do \
    218     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    219     if test "$$first" != "."; then \
    220       if test "$$first" = ".."; then \
    221         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    222         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    223       else \
    224         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    225         if test "$$first2" = "$$first"; then \
    226           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    227         else \
    228           dir2="../$$dir2"; \
    229         fi; \
    230         dir0="$$dir0"/"$$first"; \
    231       fi; \
    232     fi; \
    233     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    234   done; \
    235   reldir="$$dir2"
    236 DIST_ARCHIVES = $(distdir).tar.gz
    237 GZIP_ENV = --best
    238 DIST_TARGETS = dist-gzip
    239 distuninstallcheck_listfiles = find . -type f -print
    240 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    241   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    242 distcleancheck_listfiles = find . -type f -print
    243 ACLOCAL = @ACLOCAL@
    244 AMTAR = @AMTAR@
    245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    246 AR = @AR@
    247 AS = @AS@
    248 AUTOCONF = @AUTOCONF@
    249 AUTOHEADER = @AUTOHEADER@
    250 AUTOMAKE = @AUTOMAKE@
    251 AWK = @AWK@
    252 CC = @CC@
    253 CCDEPMODE = @CCDEPMODE@
    254 CFLAGS = @CFLAGS@
    255 CPP = @CPP@
    256 CPPFLAGS = @CPPFLAGS@
    257 CPU_COUNT = @CPU_COUNT@
    258 CYGPATH_W = @CYGPATH_W@
    259 DEFS = @DEFS@
    260 DEPDIR = @DEPDIR@
    261 DLLTOOL = @DLLTOOL@
    262 DSYMUTIL = @DSYMUTIL@
    263 DUMPBIN = @DUMPBIN@
    264 ECHO_C = @ECHO_C@
    265 ECHO_N = @ECHO_N@
    266 ECHO_T = @ECHO_T@
    267 EGREP = @EGREP@
    268 EXEEXT = @EXEEXT@
    269 FGREP = @FGREP@
    270 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    271 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    272 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    273 GNUTLS_LIBS = @GNUTLS_LIBS@
    274 GREP = @GREP@
    275 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    276 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    277 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    278 INSTALL = @INSTALL@
    279 INSTALL_DATA = @INSTALL_DATA@
    280 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    281 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    282 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    283 LD = @LD@
    284 LDFLAGS = @LDFLAGS@
    285 LIBCURL = @LIBCURL@
    286 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    287 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    288 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    289 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    290 LIBOBJS = @LIBOBJS@
    291 LIBS = @LIBS@
    292 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    293 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    294 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    295 LIBTOOL = @LIBTOOL@
    296 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    297 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    298 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    299 LIPO = @LIPO@
    300 LN_S = @LN_S@
    301 LTLIBOBJS = @LTLIBOBJS@
    302 MAKEINFO = @MAKEINFO@
    303 MANIFEST_TOOL = @MANIFEST_TOOL@
    304 MHD_LIBDEPS = @MHD_LIBDEPS@
    305 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    306 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    307 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    308 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    309 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    310 MKDIR_P = @MKDIR_P@
    311 MS_LIB_TOOL = @MS_LIB_TOOL@
    312 NM = @NM@
    313 NMEDIT = @NMEDIT@
    314 OBJDUMP = @OBJDUMP@
    315 OBJEXT = @OBJEXT@
    316 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    317 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    318 OPENSSL_LIBS = @OPENSSL_LIBS@
    319 OTOOL = @OTOOL@
    320 OTOOL64 = @OTOOL64@
    321 PACKAGE = @PACKAGE@
    322 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    323 PACKAGE_NAME = @PACKAGE_NAME@
    324 PACKAGE_STRING = @PACKAGE_STRING@
    325 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    326 PACKAGE_URL = @PACKAGE_URL@
    327 PACKAGE_VERSION = @PACKAGE_VERSION@
    328 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    329 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    330 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    331 PATH_SEPARATOR = @PATH_SEPARATOR@
    332 PKG_CONFIG = @PKG_CONFIG@
    333 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    334 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    335 PTHREAD_CC = @PTHREAD_CC@
    336 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    337 PTHREAD_LIBS = @PTHREAD_LIBS@
    338 RANLIB = @RANLIB@
    339 RC = @RC@
    340 SED = @SED@
    341 SET_MAKE = @SET_MAKE@
    342 SHELL = @SHELL@
    343 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    344 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    345 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    346 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    347 STRIP = @STRIP@
    348 VERSION = @VERSION@
    349 _libcurl_config = @_libcurl_config@
    350 abs_builddir = @abs_builddir@
    351 abs_srcdir = @abs_srcdir@
    352 abs_top_builddir = @abs_top_builddir@
    353 abs_top_srcdir = @abs_top_srcdir@
    354 ac_ct_AR = @ac_ct_AR@
    355 ac_ct_CC = @ac_ct_CC@
    356 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    357 am__include = @am__include@
    358 am__leading_dot = @am__leading_dot@
    359 am__quote = @am__quote@
    360 am__tar = @am__tar@
    361 am__untar = @am__untar@
    362 ax_pthread_config = @ax_pthread_config@
    363 bindir = @bindir@
    364 build = @build@
    365 build_alias = @build_alias@
    366 build_cpu = @build_cpu@
    367 build_os = @build_os@
    368 build_vendor = @build_vendor@
    369 builddir = @builddir@
    370 datadir = @datadir@
    371 datarootdir = @datarootdir@
    372 docdir = @docdir@
    373 dvidir = @dvidir@
    374 exec_prefix = @exec_prefix@
    375 have_socat = @have_socat@
    376 have_zzuf = @have_zzuf@
    377 host = @host@
    378 host_alias = @host_alias@
    379 host_cpu = @host_cpu@
    380 host_os = @host_os@
    381 host_vendor = @host_vendor@
    382 htmldir = @htmldir@
    383 includedir = @includedir@
    384 infodir = @infodir@
    385 install_sh = @install_sh@
    386 libdir = @libdir@
    387 libexecdir = @libexecdir@
    388 localedir = @localedir@
    389 localstatedir = @localstatedir@
    390 lt_cv_objdir = @lt_cv_objdir@
    391 mandir = @mandir@
    392 mkdir_p = @mkdir_p@
    393 oldincludedir = @oldincludedir@
    394 pdfdir = @pdfdir@
    395 prefix = @prefix@
    396 program_transform_name = @program_transform_name@
    397 psdir = @psdir@
    398 sbindir = @sbindir@
    399 sharedstatedir = @sharedstatedir@
    400 srcdir = @srcdir@
    401 sysconfdir = @sysconfdir@
    402 target_alias = @target_alias@
    403 top_build_prefix = @top_build_prefix@
    404 top_builddir = @top_builddir@
    405 top_srcdir = @top_srcdir@
    406 
    407 # This Makefile.am is in the public domain
    408 ACLOCAL_AMFLAGS = -I m4
    409 SUBDIRS = contrib src m4 . $(am__append_1)
    410 EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in libmicrospdy.pc.in  \
    411   w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
    412   w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
    413   w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc
    414 
    415 pkgconfigdir = $(libdir)/pkgconfig
    416 pkgconfig_DATA = libmicrohttpd.pc libmicrospdy.pc
    417 all: MHD_config.h
    418 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    419 
    420 .SUFFIXES:
    421 am--refresh: Makefile
    422 	@:
    423 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    424 	@for dep in $?; do \
    425 	  case '$(am__configure_deps)' in \
    426 	    *$$dep*) \
    427 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
    428 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
    429 		&& exit 0; \
    430 	      exit 1;; \
    431 	  esac; \
    432 	done; \
    433 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
    434 	$(am__cd) $(top_srcdir) && \
    435 	  $(AUTOMAKE) --gnu Makefile
    436 .PRECIOUS: Makefile
    437 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    438 	@case '$?' in \
    439 	  *config.status*) \
    440 	    echo ' $(SHELL) ./config.status'; \
    441 	    $(SHELL) ./config.status;; \
    442 	  *) \
    443 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    444 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    445 	esac;
    446 
    447 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    448 	$(SHELL) ./config.status --recheck
    449 
    450 $(top_srcdir)/configure:  $(am__configure_deps)
    451 	$(am__cd) $(srcdir) && $(AUTOCONF)
    452 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    453 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    454 $(am__aclocal_m4_deps):
    455 
    456 MHD_config.h: stamp-h1
    457 	@test -f $@ || rm -f stamp-h1
    458 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    459 
    460 stamp-h1: $(srcdir)/MHD_config.h.in $(top_builddir)/config.status
    461 	@rm -f stamp-h1
    462 	cd $(top_builddir) && $(SHELL) ./config.status MHD_config.h
    463 $(srcdir)/MHD_config.h.in:  $(am__configure_deps) 
    464 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    465 	rm -f stamp-h1
    466 	touch $@
    467 
    468 distclean-hdr:
    469 	-rm -f MHD_config.h stamp-h1
    470 libmicrohttpd.pc: $(top_builddir)/config.status $(srcdir)/libmicrohttpd.pc.in
    471 	cd $(top_builddir) && $(SHELL) ./config.status $@
    472 libmicrospdy.pc: $(top_builddir)/config.status $(srcdir)/libmicrospdy.pc.in
    473 	cd $(top_builddir) && $(SHELL) ./config.status $@
    474 w32/VS2013/microhttpd_dll_res_vc.rc: $(top_builddir)/config.status $(top_srcdir)/w32/VS2013/microhttpd_dll_res_vc.rc.in
    475 	cd $(top_builddir) && $(SHELL) ./config.status $@
    476 
    477 mostlyclean-libtool:
    478 	-rm -f *.lo
    479 
    480 clean-libtool:
    481 	-rm -rf .libs _libs
    482 
    483 distclean-libtool:
    484 	-rm -f libtool config.lt
    485 install-pkgconfigDATA: $(pkgconfig_DATA)
    486 	@$(NORMAL_INSTALL)
    487 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    488 	if test -n "$$list"; then \
    489 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
    490 	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
    491 	fi; \
    492 	for p in $$list; do \
    493 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    494 	  echo "$$d$$p"; \
    495 	done | $(am__base_list) | \
    496 	while read files; do \
    497 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
    498 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
    499 	done
    500 
    501 uninstall-pkgconfigDATA:
    502 	@$(NORMAL_UNINSTALL)
    503 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    504 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    505 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
    506 
    507 # This directory's subdirectories are mostly independent; you can cd
    508 # into them and run 'make' without going through this Makefile.
    509 # To change the values of 'make' variables: instead of editing Makefiles,
    510 # (1) if the variable is set in 'config.status', edit 'config.status'
    511 #     (which will cause the Makefiles to be regenerated when you run 'make');
    512 # (2) otherwise, pass the desired values on the 'make' command line.
    513 $(am__recursive_targets):
    514 	@fail=; \
    515 	if $(am__make_keepgoing); then \
    516 	  failcom='fail=yes'; \
    517 	else \
    518 	  failcom='exit 1'; \
    519 	fi; \
    520 	dot_seen=no; \
    521 	target=`echo $@ | sed s/-recursive//`; \
    522 	case "$@" in \
    523 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    524 	  *) list='$(SUBDIRS)' ;; \
    525 	esac; \
    526 	for subdir in $$list; do \
    527 	  echo "Making $$target in $$subdir"; \
    528 	  if test "$$subdir" = "."; then \
    529 	    dot_seen=yes; \
    530 	    local_target="$$target-am"; \
    531 	  else \
    532 	    local_target="$$target"; \
    533 	  fi; \
    534 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    535 	  || eval $$failcom; \
    536 	done; \
    537 	if test "$$dot_seen" = "no"; then \
    538 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    539 	fi; test -z "$$fail"
    540 
    541 ID: $(am__tagged_files)
    542 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    543 tags: tags-recursive
    544 TAGS: tags
    545 
    546 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    547 	set x; \
    548 	here=`pwd`; \
    549 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    550 	  include_option=--etags-include; \
    551 	  empty_fix=.; \
    552 	else \
    553 	  include_option=--include; \
    554 	  empty_fix=; \
    555 	fi; \
    556 	list='$(SUBDIRS)'; for subdir in $$list; do \
    557 	  if test "$$subdir" = .; then :; else \
    558 	    test ! -f $$subdir/TAGS || \
    559 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    560 	  fi; \
    561 	done; \
    562 	$(am__define_uniq_tagged_files); \
    563 	shift; \
    564 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    565 	  test -n "$$unique" || unique=$$empty_fix; \
    566 	  if test $$# -gt 0; then \
    567 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    568 	      "$$@" $$unique; \
    569 	  else \
    570 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    571 	      $$unique; \
    572 	  fi; \
    573 	fi
    574 ctags: ctags-recursive
    575 
    576 CTAGS: ctags
    577 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    578 	$(am__define_uniq_tagged_files); \
    579 	test -z "$(CTAGS_ARGS)$$unique" \
    580 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    581 	     $$unique
    582 
    583 GTAGS:
    584 	here=`$(am__cd) $(top_builddir) && pwd` \
    585 	  && $(am__cd) $(top_srcdir) \
    586 	  && gtags -i $(GTAGS_ARGS) "$$here"
    587 cscope: cscope.files
    588 	test ! -s cscope.files \
    589 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    590 clean-cscope:
    591 	-rm -f cscope.files
    592 cscope.files: clean-cscope cscopelist
    593 cscopelist: cscopelist-recursive
    594 
    595 cscopelist-am: $(am__tagged_files)
    596 	list='$(am__tagged_files)'; \
    597 	case "$(srcdir)" in \
    598 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    599 	  *) sdir=$(subdir)/$(srcdir) ;; \
    600 	esac; \
    601 	for i in $$list; do \
    602 	  if test -f "$$i"; then \
    603 	    echo "$(subdir)/$$i"; \
    604 	  else \
    605 	    echo "$$sdir/$$i"; \
    606 	  fi; \
    607 	done >> $(top_builddir)/cscope.files
    608 
    609 distclean-tags:
    610 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    611 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    612 
    613 distdir: $(DISTFILES)
    614 	$(am__remove_distdir)
    615 	test -d "$(distdir)" || mkdir "$(distdir)"
    616 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    617 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    618 	list='$(DISTFILES)'; \
    619 	  dist_files=`for file in $$list; do echo $$file; done | \
    620 	  sed -e "s|^$$srcdirstrip/||;t" \
    621 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    622 	case $$dist_files in \
    623 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    624 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    625 			   sort -u` ;; \
    626 	esac; \
    627 	for file in $$dist_files; do \
    628 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    629 	  if test -d $$d/$$file; then \
    630 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    631 	    if test -d "$(distdir)/$$file"; then \
    632 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    633 	    fi; \
    634 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    635 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    636 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    637 	    fi; \
    638 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    639 	  else \
    640 	    test -f "$(distdir)/$$file" \
    641 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    642 	    || exit 1; \
    643 	  fi; \
    644 	done
    645 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    646 	  if test "$$subdir" = .; then :; else \
    647 	    $(am__make_dryrun) \
    648 	      || test -d "$(distdir)/$$subdir" \
    649 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    650 	      || exit 1; \
    651 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    652 	    $(am__relativize); \
    653 	    new_distdir=$$reldir; \
    654 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    655 	    $(am__relativize); \
    656 	    new_top_distdir=$$reldir; \
    657 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    658 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    659 	    ($(am__cd) $$subdir && \
    660 	      $(MAKE) $(AM_MAKEFLAGS) \
    661 	        top_distdir="$$new_top_distdir" \
    662 	        distdir="$$new_distdir" \
    663 		am__remove_distdir=: \
    664 		am__skip_length_check=: \
    665 		am__skip_mode_fix=: \
    666 	        distdir) \
    667 	      || exit 1; \
    668 	  fi; \
    669 	done
    670 	-test -n "$(am__skip_mode_fix)" \
    671 	|| find "$(distdir)" -type d ! -perm -755 \
    672 		-exec chmod u+rwx,go+rx {} \; -o \
    673 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    674 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    675 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    676 	|| chmod -R a+r "$(distdir)"
    677 dist-gzip: distdir
    678 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    679 	$(am__post_remove_distdir)
    680 
    681 dist-bzip2: distdir
    682 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    683 	$(am__post_remove_distdir)
    684 
    685 dist-lzip: distdir
    686 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    687 	$(am__post_remove_distdir)
    688 
    689 dist-xz: distdir
    690 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    691 	$(am__post_remove_distdir)
    692 
    693 dist-tarZ: distdir
    694 	@echo WARNING: "Support for shar distribution archives is" \
    695 	               "deprecated." >&2
    696 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    697 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    698 	$(am__post_remove_distdir)
    699 
    700 dist-shar: distdir
    701 	@echo WARNING: "Support for distribution archives compressed with" \
    702 		       "legacy program 'compress' is deprecated." >&2
    703 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    704 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    705 	$(am__post_remove_distdir)
    706 
    707 dist-zip: distdir
    708 	-rm -f $(distdir).zip
    709 	zip -rq $(distdir).zip $(distdir)
    710 	$(am__post_remove_distdir)
    711 
    712 dist dist-all:
    713 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    714 	$(am__post_remove_distdir)
    715 
    716 # This target untars the dist file and tries a VPATH configuration.  Then
    717 # it guarantees that the distribution is self-contained by making another
    718 # tarfile.
    719 distcheck: dist
    720 	case '$(DIST_ARCHIVES)' in \
    721 	*.tar.gz*) \
    722 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
    723 	*.tar.bz2*) \
    724 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    725 	*.tar.lz*) \
    726 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    727 	*.tar.xz*) \
    728 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    729 	*.tar.Z*) \
    730 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    731 	*.shar.gz*) \
    732 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
    733 	*.zip*) \
    734 	  unzip $(distdir).zip ;;\
    735 	esac
    736 	chmod -R a-w $(distdir)
    737 	chmod u+w $(distdir)
    738 	mkdir $(distdir)/_build $(distdir)/_inst
    739 	chmod a-w $(distdir)
    740 	test -d $(distdir)/_build || exit 0; \
    741 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    742 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    743 	  && am__cwd=`pwd` \
    744 	  && $(am__cd) $(distdir)/_build \
    745 	  && ../configure \
    746 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    747 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    748 	    --srcdir=.. --prefix="$$dc_install_base" \
    749 	  && $(MAKE) $(AM_MAKEFLAGS) \
    750 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    751 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    752 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    753 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    754 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    755 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    756 	        distuninstallcheck \
    757 	  && chmod -R a-w "$$dc_install_base" \
    758 	  && ({ \
    759 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    760 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    761 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    762 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    763 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    764 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    765 	  && rm -rf "$$dc_destdir" \
    766 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    767 	  && rm -rf $(DIST_ARCHIVES) \
    768 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    769 	  && cd "$$am__cwd" \
    770 	  || exit 1
    771 	$(am__post_remove_distdir)
    772 	@(echo "$(distdir) archives ready for distribution: "; \
    773 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    774 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    775 distuninstallcheck:
    776 	@test -n '$(distuninstallcheck_dir)' || { \
    777 	  echo 'ERROR: trying to run $@ with an empty' \
    778 	       '$$(distuninstallcheck_dir)' >&2; \
    779 	  exit 1; \
    780 	}; \
    781 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    782 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    783 	  exit 1; \
    784 	}; \
    785 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    786 	   || { echo "ERROR: files left after uninstall:" ; \
    787 	        if test -n "$(DESTDIR)"; then \
    788 	          echo "  (check DESTDIR support)"; \
    789 	        fi ; \
    790 	        $(distuninstallcheck_listfiles) ; \
    791 	        exit 1; } >&2
    792 distcleancheck: distclean
    793 	@if test '$(srcdir)' = . ; then \
    794 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    795 	  exit 1 ; \
    796 	fi
    797 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    798 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    799 	       $(distcleancheck_listfiles) ; \
    800 	       exit 1; } >&2
    801 check-am: all-am
    802 check: check-recursive
    803 all-am: Makefile $(DATA) MHD_config.h
    804 installdirs: installdirs-recursive
    805 installdirs-am:
    806 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    807 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    808 	done
    809 install: install-recursive
    810 install-exec: install-exec-recursive
    811 install-data: install-data-recursive
    812 uninstall: uninstall-recursive
    813 
    814 install-am: all-am
    815 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    816 
    817 installcheck: installcheck-recursive
    818 install-strip:
    819 	if test -z '$(STRIP)'; then \
    820 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    821 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    822 	      install; \
    823 	else \
    824 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    825 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    826 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    827 	fi
    828 mostlyclean-generic:
    829 
    830 clean-generic:
    831 
    832 distclean-generic:
    833 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    834 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    835 
    836 maintainer-clean-generic:
    837 	@echo "This command is intended for maintainers to use"
    838 	@echo "it deletes files that may require special tools to rebuild."
    839 clean: clean-recursive
    840 
    841 clean-am: clean-generic clean-libtool mostlyclean-am
    842 
    843 distclean: distclean-recursive
    844 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    845 	-rm -f Makefile
    846 distclean-am: clean-am distclean-generic distclean-hdr \
    847 	distclean-libtool distclean-tags
    848 
    849 dvi: dvi-recursive
    850 
    851 dvi-am:
    852 
    853 html: html-recursive
    854 
    855 html-am:
    856 
    857 info: info-recursive
    858 
    859 info-am:
    860 
    861 install-data-am: install-pkgconfigDATA
    862 
    863 install-dvi: install-dvi-recursive
    864 
    865 install-dvi-am:
    866 
    867 install-exec-am:
    868 
    869 install-html: install-html-recursive
    870 
    871 install-html-am:
    872 
    873 install-info: install-info-recursive
    874 
    875 install-info-am:
    876 
    877 install-man:
    878 
    879 install-pdf: install-pdf-recursive
    880 
    881 install-pdf-am:
    882 
    883 install-ps: install-ps-recursive
    884 
    885 install-ps-am:
    886 
    887 installcheck-am:
    888 
    889 maintainer-clean: maintainer-clean-recursive
    890 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    891 	-rm -rf $(top_srcdir)/autom4te.cache
    892 	-rm -f Makefile
    893 maintainer-clean-am: distclean-am maintainer-clean-generic
    894 
    895 mostlyclean: mostlyclean-recursive
    896 
    897 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    898 
    899 pdf: pdf-recursive
    900 
    901 pdf-am:
    902 
    903 ps: ps-recursive
    904 
    905 ps-am:
    906 
    907 uninstall-am: uninstall-pkgconfigDATA
    908 
    909 .MAKE: $(am__recursive_targets) all install-am install-strip
    910 
    911 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    912 	am--refresh check check-am clean clean-cscope clean-generic \
    913 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    914 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    915 	dist-xz dist-zip distcheck distclean distclean-generic \
    916 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
    917 	distdir distuninstallcheck dvi dvi-am html html-am info \
    918 	info-am install install-am install-data install-data-am \
    919 	install-dvi install-dvi-am install-exec install-exec-am \
    920 	install-html install-html-am install-info install-info-am \
    921 	install-man install-pdf install-pdf-am install-pkgconfigDATA \
    922 	install-ps install-ps-am install-strip installcheck \
    923 	installcheck-am installdirs installdirs-am maintainer-clean \
    924 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    925 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    926 	uninstall-am uninstall-pkgconfigDATA
    927 
    928 
    929 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    930 # Otherwise a system limit (for SysV at least) may be exceeded.
    931 .NOEXPORT:
    932