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/doxygen 81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 83am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 84 $(top_srcdir)/m4/ax_append_flag.m4 \ 85 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 86 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 87 $(top_srcdir)/m4/ax_check_openssl.m4 \ 88 $(top_srcdir)/m4/ax_count_cpus.m4 \ 89 $(top_srcdir)/m4/ax_have_epoll.m4 \ 90 $(top_srcdir)/m4/ax_pthread.m4 \ 91 $(top_srcdir)/m4/ax_require_defined.m4 \ 92 $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ 93 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 94 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 95 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 96 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/MHD_config.h 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103AM_V_P = $(am__v_P_@AM_V@) 104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 105am__v_P_0 = false 106am__v_P_1 = : 107AM_V_GEN = $(am__v_GEN_@AM_V@) 108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 109am__v_GEN_0 = @echo " GEN " $@; 110am__v_GEN_1 = 111AM_V_at = $(am__v_at_@AM_V@) 112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 113am__v_at_0 = @ 114am__v_at_1 = 115SOURCES = 116DIST_SOURCES = 117am__can_run_installinfo = \ 118 case $$AM_UPDATE_INFO_DIR in \ 119 n|no|NO) false;; \ 120 *) (install-info --version) >/dev/null 2>&1;; \ 121 esac 122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 123DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 124ACLOCAL = @ACLOCAL@ 125AMTAR = @AMTAR@ 126AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 127AR = @AR@ 128AS = @AS@ 129AUTOCONF = @AUTOCONF@ 130AUTOHEADER = @AUTOHEADER@ 131AUTOMAKE = @AUTOMAKE@ 132AWK = @AWK@ 133CC = @CC@ 134CCDEPMODE = @CCDEPMODE@ 135CFLAGS = @CFLAGS@ 136CPP = @CPP@ 137CPPFLAGS = @CPPFLAGS@ 138CPU_COUNT = @CPU_COUNT@ 139CYGPATH_W = @CYGPATH_W@ 140DEFS = @DEFS@ 141DEPDIR = @DEPDIR@ 142DLLTOOL = @DLLTOOL@ 143DSYMUTIL = @DSYMUTIL@ 144DUMPBIN = @DUMPBIN@ 145ECHO_C = @ECHO_C@ 146ECHO_N = @ECHO_N@ 147ECHO_T = @ECHO_T@ 148EGREP = @EGREP@ 149EXEEXT = @EXEEXT@ 150FGREP = @FGREP@ 151GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 152GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@ 153GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 154GNUTLS_LIBS = @GNUTLS_LIBS@ 155GREP = @GREP@ 156HAVE_CURL_BINARY = @HAVE_CURL_BINARY@ 157HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@ 158HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@ 159INSTALL = @INSTALL@ 160INSTALL_DATA = @INSTALL_DATA@ 161INSTALL_PROGRAM = @INSTALL_PROGRAM@ 162INSTALL_SCRIPT = @INSTALL_SCRIPT@ 163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 164LD = @LD@ 165LDFLAGS = @LDFLAGS@ 166LIBCURL = @LIBCURL@ 167LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 168LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 169LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 170LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 171LIBOBJS = @LIBOBJS@ 172LIBS = @LIBS@ 173LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@ 174LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@ 175LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@ 176LIBTOOL = @LIBTOOL@ 177LIB_VERSION_AGE = @LIB_VERSION_AGE@ 178LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@ 179LIB_VERSION_REVISION = @LIB_VERSION_REVISION@ 180LIPO = @LIPO@ 181LN_S = @LN_S@ 182LTLIBOBJS = @LTLIBOBJS@ 183MAKEINFO = @MAKEINFO@ 184MANIFEST_TOOL = @MANIFEST_TOOL@ 185MHD_LIBDEPS = @MHD_LIBDEPS@ 186MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@ 187MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@ 188MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@ 189MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@ 190MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@ 191MKDIR_P = @MKDIR_P@ 192MS_LIB_TOOL = @MS_LIB_TOOL@ 193NM = @NM@ 194NMEDIT = @NMEDIT@ 195OBJDUMP = @OBJDUMP@ 196OBJEXT = @OBJEXT@ 197OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 198OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 199OPENSSL_LIBS = @OPENSSL_LIBS@ 200OTOOL = @OTOOL@ 201OTOOL64 = @OTOOL64@ 202PACKAGE = @PACKAGE@ 203PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 204PACKAGE_NAME = @PACKAGE_NAME@ 205PACKAGE_STRING = @PACKAGE_STRING@ 206PACKAGE_TARNAME = @PACKAGE_TARNAME@ 207PACKAGE_URL = @PACKAGE_URL@ 208PACKAGE_VERSION = @PACKAGE_VERSION@ 209PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 210PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 211PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@ 212PATH_SEPARATOR = @PATH_SEPARATOR@ 213PKG_CONFIG = @PKG_CONFIG@ 214PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 215PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 216PTHREAD_CC = @PTHREAD_CC@ 217PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 218PTHREAD_LIBS = @PTHREAD_LIBS@ 219RANLIB = @RANLIB@ 220RC = @RC@ 221SED = @SED@ 222SET_MAKE = @SET_MAKE@ 223SHELL = @SHELL@ 224SPDY_LIBDEPS = @SPDY_LIBDEPS@ 225SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@ 226SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@ 227SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@ 228STRIP = @STRIP@ 229VERSION = @VERSION@ 230_libcurl_config = @_libcurl_config@ 231abs_builddir = @abs_builddir@ 232abs_srcdir = @abs_srcdir@ 233abs_top_builddir = @abs_top_builddir@ 234abs_top_srcdir = @abs_top_srcdir@ 235ac_ct_AR = @ac_ct_AR@ 236ac_ct_CC = @ac_ct_CC@ 237ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 238am__include = @am__include@ 239am__leading_dot = @am__leading_dot@ 240am__quote = @am__quote@ 241am__tar = @am__tar@ 242am__untar = @am__untar@ 243ax_pthread_config = @ax_pthread_config@ 244bindir = @bindir@ 245build = @build@ 246build_alias = @build_alias@ 247build_cpu = @build_cpu@ 248build_os = @build_os@ 249build_vendor = @build_vendor@ 250builddir = @builddir@ 251datadir = @datadir@ 252datarootdir = @datarootdir@ 253docdir = @docdir@ 254dvidir = @dvidir@ 255exec_prefix = @exec_prefix@ 256have_socat = @have_socat@ 257have_zzuf = @have_zzuf@ 258host = @host@ 259host_alias = @host_alias@ 260host_cpu = @host_cpu@ 261host_os = @host_os@ 262host_vendor = @host_vendor@ 263htmldir = @htmldir@ 264includedir = @includedir@ 265infodir = @infodir@ 266install_sh = @install_sh@ 267libdir = @libdir@ 268libexecdir = @libexecdir@ 269localedir = @localedir@ 270localstatedir = @localstatedir@ 271lt_cv_objdir = @lt_cv_objdir@ 272mandir = @mandir@ 273mkdir_p = @mkdir_p@ 274oldincludedir = @oldincludedir@ 275pdfdir = @pdfdir@ 276prefix = @prefix@ 277program_transform_name = @program_transform_name@ 278psdir = @psdir@ 279sbindir = @sbindir@ 280sharedstatedir = @sharedstatedir@ 281srcdir = @srcdir@ 282sysconfdir = @sysconfdir@ 283target_alias = @target_alias@ 284top_build_prefix = @top_build_prefix@ 285top_builddir = @top_builddir@ 286top_srcdir = @top_srcdir@ 287EXTRA_DIST = libmicrohttpd.doxy 288all: all-am 289 290.SUFFIXES: 291$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 292 @for dep in $?; do \ 293 case '$(am__configure_deps)' in \ 294 *$$dep*) \ 295 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 296 && { if test -f $@; then exit 0; else break; fi; }; \ 297 exit 1;; \ 298 esac; \ 299 done; \ 300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/doxygen/Makefile'; \ 301 $(am__cd) $(top_srcdir) && \ 302 $(AUTOMAKE) --gnu doc/doxygen/Makefile 303.PRECIOUS: Makefile 304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 305 @case '$?' in \ 306 *config.status*) \ 307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 308 *) \ 309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 310 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 311 esac; 312 313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 315 316$(top_srcdir)/configure: $(am__configure_deps) 317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 318$(ACLOCAL_M4): $(am__aclocal_m4_deps) 319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 320$(am__aclocal_m4_deps): 321 322mostlyclean-libtool: 323 -rm -f *.lo 324 325clean-libtool: 326 -rm -rf .libs _libs 327tags TAGS: 328 329ctags CTAGS: 330 331cscope cscopelist: 332 333 334distdir: $(DISTFILES) 335 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 337 list='$(DISTFILES)'; \ 338 dist_files=`for file in $$list; do echo $$file; done | \ 339 sed -e "s|^$$srcdirstrip/||;t" \ 340 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 341 case $$dist_files in \ 342 */*) $(MKDIR_P) `echo "$$dist_files" | \ 343 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 344 sort -u` ;; \ 345 esac; \ 346 for file in $$dist_files; do \ 347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 348 if test -d $$d/$$file; then \ 349 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 350 if test -d "$(distdir)/$$file"; then \ 351 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 352 fi; \ 353 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 354 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 355 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 356 fi; \ 357 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 358 else \ 359 test -f "$(distdir)/$$file" \ 360 || cp -p $$d/$$file "$(distdir)/$$file" \ 361 || exit 1; \ 362 fi; \ 363 done 364check-am: all-am 365check: check-am 366all-am: Makefile 367installdirs: 368install: install-am 369install-exec: install-exec-am 370install-data: install-data-am 371uninstall: uninstall-am 372 373install-am: all-am 374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 375 376installcheck: installcheck-am 377install-strip: 378 if test -z '$(STRIP)'; then \ 379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 380 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 381 install; \ 382 else \ 383 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 384 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 385 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 386 fi 387mostlyclean-generic: 388 389clean-generic: 390 391distclean-generic: 392 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 393 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 394 395maintainer-clean-generic: 396 @echo "This command is intended for maintainers to use" 397 @echo "it deletes files that may require special tools to rebuild." 398clean-am: clean-generic clean-libtool mostlyclean-am 399 400distclean: distclean-am 401 -rm -f Makefile 402distclean-am: clean-am distclean-generic 403 404dvi: dvi-am 405 406dvi-am: 407 408html: html-am 409 410html-am: 411 412info: info-am 413 414info-am: 415 416install-data-am: 417 418install-dvi: install-dvi-am 419 420install-dvi-am: 421 422install-exec-am: 423 424install-html: install-html-am 425 426install-html-am: 427 428install-info: install-info-am 429 430install-info-am: 431 432install-man: 433 434install-pdf: install-pdf-am 435 436install-pdf-am: 437 438install-ps: install-ps-am 439 440install-ps-am: 441 442installcheck-am: 443 444maintainer-clean: maintainer-clean-am 445 -rm -f Makefile 446maintainer-clean-am: distclean-am maintainer-clean-generic 447 448mostlyclean: mostlyclean-am 449 450mostlyclean-am: mostlyclean-generic mostlyclean-libtool 451 452pdf: pdf-am 453 454pdf-am: 455 456ps: ps-am 457 458ps-am: 459 460uninstall-am: 461 462.MAKE: install-am install-strip 463 464.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 465 cscopelist-am ctags-am distclean distclean-generic \ 466 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 467 install install-am install-data install-data-am install-dvi \ 468 install-dvi-am install-exec install-exec-am install-html \ 469 install-html-am install-info install-info-am install-man \ 470 install-pdf install-pdf-am install-ps install-ps-am \ 471 install-strip installcheck installcheck-am installdirs \ 472 maintainer-clean maintainer-clean-generic mostlyclean \ 473 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 474 tags-am uninstall uninstall-am 475 476 477# This Makefile.am is in the public domain 478all: 479 @echo -e \ 480"Generate documentation:\n" \ 481"\tmake full - full documentation with dependency graphs (slow)\n" \ 482"\tmake fast - fast mode without dependency graphs" 483 484full: libmicrohttpd.doxy 485 doxygen $< 486 487fast: libmicrohttpd.doxy 488 sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen - 489 490clean: 491 rm -rf html 492 493# Tell versions [3.59,3.63) of GNU make to not export all variables. 494# Otherwise a system limit (for SysV at least) may be exceeded. 495.NOEXPORT: 496