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 82@ENABLE_SPDY_TRUE@@HAVE_SPDYLAY_TRUE@am__append_2 = mhd2spdy 83noinst_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 107subdir = src/examples 108DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 109 $(top_srcdir)/depcomp 110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111am__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 125am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 126 $(ACLOCAL_M4) 127mkinstalldirs = $(install_sh) -d 128CONFIG_HEADER = $(top_builddir)/MHD_config.h 129CONFIG_CLEAN_FILES = 130CONFIG_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) 143PROGRAMS = $(noinst_PROGRAMS) 144am_authorization_example_OBJECTS = authorization_example.$(OBJEXT) 145authorization_example_OBJECTS = $(am_authorization_example_OBJECTS) 146authorization_example_DEPENDENCIES = \ 147 $(top_builddir)/src/microhttpd/libmicrohttpd.la 148AM_V_lt = $(am__v_lt_@AM_V@) 149am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 150am__v_lt_0 = --silent 151am__v_lt_1 = 152am_benchmark_OBJECTS = benchmark-benchmark.$(OBJEXT) 153benchmark_OBJECTS = $(am_benchmark_OBJECTS) 154benchmark_DEPENDENCIES = \ 155 $(top_builddir)/src/microhttpd/libmicrohttpd.la 156am_benchmark_https_OBJECTS = \ 157 benchmark_https-benchmark_https.$(OBJEXT) 158benchmark_https_OBJECTS = $(am_benchmark_https_OBJECTS) 159benchmark_https_DEPENDENCIES = \ 160 $(top_builddir)/src/microhttpd/libmicrohttpd.la 161am_chunked_example_OBJECTS = chunked_example.$(OBJEXT) 162chunked_example_OBJECTS = $(am_chunked_example_OBJECTS) 163chunked_example_DEPENDENCIES = \ 164 $(top_builddir)/src/microhttpd/libmicrohttpd.la 165am_demo_OBJECTS = demo-demo.$(OBJEXT) 166demo_OBJECTS = $(am_demo_OBJECTS) 167am__DEPENDENCIES_1 = 168demo_DEPENDENCIES = $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 169 $(am__DEPENDENCIES_1) 170demo_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(demo_CFLAGS) $(CFLAGS) \ 172 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 173am_demo_https_OBJECTS = demo_https-demo_https.$(OBJEXT) 174demo_https_OBJECTS = $(am_demo_https_OBJECTS) 175demo_https_DEPENDENCIES = \ 176 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 177 $(am__DEPENDENCIES_1) 178demo_https_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 179 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(demo_https_CFLAGS) \ 180 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 181am_digest_auth_example_OBJECTS = digest_auth_example.$(OBJEXT) 182digest_auth_example_OBJECTS = $(am_digest_auth_example_OBJECTS) 183digest_auth_example_DEPENDENCIES = \ 184 $(top_builddir)/src/microhttpd/libmicrohttpd.la 185am_dual_stack_example_OBJECTS = dual_stack_example.$(OBJEXT) 186dual_stack_example_OBJECTS = $(am_dual_stack_example_OBJECTS) 187dual_stack_example_DEPENDENCIES = \ 188 $(top_builddir)/src/microhttpd/libmicrohttpd.la 189am_fileserver_example_OBJECTS = fileserver_example.$(OBJEXT) 190fileserver_example_OBJECTS = $(am_fileserver_example_OBJECTS) 191fileserver_example_DEPENDENCIES = \ 192 $(top_builddir)/src/microhttpd/libmicrohttpd.la 193am_fileserver_example_dirs_OBJECTS = \ 194 fileserver_example_dirs.$(OBJEXT) 195fileserver_example_dirs_OBJECTS = \ 196 $(am_fileserver_example_dirs_OBJECTS) 197fileserver_example_dirs_DEPENDENCIES = \ 198 $(top_builddir)/src/microhttpd/libmicrohttpd.la 199am_fileserver_example_external_select_OBJECTS = \ 200 fileserver_example_external_select.$(OBJEXT) 201fileserver_example_external_select_OBJECTS = \ 202 $(am_fileserver_example_external_select_OBJECTS) 203fileserver_example_external_select_DEPENDENCIES = \ 204 $(top_builddir)/src/microhttpd/libmicrohttpd.la 205am_https_fileserver_example_OBJECTS = \ 206 https_fileserver_example-https_fileserver_example.$(OBJEXT) 207https_fileserver_example_OBJECTS = \ 208 $(am_https_fileserver_example_OBJECTS) 209https_fileserver_example_DEPENDENCIES = \ 210 $(top_builddir)/src/microhttpd/libmicrohttpd.la 211am_mhd2spdy_OBJECTS = mhd2spdy.$(OBJEXT) mhd2spdy_spdy.$(OBJEXT) \ 212 mhd2spdy_http.$(OBJEXT) mhd2spdy_structures.$(OBJEXT) 213mhd2spdy_OBJECTS = $(am_mhd2spdy_OBJECTS) 214mhd2spdy_DEPENDENCIES = \ 215 $(top_builddir)/src/microhttpd/libmicrohttpd.la 216am_minimal_example_OBJECTS = minimal_example.$(OBJEXT) 217minimal_example_OBJECTS = $(am_minimal_example_OBJECTS) 218minimal_example_DEPENDENCIES = \ 219 $(top_builddir)/src/microhttpd/libmicrohttpd.la 220am_minimal_example_comet_OBJECTS = minimal_example_comet.$(OBJEXT) 221minimal_example_comet_OBJECTS = $(am_minimal_example_comet_OBJECTS) 222minimal_example_comet_DEPENDENCIES = \ 223 $(top_builddir)/src/microhttpd/libmicrohttpd.la 224am_post_example_OBJECTS = post_example.$(OBJEXT) 225post_example_OBJECTS = $(am_post_example_OBJECTS) 226post_example_DEPENDENCIES = \ 227 $(top_builddir)/src/microhttpd/libmicrohttpd.la 228am_querystring_example_OBJECTS = querystring_example.$(OBJEXT) 229querystring_example_OBJECTS = $(am_querystring_example_OBJECTS) 230querystring_example_DEPENDENCIES = \ 231 $(top_builddir)/src/microhttpd/libmicrohttpd.la 232am_refuse_post_example_OBJECTS = refuse_post_example.$(OBJEXT) 233refuse_post_example_OBJECTS = $(am_refuse_post_example_OBJECTS) 234refuse_post_example_DEPENDENCIES = \ 235 $(top_builddir)/src/microhttpd/libmicrohttpd.la 236am_spdy_event_loop_OBJECTS = spdy_event_loop.$(OBJEXT) 237spdy_event_loop_OBJECTS = $(am_spdy_event_loop_OBJECTS) 238spdy_event_loop_DEPENDENCIES = \ 239 $(top_builddir)/src/microspdy/libmicrospdy.la 240am_spdy_fileserver_OBJECTS = spdy_fileserver.$(OBJEXT) 241spdy_fileserver_OBJECTS = $(am_spdy_fileserver_OBJECTS) 242spdy_fileserver_DEPENDENCIES = \ 243 $(top_builddir)/src/microspdy/libmicrospdy.la 244am_spdy_response_with_callback_OBJECTS = \ 245 spdy_response_with_callback.$(OBJEXT) 246spdy_response_with_callback_OBJECTS = \ 247 $(am_spdy_response_with_callback_OBJECTS) 248spdy_response_with_callback_DEPENDENCIES = \ 249 $(top_builddir)/src/microspdy/libmicrospdy.la 250AM_V_P = $(am__v_P_@AM_V@) 251am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 252am__v_P_0 = false 253am__v_P_1 = : 254AM_V_GEN = $(am__v_GEN_@AM_V@) 255am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 256am__v_GEN_0 = @echo " GEN " $@; 257am__v_GEN_1 = 258AM_V_at = $(am__v_at_@AM_V@) 259am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 260am__v_at_0 = @ 261am__v_at_1 = 262DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 263depcomp = $(SHELL) $(top_srcdir)/depcomp 264am__depfiles_maybe = depfiles 265am__mv = mv -f 266COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 267 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 268LTCOMPILE = $(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) 272AM_V_CC = $(am__v_CC_@AM_V@) 273am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 274am__v_CC_0 = @echo " CC " $@; 275am__v_CC_1 = 276CCLD = $(CC) 277LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 278 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 279 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 280AM_V_CCLD = $(am__v_CCLD_@AM_V@) 281am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 282am__v_CCLD_0 = @echo " CCLD " $@; 283am__v_CCLD_1 = 284SOURCES = $(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) 297DIST_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) 310RECURSIVE_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 318am__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 323RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 324 distclean-recursive maintainer-clean-recursive 325am__recursive_targets = \ 326 $(RECURSIVE_TARGETS) \ 327 $(RECURSIVE_CLEAN_TARGETS) \ 328 $(am__extra_recursive_targets) 329AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 330 distdir 331am__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. 335am__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. 343am__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)` 348ETAGS = etags 349CTAGS = ctags 350DIST_SUBDIRS = $(SUBDIRS) 351DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 352am__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" 377ACLOCAL = @ACLOCAL@ 378AMTAR = @AMTAR@ 379AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 380AR = @AR@ 381AS = @AS@ 382AUTOCONF = @AUTOCONF@ 383AUTOHEADER = @AUTOHEADER@ 384AUTOMAKE = @AUTOMAKE@ 385AWK = @AWK@ 386CC = @CC@ 387CCDEPMODE = @CCDEPMODE@ 388CFLAGS = @CFLAGS@ 389CPP = @CPP@ 390CPPFLAGS = @CPPFLAGS@ 391CPU_COUNT = @CPU_COUNT@ 392CYGPATH_W = @CYGPATH_W@ 393DEFS = @DEFS@ 394DEPDIR = @DEPDIR@ 395DLLTOOL = @DLLTOOL@ 396DSYMUTIL = @DSYMUTIL@ 397DUMPBIN = @DUMPBIN@ 398ECHO_C = @ECHO_C@ 399ECHO_N = @ECHO_N@ 400ECHO_T = @ECHO_T@ 401EGREP = @EGREP@ 402EXEEXT = @EXEEXT@ 403FGREP = @FGREP@ 404GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 405GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@ 406GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 407GNUTLS_LIBS = @GNUTLS_LIBS@ 408GREP = @GREP@ 409HAVE_CURL_BINARY = @HAVE_CURL_BINARY@ 410HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@ 411HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@ 412INSTALL = @INSTALL@ 413INSTALL_DATA = @INSTALL_DATA@ 414INSTALL_PROGRAM = @INSTALL_PROGRAM@ 415INSTALL_SCRIPT = @INSTALL_SCRIPT@ 416INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 417LD = @LD@ 418LDFLAGS = @LDFLAGS@ 419LIBCURL = @LIBCURL@ 420LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 421LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ 422LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 423LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ 424LIBOBJS = @LIBOBJS@ 425LIBS = @LIBS@ 426LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@ 427LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@ 428LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@ 429LIBTOOL = @LIBTOOL@ 430LIB_VERSION_AGE = @LIB_VERSION_AGE@ 431LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@ 432LIB_VERSION_REVISION = @LIB_VERSION_REVISION@ 433LIPO = @LIPO@ 434LN_S = @LN_S@ 435LTLIBOBJS = @LTLIBOBJS@ 436MAKEINFO = @MAKEINFO@ 437MANIFEST_TOOL = @MANIFEST_TOOL@ 438MHD_LIBDEPS = @MHD_LIBDEPS@ 439MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@ 440MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@ 441MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@ 442MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@ 443MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@ 444MKDIR_P = @MKDIR_P@ 445MS_LIB_TOOL = @MS_LIB_TOOL@ 446NM = @NM@ 447NMEDIT = @NMEDIT@ 448OBJDUMP = @OBJDUMP@ 449OBJEXT = @OBJEXT@ 450OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ 451OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 452OPENSSL_LIBS = @OPENSSL_LIBS@ 453OTOOL = @OTOOL@ 454OTOOL64 = @OTOOL64@ 455PACKAGE = @PACKAGE@ 456PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 457PACKAGE_NAME = @PACKAGE_NAME@ 458PACKAGE_STRING = @PACKAGE_STRING@ 459PACKAGE_TARNAME = @PACKAGE_TARNAME@ 460PACKAGE_URL = @PACKAGE_URL@ 461PACKAGE_VERSION = @PACKAGE_VERSION@ 462PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ 463PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ 464PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@ 465PATH_SEPARATOR = @PATH_SEPARATOR@ 466PKG_CONFIG = @PKG_CONFIG@ 467PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 468PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 469PTHREAD_CC = @PTHREAD_CC@ 470PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 471PTHREAD_LIBS = @PTHREAD_LIBS@ 472RANLIB = @RANLIB@ 473RC = @RC@ 474SED = @SED@ 475SET_MAKE = @SET_MAKE@ 476SHELL = @SHELL@ 477SPDY_LIBDEPS = @SPDY_LIBDEPS@ 478SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@ 479SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@ 480SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@ 481STRIP = @STRIP@ 482VERSION = @VERSION@ 483_libcurl_config = @_libcurl_config@ 484abs_builddir = @abs_builddir@ 485abs_srcdir = @abs_srcdir@ 486abs_top_builddir = @abs_top_builddir@ 487abs_top_srcdir = @abs_top_srcdir@ 488ac_ct_AR = @ac_ct_AR@ 489ac_ct_CC = @ac_ct_CC@ 490ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 491am__include = @am__include@ 492am__leading_dot = @am__leading_dot@ 493am__quote = @am__quote@ 494am__tar = @am__tar@ 495am__untar = @am__untar@ 496ax_pthread_config = @ax_pthread_config@ 497bindir = @bindir@ 498build = @build@ 499build_alias = @build_alias@ 500build_cpu = @build_cpu@ 501build_os = @build_os@ 502build_vendor = @build_vendor@ 503builddir = @builddir@ 504datadir = @datadir@ 505datarootdir = @datarootdir@ 506docdir = @docdir@ 507dvidir = @dvidir@ 508exec_prefix = @exec_prefix@ 509have_socat = @have_socat@ 510have_zzuf = @have_zzuf@ 511host = @host@ 512host_alias = @host_alias@ 513host_cpu = @host_cpu@ 514host_os = @host_os@ 515host_vendor = @host_vendor@ 516htmldir = @htmldir@ 517includedir = @includedir@ 518infodir = @infodir@ 519install_sh = @install_sh@ 520libdir = @libdir@ 521libexecdir = @libexecdir@ 522localedir = @localedir@ 523localstatedir = @localstatedir@ 524lt_cv_objdir = @lt_cv_objdir@ 525mandir = @mandir@ 526mkdir_p = @mkdir_p@ 527oldincludedir = @oldincludedir@ 528pdfdir = @pdfdir@ 529prefix = @prefix@ 530program_transform_name = @program_transform_name@ 531psdir = @psdir@ 532sbindir = @sbindir@ 533sharedstatedir = @sharedstatedir@ 534srcdir = @srcdir@ 535sysconfdir = @sysconfdir@ 536target_alias = @target_alias@ 537top_build_prefix = @top_build_prefix@ 538top_builddir = @top_builddir@ 539top_srcdir = @top_srcdir@ 540 541# This Makefile.am is in the public domain 542SUBDIRS = . 543AM_CPPFLAGS = \ 544 -I$(top_srcdir)/src/include \ 545 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" 546 547AM_CFLAGS = @LIBGCRYPT_CFLAGS@ $(am__append_1) $(am__append_8) 548CPU_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) 551minimal_example_SOURCES = \ 552 minimal_example.c 553 554minimal_example_LDADD = \ 555 $(top_builddir)/src/microhttpd/libmicrohttpd.la 556 557chunked_example_SOURCES = \ 558 chunked_example.c 559 560chunked_example_LDADD = \ 561 $(top_builddir)/src/microhttpd/libmicrohttpd.la 562 563demo_SOURCES = \ 564 demo.c 565 566demo_CFLAGS = \ 567 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 568 569demo_CPPFLAGS = \ 570 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 571 572demo_LDADD = \ 573 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 574 $(PTHREAD_LIBS) -lmagic 575 576demo_https_SOURCES = \ 577 demo_https.c 578 579demo_https_CFLAGS = \ 580 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 581 582demo_https_CPPFLAGS = \ 583 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 584 585demo_https_LDADD = \ 586 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 587 $(PTHREAD_LIBS) -lmagic 588 589mhd2spdy_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 595mhd2spdy_LDADD = \ 596 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 597 -lssl -lcrypto -lspdylay 598 599benchmark_SOURCES = \ 600 benchmark.c 601 602benchmark_CPPFLAGS = \ 603 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 604 605benchmark_LDADD = \ 606 $(top_builddir)/src/microhttpd/libmicrohttpd.la 607 608benchmark_https_SOURCES = \ 609 benchmark_https.c 610 611benchmark_https_CPPFLAGS = \ 612 $(AM_CPPFLAGS) $(CPU_COUNT_DEF) 613 614benchmark_https_LDADD = \ 615 $(top_builddir)/src/microhttpd/libmicrohttpd.la 616 617dual_stack_example_SOURCES = \ 618 dual_stack_example.c 619 620dual_stack_example_LDADD = \ 621 $(top_builddir)/src/microhttpd/libmicrohttpd.la 622 623post_example_SOURCES = \ 624 post_example.c 625 626post_example_LDADD = \ 627 $(top_builddir)/src/microhttpd/libmicrohttpd.la 628 629minimal_example_comet_SOURCES = \ 630 minimal_example_comet.c 631 632minimal_example_comet_LDADD = \ 633 $(top_builddir)/src/microhttpd/libmicrohttpd.la 634 635authorization_example_SOURCES = \ 636 authorization_example.c 637 638authorization_example_LDADD = \ 639 $(top_builddir)/src/microhttpd/libmicrohttpd.la 640 641digest_auth_example_SOURCES = \ 642 digest_auth_example.c 643 644digest_auth_example_LDADD = \ 645 $(top_builddir)/src/microhttpd/libmicrohttpd.la 646 647refuse_post_example_SOURCES = \ 648 refuse_post_example.c 649 650refuse_post_example_LDADD = \ 651 $(top_builddir)/src/microhttpd/libmicrohttpd.la 652 653querystring_example_SOURCES = \ 654 querystring_example.c 655 656querystring_example_LDADD = \ 657 $(top_builddir)/src/microhttpd/libmicrohttpd.la 658 659fileserver_example_SOURCES = \ 660 fileserver_example.c 661 662fileserver_example_LDADD = \ 663 $(top_builddir)/src/microhttpd/libmicrohttpd.la 664 665fileserver_example_dirs_SOURCES = \ 666 fileserver_example_dirs.c 667 668fileserver_example_dirs_LDADD = \ 669 $(top_builddir)/src/microhttpd/libmicrohttpd.la 670 671fileserver_example_external_select_SOURCES = \ 672 fileserver_example_external_select.c 673 674fileserver_example_external_select_LDADD = \ 675 $(top_builddir)/src/microhttpd/libmicrohttpd.la 676 677https_fileserver_example_SOURCES = \ 678https_fileserver_example.c 679 680https_fileserver_example_CPPFLAGS = \ 681 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 682 683https_fileserver_example_LDADD = \ 684 $(top_builddir)/src/microhttpd/libmicrohttpd.la 685 686spdy_event_loop_SOURCES = \ 687 spdy_event_loop.c 688 689spdy_event_loop_LDADD = \ 690 $(top_builddir)/src/microspdy/libmicrospdy.la \ 691 -lz 692 693spdy_fileserver_SOURCES = \ 694 spdy_fileserver.c 695 696spdy_fileserver_LDADD = \ 697 $(top_builddir)/src/microspdy/libmicrospdy.la \ 698 -lz 699 700spdy_response_with_callback_SOURCES = \ 701 spdy_response_with_callback.c 702 703spdy_response_with_callback_LDADD = \ 704 $(top_builddir)/src/microspdy/libmicrospdy.la \ 705 -lz 706 707all: 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 724Makefile: $(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 742clean-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 751authorization_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 755benchmark$(EXEEXT): $(benchmark_OBJECTS) $(benchmark_DEPENDENCIES) $(EXTRA_benchmark_DEPENDENCIES) 756 @rm -f benchmark$(EXEEXT) 757 $(AM_V_CCLD)$(LINK) $(benchmark_OBJECTS) $(benchmark_LDADD) $(LIBS) 758 759benchmark_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 763chunked_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 767demo$(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 771demo_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 775digest_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 779dual_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 783fileserver_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 787fileserver_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 791fileserver_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 795https_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 799mhd2spdy$(EXEEXT): $(mhd2spdy_OBJECTS) $(mhd2spdy_DEPENDENCIES) $(EXTRA_mhd2spdy_DEPENDENCIES) 800 @rm -f mhd2spdy$(EXEEXT) 801 $(AM_V_CCLD)$(LINK) $(mhd2spdy_OBJECTS) $(mhd2spdy_LDADD) $(LIBS) 802 803minimal_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 807minimal_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 811post_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 815querystring_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 819refuse_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 823spdy_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 827spdy_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 831spdy_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 835mostlyclean-compile: 836 -rm -f *.$(OBJEXT) 837 838distclean-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 890benchmark-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 897benchmark-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 904benchmark_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 911benchmark_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 918demo-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 925demo-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 932demo_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 939demo_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 946https_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 953https_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 960mostlyclean-libtool: 961 -rm -f *.lo 962 963clean-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 1000ID: $(am__tagged_files) 1001 $(am__define_uniq_tagged_files); mkid -fID $$unique 1002tags: tags-recursive 1003TAGS: tags 1004 1005tags-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 1033ctags: ctags-recursive 1034 1035CTAGS: ctags 1036ctags-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 1042GTAGS: 1043 here=`$(am__cd) $(top_builddir) && pwd` \ 1044 && $(am__cd) $(top_srcdir) \ 1045 && gtags -i $(GTAGS_ARGS) "$$here" 1046cscopelist: cscopelist-recursive 1047 1048cscopelist-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 1062distclean-tags: 1063 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1064 1065distdir: $(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 1120check-am: all-am 1121check: check-recursive 1122all-am: Makefile $(PROGRAMS) 1123installdirs: installdirs-recursive 1124installdirs-am: 1125install: install-recursive 1126install-exec: install-exec-recursive 1127install-data: install-data-recursive 1128uninstall: uninstall-recursive 1129 1130install-am: all-am 1131 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1132 1133installcheck: installcheck-recursive 1134install-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 1144mostlyclean-generic: 1145 1146clean-generic: 1147 1148distclean-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 1152maintainer-clean-generic: 1153 @echo "This command is intended for maintainers to use" 1154 @echo "it deletes files that may require special tools to rebuild." 1155clean: clean-recursive 1156 1157clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 1158 mostlyclean-am 1159 1160distclean: distclean-recursive 1161 -rm -rf ./$(DEPDIR) 1162 -rm -f Makefile 1163distclean-am: clean-am distclean-compile distclean-generic \ 1164 distclean-tags 1165 1166dvi: dvi-recursive 1167 1168dvi-am: 1169 1170html: html-recursive 1171 1172html-am: 1173 1174info: info-recursive 1175 1176info-am: 1177 1178install-data-am: 1179 1180install-dvi: install-dvi-recursive 1181 1182install-dvi-am: 1183 1184install-exec-am: 1185 1186install-html: install-html-recursive 1187 1188install-html-am: 1189 1190install-info: install-info-recursive 1191 1192install-info-am: 1193 1194install-man: 1195 1196install-pdf: install-pdf-recursive 1197 1198install-pdf-am: 1199 1200install-ps: install-ps-recursive 1201 1202install-ps-am: 1203 1204installcheck-am: 1205 1206maintainer-clean: maintainer-clean-recursive 1207 -rm -rf ./$(DEPDIR) 1208 -rm -f Makefile 1209maintainer-clean-am: distclean-am maintainer-clean-generic 1210 1211mostlyclean: mostlyclean-recursive 1212 1213mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1214 mostlyclean-libtool 1215 1216pdf: pdf-recursive 1217 1218pdf-am: 1219 1220ps: ps-recursive 1221 1222ps-am: 1223 1224uninstall-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