Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / integration-tests / Makefile.in
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 = { \
41   if test -z '$(MAKELEVEL)'; then \
42     false; \
43   elif test -n '$(MAKE_HOST)'; then \
44     true; \
45   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46     true; \
47   else \
48     false; \
49   fi; \
50 }
51 am__make_running_with_option = \
52   case $${target_option-} in \
53       ?) ;; \
54       *) echo "am__make_running_with_option: internal error: invalid" \
55               "target option '$${target_option-}' specified" >&2; \
56          exit 1;; \
57   esac; \
58   has_opt=no; \
59   sane_makeflags=$$MAKEFLAGS; \
60   if $(am__is_gnu_make); then \
61     sane_makeflags=$$MFLAGS; \
62   else \
63     case $$MAKEFLAGS in \
64       *\\[\ \   ]*) \
65         bs=\\; \
66         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
68     esac; \
69   fi; \
70   skip_next=no; \
71   strip_trailopt () \
72   { \
73     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74   }; \
75   for flg in $$sane_makeflags; do \
76     test $$skip_next = yes && { skip_next=no; continue; }; \
77     case $$flg in \
78       *=*|--*) continue;; \
79         -*I) strip_trailopt 'I'; skip_next=yes;; \
80       -*I?*) strip_trailopt 'I';; \
81         -*O) strip_trailopt 'O'; skip_next=yes;; \
82       -*O?*) strip_trailopt 'O';; \
83         -*l) strip_trailopt 'l'; skip_next=yes;; \
84       -*l?*) strip_trailopt 'l';; \
85       -[dEDm]) skip_next=yes;; \
86       -[JT]) skip_next=yes;; \
87     esac; \
88     case $$flg in \
89       *$$target_option*) has_opt=yes; break;; \
90     esac; \
91   done; \
92   test $$has_opt = yes
93 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95 pkgdatadir = $(datadir)/@PACKAGE@
96 pkgincludedir = $(includedir)/@PACKAGE@
97 pkglibdir = $(libdir)/@PACKAGE@
98 pkglibexecdir = $(libexecdir)/@PACKAGE@
99 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100 install_sh_DATA = $(install_sh) -c -m 644
101 install_sh_PROGRAM = $(install_sh) -c
102 install_sh_SCRIPT = $(install_sh) -c
103 INSTALL_HEADER = $(INSTALL_DATA)
104 transform = $(program_transform_name)
105 NORMAL_INSTALL = :
106 PRE_INSTALL = :
107 POST_INSTALL = :
108 NORMAL_UNINSTALL = :
109 PRE_UNINSTALL = :
110 POST_UNINSTALL = :
111 build_triplet = @build@
112 host_triplet = @host@
113 target_triplet = @target@
114 subdir = integration-tests
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
117         $(top_srcdir)/m4/ax_boost_base.m4 \
118         $(top_srcdir)/m4/ax_boost_system.m4 \
119         $(top_srcdir)/m4/ax_boost_thread.m4 \
120         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
121         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
122         $(top_srcdir)/m4/ax_python_devel.m4 \
123         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
124         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
125         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127         $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES = config.go setenv
132 CONFIG_CLEAN_VPATH_FILES =
133 AM_V_P = $(am__v_P_@AM_V@)
134 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135 am__v_P_0 = false
136 am__v_P_1 = :
137 AM_V_GEN = $(am__v_GEN_@AM_V@)
138 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139 am__v_GEN_0 = @echo "  GEN     " $@;
140 am__v_GEN_1 = 
141 AM_V_at = $(am__v_at_@AM_V@)
142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143 am__v_at_0 = @
144 am__v_at_1 = 
145 SOURCES =
146 DIST_SOURCES =
147 am__can_run_installinfo = \
148   case $$AM_UPDATE_INFO_DIR in \
149     n|no|NO) false;; \
150     *) (install-info --version) >/dev/null 2>&1;; \
151   esac
152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.go.in \
154         $(srcdir)/setenv.in
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 APPLDFLAGS = @APPLDFLAGS@
160 AR = @AR@
161 AUTOCONF = @AUTOCONF@
162 AUTOHEADER = @AUTOHEADER@
163 AUTOMAKE = @AUTOMAKE@
164 AWK = @AWK@
165 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
166 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
167 BOOST_LDFLAGS = @BOOST_LDFLAGS@
168 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
169 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
170 BPFCFLAGS = @BPFCFLAGS@
171 CC = @CC@
172 CCDEPMODE = @CCDEPMODE@
173 CFLAGS = @CFLAGS@
174 CPP = @CPP@
175 CPPFLAGS = @CPPFLAGS@
176 CSCOPE = @CSCOPE@
177 CTAGS = @CTAGS@
178 CUNIT_CFLAGS = @CUNIT_CFLAGS@
179 CUNIT_LIBS = @CUNIT_LIBS@
180 CXX = @CXX@
181 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
182 CXXCPP = @CXXCPP@
183 CXXDEPMODE = @CXXDEPMODE@
184 CXXFLAGS = @CXXFLAGS@
185 CYGPATH_W = @CYGPATH_W@
186 CYTHON = @CYTHON@
187 DEFS = @DEFS@
188 DEPDIR = @DEPDIR@
189 DLLTOOL = @DLLTOOL@
190 DSYMUTIL = @DSYMUTIL@
191 DUMPBIN = @DUMPBIN@
192 ECHO_C = @ECHO_C@
193 ECHO_N = @ECHO_N@
194 ECHO_T = @ECHO_T@
195 EGREP = @EGREP@
196 ETAGS = @ETAGS@
197 EXEEXT = @EXEEXT@
198 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
199 EXTRACFLAG = @EXTRACFLAG@
200 EXTRA_DEFS = @EXTRA_DEFS@
201 FGREP = @FGREP@
202 GREP = @GREP@
203 HAVE_CXX14 = @HAVE_CXX14@
204 INSTALL = @INSTALL@
205 INSTALL_DATA = @INSTALL_DATA@
206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209 JANSSON_CFLAGS = @JANSSON_CFLAGS@
210 JANSSON_LIBS = @JANSSON_LIBS@
211 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
212 JEMALLOC_LIBS = @JEMALLOC_LIBS@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
216 LIBBPF_LIBS = @LIBBPF_LIBS@
217 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
218 LIBCARES_LIBS = @LIBCARES_LIBS@
219 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
220 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
221 LIBEV_CFLAGS = @LIBEV_CFLAGS@
222 LIBEV_LIBS = @LIBEV_LIBS@
223 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
224 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
225 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
226 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
227 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
228 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
229 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
230 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
231 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
232 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
233 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@
235 LIBTOOL = @LIBTOOL@
236 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
237 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
238 LIBXML2_LIBS = @LIBXML2_LIBS@
239 LIPO = @LIPO@
240 LN_S = @LN_S@
241 LTLIBOBJS = @LTLIBOBJS@
242 LT_AGE = @LT_AGE@
243 LT_CURRENT = @LT_CURRENT@
244 LT_REVISION = @LT_REVISION@
245 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
246 MAKEINFO = @MAKEINFO@
247 MANIFEST_TOOL = @MANIFEST_TOOL@
248 MKDIR_P = @MKDIR_P@
249 NM = @NM@
250 NMEDIT = @NMEDIT@
251 OBJDUMP = @OBJDUMP@
252 OBJEXT = @OBJEXT@
253 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
254 OPENSSL_LIBS = @OPENSSL_LIBS@
255 OTOOL = @OTOOL@
256 OTOOL64 = @OTOOL64@
257 PACKAGE = @PACKAGE@
258 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259 PACKAGE_NAME = @PACKAGE_NAME@
260 PACKAGE_STRING = @PACKAGE_STRING@
261 PACKAGE_TARNAME = @PACKAGE_TARNAME@
262 PACKAGE_URL = @PACKAGE_URL@
263 PACKAGE_VERSION = @PACKAGE_VERSION@
264 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 PKG_CONFIG = @PKG_CONFIG@
267 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
268 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
269 PYTHON = @PYTHON@
270 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
271 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
272 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
273 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
274 PYTHON_LIBS = @PYTHON_LIBS@
275 PYTHON_PLATFORM = @PYTHON_PLATFORM@
276 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
277 PYTHON_PREFIX = @PYTHON_PREFIX@
278 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
279 PYTHON_VERSION = @PYTHON_VERSION@
280 RANLIB = @RANLIB@
281 SED = @SED@
282 SET_MAKE = @SET_MAKE@
283 SHELL = @SHELL@
284 STRIP = @STRIP@
285 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
286 SYSTEMD_LIBS = @SYSTEMD_LIBS@
287 TESTLDADD = @TESTLDADD@
288 VERSION = @VERSION@
289 WARNCFLAGS = @WARNCFLAGS@
290 WARNCXXFLAGS = @WARNCXXFLAGS@
291 ZLIB_CFLAGS = @ZLIB_CFLAGS@
292 ZLIB_LIBS = @ZLIB_LIBS@
293 abs_builddir = @abs_builddir@
294 abs_srcdir = @abs_srcdir@
295 abs_top_builddir = @abs_top_builddir@
296 abs_top_srcdir = @abs_top_srcdir@
297 ac_ct_AR = @ac_ct_AR@
298 ac_ct_CC = @ac_ct_CC@
299 ac_ct_CXX = @ac_ct_CXX@
300 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
301 am__include = @am__include@
302 am__leading_dot = @am__leading_dot@
303 am__quote = @am__quote@
304 am__tar = @am__tar@
305 am__untar = @am__untar@
306 bindir = @bindir@
307 build = @build@
308 build_alias = @build_alias@
309 build_cpu = @build_cpu@
310 build_os = @build_os@
311 build_vendor = @build_vendor@
312 builddir = @builddir@
313 datadir = @datadir@
314 datarootdir = @datarootdir@
315 docdir = @docdir@
316 dvidir = @dvidir@
317 exec_prefix = @exec_prefix@
318 host = @host@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
321 host_os = @host_os@
322 host_vendor = @host_vendor@
323 htmldir = @htmldir@
324 includedir = @includedir@
325 infodir = @infodir@
326 install_sh = @install_sh@
327 libdir = @libdir@
328 libexecdir = @libexecdir@
329 localedir = @localedir@
330 localstatedir = @localstatedir@
331 mandir = @mandir@
332 mkdir_p = @mkdir_p@
333 oldincludedir = @oldincludedir@
334 pdfdir = @pdfdir@
335 pkgpyexecdir = @pkgpyexecdir@
336 pkgpythondir = @pkgpythondir@
337 prefix = @prefix@
338 program_transform_name = @program_transform_name@
339 psdir = @psdir@
340 pyexecdir = @pyexecdir@
341 pythondir = @pythondir@
342 runstatedir = @runstatedir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target = @target@
348 target_alias = @target_alias@
349 target_cpu = @target_cpu@
350 target_os = @target_os@
351 target_vendor = @target_vendor@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 GO_FILES = \
356         nghttpx_http1_test.go \
357         nghttpx_http2_test.go \
358         server_tester.go
359
360 EXTRA_DIST = \
361         CMakeLists.txt \
362         $(GO_FILES) \
363         server.key \
364         server.crt \
365         alt-server.key \
366         alt-server.crt \
367         setenv \
368         req-set-header.rb \
369         resp-set-header.rb \
370         req-return.rb \
371         resp-return.rb
372
373 all: all-am
374
375 .SUFFIXES:
376 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377         @for dep in $?; do \
378           case '$(am__configure_deps)' in \
379             *$$dep*) \
380               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381                 && { if test -f $@; then exit 0; else break; fi; }; \
382               exit 1;; \
383           esac; \
384         done; \
385         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu integration-tests/Makefile'; \
386         $(am__cd) $(top_srcdir) && \
387           $(AUTOMAKE) --gnu integration-tests/Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389         @case '$?' in \
390           *config.status*) \
391             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392           *) \
393             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
394             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
395         esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400 $(top_srcdir)/configure:  $(am__configure_deps)
401         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
403         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
405 config.go: $(top_builddir)/config.status $(srcdir)/config.go.in
406         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
407 setenv: $(top_builddir)/config.status $(srcdir)/setenv.in
408         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
409
410 mostlyclean-libtool:
411         -rm -f *.lo
412
413 clean-libtool:
414         -rm -rf .libs _libs
415 tags TAGS:
416
417 ctags CTAGS:
418
419 cscope cscopelist:
420
421 distdir: $(BUILT_SOURCES)
422         $(MAKE) $(AM_MAKEFLAGS) distdir-am
423
424 distdir-am: $(DISTFILES)
425         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427         list='$(DISTFILES)'; \
428           dist_files=`for file in $$list; do echo $$file; done | \
429           sed -e "s|^$$srcdirstrip/||;t" \
430               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
431         case $$dist_files in \
432           */*) $(MKDIR_P) `echo "$$dist_files" | \
433                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
434                            sort -u` ;; \
435         esac; \
436         for file in $$dist_files; do \
437           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
438           if test -d $$d/$$file; then \
439             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
440             if test -d "$(distdir)/$$file"; then \
441               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442             fi; \
443             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
445               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446             fi; \
447             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
448           else \
449             test -f "$(distdir)/$$file" \
450             || cp -p $$d/$$file "$(distdir)/$$file" \
451             || exit 1; \
452           fi; \
453         done
454 check-am: all-am
455 check: check-am
456 all-am: Makefile
457 installdirs:
458 install: install-am
459 install-exec: install-exec-am
460 install-data: install-data-am
461 uninstall: uninstall-am
462
463 install-am: all-am
464         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
466 installcheck: installcheck-am
467 install-strip:
468         if test -z '$(STRIP)'; then \
469           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471               install; \
472         else \
473           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
476         fi
477 mostlyclean-generic:
478
479 clean-generic:
480
481 distclean-generic:
482         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
483         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
485 maintainer-clean-generic:
486         @echo "This command is intended for maintainers to use"
487         @echo "it deletes files that may require special tools to rebuild."
488 clean: clean-am
489
490 clean-am: clean-generic clean-libtool mostlyclean-am
491
492 distclean: distclean-am
493         -rm -f Makefile
494 distclean-am: clean-am distclean-generic
495
496 dvi: dvi-am
497
498 dvi-am:
499
500 html: html-am
501
502 html-am:
503
504 info: info-am
505
506 info-am:
507
508 install-data-am:
509
510 install-dvi: install-dvi-am
511
512 install-dvi-am:
513
514 install-exec-am:
515
516 install-html: install-html-am
517
518 install-html-am:
519
520 install-info: install-info-am
521
522 install-info-am:
523
524 install-man:
525
526 install-pdf: install-pdf-am
527
528 install-pdf-am:
529
530 install-ps: install-ps-am
531
532 install-ps-am:
533
534 installcheck-am:
535
536 maintainer-clean: maintainer-clean-am
537         -rm -f Makefile
538 maintainer-clean-am: distclean-am maintainer-clean-generic
539
540 mostlyclean: mostlyclean-am
541
542 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
543
544 pdf: pdf-am
545
546 pdf-am:
547
548 ps: ps-am
549
550 ps-am:
551
552 uninstall-am:
553
554 .MAKE: install-am install-strip
555
556 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
557         cscopelist-am ctags-am distclean distclean-generic \
558         distclean-libtool distdir dvi dvi-am html html-am info info-am \
559         install install-am install-data install-data-am install-dvi \
560         install-dvi-am install-exec install-exec-am install-html \
561         install-html-am install-info install-info-am install-man \
562         install-pdf install-pdf-am install-ps install-ps-am \
563         install-strip installcheck installcheck-am installdirs \
564         maintainer-clean maintainer-clean-generic mostlyclean \
565         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
566         tags-am uninstall uninstall-am
567
568 .PRECIOUS: Makefile
569
570
571 it:
572         for i in $(GO_FILES); do [ -e $(builddir)/$$i ] || cp $(srcdir)/$$i $(builddir); done
573         sh setenv go test -v
574
575 # Tell versions [3.59,3.63) of GNU make to not export all variables.
576 # Otherwise a system limit (for SysV at least) may be exceeded.
577 .NOEXPORT: