Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / integration-tests / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 CC = @CC@
171 CCDEPMODE = @CCDEPMODE@
172 CFLAGS = @CFLAGS@
173 CPP = @CPP@
174 CPPFLAGS = @CPPFLAGS@
175 CUNIT_CFLAGS = @CUNIT_CFLAGS@
176 CUNIT_LIBS = @CUNIT_LIBS@
177 CXX = @CXX@
178 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
179 CXXCPP = @CXXCPP@
180 CXXDEPMODE = @CXXDEPMODE@
181 CXXFLAGS = @CXXFLAGS@
182 CYGPATH_W = @CYGPATH_W@
183 CYTHON = @CYTHON@
184 DEFS = @DEFS@
185 DEPDIR = @DEPDIR@
186 DLLTOOL = @DLLTOOL@
187 DSYMUTIL = @DSYMUTIL@
188 DUMPBIN = @DUMPBIN@
189 ECHO_C = @ECHO_C@
190 ECHO_N = @ECHO_N@
191 ECHO_T = @ECHO_T@
192 EGREP = @EGREP@
193 EXEEXT = @EXEEXT@
194 EXTRACFLAG = @EXTRACFLAG@
195 FGREP = @FGREP@
196 GREP = @GREP@
197 HAVE_CXX14 = @HAVE_CXX14@
198 INSTALL = @INSTALL@
199 INSTALL_DATA = @INSTALL_DATA@
200 INSTALL_PROGRAM = @INSTALL_PROGRAM@
201 INSTALL_SCRIPT = @INSTALL_SCRIPT@
202 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203 JANSSON_CFLAGS = @JANSSON_CFLAGS@
204 JANSSON_LIBS = @JANSSON_LIBS@
205 JEMALLOC_LIBS = @JEMALLOC_LIBS@
206 LD = @LD@
207 LDFLAGS = @LDFLAGS@
208 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
209 LIBCARES_LIBS = @LIBCARES_LIBS@
210 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
211 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
212 LIBEV_CFLAGS = @LIBEV_CFLAGS@
213 LIBEV_LIBS = @LIBEV_LIBS@
214 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
215 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
220 LIBXML2_LIBS = @LIBXML2_LIBS@
221 LIPO = @LIPO@
222 LN_S = @LN_S@
223 LTLIBOBJS = @LTLIBOBJS@
224 LT_AGE = @LT_AGE@
225 LT_CURRENT = @LT_CURRENT@
226 LT_REVISION = @LT_REVISION@
227 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
228 MAKEINFO = @MAKEINFO@
229 MANIFEST_TOOL = @MANIFEST_TOOL@
230 MKDIR_P = @MKDIR_P@
231 NM = @NM@
232 NMEDIT = @NMEDIT@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
236 OPENSSL_LIBS = @OPENSSL_LIBS@
237 OTOOL = @OTOOL@
238 OTOOL64 = @OTOOL64@
239 PACKAGE = @PACKAGE@
240 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241 PACKAGE_NAME = @PACKAGE_NAME@
242 PACKAGE_STRING = @PACKAGE_STRING@
243 PACKAGE_TARNAME = @PACKAGE_TARNAME@
244 PACKAGE_URL = @PACKAGE_URL@
245 PACKAGE_VERSION = @PACKAGE_VERSION@
246 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
247 PATH_SEPARATOR = @PATH_SEPARATOR@
248 PKG_CONFIG = @PKG_CONFIG@
249 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
250 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
251 PYTHON = @PYTHON@
252 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
253 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
254 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
255 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
256 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
257 PYTHON_PLATFORM = @PYTHON_PLATFORM@
258 PYTHON_PREFIX = @PYTHON_PREFIX@
259 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
260 PYTHON_VERSION = @PYTHON_VERSION@
261 RANLIB = @RANLIB@
262 SED = @SED@
263 SET_MAKE = @SET_MAKE@
264 SHELL = @SHELL@
265 STRIP = @STRIP@
266 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
267 SYSTEMD_LIBS = @SYSTEMD_LIBS@
268 TESTLDADD = @TESTLDADD@
269 VERSION = @VERSION@
270 WARNCFLAGS = @WARNCFLAGS@
271 WARNCXXFLAGS = @WARNCXXFLAGS@
272 ZLIB_CFLAGS = @ZLIB_CFLAGS@
273 ZLIB_LIBS = @ZLIB_LIBS@
274 abs_builddir = @abs_builddir@
275 abs_srcdir = @abs_srcdir@
276 abs_top_builddir = @abs_top_builddir@
277 abs_top_srcdir = @abs_top_srcdir@
278 ac_ct_AR = @ac_ct_AR@
279 ac_ct_CC = @ac_ct_CC@
280 ac_ct_CXX = @ac_ct_CXX@
281 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282 am__include = @am__include@
283 am__leading_dot = @am__leading_dot@
284 am__quote = @am__quote@
285 am__tar = @am__tar@
286 am__untar = @am__untar@
287 bindir = @bindir@
288 build = @build@
289 build_alias = @build_alias@
290 build_cpu = @build_cpu@
291 build_os = @build_os@
292 build_vendor = @build_vendor@
293 builddir = @builddir@
294 datadir = @datadir@
295 datarootdir = @datarootdir@
296 docdir = @docdir@
297 dvidir = @dvidir@
298 exec_prefix = @exec_prefix@
299 host = @host@
300 host_alias = @host_alias@
301 host_cpu = @host_cpu@
302 host_os = @host_os@
303 host_vendor = @host_vendor@
304 htmldir = @htmldir@
305 includedir = @includedir@
306 infodir = @infodir@
307 install_sh = @install_sh@
308 libdir = @libdir@
309 libexecdir = @libexecdir@
310 localedir = @localedir@
311 localstatedir = @localstatedir@
312 mandir = @mandir@
313 mkdir_p = @mkdir_p@
314 oldincludedir = @oldincludedir@
315 pdfdir = @pdfdir@
316 pkgpyexecdir = @pkgpyexecdir@
317 pkgpythondir = @pkgpythondir@
318 prefix = @prefix@
319 program_transform_name = @program_transform_name@
320 psdir = @psdir@
321 pyexecdir = @pyexecdir@
322 pythondir = @pythondir@
323 runstatedir = @runstatedir@
324 sbindir = @sbindir@
325 sharedstatedir = @sharedstatedir@
326 srcdir = @srcdir@
327 sysconfdir = @sysconfdir@
328 target = @target@
329 target_alias = @target_alias@
330 target_cpu = @target_cpu@
331 target_os = @target_os@
332 target_vendor = @target_vendor@
333 top_build_prefix = @top_build_prefix@
334 top_builddir = @top_builddir@
335 top_srcdir = @top_srcdir@
336 GO_FILES = \
337         nghttpx_http1_test.go \
338         nghttpx_http2_test.go \
339         server_tester.go
340
341 EXTRA_DIST = \
342         CMakeLists.txt \
343         $(GO_FILES) \
344         server.key \
345         server.crt \
346         alt-server.key \
347         alt-server.crt \
348         setenv \
349         req-set-header.rb \
350         resp-set-header.rb \
351         req-return.rb \
352         resp-return.rb
353
354 all: all-am
355
356 .SUFFIXES:
357 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
358         @for dep in $?; do \
359           case '$(am__configure_deps)' in \
360             *$$dep*) \
361               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
362                 && { if test -f $@; then exit 0; else break; fi; }; \
363               exit 1;; \
364           esac; \
365         done; \
366         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu integration-tests/Makefile'; \
367         $(am__cd) $(top_srcdir) && \
368           $(AUTOMAKE) --gnu integration-tests/Makefile
369 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370         @case '$?' in \
371           *config.status*) \
372             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
373           *) \
374             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
375             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
376         esac;
377
378 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380
381 $(top_srcdir)/configure:  $(am__configure_deps)
382         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
384         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(am__aclocal_m4_deps):
386 config.go: $(top_builddir)/config.status $(srcdir)/config.go.in
387         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
388 setenv: $(top_builddir)/config.status $(srcdir)/setenv.in
389         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
390
391 mostlyclean-libtool:
392         -rm -f *.lo
393
394 clean-libtool:
395         -rm -rf .libs _libs
396 tags TAGS:
397
398 ctags CTAGS:
399
400 cscope cscopelist:
401
402
403 distdir: $(BUILT_SOURCES)
404         $(MAKE) $(AM_MAKEFLAGS) distdir-am
405
406 distdir-am: $(DISTFILES)
407         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409         list='$(DISTFILES)'; \
410           dist_files=`for file in $$list; do echo $$file; done | \
411           sed -e "s|^$$srcdirstrip/||;t" \
412               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
413         case $$dist_files in \
414           */*) $(MKDIR_P) `echo "$$dist_files" | \
415                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416                            sort -u` ;; \
417         esac; \
418         for file in $$dist_files; do \
419           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
420           if test -d $$d/$$file; then \
421             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422             if test -d "$(distdir)/$$file"; then \
423               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424             fi; \
425             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428             fi; \
429             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
430           else \
431             test -f "$(distdir)/$$file" \
432             || cp -p $$d/$$file "$(distdir)/$$file" \
433             || exit 1; \
434           fi; \
435         done
436 check-am: all-am
437 check: check-am
438 all-am: Makefile
439 installdirs:
440 install: install-am
441 install-exec: install-exec-am
442 install-data: install-data-am
443 uninstall: uninstall-am
444
445 install-am: all-am
446         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448 installcheck: installcheck-am
449 install-strip:
450         if test -z '$(STRIP)'; then \
451           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453               install; \
454         else \
455           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
458         fi
459 mostlyclean-generic:
460
461 clean-generic:
462
463 distclean-generic:
464         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
466
467 maintainer-clean-generic:
468         @echo "This command is intended for maintainers to use"
469         @echo "it deletes files that may require special tools to rebuild."
470 clean: clean-am
471
472 clean-am: clean-generic clean-libtool mostlyclean-am
473
474 distclean: distclean-am
475         -rm -f Makefile
476 distclean-am: clean-am distclean-generic
477
478 dvi: dvi-am
479
480 dvi-am:
481
482 html: html-am
483
484 html-am:
485
486 info: info-am
487
488 info-am:
489
490 install-data-am:
491
492 install-dvi: install-dvi-am
493
494 install-dvi-am:
495
496 install-exec-am:
497
498 install-html: install-html-am
499
500 install-html-am:
501
502 install-info: install-info-am
503
504 install-info-am:
505
506 install-man:
507
508 install-pdf: install-pdf-am
509
510 install-pdf-am:
511
512 install-ps: install-ps-am
513
514 install-ps-am:
515
516 installcheck-am:
517
518 maintainer-clean: maintainer-clean-am
519         -rm -f Makefile
520 maintainer-clean-am: distclean-am maintainer-clean-generic
521
522 mostlyclean: mostlyclean-am
523
524 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
525
526 pdf: pdf-am
527
528 pdf-am:
529
530 ps: ps-am
531
532 ps-am:
533
534 uninstall-am:
535
536 .MAKE: install-am install-strip
537
538 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
539         cscopelist-am ctags-am distclean distclean-generic \
540         distclean-libtool distdir dvi dvi-am html html-am info info-am \
541         install install-am install-data install-data-am install-dvi \
542         install-dvi-am install-exec install-exec-am install-html \
543         install-html-am install-info install-info-am install-man \
544         install-pdf install-pdf-am install-ps install-ps-am \
545         install-strip installcheck installcheck-am installdirs \
546         maintainer-clean maintainer-clean-generic mostlyclean \
547         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
548         tags-am uninstall uninstall-am
549
550 .PRECIOUS: Makefile
551
552
553 it:
554         for i in $(GO_FILES); do [ -e $(builddir)/$$i ] || cp $(srcdir)/$$i $(builddir); done
555         sh setenv go test -v
556
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: