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