Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / integration-tests / Makefile.in
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 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2015 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39 VPATH = @srcdir@
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) continue;; \
69         -*I) strip_trailopt 'I'; skip_next=yes;; \
70       -*I?*) strip_trailopt 'I';; \
71         -*O) strip_trailopt 'O'; skip_next=yes;; \
72       -*O?*) strip_trailopt 'O';; \
73         -*l) strip_trailopt 'l'; skip_next=yes;; \
74       -*l?*) strip_trailopt 'l';; \
75       -[dEDm]) skip_next=yes;; \
76       -[JT]) skip_next=yes;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 target_triplet = @target@
104 subdir = integration-tests
105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106         $(srcdir)/config.go.in $(srcdir)/setenv.in
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
109         $(top_srcdir)/m4/ax_boost_base.m4 \
110         $(top_srcdir)/m4/ax_boost_system.m4 \
111         $(top_srcdir)/m4/ax_boost_thread.m4 \
112         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
113         $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
114         $(top_srcdir)/m4/ax_have_epoll.m4 \
115         $(top_srcdir)/m4/ax_python_devel.m4 \
116         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
117         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119         $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121         $(ACLOCAL_M4)
122 mkinstalldirs = $(install_sh) -d
123 CONFIG_HEADER = $(top_builddir)/config.h
124 CONFIG_CLEAN_FILES = config.go setenv
125 CONFIG_CLEAN_VPATH_FILES =
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo "  GEN     " $@;
133 am__v_GEN_1 = 
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 = 
138 SOURCES =
139 DIST_SOURCES =
140 am__can_run_installinfo = \
141   case $$AM_UPDATE_INFO_DIR in \
142     n|no|NO) false;; \
143     *) (install-info --version) >/dev/null 2>&1;; \
144   esac
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147 ACLOCAL = @ACLOCAL@
148 AMTAR = @AMTAR@
149 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150 APPLDFLAGS = @APPLDFLAGS@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
157 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
158 BOOST_LDFLAGS = @BOOST_LDFLAGS@
159 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
160 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
161 CC = @CC@
162 CCDEPMODE = @CCDEPMODE@
163 CFLAGS = @CFLAGS@
164 CPP = @CPP@
165 CPPFLAGS = @CPPFLAGS@
166 CUNIT_CFLAGS = @CUNIT_CFLAGS@
167 CUNIT_LIBS = @CUNIT_LIBS@
168 CXX = @CXX@
169 CXXCPP = @CXXCPP@
170 CXXDEPMODE = @CXXDEPMODE@
171 CXXFLAGS = @CXXFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 CYTHON = @CYTHON@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DLLTOOL = @DLLTOOL@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EXEEXT = @EXEEXT@
184 FGREP = @FGREP@
185 GREP = @GREP@
186 HAVE_CXX11 = @HAVE_CXX11@
187 INSTALL = @INSTALL@
188 INSTALL_DATA = @INSTALL_DATA@
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 JANSSON_CFLAGS = @JANSSON_CFLAGS@
193 JANSSON_LIBS = @JANSSON_LIBS@
194 JEMALLOC_LIBS = @JEMALLOC_LIBS@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
198 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
199 LIBEV_CFLAGS = @LIBEV_CFLAGS@
200 LIBEV_LIBS = @LIBEV_LIBS@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
204 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
205 LIBTOOL = @LIBTOOL@
206 LIPO = @LIPO@
207 LN_S = @LN_S@
208 LTLIBOBJS = @LTLIBOBJS@
209 LT_AGE = @LT_AGE@
210 LT_CURRENT = @LT_CURRENT@
211 LT_REVISION = @LT_REVISION@
212 MAKEINFO = @MAKEINFO@
213 MANIFEST_TOOL = @MANIFEST_TOOL@
214 MKDIR_P = @MKDIR_P@
215 NM = @NM@
216 NMEDIT = @NMEDIT@
217 OBJDUMP = @OBJDUMP@
218 OBJEXT = @OBJEXT@
219 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
220 OPENSSL_LIBS = @OPENSSL_LIBS@
221 OTOOL = @OTOOL@
222 OTOOL64 = @OTOOL64@
223 PACKAGE = @PACKAGE@
224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225 PACKAGE_NAME = @PACKAGE_NAME@
226 PACKAGE_STRING = @PACKAGE_STRING@
227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
228 PACKAGE_URL = @PACKAGE_URL@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PKG_CONFIG = @PKG_CONFIG@
233 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235 PYTHON = @PYTHON@
236 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
237 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
238 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
239 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
240 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
241 PYTHON_PLATFORM = @PYTHON_PLATFORM@
242 PYTHON_PREFIX = @PYTHON_PREFIX@
243 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
244 PYTHON_VERSION = @PYTHON_VERSION@
245 RANLIB = @RANLIB@
246 SED = @SED@
247 SET_MAKE = @SET_MAKE@
248 SHELL = @SHELL@
249 STRIP = @STRIP@
250 TESTLDADD = @TESTLDADD@
251 VERSION = @VERSION@
252 WARNCFLAGS = @WARNCFLAGS@
253 XML2_CONFIG = @XML2_CONFIG@
254 XML_CPPFLAGS = @XML_CPPFLAGS@
255 XML_LIBS = @XML_LIBS@
256 ZLIB_CFLAGS = @ZLIB_CFLAGS@
257 ZLIB_LIBS = @ZLIB_LIBS@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_AR = @ac_ct_AR@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 localedir = @localedir@
295 localstatedir = @localstatedir@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 pkgpyexecdir = @pkgpyexecdir@
301 pkgpythondir = @pkgpythondir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 pyexecdir = @pyexecdir@
306 pythondir = @pythondir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 sysconfdir = @sysconfdir@
311 target = @target@
312 target_alias = @target_alias@
313 target_cpu = @target_cpu@
314 target_os = @target_os@
315 target_vendor = @target_vendor@
316 top_build_prefix = @top_build_prefix@
317 top_builddir = @top_builddir@
318 top_srcdir = @top_srcdir@
319 EXTRA_DIST = \
320         nghttpx_http1_test.go \
321         nghttpx_http2_test.go \
322         nghttpx_spdy_test.go \
323         server_tester.go \
324         server.key \
325         server.crt \
326         alt-server.key \
327         alt-server.crt \
328         setenv
329
330 all: all-am
331
332 .SUFFIXES:
333 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
334         @for dep in $?; do \
335           case '$(am__configure_deps)' in \
336             *$$dep*) \
337               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
338                 && { if test -f $@; then exit 0; else break; fi; }; \
339               exit 1;; \
340           esac; \
341         done; \
342         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu integration-tests/Makefile'; \
343         $(am__cd) $(top_srcdir) && \
344           $(AUTOMAKE) --gnu integration-tests/Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347         @case '$?' in \
348           *config.status*) \
349             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
350           *) \
351             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
352             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
353         esac;
354
355 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
358 $(top_srcdir)/configure:  $(am__configure_deps)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
361         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362 $(am__aclocal_m4_deps):
363 config.go: $(top_builddir)/config.status $(srcdir)/config.go.in
364         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
365 setenv: $(top_builddir)/config.status $(srcdir)/setenv.in
366         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
367
368 mostlyclean-libtool:
369         -rm -f *.lo
370
371 clean-libtool:
372         -rm -rf .libs _libs
373 tags TAGS:
374
375 ctags CTAGS:
376
377 cscope cscopelist:
378
379
380 distdir: $(DISTFILES)
381         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
383         list='$(DISTFILES)'; \
384           dist_files=`for file in $$list; do echo $$file; done | \
385           sed -e "s|^$$srcdirstrip/||;t" \
386               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
387         case $$dist_files in \
388           */*) $(MKDIR_P) `echo "$$dist_files" | \
389                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
390                            sort -u` ;; \
391         esac; \
392         for file in $$dist_files; do \
393           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394           if test -d $$d/$$file; then \
395             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
396             if test -d "$(distdir)/$$file"; then \
397               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398             fi; \
399             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
401               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
402             fi; \
403             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
404           else \
405             test -f "$(distdir)/$$file" \
406             || cp -p $$d/$$file "$(distdir)/$$file" \
407             || exit 1; \
408           fi; \
409         done
410 check-am: all-am
411 check: check-am
412 all-am: Makefile
413 installdirs:
414 install: install-am
415 install-exec: install-exec-am
416 install-data: install-data-am
417 uninstall: uninstall-am
418
419 install-am: all-am
420         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
421
422 installcheck: installcheck-am
423 install-strip:
424         if test -z '$(STRIP)'; then \
425           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427               install; \
428         else \
429           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
430             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
431             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
432         fi
433 mostlyclean-generic:
434
435 clean-generic:
436
437 distclean-generic:
438         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
439         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
440
441 maintainer-clean-generic:
442         @echo "This command is intended for maintainers to use"
443         @echo "it deletes files that may require special tools to rebuild."
444 clean: clean-am
445
446 clean-am: clean-generic clean-libtool mostlyclean-am
447
448 distclean: distclean-am
449         -rm -f Makefile
450 distclean-am: clean-am distclean-generic
451
452 dvi: dvi-am
453
454 dvi-am:
455
456 html: html-am
457
458 html-am:
459
460 info: info-am
461
462 info-am:
463
464 install-data-am:
465
466 install-dvi: install-dvi-am
467
468 install-dvi-am:
469
470 install-exec-am:
471
472 install-html: install-html-am
473
474 install-html-am:
475
476 install-info: install-info-am
477
478 install-info-am:
479
480 install-man:
481
482 install-pdf: install-pdf-am
483
484 install-pdf-am:
485
486 install-ps: install-ps-am
487
488 install-ps-am:
489
490 installcheck-am:
491
492 maintainer-clean: maintainer-clean-am
493         -rm -f Makefile
494 maintainer-clean-am: distclean-am maintainer-clean-generic
495
496 mostlyclean: mostlyclean-am
497
498 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
499
500 pdf: pdf-am
501
502 pdf-am:
503
504 ps: ps-am
505
506 ps-am:
507
508 uninstall-am:
509
510 .MAKE: install-am install-strip
511
512 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
513         cscopelist-am ctags-am distclean distclean-generic \
514         distclean-libtool distdir dvi dvi-am html html-am info info-am \
515         install install-am install-data install-data-am install-dvi \
516         install-dvi-am install-exec install-exec-am install-html \
517         install-html-am install-info install-info-am install-man \
518         install-pdf install-pdf-am install-ps install-ps-am \
519         install-strip installcheck installcheck-am installdirs \
520         maintainer-clean maintainer-clean-generic mostlyclean \
521         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
522         tags-am uninstall uninstall-am
523
524
525 .PHONY: itprep it
526
527 itprep:
528         go get -d -v github.com/bradfitz/http2
529         go get -d -v github.com/tatsuhiro-t/go-nghttp2
530         go get -d -v golang.org/x/net/spdy
531
532 it:
533         sh setenv go test -v
534
535 # Tell versions [3.59,3.63) of GNU make to not export all variables.
536 # Otherwise a system limit (for SysV at least) may be exceeded.
537 .NOEXPORT: