• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
82subdir = src/microspdy
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__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
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/MHD_config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107am__vpath_adj = case $$p in \
108    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109    *) f=$$p;; \
110  esac;
111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112am__install_max = 40
113am__nobase_strip_setup = \
114  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115am__nobase_strip = \
116  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117am__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] }'
124am__base_list = \
125  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127am__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  }
133am__installdirs = "$(DESTDIR)$(libdir)"
134LTLIBRARIES = $(lib_LTLIBRARIES)
135am__DEPENDENCIES_1 =
136libmicrospdy_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
137am_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
144libmicrospdy_la_OBJECTS = $(am_libmicrospdy_la_OBJECTS)
145AM_V_lt = $(am__v_lt_@AM_V@)
146am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147am__v_lt_0 = --silent
148am__v_lt_1 =
149libmicrospdy_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 $@
153AM_V_P = $(am__v_P_@AM_V@)
154am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
155am__v_P_0 = false
156am__v_P_1 = :
157AM_V_GEN = $(am__v_GEN_@AM_V@)
158am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
159am__v_GEN_0 = @echo "  GEN     " $@;
160am__v_GEN_1 =
161AM_V_at = $(am__v_at_@AM_V@)
162am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163am__v_at_0 = @
164am__v_at_1 =
165DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
166depcomp = $(SHELL) $(top_srcdir)/depcomp
167am__depfiles_maybe = depfiles
168am__mv = mv -f
169COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171LTCOMPILE = $(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)
175AM_V_CC = $(am__v_CC_@AM_V@)
176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177am__v_CC_0 = @echo "  CC      " $@;
178am__v_CC_1 =
179CCLD = $(CC)
180LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
182	$(AM_LDFLAGS) $(LDFLAGS) -o $@
183AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185am__v_CCLD_0 = @echo "  CCLD    " $@;
186am__v_CCLD_1 =
187SOURCES = $(libmicrospdy_la_SOURCES)
188DIST_SOURCES = $(libmicrospdy_la_SOURCES)
189am__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
194am__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.
198am__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.
206am__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)`
211ETAGS = etags
212CTAGS = ctags
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215AMTAR = @AMTAR@
216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217AR = @AR@
218AS = @AS@
219AUTOCONF = @AUTOCONF@
220AUTOHEADER = @AUTOHEADER@
221AUTOMAKE = @AUTOMAKE@
222AWK = @AWK@
223CC = @CC@
224CCDEPMODE = @CCDEPMODE@
225CFLAGS = @CFLAGS@
226CPP = @CPP@
227CPPFLAGS = @CPPFLAGS@
228CPU_COUNT = @CPU_COUNT@
229CYGPATH_W = @CYGPATH_W@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
232DLLTOOL = @DLLTOOL@
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239EXEEXT = @EXEEXT@
240FGREP = @FGREP@
241GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
242GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
243GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
244GNUTLS_LIBS = @GNUTLS_LIBS@
245GREP = @GREP@
246HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
247HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
248HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
249INSTALL = @INSTALL@
250INSTALL_DATA = @INSTALL_DATA@
251INSTALL_PROGRAM = @INSTALL_PROGRAM@
252INSTALL_SCRIPT = @INSTALL_SCRIPT@
253INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254LD = @LD@
255LDFLAGS = @LDFLAGS@
256LIBCURL = @LIBCURL@
257LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
258LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
259LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
260LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
261LIBOBJS = @LIBOBJS@
262LIBS = @LIBS@
263LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
264LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
265LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
266LIBTOOL = @LIBTOOL@
267LIB_VERSION_AGE = @LIB_VERSION_AGE@
268LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
269LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LTLIBOBJS = @LTLIBOBJS@
273MAKEINFO = @MAKEINFO@
274MANIFEST_TOOL = @MANIFEST_TOOL@
275MHD_LIBDEPS = @MHD_LIBDEPS@
276MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
277MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
278MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
279MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
280MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
281MKDIR_P = @MKDIR_P@
282MS_LIB_TOOL = @MS_LIB_TOOL@
283NM = @NM@
284NMEDIT = @NMEDIT@
285OBJDUMP = @OBJDUMP@
286OBJEXT = @OBJEXT@
287OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
288OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
289OPENSSL_LIBS = @OPENSSL_LIBS@
290OTOOL = @OTOOL@
291OTOOL64 = @OTOOL64@
292PACKAGE = @PACKAGE@
293PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294PACKAGE_NAME = @PACKAGE_NAME@
295PACKAGE_STRING = @PACKAGE_STRING@
296PACKAGE_TARNAME = @PACKAGE_TARNAME@
297PACKAGE_URL = @PACKAGE_URL@
298PACKAGE_VERSION = @PACKAGE_VERSION@
299PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
300PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
301PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303PKG_CONFIG = @PKG_CONFIG@
304PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
305PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
306PTHREAD_CC = @PTHREAD_CC@
307PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
308PTHREAD_LIBS = @PTHREAD_LIBS@
309RANLIB = @RANLIB@
310RC = @RC@
311SED = @SED@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314SPDY_LIBDEPS = @SPDY_LIBDEPS@
315SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
316SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
317SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
318STRIP = @STRIP@
319VERSION = @VERSION@
320_libcurl_config = @_libcurl_config@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333ax_pthread_config = @ax_pthread_config@
334bindir = @bindir@
335build = @build@
336build_alias = @build_alias@
337build_cpu = @build_cpu@
338build_os = @build_os@
339build_vendor = @build_vendor@
340builddir = @builddir@
341datadir = @datadir@
342datarootdir = @datarootdir@
343docdir = @docdir@
344dvidir = @dvidir@
345exec_prefix = @exec_prefix@
346have_socat = @have_socat@
347have_zzuf = @have_zzuf@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361lt_cv_objdir = @lt_cv_objdir@
362mandir = @mandir@
363mkdir_p = @mkdir_p@
364oldincludedir = @oldincludedir@
365pdfdir = @pdfdir@
366prefix = @prefix@
367program_transform_name = @program_transform_name@
368psdir = @psdir@
369sbindir = @sbindir@
370sharedstatedir = @sharedstatedir@
371srcdir = @srcdir@
372sysconfdir = @sysconfdir@
373target_alias = @target_alias@
374top_build_prefix = @top_build_prefix@
375top_builddir = @top_builddir@
376top_srcdir = @top_srcdir@
377
378# This Makefile.am is in the public domain
379AM_CPPFLAGS = \
380  -I$(top_srcdir)/src/include \
381  -I$(top_srcdir)/src/microspdy
382
383AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) $(am__append_1)
384lib_LTLIBRARIES = \
385  libmicrospdy.la
386
387libmicrospdy_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
400libmicrospdy_la_LIBADD = \
401  $(SPDY_LIBDEPS)
402
403libmicrospdy_la_LDFLAGS = \
404  $(SPDY_LIB_LDFLAGS)
405
406libmicrospdy_la_CPPFLAGS = \
407  $(AM_CPPFLAGS) $(SPDY_LIB_CPPFLAGS) \
408  -DBUILDING_MHD_LIB=1
409
410libmicrospdy_la_CFLAGS = -Wextra \
411  $(AM_CFLAGS) $(SPDY_LIB_CFLAGS)
412
413all: 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
430Makefile: $(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
448install-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
463uninstall-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
472clean-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
483libmicrospdy.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
486mostlyclean-compile:
487	-rm -f *.$(OBJEXT)
488
489distclean-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
528libmicrospdy_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
535libmicrospdy_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
542libmicrospdy_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
549libmicrospdy_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
556libmicrospdy_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
563libmicrospdy_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
570libmicrospdy_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
577libmicrospdy_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
584libmicrospdy_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
591libmicrospdy_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
598libmicrospdy_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
605mostlyclean-libtool:
606	-rm -f *.lo
607
608clean-libtool:
609	-rm -rf .libs _libs
610
611ID: $(am__tagged_files)
612	$(am__define_uniq_tagged_files); mkid -fID $$unique
613tags: tags-am
614TAGS: tags
615
616tags-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
631ctags: ctags-am
632
633CTAGS: ctags
634ctags-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
640GTAGS:
641	here=`$(am__cd) $(top_builddir) && pwd` \
642	  && $(am__cd) $(top_srcdir) \
643	  && gtags -i $(GTAGS_ARGS) "$$here"
644cscopelist: cscopelist-am
645
646cscopelist-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
660distclean-tags:
661	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662
663distdir: $(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
693check-am: all-am
694check: check-am
695all-am: Makefile $(LTLIBRARIES)
696installdirs:
697	for dir in "$(DESTDIR)$(libdir)"; do \
698	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
699	done
700install: install-am
701install-exec: install-exec-am
702install-data: install-data-am
703uninstall: uninstall-am
704
705install-am: all-am
706	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708installcheck: installcheck-am
709install-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
719mostlyclean-generic:
720
721clean-generic:
722
723distclean-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
727maintainer-clean-generic:
728	@echo "This command is intended for maintainers to use"
729	@echo "it deletes files that may require special tools to rebuild."
730clean: clean-am
731
732clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
733	mostlyclean-am
734
735distclean: distclean-am
736	-rm -rf ./$(DEPDIR)
737	-rm -f Makefile
738distclean-am: clean-am distclean-compile distclean-generic \
739	distclean-tags
740
741dvi: dvi-am
742
743dvi-am:
744
745html: html-am
746
747html-am:
748
749info: info-am
750
751info-am:
752
753install-data-am:
754
755install-dvi: install-dvi-am
756
757install-dvi-am:
758
759install-exec-am: install-libLTLIBRARIES
760
761install-html: install-html-am
762
763install-html-am:
764
765install-info: install-info-am
766
767install-info-am:
768
769install-man:
770
771install-pdf: install-pdf-am
772
773install-pdf-am:
774
775install-ps: install-ps-am
776
777install-ps-am:
778
779installcheck-am:
780
781maintainer-clean: maintainer-clean-am
782	-rm -rf ./$(DEPDIR)
783	-rm -f Makefile
784maintainer-clean-am: distclean-am maintainer-clean-generic
785
786mostlyclean: mostlyclean-am
787
788mostlyclean-am: mostlyclean-compile mostlyclean-generic \
789	mostlyclean-libtool
790
791pdf: pdf-am
792
793pdf-am:
794
795ps: ps-am
796
797ps-am:
798
799uninstall-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