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 @ENABLE_SPDY_TRUE@@HAVE_SPDYLAY_TRUE@am__append_2 = mhd2spdy 83 noinst_PROGRAMS = benchmark$(EXEEXT) benchmark_https$(EXEEXT) \ 84 chunked_example$(EXEEXT) minimal_example$(EXEEXT) \ 85 dual_stack_example$(EXEEXT) minimal_example_comet$(EXEEXT) \ 86 querystring_example$(EXEEXT) fileserver_example$(EXEEXT) \ 87 fileserver_example_dirs$(EXEEXT) \ 88 fileserver_example_external_select$(EXEEXT) \ 89 refuse_post_example$(EXEEXT) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 90 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ 91 $(am__EXEEXT_7) 92 @ENABLE_HTTPS_TRUE@am__append_3 = https_fileserver_example 93 @HAVE_POSTPROCESSOR_TRUE@am__append_4 = \ 94 @HAVE_POSTPROCESSOR_TRUE@ post_example 95 96 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@am__append_5 = \ 97 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@ demo \ 98 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@ demo_https 99 100 @ENABLE_DAUTH_TRUE@am__append_6 = \ 101 @ENABLE_DAUTH_TRUE@ digest_auth_example 102 103 @ENABLE_BAUTH_TRUE@am__append_7 = \ 104 @ENABLE_BAUTH_TRUE@ authorization_example 105 106 @HAVE_W32_TRUE@am__append_8 = -DWINDOWS 107 subdir = src/examples 108 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 109 $(top_srcdir)/depcomp 110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 112 $(top_srcdir)/m4/ax_append_flag.m4 \ 113 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 114 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 115 $(top_srcdir)/m4/ax_check_openssl.m4 \ 116 $(top_srcdir)/m4/ax_count_cpus.m4 \ 117 $(top_srcdir)/m4/ax_have_epoll.m4 \ 118 $(top_srcdir)/m4/ax_pthread.m4 \ 119 $(top_srcdir)/m4/ax_require_defined.m4 \ 120 $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \ 121 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 122 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 123 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 124 $(top_srcdir)/configure.ac 125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 126 $(ACLOCAL_M4) 127 mkinstalldirs = $(install_sh) -d 128 CONFIG_HEADER = $(top_builddir)/MHD_config.h 129 CONFIG_CLEAN_FILES = 130 CONFIG_CLEAN_VPATH_FILES = 131 @ENABLE_SPDY_TRUE@@HAVE_SPDYLAY_TRUE@am__EXEEXT_1 = mhd2spdy$(EXEEXT) 132 @ENABLE_SPDY_TRUE@am__EXEEXT_2 = spdy_event_loop$(EXEEXT) \ 133 @ENABLE_SPDY_TRUE@ spdy_fileserver$(EXEEXT) \ 134 @ENABLE_SPDY_TRUE@ spdy_response_with_callback$(EXEEXT) \ 135 @ENABLE_SPDY_TRUE@ $(am__EXEEXT_1) 136 @ENABLE_HTTPS_TRUE@am__EXEEXT_3 = https_fileserver_example$(EXEEXT) 137 @HAVE_POSTPROCESSOR_TRUE@am__EXEEXT_4 = post_example$(EXEEXT) 138 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@am__EXEEXT_5 = \ 139 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@ demo$(EXEEXT) \ 140 @HAVE_MAGIC_TRUE@@HAVE_POSTPROCESSOR_TRUE@ demo_https$(EXEEXT) 141 @ENABLE_DAUTH_TRUE@am__EXEEXT_6 = digest_auth_example$(EXEEXT) 142 @ENABLE_BAUTH_TRUE@am__EXEEXT_7 = authorization_example$(EXEEXT) 143 PROGRAMS = $(noinst_PROGRAMS) 144 am_authorization_example_OBJECTS = authorization_example.$(OBJEXT) 145 authorization_example_OBJECTS = $(am_authorization_example_OBJECTS) 146 authorization_example_DEPENDENCIES = \ 147 $(top_builddir)/src/microhttpd/libmicrohttpd.la 148 AM_V_lt = $(am__v_lt_@AM_V@) 149 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 150 am__v_lt_0 = --silent 151 am__v_lt_1 = 152 am_benchmark_OBJECTS = benchmark-benchmark.$(OBJEXT) 153 benchmark_OBJECTS = $(am_benchmark_OBJECTS) 154 benchmark_DEPENDENCIES = \ 155 $(top_builddir)/src/microhttpd/libmicrohttpd.la 156 am_benchmark_https_OBJECTS = \ 157 benchmark_https-benchmark_https.$(OBJEXT) 158 benchmark_https_OBJECTS = $(am_benchmark_https_OBJECTS) 159 benchmark_https_DEPENDENCIES = \ 160 $(top_builddir)/src/microhttpd/libmicrohttpd.la 161 am_chunked_example_OBJECTS = chunked_example.$(OBJEXT) 162 chunked_example_OBJECTS = $(am_chunked_example_OBJECTS) 163 chunked_example_DEPENDENCIES = \ 164 $(top_builddir)/src/microhttpd/libmicrohttpd.la 165 am_demo_OBJECTS = demo-demo.$(OBJEXT) 166 demo_OBJECTS = $(am_demo_OBJECTS) 167 am__DEPENDENCIES_1 = 168 demo_DEPENDENCIES = $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 169 $(am__DEPENDENCIES_1) 170 demo_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(demo_CFLAGS) $(CFLAGS) \ 172 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 173 am_demo_https_OBJECTS = demo_https-demo_https.$(OBJEXT) 174 demo_https_OBJECTS = $(am_demo_https_OBJECTS) 175 demo_https_DEPENDENCIES = \ 176 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 177 $(am__DEPENDENCIES_1) 178 demo_https_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 179 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(demo_https_CFLAGS) \ 180 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 181 am_digest_auth_example_OBJECTS = digest_auth_example.$(OBJEXT) 182 digest_auth_example_OBJECTS = $(am_digest_auth_example_OBJECTS) 183 digest_auth_example_DEPENDENCIES = \ 184 $(top_builddir)/src/microhttpd/libmicrohttpd.la 185 am_dual_stack_example_OBJECTS = dual_stack_example.$(OBJEXT) 186 dual_stack_example_OBJECTS = $(am_dual_stack_example_OBJECTS) 187 dual_stack_example_DEPENDENCIES = \ 188 $(top_builddir)/src/microhttpd/libmicrohttpd.la 189 am_fileserver_example_OBJECTS = fileserver_example.$(OBJEXT) 190 fileserver_example_OBJECTS = $(am_fileserver_example_OBJECTS) 191 fileserver_example_DEPENDENCIES = \ 192 $(top_builddir)/src/microhttpd/libmicrohttpd.la 193 am_fileserver_example_dirs_OBJECTS = \ 194 fileserver_example_dirs.$(OBJEXT) 195 fileserver_example_dirs_OBJECTS = \ 196 $(am_fileserver_example_dirs_OBJECTS) 197 fileserver_example_dirs_DEPENDENCIES = \ 198 $(top_builddir)/src/microhttpd/libmicrohttpd.la 199 am_fileserver_example_external_select_OBJECTS = \ 200 fileserver_example_external_select.$(OBJEXT) 201 fileserver_example_external_select_OBJECTS = \ 202 $(am_fileserver_example_external_select_OBJECTS) 203 fileserver_example_external_select_DEPENDENCIES = \ 204 $(top_builddir)/src/microhttpd/libmicrohttpd.la 205 am_https_fileserver_example_OBJECTS = \ 206 https_fileserver_example-https_fileserver_example.$(OBJEXT) 207 https_fileserver_example_OBJECTS = \ 208 $(am_https_fileserver_example_OBJECTS) 209 https_fileserver_example_DEPENDENCIES = \ 210 $(top_builddir)/src/microhttpd/libmicrohttpd.la 211 am_mhd2spdy_OBJECTS = mhd2spdy.$(OBJEXT) mhd2spdy_spdy.$(OBJEXT) \ 212 mhd2spdy_http.$(OBJEXT) mhd2spdy_structures.$(OBJEXT) 213 mhd2spdy_OBJECTS = $(am_mhd2spdy_OBJECTS) 214 mhd2spdy_DEPENDENCIES = \ 215 $(top_builddir)/src/microhttpd/libmicrohttpd.la 216 am_minimal_example_OBJECTS = minimal_example.$(OBJEXT) 217 minimal_example_OBJECTS = $(am_minimal_example_OBJECTS) 218 minimal_example_DEPENDENCIES = \ 219 $(top_builddir)/src/microhttpd/libmicrohttpd.la 220 am_minimal_example_comet_OBJECTS = minimal_example_comet.$(OBJEXT) 221 minimal_example_comet_OBJECTS = $(am_minimal_example_comet_OBJECTS) 222 minimal_example_comet_DEPENDENCIES = \ 223 $(top_builddir)/src/microhttpd/libmicrohttpd.la 224 am_post_example_OBJECTS = post_example.$(OBJEXT) 225 post_example_OBJECTS = $(am_post_example_OBJECTS) 226 post_example_DEPENDENCIES = \ 227 $(top_builddir)/src/microhttpd/libmicrohttpd.la 228 am_querystring_example_OBJECTS = querystring_example.$(OBJEXT) 229 querystring_example_OBJECTS = $(am_querystring_example_OBJECTS) 230 querystring_example_DEPENDENCIES = \ 231 $(top_builddir)/src/microhttpd/libmicrohttpd.la 232 am_refuse_post_example_OBJECTS = refuse_post_example.$(OBJEXT) 233 refuse_post_example_OBJECTS = $(am_refuse_post_example_OBJECTS) 234 refuse_post_example_DEPENDENCIES = \ 235 $(top_builddir)/src/microhttpd/libmicrohttpd.la 236 am_spdy_event_loop_OBJECTS = spdy_event_loop.$(OBJEXT) 237 spdy_event_loop_OBJECTS = $(am_spdy_event_loop_OBJECTS) 238 spdy_event_loop_DEPENDENCIES = \ 239 $(top_builddir)/src/microspdy/libmicrospdy.la 240 am_spdy_fileserver_OBJECTS = spdy_fileserver.$(OBJEXT) 241 spdy_fileserver_OBJECTS = $(am_spdy_fileserver_OBJECTS) 242 spdy_fileserver_DEPENDENCIES = \ 243 $(top_builddir)/src/microspdy/libmicrospdy.la 244 am_spdy_response_with_callback_OBJECTS = \ 245 spdy_response_with_callback.$(OBJEXT) 246 spdy_response_with_callback_OBJECTS = \ 247 $(am_spdy_response_with_callback_OBJECTS) 248 spdy_response_with_callback_DEPENDENCIES = \ 249 $(top_builddir)/src/microspdy/libmicrospdy.la 250 AM_V_P = $(am__v_P_@AM_V@) 251 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 252 am__v_P_0 = false 253 am__v_P_1 = : 254 AM_V_GEN = $(am__v_GEN_@AM_V@) 255 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 256 am__v_GEN_0 = @echo " GEN " $@; 257 am__v_GEN_1 = 258 AM_V_at = $(am__v_at_@AM_V@) 259 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 260 am__v_at_0 = @ 261 am__v_at_1 = 262 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 263 depcomp = $(SHELL) $(top_srcdir)/depcomp 264 am__depfiles_maybe = depfiles 265 am__mv = mv -f 266 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 267 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 268 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 269 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 270 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 271 $(AM_CFLAGS) $(CFLAGS) 272 AM_V_CC = $(am__v_CC_@AM_V@) 273 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 274 am__v_CC_0 = @echo " CC " $@; 275 am__v_CC_1 = 276 CCLD = $(CC) 277 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 278 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 279 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 280 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 281 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 282 am__v_CCLD_0 = @echo " CCLD " $@; 283 am__v_CCLD_1 = 284 SOURCES = $(authorization_example_SOURCES) $(benchmark_SOURCES) \ 285 $(benchmark_https_SOURCES) $(chunked_example_SOURCES) \ 286 $(demo_SOURCES) $(demo_https_SOURCES) \ 287 $(digest_auth_example_SOURCES) $(dual_stack_example_SOURCES) \ 288 $(fileserver_example_SOURCES) \ 289 $(fileserver_example_dirs_SOURCES) \ 290 $(fileserver_example_external_select_SOURCES) \ 291 $(https_fileserver_example_SOURCES) $(mhd2spdy_SOURCES) \ 292 $(minimal_example_SOURCES) $(minimal_example_comet_SOURCES) \ 293 $(post_example_SOURCES) $(querystring_example_SOURCES) \ 294 $(refuse_post_example_SOURCES) $(spdy_event_loop_SOURCES) \ 295 $(spdy_fileserver_SOURCES) \ 296 $(spdy_response_with_callback_SOURCES) 297 DIST_SOURCES = $(authorization_example_SOURCES) $(benchmark_SOURCES) \ 298 $(benchmark_https_SOURCES) $(chunked_example_SOURCES) \ 299 $(demo_SOURCES) $(demo_https_SOURCES) \ 300 $(digest_auth_example_SOURCES) $(dual_stack_example_SOURCES) \ 301 $(fileserver_example_SOURCES) \ 302 $(fileserver_example_dirs_SOURCES) \ 303 $(fileserver_example_external_select_SOURCES) \ 304 $(https_fileserver_example_SOURCES) $(mhd2spdy_SOURCES) \ 305 $(minimal_example_SOURCES) $(minimal_example_comet_SOURCES) \ 306 $(post_example_SOURCES) $(querystring_example_SOURCES) \ 307 $(refuse_post_example_SOURCES) $(spdy_event_loop_SOURCES) \ 308 $(spdy_fileserver_SOURCES) \ 309 $(spdy_response_with_callback_SOURCES) 310 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 311 ctags-recursive dvi-recursive html-recursive info-recursive \ 312 install-data-recursive install-dvi-recursive \ 313 install-exec-recursive install-html-recursive \ 314 install-info-recursive install-pdf-recursive \ 315 install-ps-recursive install-recursive installcheck-recursive \ 316 installdirs-recursive pdf-recursive ps-recursive \ 317 tags-recursive uninstall-recursive 318 am__can_run_installinfo = \ 319 case $$AM_UPDATE_INFO_DIR in \ 320 n|no|NO) false;; \ 321 *) (install-info --version) >/dev/null 2>&1;; \ 322 esac 323 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 324 distclean-recursive maintainer-clean-recursive 325 am__recursive_targets = \ 326 $(RECURSIVE_TARGETS) \ 327 $(RECURSIVE_CLEAN_TARGETS) \ 328 $(am__extra_recursive_targets) 329 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 330 distdir 331 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 332 # Read a list of newline-separated strings from the standard input, 333 # and print each of them once, without duplicates. Input order is 334 # *not* preserved. 335 am__uniquify_input = $(AWK) '\ 336 BEGIN { nonempty = 0; } \ 337 { items[$$0] = 1; nonempty = 1; } \ 338 END { if (nonempty) { for (i in items) print i; }; } \ 339 ' 340 # Make sure the list of sources is unique. This is necessary because, 341 # e.g., the same source file might be shared among _SOURCES variables 342 # for different programs/libraries. 343 am__define_uniq_tagged_files = \ 344 list='$(am__tagged_files)'; \ 345 unique=`for i in $$list; do \ 346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 347 done | $(am__uniquify_input)` 348 ETAGS = etags 349 CTAGS = ctags 350 DIST_SUBDIRS = $(SUBDIRS) 351 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 352 am__relativize = \ 353 dir0=`pwd`; \ 354 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 355 sed_rest='s,^[^/]*/*,,'; \ 356 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 357 sed_butlast='s,/*[^/]*$$,,'; \ 358 while test -n "$$dir1"; do \ 359 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 360 if test "$$first" != "."; then \ 361 if test "$$first" = ".."; then \ 362 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 363 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 364 else \ 365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 366 if test "$$first2" = "$$first"; then \ 367 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 368 else \ 369 dir2="../$$dir2"; \ 370 fi; \ 371 dir0="$$dir0"/"$$first"; \ 372 fi; \ 373 fi; \ 374 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 375 done; \ 376 reldir="$$dir2" 377 ACLOCAL = @ACLOCAL@ 378 AMTAR = @AMTAR@ 379 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 380 AR = @AR@ 381 AS = @AS@ 382 AUTOCONF = @AUTOCONF@ 383 AUTOHEADER = @AUTOHEADER@ 384 AUTOMAKE = @AUTOMAKE@ 385 AWK = @AWK@ 386 CC = @CC@ 387 CCDEPMODE = @CCDEPMODE@ 388 CFLAGS = @CFLAGS@ 389 CPP = @CPP@ 390 CPPFLAGS = @CPPFLAGS@ 391 CPU_COUNT = @CPU_COUNT@ 392 CYGPATH_W = @CYGPATH_W@ 393 DEFS = @DEFS@ 394 DEPDIR = @DEPDIR@ 395 DLLTOOL = @DLLTOOL@ 396 DSYMUTIL = @DSYMUTIL@ 397 DUMPBIN = @DUMPBIN@ 398 ECHO_C = @ECHO_C@ 399 ECHO_N = @ECHO_N@ 400 ECHO_T = @ECHO_T@ 401 EGREP = @EGREP@ 402 EXEEXT = @EXEEXT@ 403 FGREP = @FGREP@ 404 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 405 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@ 406 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 407 GNUTLS_LIBS = @GNUTLS_LIBS@ 408 GREP = @GREP@ 409 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@ 410 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@ 411 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@ 412 INSTALL = @INSTALL@ 413 INSTALL_DATA = @INSTALL_DATA@ 414 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 415 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 416 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 417 LD = @LD@ 418 LDFLAGS = @LDFLAGS@ 419 LIBCURL = @LIBCURL@ 420 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 421 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 422 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 423 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 424 LIBOBJS = @LIBOBJS@ 425 LIBS = @LIBS@ 426 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@ 427 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@ 428 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@ 429 LIBTOOL = @LIBTOOL@ 430 LIB_VERSION_AGE = @LIB_VERSION_AGE@ 431 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@ 432 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@ 433 LIPO = @LIPO@ 434 LN_S = @LN_S@ 435 LTLIBOBJS = @LTLIBOBJS@ 436 MAKEINFO = @MAKEINFO@ 437 MANIFEST_TOOL = @MANIFEST_TOOL@ 438 MHD_LIBDEPS = @MHD_LIBDEPS@ 439 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@ 440 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@ 441 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@ 442 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@ 443 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@ 444 MKDIR_P = @MKDIR_P@ 445 MS_LIB_TOOL = @MS_LIB_TOOL@ 446 NM = @NM@ 447 NMEDIT = @NMEDIT@ 448 OBJDUMP = @OBJDUMP@ 449 OBJEXT = @OBJEXT@ 450 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 451 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 452 OPENSSL_LIBS = @OPENSSL_LIBS@ 453 OTOOL = @OTOOL@ 454 OTOOL64 = @OTOOL64@ 455 PACKAGE = @PACKAGE@ 456 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 457 PACKAGE_NAME = @PACKAGE_NAME@ 458 PACKAGE_STRING = @PACKAGE_STRING@ 459 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 460 PACKAGE_URL = @PACKAGE_URL@ 461 PACKAGE_VERSION = @PACKAGE_VERSION@ 462 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 463 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 464 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@ 465 PATH_SEPARATOR = @PATH_SEPARATOR@ 466 PKG_CONFIG = @PKG_CONFIG@ 467 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 468 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 469 PTHREAD_CC = @PTHREAD_CC@ 470 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 471 PTHREAD_LIBS = @PTHREAD_LIBS@ 472 RANLIB = @RANLIB@ 473 RC = @RC@ 474 SED = @SED@ 475 SET_MAKE = @SET_MAKE@ 476 SHELL = @SHELL@ 477 SPDY_LIBDEPS = @SPDY_LIBDEPS@ 478 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@ 479 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@ 480 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@ 481 STRIP = @STRIP@ 482 VERSION = @VERSION@ 483 _libcurl_config = @_libcurl_config@ 484 abs_builddir = @abs_builddir@ 485 abs_srcdir = @abs_srcdir@ 486 abs_top_builddir = @abs_top_builddir@ 487 abs_top_srcdir = @abs_top_srcdir@ 488 ac_ct_AR = @ac_ct_AR@ 489 ac_ct_CC = @ac_ct_CC@ 490 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 491 am__include = @am__include@ 492 am__leading_dot = @am__leading_dot@ 493 am__quote = @am__quote@ 494 am__tar = @am__tar@ 495 am__untar = @am__untar@ 496 ax_pthread_config = @ax_pthread_config@ 497 bindir = @bindir@ 498 build = @build@ 499 build_alias = @build_alias@ 500 build_cpu = @build_cpu@ 501 build_os = @build_os@ 502 build_vendor = @build_vendor@ 503 builddir = @builddir@ 504 datadir = @datadir@ 505 datarootdir = @datarootdir@ 506 docdir = @docdir@ 507 dvidir = @dvidir@ 508 exec_prefix = @exec_prefix@ 509 have_socat = @have_socat@ 510 have_zzuf = @have_zzuf@ 511 host = @host@ 512 host_alias = @host_alias@ 513 host_cpu = @host_cpu@ 514 host_os = @host_os@ 515 host_vendor = @host_vendor@ 516 htmldir = @htmldir@ 517 includedir = @includedir@ 518 infodir = @infodir@ 519 install_sh = @install_sh@ 520 libdir = @libdir@ 521 libexecdir = @libexecdir@ 522 localedir = @localedir@ 523 localstatedir = @localstatedir@ 524 lt_cv_objdir = @lt_cv_objdir@ 525 mandir = @mandir@ 526 mkdir_p = @mkdir_p@ 527 oldincludedir = @oldincludedir@ 528 pdfdir = @pdfdir@ 529 prefix = @prefix@ 530 program_transform_name = @program_transform_name@ 531 psdir = @psdir@ 532 sbindir = @sbindir@ 533 sharedstatedir = @sharedstatedir@ 534 srcdir = @srcdir@ 535 sysconfdir = @sysconfdir@ 536 target_alias = @target_alias@ 537 top_build_prefix = @top_build_prefix@ 538 top_builddir = @top_builddir@ 539 top_srcdir = @top_srcdir@ 540 541 # This Makefile.am is in the public domain 542 SUBDIRS = . 543 AM_CPPFLAGS = \ 544 -I$(top_srcdir)/src/include \ 545 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" 546 547 AM_CFLAGS = @LIBGCRYPT_CFLAGS@ $(am__append_1) $(am__append_8) 548 CPU_COUNT_DEF = -DCPU_COUNT=$(CPU_COUNT) 549 @ENABLE_SPDY_TRUE@spdyex = spdy_event_loop spdy_fileserver \ 550 @ENABLE_SPDY_TRUE@ spdy_response_with_callback $(am__append_2) 551 minimal_example_SOURCES = \ 552 minimal_example.c 553 554 minimal_example_LDADD = \ 555 $(top_builddir)/src/microhttpd/libmicrohttpd.la 556 557 chunked_example_SOURCES = \ 558 chunked_example.c 559 560 chunked_example_LDADD = \ 561 $(top_builddir)/src/microhttpd/libmicrohttpd.la 562 563 demo_SOURCES = \ 564 demo.c 565 566 demo_CFLAGS = \ 567 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 568 569 demo_CPPFLAGS = \ 570 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 571 572 demo_LDADD = \ 573 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 574 $(PTHREAD_LIBS) -lmagic 575 576 demo_https_SOURCES = \ 577 demo_https.c 578 579 demo_https_CFLAGS = \ 580 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 581 582 demo_https_CPPFLAGS = \ 583 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 584 585 demo_https_LDADD = \ 586 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 587 $(PTHREAD_LIBS) -lmagic 588 589 mhd2spdy_SOURCES = \ 590 mhd2spdy.c \ 591 mhd2spdy_spdy.c mhd2spdy_spdy.h \ 592 mhd2spdy_http.c mhd2spdy_http.h \ 593 mhd2spdy_structures.c mhd2spdy_structures.h 594 595 mhd2spdy_LDADD = \ 596 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 597 -lssl -lcrypto -lspdylay 598 599 benchmark_SOURCES = \ 600 benchmark.c 601 602 benchmark_CPPFLAGS = \ 603 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 604 605 benchmark_LDADD = \ 606 $(top_builddir)/src/microhttpd/libmicrohttpd.la 607 608 benchmark_https_SOURCES = \ 609 benchmark_https.c 610 611 benchmark_https_CPPFLAGS = \ 612 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 613 614 benchmark_https_LDADD = \ 615 $(top_builddir)/src/microhttpd/libmicrohttpd.la 616 617 dual_stack_example_SOURCES = \ 618 dual_stack_example.c 619 620 dual_stack_example_LDADD = \ 621 $(top_builddir)/src/microhttpd/libmicrohttpd.la 622 623 post_example_SOURCES = \ 624 post_example.c 625 626 post_example_LDADD = \ 627 $(top_builddir)/src/microhttpd/libmicrohttpd.la 628 629 minimal_example_comet_SOURCES = \ 630 minimal_example_comet.c 631 632 minimal_example_comet_LDADD = \ 633 $(top_builddir)/src/microhttpd/libmicrohttpd.la 634 635 authorization_example_SOURCES = \ 636 authorization_example.c 637 638 authorization_example_LDADD = \ 639 $(top_builddir)/src/microhttpd/libmicrohttpd.la 640 641 digest_auth_example_SOURCES = \ 642 digest_auth_example.c 643 644 digest_auth_example_LDADD = \ 645 $(top_builddir)/src/microhttpd/libmicrohttpd.la 646 647 refuse_post_example_SOURCES = \ 648 refuse_post_example.c 649 650 refuse_post_example_LDADD = \ 651 $(top_builddir)/src/microhttpd/libmicrohttpd.la 652 653 querystring_example_SOURCES = \ 654 querystring_example.c 655 656 querystring_example_LDADD = \ 657 $(top_builddir)/src/microhttpd/libmicrohttpd.la 658 659 fileserver_example_SOURCES = \ 660 fileserver_example.c 661 662 fileserver_example_LDADD = \ 663 $(top_builddir)/src/microhttpd/libmicrohttpd.la 664 665 fileserver_example_dirs_SOURCES = \ 666 fileserver_example_dirs.c 667 668 fileserver_example_dirs_LDADD = \ 669 $(top_builddir)/src/microhttpd/libmicrohttpd.la 670 671 fileserver_example_external_select_SOURCES = \ 672 fileserver_example_external_select.c 673 674 fileserver_example_external_select_LDADD = \ 675 $(top_builddir)/src/microhttpd/libmicrohttpd.la 676 677 https_fileserver_example_SOURCES = \ 678 https_fileserver_example.c 679 680 https_fileserver_example_CPPFLAGS = \ 681 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 682 683 https_fileserver_example_LDADD = \ 684 $(top_builddir)/src/microhttpd/libmicrohttpd.la 685 686 spdy_event_loop_SOURCES = \ 687 spdy_event_loop.c 688 689 spdy_event_loop_LDADD = \ 690 $(top_builddir)/src/microspdy/libmicrospdy.la \ 691 -lz 692 693 spdy_fileserver_SOURCES = \ 694 spdy_fileserver.c 695 696 spdy_fileserver_LDADD = \ 697 $(top_builddir)/src/microspdy/libmicrospdy.la \ 698 -lz 699 700 spdy_response_with_callback_SOURCES = \ 701 spdy_response_with_callback.c 702 703 spdy_response_with_callback_LDADD = \ 704 $(top_builddir)/src/microspdy/libmicrospdy.la \ 705 -lz 706 707 all: all-recursive 708 709 .SUFFIXES: 710 .SUFFIXES: .c .lo .o .obj 711 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 712 @for dep in $?; do \ 713 case '$(am__configure_deps)' in \ 714 *$$dep*) \ 715 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 716 && { if test -f $@; then exit 0; else break; fi; }; \ 717 exit 1;; \ 718 esac; \ 719 done; \ 720 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/examples/Makefile'; \ 721 $(am__cd) $(top_srcdir) && \ 722 $(AUTOMAKE) --gnu src/examples/Makefile 723 .PRECIOUS: Makefile 724 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 725 @case '$?' in \ 726 *config.status*) \ 727 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 728 *) \ 729 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 730 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 731 esac; 732 733 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 734 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 735 736 $(top_srcdir)/configure: $(am__configure_deps) 737 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 738 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 739 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 740 $(am__aclocal_m4_deps): 741 742 clean-noinstPROGRAMS: 743 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 744 echo " rm -f" $$list; \ 745 rm -f $$list || exit $$?; \ 746 test -n "$(EXEEXT)" || exit 0; \ 747 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 748 echo " rm -f" $$list; \ 749 rm -f $$list 750 751 authorization_example$(EXEEXT): $(authorization_example_OBJECTS) $(authorization_example_DEPENDENCIES) $(EXTRA_authorization_example_DEPENDENCIES) 752 @rm -f authorization_example$(EXEEXT) 753 $(AM_V_CCLD)$(LINK) $(authorization_example_OBJECTS) $(authorization_example_LDADD) $(LIBS) 754 755 benchmark$(EXEEXT): $(benchmark_OBJECTS) $(benchmark_DEPENDENCIES) $(EXTRA_benchmark_DEPENDENCIES) 756 @rm -f benchmark$(EXEEXT) 757 $(AM_V_CCLD)$(LINK) $(benchmark_OBJECTS) $(benchmark_LDADD) $(LIBS) 758 759 benchmark_https$(EXEEXT): $(benchmark_https_OBJECTS) $(benchmark_https_DEPENDENCIES) $(EXTRA_benchmark_https_DEPENDENCIES) 760 @rm -f benchmark_https$(EXEEXT) 761 $(AM_V_CCLD)$(LINK) $(benchmark_https_OBJECTS) $(benchmark_https_LDADD) $(LIBS) 762 763 chunked_example$(EXEEXT): $(chunked_example_OBJECTS) $(chunked_example_DEPENDENCIES) $(EXTRA_chunked_example_DEPENDENCIES) 764 @rm -f chunked_example$(EXEEXT) 765 $(AM_V_CCLD)$(LINK) $(chunked_example_OBJECTS) $(chunked_example_LDADD) $(LIBS) 766 767 demo$(EXEEXT): $(demo_OBJECTS) $(demo_DEPENDENCIES) $(EXTRA_demo_DEPENDENCIES) 768 @rm -f demo$(EXEEXT) 769 $(AM_V_CCLD)$(demo_LINK) $(demo_OBJECTS) $(demo_LDADD) $(LIBS) 770 771 demo_https$(EXEEXT): $(demo_https_OBJECTS) $(demo_https_DEPENDENCIES) $(EXTRA_demo_https_DEPENDENCIES) 772 @rm -f demo_https$(EXEEXT) 773 $(AM_V_CCLD)$(demo_https_LINK) $(demo_https_OBJECTS) $(demo_https_LDADD) $(LIBS) 774 775 digest_auth_example$(EXEEXT): $(digest_auth_example_OBJECTS) $(digest_auth_example_DEPENDENCIES) $(EXTRA_digest_auth_example_DEPENDENCIES) 776 @rm -f digest_auth_example$(EXEEXT) 777 $(AM_V_CCLD)$(LINK) $(digest_auth_example_OBJECTS) $(digest_auth_example_LDADD) $(LIBS) 778 779 dual_stack_example$(EXEEXT): $(dual_stack_example_OBJECTS) $(dual_stack_example_DEPENDENCIES) $(EXTRA_dual_stack_example_DEPENDENCIES) 780 @rm -f dual_stack_example$(EXEEXT) 781 $(AM_V_CCLD)$(LINK) $(dual_stack_example_OBJECTS) $(dual_stack_example_LDADD) $(LIBS) 782 783 fileserver_example$(EXEEXT): $(fileserver_example_OBJECTS) $(fileserver_example_DEPENDENCIES) $(EXTRA_fileserver_example_DEPENDENCIES) 784 @rm -f fileserver_example$(EXEEXT) 785 $(AM_V_CCLD)$(LINK) $(fileserver_example_OBJECTS) $(fileserver_example_LDADD) $(LIBS) 786 787 fileserver_example_dirs$(EXEEXT): $(fileserver_example_dirs_OBJECTS) $(fileserver_example_dirs_DEPENDENCIES) $(EXTRA_fileserver_example_dirs_DEPENDENCIES) 788 @rm -f fileserver_example_dirs$(EXEEXT) 789 $(AM_V_CCLD)$(LINK) $(fileserver_example_dirs_OBJECTS) $(fileserver_example_dirs_LDADD) $(LIBS) 790 791 fileserver_example_external_select$(EXEEXT): $(fileserver_example_external_select_OBJECTS) $(fileserver_example_external_select_DEPENDENCIES) $(EXTRA_fileserver_example_external_select_DEPENDENCIES) 792 @rm -f fileserver_example_external_select$(EXEEXT) 793 $(AM_V_CCLD)$(LINK) $(fileserver_example_external_select_OBJECTS) $(fileserver_example_external_select_LDADD) $(LIBS) 794 795 https_fileserver_example$(EXEEXT): $(https_fileserver_example_OBJECTS) $(https_fileserver_example_DEPENDENCIES) $(EXTRA_https_fileserver_example_DEPENDENCIES) 796 @rm -f https_fileserver_example$(EXEEXT) 797 $(AM_V_CCLD)$(LINK) $(https_fileserver_example_OBJECTS) $(https_fileserver_example_LDADD) $(LIBS) 798 799 mhd2spdy$(EXEEXT): $(mhd2spdy_OBJECTS) $(mhd2spdy_DEPENDENCIES) $(EXTRA_mhd2spdy_DEPENDENCIES) 800 @rm -f mhd2spdy$(EXEEXT) 801 $(AM_V_CCLD)$(LINK) $(mhd2spdy_OBJECTS) $(mhd2spdy_LDADD) $(LIBS) 802 803 minimal_example$(EXEEXT): $(minimal_example_OBJECTS) $(minimal_example_DEPENDENCIES) $(EXTRA_minimal_example_DEPENDENCIES) 804 @rm -f minimal_example$(EXEEXT) 805 $(AM_V_CCLD)$(LINK) $(minimal_example_OBJECTS) $(minimal_example_LDADD) $(LIBS) 806 807 minimal_example_comet$(EXEEXT): $(minimal_example_comet_OBJECTS) $(minimal_example_comet_DEPENDENCIES) $(EXTRA_minimal_example_comet_DEPENDENCIES) 808 @rm -f minimal_example_comet$(EXEEXT) 809 $(AM_V_CCLD)$(LINK) $(minimal_example_comet_OBJECTS) $(minimal_example_comet_LDADD) $(LIBS) 810 811 post_example$(EXEEXT): $(post_example_OBJECTS) $(post_example_DEPENDENCIES) $(EXTRA_post_example_DEPENDENCIES) 812 @rm -f post_example$(EXEEXT) 813 $(AM_V_CCLD)$(LINK) $(post_example_OBJECTS) $(post_example_LDADD) $(LIBS) 814 815 querystring_example$(EXEEXT): $(querystring_example_OBJECTS) $(querystring_example_DEPENDENCIES) $(EXTRA_querystring_example_DEPENDENCIES) 816 @rm -f querystring_example$(EXEEXT) 817 $(AM_V_CCLD)$(LINK) $(querystring_example_OBJECTS) $(querystring_example_LDADD) $(LIBS) 818 819 refuse_post_example$(EXEEXT): $(refuse_post_example_OBJECTS) $(refuse_post_example_DEPENDENCIES) $(EXTRA_refuse_post_example_DEPENDENCIES) 820 @rm -f refuse_post_example$(EXEEXT) 821 $(AM_V_CCLD)$(LINK) $(refuse_post_example_OBJECTS) $(refuse_post_example_LDADD) $(LIBS) 822 823 spdy_event_loop$(EXEEXT): $(spdy_event_loop_OBJECTS) $(spdy_event_loop_DEPENDENCIES) $(EXTRA_spdy_event_loop_DEPENDENCIES) 824 @rm -f spdy_event_loop$(EXEEXT) 825 $(AM_V_CCLD)$(LINK) $(spdy_event_loop_OBJECTS) $(spdy_event_loop_LDADD) $(LIBS) 826 827 spdy_fileserver$(EXEEXT): $(spdy_fileserver_OBJECTS) $(spdy_fileserver_DEPENDENCIES) $(EXTRA_spdy_fileserver_DEPENDENCIES) 828 @rm -f spdy_fileserver$(EXEEXT) 829 $(AM_V_CCLD)$(LINK) $(spdy_fileserver_OBJECTS) $(spdy_fileserver_LDADD) $(LIBS) 830 831 spdy_response_with_callback$(EXEEXT): $(spdy_response_with_callback_OBJECTS) $(spdy_response_with_callback_DEPENDENCIES) $(EXTRA_spdy_response_with_callback_DEPENDENCIES) 832 @rm -f spdy_response_with_callback$(EXEEXT) 833 $(AM_V_CCLD)$(LINK) $(spdy_response_with_callback_OBJECTS) $(spdy_response_with_callback_LDADD) $(LIBS) 834 835 mostlyclean-compile: 836 -rm -f *.$(OBJEXT) 837 838 distclean-compile: 839 -rm -f *.tab.c 840 841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authorization_example.Po@am__quote@ 842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark-benchmark.Po@am__quote@ 843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark_https-benchmark_https.Po@am__quote@ 844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chunked_example.Po@am__quote@ 845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo-demo.Po@am__quote@ 846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_https-demo_https.Po@am__quote@ 847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digest_auth_example.Po@am__quote@ 848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dual_stack_example.Po@am__quote@ 849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileserver_example.Po@am__quote@ 850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileserver_example_dirs.Po@am__quote@ 851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileserver_example_external_select.Po@am__quote@ 852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/https_fileserver_example-https_fileserver_example.Po@am__quote@ 853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhd2spdy.Po@am__quote@ 854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhd2spdy_http.Po@am__quote@ 855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhd2spdy_spdy.Po@am__quote@ 856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mhd2spdy_structures.Po@am__quote@ 857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimal_example.Po@am__quote@ 858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimal_example_comet.Po@am__quote@ 859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/post_example.Po@am__quote@ 860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querystring_example.Po@am__quote@ 861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refuse_post_example.Po@am__quote@ 862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spdy_event_loop.Po@am__quote@ 863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spdy_fileserver.Po@am__quote@ 864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spdy_response_with_callback.Po@am__quote@ 865 866 .c.o: 867 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 868 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 869 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 872 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 873 874 .c.obj: 875 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 876 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 877 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 878 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 880 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 881 882 .c.lo: 883 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 884 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 885 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 888 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 889 890 benchmark-benchmark.o: benchmark.c 891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT benchmark-benchmark.o -MD -MP -MF $(DEPDIR)/benchmark-benchmark.Tpo -c -o benchmark-benchmark.o `test -f 'benchmark.c' || echo '$(srcdir)/'`benchmark.c 892 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/benchmark-benchmark.Tpo $(DEPDIR)/benchmark-benchmark.Po 893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='benchmark.c' object='benchmark-benchmark.o' libtool=no @AMDEPBACKSLASH@ 894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 895 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o benchmark-benchmark.o `test -f 'benchmark.c' || echo '$(srcdir)/'`benchmark.c 896 897 benchmark-benchmark.obj: benchmark.c 898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT benchmark-benchmark.obj -MD -MP -MF $(DEPDIR)/benchmark-benchmark.Tpo -c -o benchmark-benchmark.obj `if test -f 'benchmark.c'; then $(CYGPATH_W) 'benchmark.c'; else $(CYGPATH_W) '$(srcdir)/benchmark.c'; fi` 899 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/benchmark-benchmark.Tpo $(DEPDIR)/benchmark-benchmark.Po 900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='benchmark.c' object='benchmark-benchmark.obj' libtool=no @AMDEPBACKSLASH@ 901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 902 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o benchmark-benchmark.obj `if test -f 'benchmark.c'; then $(CYGPATH_W) 'benchmark.c'; else $(CYGPATH_W) '$(srcdir)/benchmark.c'; fi` 903 904 benchmark_https-benchmark_https.o: benchmark_https.c 905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_https_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT benchmark_https-benchmark_https.o -MD -MP -MF $(DEPDIR)/benchmark_https-benchmark_https.Tpo -c -o benchmark_https-benchmark_https.o `test -f 'benchmark_https.c' || echo '$(srcdir)/'`benchmark_https.c 906 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/benchmark_https-benchmark_https.Tpo $(DEPDIR)/benchmark_https-benchmark_https.Po 907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='benchmark_https.c' object='benchmark_https-benchmark_https.o' libtool=no @AMDEPBACKSLASH@ 908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 909 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_https_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o benchmark_https-benchmark_https.o `test -f 'benchmark_https.c' || echo '$(srcdir)/'`benchmark_https.c 910 911 benchmark_https-benchmark_https.obj: benchmark_https.c 912 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_https_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT benchmark_https-benchmark_https.obj -MD -MP -MF $(DEPDIR)/benchmark_https-benchmark_https.Tpo -c -o benchmark_https-benchmark_https.obj `if test -f 'benchmark_https.c'; then $(CYGPATH_W) 'benchmark_https.c'; else $(CYGPATH_W) '$(srcdir)/benchmark_https.c'; fi` 913 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/benchmark_https-benchmark_https.Tpo $(DEPDIR)/benchmark_https-benchmark_https.Po 914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='benchmark_https.c' object='benchmark_https-benchmark_https.obj' libtool=no @AMDEPBACKSLASH@ 915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(benchmark_https_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o benchmark_https-benchmark_https.obj `if test -f 'benchmark_https.c'; then $(CYGPATH_W) 'benchmark_https.c'; else $(CYGPATH_W) '$(srcdir)/benchmark_https.c'; fi` 917 918 demo-demo.o: demo.c 919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_CPPFLAGS) $(CPPFLAGS) $(demo_CFLAGS) $(CFLAGS) -MT demo-demo.o -MD -MP -MF $(DEPDIR)/demo-demo.Tpo -c -o demo-demo.o `test -f 'demo.c' || echo '$(srcdir)/'`demo.c 920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demo-demo.Tpo $(DEPDIR)/demo-demo.Po 921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='demo.c' object='demo-demo.o' libtool=no @AMDEPBACKSLASH@ 922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_CPPFLAGS) $(CPPFLAGS) $(demo_CFLAGS) $(CFLAGS) -c -o demo-demo.o `test -f 'demo.c' || echo '$(srcdir)/'`demo.c 924 925 demo-demo.obj: demo.c 926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_CPPFLAGS) $(CPPFLAGS) $(demo_CFLAGS) $(CFLAGS) -MT demo-demo.obj -MD -MP -MF $(DEPDIR)/demo-demo.Tpo -c -o demo-demo.obj `if test -f 'demo.c'; then $(CYGPATH_W) 'demo.c'; else $(CYGPATH_W) '$(srcdir)/demo.c'; fi` 927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demo-demo.Tpo $(DEPDIR)/demo-demo.Po 928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='demo.c' object='demo-demo.obj' libtool=no @AMDEPBACKSLASH@ 929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_CPPFLAGS) $(CPPFLAGS) $(demo_CFLAGS) $(CFLAGS) -c -o demo-demo.obj `if test -f 'demo.c'; then $(CYGPATH_W) 'demo.c'; else $(CYGPATH_W) '$(srcdir)/demo.c'; fi` 931 932 demo_https-demo_https.o: demo_https.c 933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_https_CPPFLAGS) $(CPPFLAGS) $(demo_https_CFLAGS) $(CFLAGS) -MT demo_https-demo_https.o -MD -MP -MF $(DEPDIR)/demo_https-demo_https.Tpo -c -o demo_https-demo_https.o `test -f 'demo_https.c' || echo '$(srcdir)/'`demo_https.c 934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demo_https-demo_https.Tpo $(DEPDIR)/demo_https-demo_https.Po 935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='demo_https.c' object='demo_https-demo_https.o' libtool=no @AMDEPBACKSLASH@ 936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_https_CPPFLAGS) $(CPPFLAGS) $(demo_https_CFLAGS) $(CFLAGS) -c -o demo_https-demo_https.o `test -f 'demo_https.c' || echo '$(srcdir)/'`demo_https.c 938 939 demo_https-demo_https.obj: demo_https.c 940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_https_CPPFLAGS) $(CPPFLAGS) $(demo_https_CFLAGS) $(CFLAGS) -MT demo_https-demo_https.obj -MD -MP -MF $(DEPDIR)/demo_https-demo_https.Tpo -c -o demo_https-demo_https.obj `if test -f 'demo_https.c'; then $(CYGPATH_W) 'demo_https.c'; else $(CYGPATH_W) '$(srcdir)/demo_https.c'; fi` 941 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demo_https-demo_https.Tpo $(DEPDIR)/demo_https-demo_https.Po 942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='demo_https.c' object='demo_https-demo_https.obj' libtool=no @AMDEPBACKSLASH@ 943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 944 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demo_https_CPPFLAGS) $(CPPFLAGS) $(demo_https_CFLAGS) $(CFLAGS) -c -o demo_https-demo_https.obj `if test -f 'demo_https.c'; then $(CYGPATH_W) 'demo_https.c'; else $(CYGPATH_W) '$(srcdir)/demo_https.c'; fi` 945 946 https_fileserver_example-https_fileserver_example.o: https_fileserver_example.c 947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(https_fileserver_example_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT https_fileserver_example-https_fileserver_example.o -MD -MP -MF $(DEPDIR)/https_fileserver_example-https_fileserver_example.Tpo -c -o https_fileserver_example-https_fileserver_example.o `test -f 'https_fileserver_example.c' || echo '$(srcdir)/'`https_fileserver_example.c 948 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/https_fileserver_example-https_fileserver_example.Tpo $(DEPDIR)/https_fileserver_example-https_fileserver_example.Po 949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='https_fileserver_example.c' object='https_fileserver_example-https_fileserver_example.o' libtool=no @AMDEPBACKSLASH@ 950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 951 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(https_fileserver_example_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o https_fileserver_example-https_fileserver_example.o `test -f 'https_fileserver_example.c' || echo '$(srcdir)/'`https_fileserver_example.c 952 953 https_fileserver_example-https_fileserver_example.obj: https_fileserver_example.c 954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(https_fileserver_example_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT https_fileserver_example-https_fileserver_example.obj -MD -MP -MF $(DEPDIR)/https_fileserver_example-https_fileserver_example.Tpo -c -o https_fileserver_example-https_fileserver_example.obj `if test -f 'https_fileserver_example.c'; then $(CYGPATH_W) 'https_fileserver_example.c'; else $(CYGPATH_W) '$(srcdir)/https_fileserver_example.c'; fi` 955 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/https_fileserver_example-https_fileserver_example.Tpo $(DEPDIR)/https_fileserver_example-https_fileserver_example.Po 956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='https_fileserver_example.c' object='https_fileserver_example-https_fileserver_example.obj' libtool=no @AMDEPBACKSLASH@ 957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 958 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(https_fileserver_example_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o https_fileserver_example-https_fileserver_example.obj `if test -f 'https_fileserver_example.c'; then $(CYGPATH_W) 'https_fileserver_example.c'; else $(CYGPATH_W) '$(srcdir)/https_fileserver_example.c'; fi` 959 960 mostlyclean-libtool: 961 -rm -f *.lo 962 963 clean-libtool: 964 -rm -rf .libs _libs 965 966 # This directory's subdirectories are mostly independent; you can cd 967 # into them and run 'make' without going through this Makefile. 968 # To change the values of 'make' variables: instead of editing Makefiles, 969 # (1) if the variable is set in 'config.status', edit 'config.status' 970 # (which will cause the Makefiles to be regenerated when you run 'make'); 971 # (2) otherwise, pass the desired values on the 'make' command line. 972 $(am__recursive_targets): 973 @fail=; \ 974 if $(am__make_keepgoing); then \ 975 failcom='fail=yes'; \ 976 else \ 977 failcom='exit 1'; \ 978 fi; \ 979 dot_seen=no; \ 980 target=`echo $@ | sed s/-recursive//`; \ 981 case "$@" in \ 982 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 983 *) list='$(SUBDIRS)' ;; \ 984 esac; \ 985 for subdir in $$list; do \ 986 echo "Making $$target in $$subdir"; \ 987 if test "$$subdir" = "."; then \ 988 dot_seen=yes; \ 989 local_target="$$target-am"; \ 990 else \ 991 local_target="$$target"; \ 992 fi; \ 993 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 994 || eval $$failcom; \ 995 done; \ 996 if test "$$dot_seen" = "no"; then \ 997 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 998 fi; test -z "$$fail" 999 1000 ID: $(am__tagged_files) 1001 $(am__define_uniq_tagged_files); mkid -fID $$unique 1002 tags: tags-recursive 1003 TAGS: tags 1004 1005 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1006 set x; \ 1007 here=`pwd`; \ 1008 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1009 include_option=--etags-include; \ 1010 empty_fix=.; \ 1011 else \ 1012 include_option=--include; \ 1013 empty_fix=; \ 1014 fi; \ 1015 list='$(SUBDIRS)'; for subdir in $$list; do \ 1016 if test "$$subdir" = .; then :; else \ 1017 test ! -f $$subdir/TAGS || \ 1018 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1019 fi; \ 1020 done; \ 1021 $(am__define_uniq_tagged_files); \ 1022 shift; \ 1023 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1024 test -n "$$unique" || unique=$$empty_fix; \ 1025 if test $$# -gt 0; then \ 1026 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1027 "$$@" $$unique; \ 1028 else \ 1029 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1030 $$unique; \ 1031 fi; \ 1032 fi 1033 ctags: ctags-recursive 1034 1035 CTAGS: ctags 1036 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1037 $(am__define_uniq_tagged_files); \ 1038 test -z "$(CTAGS_ARGS)$$unique" \ 1039 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1040 $$unique 1041 1042 GTAGS: 1043 here=`$(am__cd) $(top_builddir) && pwd` \ 1044 && $(am__cd) $(top_srcdir) \ 1045 && gtags -i $(GTAGS_ARGS) "$$here" 1046 cscopelist: cscopelist-recursive 1047 1048 cscopelist-am: $(am__tagged_files) 1049 list='$(am__tagged_files)'; \ 1050 case "$(srcdir)" in \ 1051 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1052 *) sdir=$(subdir)/$(srcdir) ;; \ 1053 esac; \ 1054 for i in $$list; do \ 1055 if test -f "$$i"; then \ 1056 echo "$(subdir)/$$i"; \ 1057 else \ 1058 echo "$$sdir/$$i"; \ 1059 fi; \ 1060 done >> $(top_builddir)/cscope.files 1061 1062 distclean-tags: 1063 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1064 1065 distdir: $(DISTFILES) 1066 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1067 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1068 list='$(DISTFILES)'; \ 1069 dist_files=`for file in $$list; do echo $$file; done | \ 1070 sed -e "s|^$$srcdirstrip/||;t" \ 1071 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1072 case $$dist_files in \ 1073 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1074 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1075 sort -u` ;; \ 1076 esac; \ 1077 for file in $$dist_files; do \ 1078 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1079 if test -d $$d/$$file; then \ 1080 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1081 if test -d "$(distdir)/$$file"; then \ 1082 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1083 fi; \ 1084 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1085 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1086 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1087 fi; \ 1088 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1089 else \ 1090 test -f "$(distdir)/$$file" \ 1091 || cp -p $$d/$$file "$(distdir)/$$file" \ 1092 || exit 1; \ 1093 fi; \ 1094 done 1095 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1096 if test "$$subdir" = .; then :; else \ 1097 $(am__make_dryrun) \ 1098 || test -d "$(distdir)/$$subdir" \ 1099 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1100 || exit 1; \ 1101 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1102 $(am__relativize); \ 1103 new_distdir=$$reldir; \ 1104 dir1=$$subdir; dir2="$(top_distdir)"; \ 1105 $(am__relativize); \ 1106 new_top_distdir=$$reldir; \ 1107 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1108 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1109 ($(am__cd) $$subdir && \ 1110 $(MAKE) $(AM_MAKEFLAGS) \ 1111 top_distdir="$$new_top_distdir" \ 1112 distdir="$$new_distdir" \ 1113 am__remove_distdir=: \ 1114 am__skip_length_check=: \ 1115 am__skip_mode_fix=: \ 1116 distdir) \ 1117 || exit 1; \ 1118 fi; \ 1119 done 1120 check-am: all-am 1121 check: check-recursive 1122 all-am: Makefile $(PROGRAMS) 1123 installdirs: installdirs-recursive 1124 installdirs-am: 1125 install: install-recursive 1126 install-exec: install-exec-recursive 1127 install-data: install-data-recursive 1128 uninstall: uninstall-recursive 1129 1130 install-am: all-am 1131 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1132 1133 installcheck: installcheck-recursive 1134 install-strip: 1135 if test -z '$(STRIP)'; then \ 1136 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1137 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1138 install; \ 1139 else \ 1140 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1141 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1142 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1143 fi 1144 mostlyclean-generic: 1145 1146 clean-generic: 1147 1148 distclean-generic: 1149 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1150 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1151 1152 maintainer-clean-generic: 1153 @echo "This command is intended for maintainers to use" 1154 @echo "it deletes files that may require special tools to rebuild." 1155 clean: clean-recursive 1156 1157 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 1158 mostlyclean-am 1159 1160 distclean: distclean-recursive 1161 -rm -rf ./$(DEPDIR) 1162 -rm -f Makefile 1163 distclean-am: clean-am distclean-compile distclean-generic \ 1164 distclean-tags 1165 1166 dvi: dvi-recursive 1167 1168 dvi-am: 1169 1170 html: html-recursive 1171 1172 html-am: 1173 1174 info: info-recursive 1175 1176 info-am: 1177 1178 install-data-am: 1179 1180 install-dvi: install-dvi-recursive 1181 1182 install-dvi-am: 1183 1184 install-exec-am: 1185 1186 install-html: install-html-recursive 1187 1188 install-html-am: 1189 1190 install-info: install-info-recursive 1191 1192 install-info-am: 1193 1194 install-man: 1195 1196 install-pdf: install-pdf-recursive 1197 1198 install-pdf-am: 1199 1200 install-ps: install-ps-recursive 1201 1202 install-ps-am: 1203 1204 installcheck-am: 1205 1206 maintainer-clean: maintainer-clean-recursive 1207 -rm -rf ./$(DEPDIR) 1208 -rm -f Makefile 1209 maintainer-clean-am: distclean-am maintainer-clean-generic 1210 1211 mostlyclean: mostlyclean-recursive 1212 1213 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1214 mostlyclean-libtool 1215 1216 pdf: pdf-recursive 1217 1218 pdf-am: 1219 1220 ps: ps-recursive 1221 1222 ps-am: 1223 1224 uninstall-am: 1225 1226 .MAKE: $(am__recursive_targets) install-am install-strip 1227 1228 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 1229 check-am clean clean-generic clean-libtool \ 1230 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 1231 distclean-compile distclean-generic distclean-libtool \ 1232 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1233 install install-am install-data install-data-am install-dvi \ 1234 install-dvi-am install-exec install-exec-am install-html \ 1235 install-html-am install-info install-info-am install-man \ 1236 install-pdf install-pdf-am install-ps install-ps-am \ 1237 install-strip installcheck installcheck-am installdirs \ 1238 installdirs-am maintainer-clean maintainer-clean-generic \ 1239 mostlyclean mostlyclean-compile mostlyclean-generic \ 1240 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1241 uninstall-am 1242 1243 1244 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1245 # Otherwise a system limit (for SysV at least) may be exceeded. 1246 .NOEXPORT: 1247