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 @USE_COVERAGE_TRUE@am__append_1 = --coverage 82 noinst_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 90 subdir = doc/examples 91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 92 $(top_srcdir)/depcomp 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94 am__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 108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 109 $(ACLOCAL_M4) 110 mkinstalldirs = $(install_sh) -d 111 CONFIG_HEADER = $(top_builddir)/MHD_config.h 112 CONFIG_CLEAN_FILES = 113 CONFIG_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) 117 PROGRAMS = $(noinst_PROGRAMS) 118 am_basicauthentication_OBJECTS = basicauthentication.$(OBJEXT) 119 basicauthentication_OBJECTS = $(am_basicauthentication_OBJECTS) 120 basicauthentication_DEPENDENCIES = \ 121 $(top_builddir)/src/microhttpd/libmicrohttpd.la 122 AM_V_lt = $(am__v_lt_@AM_V@) 123 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 124 am__v_lt_0 = --silent 125 am__v_lt_1 = 126 am_hellobrowser_OBJECTS = hellobrowser.$(OBJEXT) 127 hellobrowser_OBJECTS = $(am_hellobrowser_OBJECTS) 128 hellobrowser_DEPENDENCIES = \ 129 $(top_builddir)/src/microhttpd/libmicrohttpd.la 130 am_largepost_OBJECTS = largepost.$(OBJEXT) 131 largepost_OBJECTS = $(am_largepost_OBJECTS) 132 largepost_DEPENDENCIES = \ 133 $(top_builddir)/src/microhttpd/libmicrohttpd.la 134 am_logging_OBJECTS = logging.$(OBJEXT) 135 logging_OBJECTS = $(am_logging_OBJECTS) 136 logging_DEPENDENCIES = \ 137 $(top_builddir)/src/microhttpd/libmicrohttpd.la 138 am_responseheaders_OBJECTS = responseheaders.$(OBJEXT) 139 responseheaders_OBJECTS = $(am_responseheaders_OBJECTS) 140 responseheaders_DEPENDENCIES = \ 141 $(top_builddir)/src/microhttpd/libmicrohttpd.la 142 am_sessions_OBJECTS = sessions.$(OBJEXT) 143 sessions_OBJECTS = $(am_sessions_OBJECTS) 144 sessions_DEPENDENCIES = \ 145 $(top_builddir)/src/microhttpd/libmicrohttpd.la 146 am_simplepost_OBJECTS = simplepost.$(OBJEXT) 147 simplepost_OBJECTS = $(am_simplepost_OBJECTS) 148 simplepost_DEPENDENCIES = \ 149 $(top_builddir)/src/microhttpd/libmicrohttpd.la 150 am_tlsauthentication_OBJECTS = tlsauthentication.$(OBJEXT) 151 tlsauthentication_OBJECTS = $(am_tlsauthentication_OBJECTS) 152 tlsauthentication_DEPENDENCIES = \ 153 $(top_builddir)/src/microhttpd/libmicrohttpd.la 154 AM_V_P = $(am__v_P_@AM_V@) 155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156 am__v_P_0 = false 157 am__v_P_1 = : 158 AM_V_GEN = $(am__v_GEN_@AM_V@) 159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160 am__v_GEN_0 = @echo " GEN " $@; 161 am__v_GEN_1 = 162 AM_V_at = $(am__v_at_@AM_V@) 163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164 am__v_at_0 = @ 165 am__v_at_1 = 166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 167 depcomp = $(SHELL) $(top_srcdir)/depcomp 168 am__depfiles_maybe = depfiles 169 am__mv = mv -f 170 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172 LTCOMPILE = $(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) 176 AM_V_CC = $(am__v_CC_@AM_V@) 177 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 178 am__v_CC_0 = @echo " CC " $@; 179 am__v_CC_1 = 180 CCLD = $(CC) 181 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 183 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 185 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 186 am__v_CCLD_0 = @echo " CCLD " $@; 187 am__v_CCLD_1 = 188 SOURCES = $(basicauthentication_SOURCES) $(hellobrowser_SOURCES) \ 189 $(largepost_SOURCES) $(logging_SOURCES) \ 190 $(responseheaders_SOURCES) $(sessions_SOURCES) \ 191 $(simplepost_SOURCES) $(tlsauthentication_SOURCES) 192 DIST_SOURCES = $(basicauthentication_SOURCES) $(hellobrowser_SOURCES) \ 193 $(largepost_SOURCES) $(logging_SOURCES) \ 194 $(responseheaders_SOURCES) $(sessions_SOURCES) \ 195 $(simplepost_SOURCES) $(tlsauthentication_SOURCES) 196 RECURSIVE_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 204 am__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 209 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 210 distclean-recursive maintainer-clean-recursive 211 am__recursive_targets = \ 212 $(RECURSIVE_TARGETS) \ 213 $(RECURSIVE_CLEAN_TARGETS) \ 214 $(am__extra_recursive_targets) 215 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 216 distdir 217 am__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. 221 am__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. 229 am__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)` 234 ETAGS = etags 235 CTAGS = ctags 236 DIST_SUBDIRS = $(SUBDIRS) 237 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 238 am__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" 263 ACLOCAL = @ACLOCAL@ 264 AMTAR = @AMTAR@ 265 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 266 AR = @AR@ 267 AS = @AS@ 268 AUTOCONF = @AUTOCONF@ 269 AUTOHEADER = @AUTOHEADER@ 270 AUTOMAKE = @AUTOMAKE@ 271 AWK = @AWK@ 272 CC = @CC@ 273 CCDEPMODE = @CCDEPMODE@ 274 CFLAGS = @CFLAGS@ 275 CPP = @CPP@ 276 CPPFLAGS = @CPPFLAGS@ 277 CPU_COUNT = @CPU_COUNT@ 278 CYGPATH_W = @CYGPATH_W@ 279 DEFS = @DEFS@ 280 DEPDIR = @DEPDIR@ 281 DLLTOOL = @DLLTOOL@ 282 DSYMUTIL = @DSYMUTIL@ 283 DUMPBIN = @DUMPBIN@ 284 ECHO_C = @ECHO_C@ 285 ECHO_N = @ECHO_N@ 286 ECHO_T = @ECHO_T@ 287 EGREP = @EGREP@ 288 EXEEXT = @EXEEXT@ 289 FGREP = @FGREP@ 290 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 291 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@ 292 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 293 GNUTLS_LIBS = @GNUTLS_LIBS@ 294 GREP = @GREP@ 295 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@ 296 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@ 297 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@ 298 INSTALL = @INSTALL@ 299 INSTALL_DATA = @INSTALL_DATA@ 300 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 301 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 302 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 303 LD = @LD@ 304 LDFLAGS = @LDFLAGS@ 305 LIBCURL = @LIBCURL@ 306 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 307 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 308 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 309 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 310 LIBOBJS = @LIBOBJS@ 311 LIBS = @LIBS@ 312 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@ 313 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@ 314 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@ 315 LIBTOOL = @LIBTOOL@ 316 LIB_VERSION_AGE = @LIB_VERSION_AGE@ 317 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@ 318 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@ 319 LIPO = @LIPO@ 320 LN_S = @LN_S@ 321 LTLIBOBJS = @LTLIBOBJS@ 322 MAKEINFO = @MAKEINFO@ 323 MANIFEST_TOOL = @MANIFEST_TOOL@ 324 MHD_LIBDEPS = @MHD_LIBDEPS@ 325 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@ 326 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@ 327 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@ 328 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@ 329 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@ 330 MKDIR_P = @MKDIR_P@ 331 MS_LIB_TOOL = @MS_LIB_TOOL@ 332 NM = @NM@ 333 NMEDIT = @NMEDIT@ 334 OBJDUMP = @OBJDUMP@ 335 OBJEXT = @OBJEXT@ 336 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 337 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 338 OPENSSL_LIBS = @OPENSSL_LIBS@ 339 OTOOL = @OTOOL@ 340 OTOOL64 = @OTOOL64@ 341 PACKAGE = @PACKAGE@ 342 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 343 PACKAGE_NAME = @PACKAGE_NAME@ 344 PACKAGE_STRING = @PACKAGE_STRING@ 345 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 346 PACKAGE_URL = @PACKAGE_URL@ 347 PACKAGE_VERSION = @PACKAGE_VERSION@ 348 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 349 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 350 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@ 351 PATH_SEPARATOR = @PATH_SEPARATOR@ 352 PKG_CONFIG = @PKG_CONFIG@ 353 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 354 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 355 PTHREAD_CC = @PTHREAD_CC@ 356 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 357 PTHREAD_LIBS = @PTHREAD_LIBS@ 358 RANLIB = @RANLIB@ 359 RC = @RC@ 360 SED = @SED@ 361 SET_MAKE = @SET_MAKE@ 362 SHELL = @SHELL@ 363 SPDY_LIBDEPS = @SPDY_LIBDEPS@ 364 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@ 365 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@ 366 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@ 367 STRIP = @STRIP@ 368 VERSION = @VERSION@ 369 _libcurl_config = @_libcurl_config@ 370 abs_builddir = @abs_builddir@ 371 abs_srcdir = @abs_srcdir@ 372 abs_top_builddir = @abs_top_builddir@ 373 abs_top_srcdir = @abs_top_srcdir@ 374 ac_ct_AR = @ac_ct_AR@ 375 ac_ct_CC = @ac_ct_CC@ 376 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 377 am__include = @am__include@ 378 am__leading_dot = @am__leading_dot@ 379 am__quote = @am__quote@ 380 am__tar = @am__tar@ 381 am__untar = @am__untar@ 382 ax_pthread_config = @ax_pthread_config@ 383 bindir = @bindir@ 384 build = @build@ 385 build_alias = @build_alias@ 386 build_cpu = @build_cpu@ 387 build_os = @build_os@ 388 build_vendor = @build_vendor@ 389 builddir = @builddir@ 390 datadir = @datadir@ 391 datarootdir = @datarootdir@ 392 docdir = @docdir@ 393 dvidir = @dvidir@ 394 exec_prefix = @exec_prefix@ 395 have_socat = @have_socat@ 396 have_zzuf = @have_zzuf@ 397 host = @host@ 398 host_alias = @host_alias@ 399 host_cpu = @host_cpu@ 400 host_os = @host_os@ 401 host_vendor = @host_vendor@ 402 htmldir = @htmldir@ 403 includedir = @includedir@ 404 infodir = @infodir@ 405 install_sh = @install_sh@ 406 libdir = @libdir@ 407 libexecdir = @libexecdir@ 408 localedir = @localedir@ 409 localstatedir = @localstatedir@ 410 lt_cv_objdir = @lt_cv_objdir@ 411 mandir = @mandir@ 412 mkdir_p = @mkdir_p@ 413 oldincludedir = @oldincludedir@ 414 pdfdir = @pdfdir@ 415 prefix = @prefix@ 416 program_transform_name = @program_transform_name@ 417 psdir = @psdir@ 418 sbindir = @sbindir@ 419 sharedstatedir = @sharedstatedir@ 420 srcdir = @srcdir@ 421 sysconfdir = @sysconfdir@ 422 target_alias = @target_alias@ 423 top_build_prefix = @top_build_prefix@ 424 top_builddir = @top_builddir@ 425 top_srcdir = @top_srcdir@ 426 427 # This Makefile.am is in the public domain 428 SUBDIRS = . 429 AM_CPPFLAGS = -I$(top_srcdir)/src/include $(am__append_4) 430 AM_CFLAGS = @LIBGCRYPT_CFLAGS@ $(am__append_1) 431 basicauthentication_SOURCES = \ 432 basicauthentication.c 433 434 basicauthentication_LDADD = \ 435 $(top_builddir)/src/microhttpd/libmicrohttpd.la 436 437 hellobrowser_SOURCES = \ 438 hellobrowser.c 439 440 hellobrowser_LDADD = \ 441 $(top_builddir)/src/microhttpd/libmicrohttpd.la 442 443 logging_SOURCES = \ 444 logging.c 445 446 logging_LDADD = \ 447 $(top_builddir)/src/microhttpd/libmicrohttpd.la 448 449 responseheaders_SOURCES = \ 450 responseheaders.c 451 452 responseheaders_LDADD = \ 453 $(top_builddir)/src/microhttpd/libmicrohttpd.la 454 455 sessions_SOURCES = \ 456 sessions.c 457 458 sessions_LDADD = \ 459 $(top_builddir)/src/microhttpd/libmicrohttpd.la 460 461 tlsauthentication_SOURCES = \ 462 tlsauthentication.c 463 464 tlsauthentication_LDADD = \ 465 $(top_builddir)/src/microhttpd/libmicrohttpd.la 466 467 simplepost_SOURCES = \ 468 simplepost.c 469 470 simplepost_LDADD = \ 471 $(top_builddir)/src/microhttpd/libmicrohttpd.la 472 473 largepost_SOURCES = \ 474 largepost.c 475 476 largepost_LDADD = \ 477 $(top_builddir)/src/microhttpd/libmicrohttpd.la 478 479 all: 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 496 Makefile: $(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 514 clean-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 523 basicauthentication$(EXEEXT): $(basicauthentication_OBJECTS) $(basicauthentication_DEPENDENCIES) $(EXTRA_basicauthentication_DEPENDENCIES) 524 @rm -f basicauthentication$(EXEEXT) 525 $(AM_V_CCLD)$(LINK) $(basicauthentication_OBJECTS) $(basicauthentication_LDADD) $(LIBS) 526 527 hellobrowser$(EXEEXT): $(hellobrowser_OBJECTS) $(hellobrowser_DEPENDENCIES) $(EXTRA_hellobrowser_DEPENDENCIES) 528 @rm -f hellobrowser$(EXEEXT) 529 $(AM_V_CCLD)$(LINK) $(hellobrowser_OBJECTS) $(hellobrowser_LDADD) $(LIBS) 530 531 largepost$(EXEEXT): $(largepost_OBJECTS) $(largepost_DEPENDENCIES) $(EXTRA_largepost_DEPENDENCIES) 532 @rm -f largepost$(EXEEXT) 533 $(AM_V_CCLD)$(LINK) $(largepost_OBJECTS) $(largepost_LDADD) $(LIBS) 534 535 logging$(EXEEXT): $(logging_OBJECTS) $(logging_DEPENDENCIES) $(EXTRA_logging_DEPENDENCIES) 536 @rm -f logging$(EXEEXT) 537 $(AM_V_CCLD)$(LINK) $(logging_OBJECTS) $(logging_LDADD) $(LIBS) 538 539 responseheaders$(EXEEXT): $(responseheaders_OBJECTS) $(responseheaders_DEPENDENCIES) $(EXTRA_responseheaders_DEPENDENCIES) 540 @rm -f responseheaders$(EXEEXT) 541 $(AM_V_CCLD)$(LINK) $(responseheaders_OBJECTS) $(responseheaders_LDADD) $(LIBS) 542 543 sessions$(EXEEXT): $(sessions_OBJECTS) $(sessions_DEPENDENCIES) $(EXTRA_sessions_DEPENDENCIES) 544 @rm -f sessions$(EXEEXT) 545 $(AM_V_CCLD)$(LINK) $(sessions_OBJECTS) $(sessions_LDADD) $(LIBS) 546 547 simplepost$(EXEEXT): $(simplepost_OBJECTS) $(simplepost_DEPENDENCIES) $(EXTRA_simplepost_DEPENDENCIES) 548 @rm -f simplepost$(EXEEXT) 549 $(AM_V_CCLD)$(LINK) $(simplepost_OBJECTS) $(simplepost_LDADD) $(LIBS) 550 551 tlsauthentication$(EXEEXT): $(tlsauthentication_OBJECTS) $(tlsauthentication_DEPENDENCIES) $(EXTRA_tlsauthentication_DEPENDENCIES) 552 @rm -f tlsauthentication$(EXEEXT) 553 $(AM_V_CCLD)$(LINK) $(tlsauthentication_OBJECTS) $(tlsauthentication_LDADD) $(LIBS) 554 555 mostlyclean-compile: 556 -rm -f *.$(OBJEXT) 557 558 distclean-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 594 mostlyclean-libtool: 595 -rm -f *.lo 596 597 clean-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 634 ID: $(am__tagged_files) 635 $(am__define_uniq_tagged_files); mkid -fID $$unique 636 tags: tags-recursive 637 TAGS: tags 638 639 tags-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 667 ctags: ctags-recursive 668 669 CTAGS: ctags 670 ctags-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 676 GTAGS: 677 here=`$(am__cd) $(top_builddir) && pwd` \ 678 && $(am__cd) $(top_srcdir) \ 679 && gtags -i $(GTAGS_ARGS) "$$here" 680 cscopelist: cscopelist-recursive 681 682 cscopelist-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 696 distclean-tags: 697 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 698 699 distdir: $(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 754 check-am: all-am 755 check: check-recursive 756 all-am: Makefile $(PROGRAMS) 757 installdirs: installdirs-recursive 758 installdirs-am: 759 install: install-recursive 760 install-exec: install-exec-recursive 761 install-data: install-data-recursive 762 uninstall: uninstall-recursive 763 764 install-am: all-am 765 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 766 767 installcheck: installcheck-recursive 768 install-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 778 mostlyclean-generic: 779 780 clean-generic: 781 782 distclean-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 786 maintainer-clean-generic: 787 @echo "This command is intended for maintainers to use" 788 @echo "it deletes files that may require special tools to rebuild." 789 clean: clean-recursive 790 791 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 792 mostlyclean-am 793 794 distclean: distclean-recursive 795 -rm -rf ./$(DEPDIR) 796 -rm -f Makefile 797 distclean-am: clean-am distclean-compile distclean-generic \ 798 distclean-tags 799 800 dvi: dvi-recursive 801 802 dvi-am: 803 804 html: html-recursive 805 806 html-am: 807 808 info: info-recursive 809 810 info-am: 811 812 install-data-am: 813 814 install-dvi: install-dvi-recursive 815 816 install-dvi-am: 817 818 install-exec-am: 819 820 install-html: install-html-recursive 821 822 install-html-am: 823 824 install-info: install-info-recursive 825 826 install-info-am: 827 828 install-man: 829 830 install-pdf: install-pdf-recursive 831 832 install-pdf-am: 833 834 install-ps: install-ps-recursive 835 836 install-ps-am: 837 838 installcheck-am: 839 840 maintainer-clean: maintainer-clean-recursive 841 -rm -rf ./$(DEPDIR) 842 -rm -f Makefile 843 maintainer-clean-am: distclean-am maintainer-clean-generic 844 845 mostlyclean: mostlyclean-recursive 846 847 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 848 mostlyclean-libtool 849 850 pdf: pdf-recursive 851 852 pdf-am: 853 854 ps: ps-recursive 855 856 ps-am: 857 858 uninstall-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