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 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__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 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81@USE_COVERAGE_TRUE@am__append_1 = --coverage 82noinst_PROGRAMS = basicauthentication$(EXEEXT) hellobrowser$(EXEEXT) \ 83 logging$(EXEEXT) responseheaders$(EXEEXT) $(am__EXEEXT_1) \ 84 $(am__EXEEXT_2) 85@ENABLE_HTTPS_TRUE@am__append_2 = \ 86@ENABLE_HTTPS_TRUE@ tlsauthentication 87 88@HAVE_POSTPROCESSOR_TRUE@am__append_3 = simplepost largepost sessions 89@HAVE_W32_TRUE@am__append_4 = -DWINDOWS 90subdir = doc/examples 91DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 92 $(top_srcdir)/depcomp 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 95 $(top_srcdir)/m4/ax_append_flag.m4 \ 96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 97 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 98 $(top_srcdir)/m4/ax_check_openssl.m4 \ 99 $(top_srcdir)/m4/ax_count_cpus.m4 \ 100 $(top_srcdir)/m4/ax_have_epoll.m4 \ 101 $(top_srcdir)/m4/ax_pthread.m4 \ 102 $(top_srcdir)/m4/ax_require_defined.m4 \ 103 $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ 104 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 105 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 106 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 107 $(top_srcdir)/configure.ac 108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 109 $(ACLOCAL_M4) 110mkinstalldirs = $(install_sh) -d 111CONFIG_HEADER = $(top_builddir)/MHD_config.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114@ENABLE_HTTPS_TRUE@am__EXEEXT_1 = tlsauthentication$(EXEEXT) 115@HAVE_POSTPROCESSOR_TRUE@am__EXEEXT_2 = simplepost$(EXEEXT) \ 116@HAVE_POSTPROCESSOR_TRUE@ largepost$(EXEEXT) sessions$(EXEEXT) 117PROGRAMS = $(noinst_PROGRAMS) 118am_basicauthentication_OBJECTS = basicauthentication.$(OBJEXT) 119basicauthentication_OBJECTS = $(am_basicauthentication_OBJECTS) 120basicauthentication_DEPENDENCIES = \ 121 $(top_builddir)/src/microhttpd/libmicrohttpd.la 122AM_V_lt = $(am__v_lt_@AM_V@) 123am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 124am__v_lt_0 = --silent 125am__v_lt_1 = 126am_hellobrowser_OBJECTS = hellobrowser.$(OBJEXT) 127hellobrowser_OBJECTS = $(am_hellobrowser_OBJECTS) 128hellobrowser_DEPENDENCIES = \ 129 $(top_builddir)/src/microhttpd/libmicrohttpd.la 130am_largepost_OBJECTS = largepost.$(OBJEXT) 131largepost_OBJECTS = $(am_largepost_OBJECTS) 132largepost_DEPENDENCIES = \ 133 $(top_builddir)/src/microhttpd/libmicrohttpd.la 134am_logging_OBJECTS = logging.$(OBJEXT) 135logging_OBJECTS = $(am_logging_OBJECTS) 136logging_DEPENDENCIES = \ 137 $(top_builddir)/src/microhttpd/libmicrohttpd.la 138am_responseheaders_OBJECTS = responseheaders.$(OBJEXT) 139responseheaders_OBJECTS = $(am_responseheaders_OBJECTS) 140responseheaders_DEPENDENCIES = \ 141 $(top_builddir)/src/microhttpd/libmicrohttpd.la 142am_sessions_OBJECTS = sessions.$(OBJEXT) 143sessions_OBJECTS = $(am_sessions_OBJECTS) 144sessions_DEPENDENCIES = \ 145 $(top_builddir)/src/microhttpd/libmicrohttpd.la 146am_simplepost_OBJECTS = simplepost.$(OBJEXT) 147simplepost_OBJECTS = $(am_simplepost_OBJECTS) 148simplepost_DEPENDENCIES = \ 149 $(top_builddir)/src/microhttpd/libmicrohttpd.la 150am_tlsauthentication_OBJECTS = tlsauthentication.$(OBJEXT) 151tlsauthentication_OBJECTS = $(am_tlsauthentication_OBJECTS) 152tlsauthentication_DEPENDENCIES = \ 153 $(top_builddir)/src/microhttpd/libmicrohttpd.la 154AM_V_P = $(am__v_P_@AM_V@) 155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156am__v_P_0 = false 157am__v_P_1 = : 158AM_V_GEN = $(am__v_GEN_@AM_V@) 159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160am__v_GEN_0 = @echo " GEN " $@; 161am__v_GEN_1 = 162AM_V_at = $(am__v_at_@AM_V@) 163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164am__v_at_0 = @ 165am__v_at_1 = 166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 167depcomp = $(SHELL) $(top_srcdir)/depcomp 168am__depfiles_maybe = depfiles 169am__mv = mv -f 170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 173 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 174 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 175 $(AM_CFLAGS) $(CFLAGS) 176AM_V_CC = $(am__v_CC_@AM_V@) 177am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 178am__v_CC_0 = @echo " CC " $@; 179am__v_CC_1 = 180CCLD = $(CC) 181LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184AM_V_CCLD = $(am__v_CCLD_@AM_V@) 185am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 186am__v_CCLD_0 = @echo " CCLD " $@; 187am__v_CCLD_1 = 188SOURCES = $(basicauthentication_SOURCES) $(hellobrowser_SOURCES) \ 189 $(largepost_SOURCES) $(logging_SOURCES) \ 190 $(responseheaders_SOURCES) $(sessions_SOURCES) \ 191 $(simplepost_SOURCES) $(tlsauthentication_SOURCES) 192DIST_SOURCES = $(basicauthentication_SOURCES) $(hellobrowser_SOURCES) \ 193 $(largepost_SOURCES) $(logging_SOURCES) \ 194 $(responseheaders_SOURCES) $(sessions_SOURCES) \ 195 $(simplepost_SOURCES) $(tlsauthentication_SOURCES) 196RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 197 ctags-recursive dvi-recursive html-recursive info-recursive \ 198 install-data-recursive install-dvi-recursive \ 199 install-exec-recursive install-html-recursive \ 200 install-info-recursive install-pdf-recursive \ 201 install-ps-recursive install-recursive installcheck-recursive \ 202 installdirs-recursive pdf-recursive ps-recursive \ 203 tags-recursive uninstall-recursive 204am__can_run_installinfo = \ 205 case $$AM_UPDATE_INFO_DIR in \ 206 n|no|NO) false;; \ 207 *) (install-info --version) >/dev/null 2>&1;; \ 208 esac 209RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 210 distclean-recursive maintainer-clean-recursive 211am__recursive_targets = \ 212 $(RECURSIVE_TARGETS) \ 213 $(RECURSIVE_CLEAN_TARGETS) \ 214 $(am__extra_recursive_targets) 215AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 216 distdir 217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 218# Read a list of newline-separated strings from the standard input, 219# and print each of them once, without duplicates. Input order is 220# *not* preserved. 221am__uniquify_input = $(AWK) '\ 222 BEGIN { nonempty = 0; } \ 223 { items[$$0] = 1; nonempty = 1; } \ 224 END { if (nonempty) { for (i in items) print i; }; } \ 225' 226# Make sure the list of sources is unique. This is necessary because, 227# e.g., the same source file might be shared among _SOURCES variables 228# for different programs/libraries. 229am__define_uniq_tagged_files = \ 230 list='$(am__tagged_files)'; \ 231 unique=`for i in $$list; do \ 232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 233 done | $(am__uniquify_input)` 234ETAGS = etags 235CTAGS = ctags 236DIST_SUBDIRS = $(SUBDIRS) 237DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 238am__relativize = \ 239 dir0=`pwd`; \ 240 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 241 sed_rest='s,^[^/]*/*,,'; \ 242 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 243 sed_butlast='s,/*[^/]*$$,,'; \ 244 while test -n "$$dir1"; do \ 245 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 246 if test "$$first" != "."; then \ 247 if test "$$first" = ".."; then \ 248 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 249 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 250 else \ 251 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 252 if test "$$first2" = "$$first"; then \ 253 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 254 else \ 255 dir2="../$$dir2"; \ 256 fi; \ 257 dir0="$$dir0"/"$$first"; \ 258 fi; \ 259 fi; \ 260 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 261 done; \ 262 reldir="$$dir2" 263ACLOCAL = @ACLOCAL@ 264AMTAR = @AMTAR@ 265AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 266AR = @AR@ 267AS = @AS@ 268AUTOCONF = @AUTOCONF@ 269AUTOHEADER = @AUTOHEADER@ 270AUTOMAKE = @AUTOMAKE@ 271AWK = @AWK@ 272CC = @CC@ 273CCDEPMODE = @CCDEPMODE@ 274CFLAGS = @CFLAGS@ 275CPP = @CPP@ 276CPPFLAGS = @CPPFLAGS@ 277CPU_COUNT = @CPU_COUNT@ 278CYGPATH_W = @CYGPATH_W@ 279DEFS = @DEFS@ 280DEPDIR = @DEPDIR@ 281DLLTOOL = @DLLTOOL@ 282DSYMUTIL = @DSYMUTIL@ 283DUMPBIN = @DUMPBIN@ 284ECHO_C = @ECHO_C@ 285ECHO_N = @ECHO_N@ 286ECHO_T = @ECHO_T@ 287EGREP = @EGREP@ 288EXEEXT = @EXEEXT@ 289FGREP = @FGREP@ 290GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 291GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@ 292GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 293GNUTLS_LIBS = @GNUTLS_LIBS@ 294GREP = @GREP@ 295HAVE_CURL_BINARY = @HAVE_CURL_BINARY@ 296HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@ 297HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@ 298INSTALL = @INSTALL@ 299INSTALL_DATA = @INSTALL_DATA@ 300INSTALL_PROGRAM = @INSTALL_PROGRAM@ 301INSTALL_SCRIPT = @INSTALL_SCRIPT@ 302INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 303LD = @LD@ 304LDFLAGS = @LDFLAGS@ 305LIBCURL = @LIBCURL@ 306LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 307LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 308LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 309LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 310LIBOBJS = @LIBOBJS@ 311LIBS = @LIBS@ 312LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@ 313LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@ 314LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@ 315LIBTOOL = @LIBTOOL@ 316LIB_VERSION_AGE = @LIB_VERSION_AGE@ 317LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@ 318LIB_VERSION_REVISION = @LIB_VERSION_REVISION@ 319LIPO = @LIPO@ 320LN_S = @LN_S@ 321LTLIBOBJS = @LTLIBOBJS@ 322MAKEINFO = @MAKEINFO@ 323MANIFEST_TOOL = @MANIFEST_TOOL@ 324MHD_LIBDEPS = @MHD_LIBDEPS@ 325MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@ 326MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@ 327MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@ 328MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@ 329MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@ 330MKDIR_P = @MKDIR_P@ 331MS_LIB_TOOL = @MS_LIB_TOOL@ 332NM = @NM@ 333NMEDIT = @NMEDIT@ 334OBJDUMP = @OBJDUMP@ 335OBJEXT = @OBJEXT@ 336OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 337OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 338OPENSSL_LIBS = @OPENSSL_LIBS@ 339OTOOL = @OTOOL@ 340OTOOL64 = @OTOOL64@ 341PACKAGE = @PACKAGE@ 342PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 343PACKAGE_NAME = @PACKAGE_NAME@ 344PACKAGE_STRING = @PACKAGE_STRING@ 345PACKAGE_TARNAME = @PACKAGE_TARNAME@ 346PACKAGE_URL = @PACKAGE_URL@ 347PACKAGE_VERSION = @PACKAGE_VERSION@ 348PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 349PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 350PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@ 351PATH_SEPARATOR = @PATH_SEPARATOR@ 352PKG_CONFIG = @PKG_CONFIG@ 353PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 354PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 355PTHREAD_CC = @PTHREAD_CC@ 356PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 357PTHREAD_LIBS = @PTHREAD_LIBS@ 358RANLIB = @RANLIB@ 359RC = @RC@ 360SED = @SED@ 361SET_MAKE = @SET_MAKE@ 362SHELL = @SHELL@ 363SPDY_LIBDEPS = @SPDY_LIBDEPS@ 364SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@ 365SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@ 366SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@ 367STRIP = @STRIP@ 368VERSION = @VERSION@ 369_libcurl_config = @_libcurl_config@ 370abs_builddir = @abs_builddir@ 371abs_srcdir = @abs_srcdir@ 372abs_top_builddir = @abs_top_builddir@ 373abs_top_srcdir = @abs_top_srcdir@ 374ac_ct_AR = @ac_ct_AR@ 375ac_ct_CC = @ac_ct_CC@ 376ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 377am__include = @am__include@ 378am__leading_dot = @am__leading_dot@ 379am__quote = @am__quote@ 380am__tar = @am__tar@ 381am__untar = @am__untar@ 382ax_pthread_config = @ax_pthread_config@ 383bindir = @bindir@ 384build = @build@ 385build_alias = @build_alias@ 386build_cpu = @build_cpu@ 387build_os = @build_os@ 388build_vendor = @build_vendor@ 389builddir = @builddir@ 390datadir = @datadir@ 391datarootdir = @datarootdir@ 392docdir = @docdir@ 393dvidir = @dvidir@ 394exec_prefix = @exec_prefix@ 395have_socat = @have_socat@ 396have_zzuf = @have_zzuf@ 397host = @host@ 398host_alias = @host_alias@ 399host_cpu = @host_cpu@ 400host_os = @host_os@ 401host_vendor = @host_vendor@ 402htmldir = @htmldir@ 403includedir = @includedir@ 404infodir = @infodir@ 405install_sh = @install_sh@ 406libdir = @libdir@ 407libexecdir = @libexecdir@ 408localedir = @localedir@ 409localstatedir = @localstatedir@ 410lt_cv_objdir = @lt_cv_objdir@ 411mandir = @mandir@ 412mkdir_p = @mkdir_p@ 413oldincludedir = @oldincludedir@ 414pdfdir = @pdfdir@ 415prefix = @prefix@ 416program_transform_name = @program_transform_name@ 417psdir = @psdir@ 418sbindir = @sbindir@ 419sharedstatedir = @sharedstatedir@ 420srcdir = @srcdir@ 421sysconfdir = @sysconfdir@ 422target_alias = @target_alias@ 423top_build_prefix = @top_build_prefix@ 424top_builddir = @top_builddir@ 425top_srcdir = @top_srcdir@ 426 427# This Makefile.am is in the public domain 428SUBDIRS = . 429AM_CPPFLAGS = -I$(top_srcdir)/src/include $(am__append_4) 430AM_CFLAGS = @LIBGCRYPT_CFLAGS@ $(am__append_1) 431basicauthentication_SOURCES = \ 432 basicauthentication.c 433 434basicauthentication_LDADD = \ 435 $(top_builddir)/src/microhttpd/libmicrohttpd.la 436 437hellobrowser_SOURCES = \ 438 hellobrowser.c 439 440hellobrowser_LDADD = \ 441 $(top_builddir)/src/microhttpd/libmicrohttpd.la 442 443logging_SOURCES = \ 444 logging.c 445 446logging_LDADD = \ 447 $(top_builddir)/src/microhttpd/libmicrohttpd.la 448 449responseheaders_SOURCES = \ 450 responseheaders.c 451 452responseheaders_LDADD = \ 453 $(top_builddir)/src/microhttpd/libmicrohttpd.la 454 455sessions_SOURCES = \ 456 sessions.c 457 458sessions_LDADD = \ 459 $(top_builddir)/src/microhttpd/libmicrohttpd.la 460 461tlsauthentication_SOURCES = \ 462 tlsauthentication.c 463 464tlsauthentication_LDADD = \ 465 $(top_builddir)/src/microhttpd/libmicrohttpd.la 466 467simplepost_SOURCES = \ 468 simplepost.c 469 470simplepost_LDADD = \ 471 $(top_builddir)/src/microhttpd/libmicrohttpd.la 472 473largepost_SOURCES = \ 474 largepost.c 475 476largepost_LDADD = \ 477 $(top_builddir)/src/microhttpd/libmicrohttpd.la 478 479all: all-recursive 480 481.SUFFIXES: 482.SUFFIXES: .c .lo .o .obj 483$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 484 @for dep in $?; do \ 485 case '$(am__configure_deps)' in \ 486 *$$dep*) \ 487 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 488 && { if test -f $@; then exit 0; else break; fi; }; \ 489 exit 1;; \ 490 esac; \ 491 done; \ 492 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/examples/Makefile'; \ 493 $(am__cd) $(top_srcdir) && \ 494 $(AUTOMAKE) --gnu doc/examples/Makefile 495.PRECIOUS: Makefile 496Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 497 @case '$?' in \ 498 *config.status*) \ 499 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 500 *) \ 501 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 502 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 503 esac; 504 505$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 506 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 507 508$(top_srcdir)/configure: $(am__configure_deps) 509 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 510$(ACLOCAL_M4): $(am__aclocal_m4_deps) 511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 512$(am__aclocal_m4_deps): 513 514clean-noinstPROGRAMS: 515 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 516 echo " rm -f" $$list; \ 517 rm -f $$list || exit $$?; \ 518 test -n "$(EXEEXT)" || exit 0; \ 519 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 520 echo " rm -f" $$list; \ 521 rm -f $$list 522 523basicauthentication$(EXEEXT): $(basicauthentication_OBJECTS) $(basicauthentication_DEPENDENCIES) $(EXTRA_basicauthentication_DEPENDENCIES) 524 @rm -f basicauthentication$(EXEEXT) 525 $(AM_V_CCLD)$(LINK) $(basicauthentication_OBJECTS) $(basicauthentication_LDADD) $(LIBS) 526 527hellobrowser$(EXEEXT): $(hellobrowser_OBJECTS) $(hellobrowser_DEPENDENCIES) $(EXTRA_hellobrowser_DEPENDENCIES) 528 @rm -f hellobrowser$(EXEEXT) 529 $(AM_V_CCLD)$(LINK) $(hellobrowser_OBJECTS) $(hellobrowser_LDADD) $(LIBS) 530 531largepost$(EXEEXT): $(largepost_OBJECTS) $(largepost_DEPENDENCIES) $(EXTRA_largepost_DEPENDENCIES) 532 @rm -f largepost$(EXEEXT) 533 $(AM_V_CCLD)$(LINK) $(largepost_OBJECTS) $(largepost_LDADD) $(LIBS) 534 535logging$(EXEEXT): $(logging_OBJECTS) $(logging_DEPENDENCIES) $(EXTRA_logging_DEPENDENCIES) 536 @rm -f logging$(EXEEXT) 537 $(AM_V_CCLD)$(LINK) $(logging_OBJECTS) $(logging_LDADD) $(LIBS) 538 539responseheaders$(EXEEXT): $(responseheaders_OBJECTS) $(responseheaders_DEPENDENCIES) $(EXTRA_responseheaders_DEPENDENCIES) 540 @rm -f responseheaders$(EXEEXT) 541 $(AM_V_CCLD)$(LINK) $(responseheaders_OBJECTS) $(responseheaders_LDADD) $(LIBS) 542 543sessions$(EXEEXT): $(sessions_OBJECTS) $(sessions_DEPENDENCIES) $(EXTRA_sessions_DEPENDENCIES) 544 @rm -f sessions$(EXEEXT) 545 $(AM_V_CCLD)$(LINK) $(sessions_OBJECTS) $(sessions_LDADD) $(LIBS) 546 547simplepost$(EXEEXT): $(simplepost_OBJECTS) $(simplepost_DEPENDENCIES) $(EXTRA_simplepost_DEPENDENCIES) 548 @rm -f simplepost$(EXEEXT) 549 $(AM_V_CCLD)$(LINK) $(simplepost_OBJECTS) $(simplepost_LDADD) $(LIBS) 550 551tlsauthentication$(EXEEXT): $(tlsauthentication_OBJECTS) $(tlsauthentication_DEPENDENCIES) $(EXTRA_tlsauthentication_DEPENDENCIES) 552 @rm -f tlsauthentication$(EXEEXT) 553 $(AM_V_CCLD)$(LINK) $(tlsauthentication_OBJECTS) $(tlsauthentication_LDADD) $(LIBS) 554 555mostlyclean-compile: 556 -rm -f *.$(OBJEXT) 557 558distclean-compile: 559 -rm -f *.tab.c 560 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basicauthentication.Po@am__quote@ 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hellobrowser.Po@am__quote@ 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/largepost.Po@am__quote@ 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Po@am__quote@ 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/responseheaders.Po@am__quote@ 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sessions.Po@am__quote@ 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplepost.Po@am__quote@ 568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlsauthentication.Po@am__quote@ 569 570.c.o: 571@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 572@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 573@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 574@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 576@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 577 578.c.obj: 579@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 580@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 581@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 583@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 584@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 585 586.c.lo: 587@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 588@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 589@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 590@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 591@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 592@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 593 594mostlyclean-libtool: 595 -rm -f *.lo 596 597clean-libtool: 598 -rm -rf .libs _libs 599 600# This directory's subdirectories are mostly independent; you can cd 601# into them and run 'make' without going through this Makefile. 602# To change the values of 'make' variables: instead of editing Makefiles, 603# (1) if the variable is set in 'config.status', edit 'config.status' 604# (which will cause the Makefiles to be regenerated when you run 'make'); 605# (2) otherwise, pass the desired values on the 'make' command line. 606$(am__recursive_targets): 607 @fail=; \ 608 if $(am__make_keepgoing); then \ 609 failcom='fail=yes'; \ 610 else \ 611 failcom='exit 1'; \ 612 fi; \ 613 dot_seen=no; \ 614 target=`echo $@ | sed s/-recursive//`; \ 615 case "$@" in \ 616 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 617 *) list='$(SUBDIRS)' ;; \ 618 esac; \ 619 for subdir in $$list; do \ 620 echo "Making $$target in $$subdir"; \ 621 if test "$$subdir" = "."; then \ 622 dot_seen=yes; \ 623 local_target="$$target-am"; \ 624 else \ 625 local_target="$$target"; \ 626 fi; \ 627 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 628 || eval $$failcom; \ 629 done; \ 630 if test "$$dot_seen" = "no"; then \ 631 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 632 fi; test -z "$$fail" 633 634ID: $(am__tagged_files) 635 $(am__define_uniq_tagged_files); mkid -fID $$unique 636tags: tags-recursive 637TAGS: tags 638 639tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 640 set x; \ 641 here=`pwd`; \ 642 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 643 include_option=--etags-include; \ 644 empty_fix=.; \ 645 else \ 646 include_option=--include; \ 647 empty_fix=; \ 648 fi; \ 649 list='$(SUBDIRS)'; for subdir in $$list; do \ 650 if test "$$subdir" = .; then :; else \ 651 test ! -f $$subdir/TAGS || \ 652 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 653 fi; \ 654 done; \ 655 $(am__define_uniq_tagged_files); \ 656 shift; \ 657 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 658 test -n "$$unique" || unique=$$empty_fix; \ 659 if test $$# -gt 0; then \ 660 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 661 "$$@" $$unique; \ 662 else \ 663 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 664 $$unique; \ 665 fi; \ 666 fi 667ctags: ctags-recursive 668 669CTAGS: ctags 670ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 671 $(am__define_uniq_tagged_files); \ 672 test -z "$(CTAGS_ARGS)$$unique" \ 673 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 674 $$unique 675 676GTAGS: 677 here=`$(am__cd) $(top_builddir) && pwd` \ 678 && $(am__cd) $(top_srcdir) \ 679 && gtags -i $(GTAGS_ARGS) "$$here" 680cscopelist: cscopelist-recursive 681 682cscopelist-am: $(am__tagged_files) 683 list='$(am__tagged_files)'; \ 684 case "$(srcdir)" in \ 685 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 686 *) sdir=$(subdir)/$(srcdir) ;; \ 687 esac; \ 688 for i in $$list; do \ 689 if test -f "$$i"; then \ 690 echo "$(subdir)/$$i"; \ 691 else \ 692 echo "$$sdir/$$i"; \ 693 fi; \ 694 done >> $(top_builddir)/cscope.files 695 696distclean-tags: 697 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 698 699distdir: $(DISTFILES) 700 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 701 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 702 list='$(DISTFILES)'; \ 703 dist_files=`for file in $$list; do echo $$file; done | \ 704 sed -e "s|^$$srcdirstrip/||;t" \ 705 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 706 case $$dist_files in \ 707 */*) $(MKDIR_P) `echo "$$dist_files" | \ 708 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 709 sort -u` ;; \ 710 esac; \ 711 for file in $$dist_files; do \ 712 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 713 if test -d $$d/$$file; then \ 714 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 715 if test -d "$(distdir)/$$file"; then \ 716 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 717 fi; \ 718 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 719 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 720 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 721 fi; \ 722 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 723 else \ 724 test -f "$(distdir)/$$file" \ 725 || cp -p $$d/$$file "$(distdir)/$$file" \ 726 || exit 1; \ 727 fi; \ 728 done 729 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 730 if test "$$subdir" = .; then :; else \ 731 $(am__make_dryrun) \ 732 || test -d "$(distdir)/$$subdir" \ 733 || $(MKDIR_P) "$(distdir)/$$subdir" \ 734 || exit 1; \ 735 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 736 $(am__relativize); \ 737 new_distdir=$$reldir; \ 738 dir1=$$subdir; dir2="$(top_distdir)"; \ 739 $(am__relativize); \ 740 new_top_distdir=$$reldir; \ 741 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 742 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 743 ($(am__cd) $$subdir && \ 744 $(MAKE) $(AM_MAKEFLAGS) \ 745 top_distdir="$$new_top_distdir" \ 746 distdir="$$new_distdir" \ 747 am__remove_distdir=: \ 748 am__skip_length_check=: \ 749 am__skip_mode_fix=: \ 750 distdir) \ 751 || exit 1; \ 752 fi; \ 753 done 754check-am: all-am 755check: check-recursive 756all-am: Makefile $(PROGRAMS) 757installdirs: installdirs-recursive 758installdirs-am: 759install: install-recursive 760install-exec: install-exec-recursive 761install-data: install-data-recursive 762uninstall: uninstall-recursive 763 764install-am: all-am 765 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 766 767installcheck: installcheck-recursive 768install-strip: 769 if test -z '$(STRIP)'; then \ 770 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 771 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 772 install; \ 773 else \ 774 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 775 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 776 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 777 fi 778mostlyclean-generic: 779 780clean-generic: 781 782distclean-generic: 783 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 784 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 785 786maintainer-clean-generic: 787 @echo "This command is intended for maintainers to use" 788 @echo "it deletes files that may require special tools to rebuild." 789clean: clean-recursive 790 791clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 792 mostlyclean-am 793 794distclean: distclean-recursive 795 -rm -rf ./$(DEPDIR) 796 -rm -f Makefile 797distclean-am: clean-am distclean-compile distclean-generic \ 798 distclean-tags 799 800dvi: dvi-recursive 801 802dvi-am: 803 804html: html-recursive 805 806html-am: 807 808info: info-recursive 809 810info-am: 811 812install-data-am: 813 814install-dvi: install-dvi-recursive 815 816install-dvi-am: 817 818install-exec-am: 819 820install-html: install-html-recursive 821 822install-html-am: 823 824install-info: install-info-recursive 825 826install-info-am: 827 828install-man: 829 830install-pdf: install-pdf-recursive 831 832install-pdf-am: 833 834install-ps: install-ps-recursive 835 836install-ps-am: 837 838installcheck-am: 839 840maintainer-clean: maintainer-clean-recursive 841 -rm -rf ./$(DEPDIR) 842 -rm -f Makefile 843maintainer-clean-am: distclean-am maintainer-clean-generic 844 845mostlyclean: mostlyclean-recursive 846 847mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 848 mostlyclean-libtool 849 850pdf: pdf-recursive 851 852pdf-am: 853 854ps: ps-recursive 855 856ps-am: 857 858uninstall-am: 859 860.MAKE: $(am__recursive_targets) install-am install-strip 861 862.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 863 check-am clean clean-generic clean-libtool \ 864 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 865 distclean-compile distclean-generic distclean-libtool \ 866 distclean-tags distdir dvi dvi-am html html-am info info-am \ 867 install install-am install-data install-data-am install-dvi \ 868 install-dvi-am install-exec install-exec-am install-html \ 869 install-html-am install-info install-info-am install-man \ 870 install-pdf install-pdf-am install-ps install-ps-am \ 871 install-strip installcheck installcheck-am installdirs \ 872 installdirs-am maintainer-clean maintainer-clean-generic \ 873 mostlyclean mostlyclean-compile mostlyclean-generic \ 874 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 875 uninstall-am 876 877 878# Tell versions [3.59,3.63) of GNU make to not export all variables. 879# Otherwise a system limit (for SysV at least) may be exceeded. 880.NOEXPORT: 881