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