1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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# Makefile.am -- Go library Makefile.
18
19# Copyright 2009 The Go Authors. All rights reserved.
20# Use of this source code is governed by a BSD-style
21# license that can be found in the LICENSE file.
22
23# Process this file with autoreconf to produce Makefile.in.
24
25
26
27VPATH = @srcdir@
28am__is_gnu_make = { \
29  if test -z '$(MAKELEVEL)'; then \
30    false; \
31  elif test -n '$(MAKE_HOST)'; then \
32    true; \
33  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34    true; \
35  else \
36    false; \
37  fi; \
38}
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101target_triplet = @target@
102@USING_SPLIT_STACK_TRUE@am__append_1 = -XCClinker $(SPLIT_STACK)
103
104# Using an import file for libgo avoid requiring to use the -brtl flag
105# when builing a go program
106@LIBGO_IS_AIX_TRUE@am__append_2 = -Wl,-bbigtoc -Wl,-bI:$(srcdir)/libgo.imp
107@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@am__append_3 = runtime/go-context.S
108@GOC_IS_LLGO_TRUE@am__append_4 = libgo-llgo.la libgobegin-llgo.a
109@GOC_IS_LLGO_FALSE@am__append_5 = libgo.la libgobegin.a
110subdir = .
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
113	$(top_srcdir)/../config/hwcaps.m4 \
114	$(top_srcdir)/../config/lead-dot.m4 \
115	$(top_srcdir)/../config/multi.m4 \
116	$(top_srcdir)/../config/override.m4 \
117	$(top_srcdir)/../config/toolexeclibdir.m4 \
118	$(top_srcdir)/../config/unwind_ipinfo.m4 \
119	$(top_srcdir)/config/libtool.m4 \
120	$(top_srcdir)/config/ltoptions.m4 \
121	$(top_srcdir)/config/ltsugar.m4 \
122	$(top_srcdir)/config/ltversion.m4 \
123	$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
127	$(am__configure_deps)
128am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130CONFIG_HEADER = config.h
131CONFIG_CLEAN_FILES =
132CONFIG_CLEAN_VPATH_FILES =
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136    *) f=$$p;; \
137  esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145  for p in $$list; do echo "$$p $$p"; done | \
146  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148    if (++n[$$2] == $(am__install_max)) \
149      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150    END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155  test -z "$$files" \
156    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158         $(am__cd) "$$dir" && rm -f $$files; }; \
159  }
160am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
161	"$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
162	"$(DESTDIR)$(toolexeclibgoarchivedir)" \
163	"$(DESTDIR)$(toolexeclibgocompressdir)" \
164	"$(DESTDIR)$(toolexeclibgocontainerdir)" \
165	"$(DESTDIR)$(toolexeclibgocryptodir)" \
166	"$(DESTDIR)$(toolexeclibgocryptox509dir)" \
167	"$(DESTDIR)$(toolexeclibgodatabasedir)" \
168	"$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
169	"$(DESTDIR)$(toolexeclibgodebugdir)" \
170	"$(DESTDIR)$(toolexeclibgoencodingdir)" \
171	"$(DESTDIR)$(toolexeclibgogodir)" \
172	"$(DESTDIR)$(toolexeclibgogobuilddir)" \
173	"$(DESTDIR)$(toolexeclibgohashdir)" \
174	"$(DESTDIR)$(toolexeclibgohtmldir)" \
175	"$(DESTDIR)$(toolexeclibgoimagedir)" \
176	"$(DESTDIR)$(toolexeclibgoimagecolordir)" \
177	"$(DESTDIR)$(toolexeclibgoindexdir)" \
178	"$(DESTDIR)$(toolexeclibgointernaldir)" \
179	"$(DESTDIR)$(toolexeclibgoiodir)" \
180	"$(DESTDIR)$(toolexeclibgologdir)" \
181	"$(DESTDIR)$(toolexeclibgomathdir)" \
182	"$(DESTDIR)$(toolexeclibgomimedir)" \
183	"$(DESTDIR)$(toolexeclibgonetdir)" \
184	"$(DESTDIR)$(toolexeclibgonethttpdir)" \
185	"$(DESTDIR)$(toolexeclibgonetrpcdir)" \
186	"$(DESTDIR)$(toolexeclibgoosdir)" \
187	"$(DESTDIR)$(toolexeclibgopathdir)" \
188	"$(DESTDIR)$(toolexeclibgoregexpdir)" \
189	"$(DESTDIR)$(toolexeclibgoruntimedir)" \
190	"$(DESTDIR)$(toolexeclibgosyncdir)" \
191	"$(DESTDIR)$(toolexeclibgotestingdir)" \
192	"$(DESTDIR)$(toolexeclibgotestinginternaldir)" \
193	"$(DESTDIR)$(toolexeclibgotextdir)" \
194	"$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
195	"$(DESTDIR)$(toolexeclibgotimedir)" \
196	"$(DESTDIR)$(toolexeclibgounicodedir)"
197LIBRARIES = $(noinst_LIBRARIES) $(toolexeclib_LIBRARIES)
198ARFLAGS = cru
199AM_V_AR = $(am__v_AR_@AM_V@)
200am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
201am__v_AR_0 = @echo "  AR      " $@;
202am__v_AR_1 =
203libgobegin_llgo_a_AR = $(AR) $(ARFLAGS)
204libgobegin_llgo_a_LIBADD =
205am__dirstamp = $(am__leading_dot)dirstamp
206am_libgobegin_llgo_a_OBJECTS =  \
207	runtime/libgobegin_llgo_a-go-main.$(OBJEXT)
208libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS)
209libgobegin_a_AR = $(AR) $(ARFLAGS)
210libgobegin_a_LIBADD =
211am_libgobegin_a_OBJECTS = runtime/libgobegin_a-go-main.$(OBJEXT)
212libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
213libgolibbegin_a_AR = $(AR) $(ARFLAGS)
214libgolibbegin_a_LIBADD =
215am_libgolibbegin_a_OBJECTS =  \
216	runtime/libgolibbegin_a-go-libmain.$(OBJEXT)
217libgolibbegin_a_OBJECTS = $(am_libgolibbegin_a_OBJECTS)
218libgotool_a_AR = $(AR) $(ARFLAGS)
219am_libgotool_a_OBJECTS =
220libgotool_a_OBJECTS = $(am_libgotool_a_OBJECTS)
221LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
222@LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo
223@LIBGO_IS_X86_TRUE@am__DEPENDENCIES_2 =  \
224@LIBGO_IS_X86_TRUE@	golang.org/x/sys/cpu_gccgo_x86.lo
225am__DEPENDENCIES_3 = $(addsuffix .lo,$(PACKAGES)) \
226	internal/bytealg/bytealg.lo reflect/makefunc_ffi_c.lo \
227	$(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \
228	syscall/wait.lo os/dir_gccgo_c.lo $(golangorg_x_net_lif_lo) \
229	$(golangorg_x_net_route_lo) log/syslog/syslog_c.lo \
230	runtime/internal/atomic_c.lo sync/atomic_c.lo \
231	internal/cpu/cpu_gccgo.lo $(am__DEPENDENCIES_2)
232am__DEPENDENCIES_4 =
233am__DEPENDENCIES_5 = $(am__DEPENDENCIES_3) \
234	../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_4) \
235	$(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4) \
236	$(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4)
237libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_5)
238@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@am__objects_1 =  \
239@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@	runtime/go-context.lo
240am__objects_2 = $(am__objects_1)
241@LIBGO_IS_RTEMS_TRUE@am__objects_3 =  \
242@LIBGO_IS_RTEMS_TRUE@	runtime/rtems-task-variable-add.lo
243am__objects_4 = runtime/aeshash.lo runtime/go-assert.lo \
244	runtime/go-caller.lo runtime/go-callers.lo runtime/go-cgo.lo \
245	runtime/go-construct-map.lo runtime/go-ffi.lo \
246	runtime/go-fieldtrack.lo runtime/go-matherr.lo \
247	runtime/go-memclr.lo runtime/go-memmove.lo \
248	runtime/go-memequal.lo runtime/go-nanotime.lo \
249	runtime/go-now.lo runtime/go-nosys.lo \
250	runtime/go-reflect-call.lo runtime/go-setenv.lo \
251	runtime/go-signal.lo runtime/go-unsafe-pointer.lo \
252	runtime/go-unsetenv.lo runtime/go-unwind.lo \
253	runtime/go-varargs.lo runtime/env_posix.lo runtime/panic.lo \
254	runtime/print.lo runtime/proc.lo runtime/runtime_c.lo \
255	runtime/stack.lo runtime/yield.lo $(am__objects_2) \
256	$(am__objects_3)
257am_libgo_llgo_la_OBJECTS = $(am__objects_4)
258libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS)
259AM_V_lt = $(am__v_lt_@AM_V@)
260am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
261am__v_lt_0 = --silent
262am__v_lt_1 =
263libgo_llgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
264	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
265	$(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@
266@GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir)
267libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_5)
268am_libgo_la_OBJECTS = $(am__objects_4)
269libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
270libgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
271	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
272	$(libgo_la_LDFLAGS) $(LDFLAGS) -o $@
273@GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
274AM_V_P = $(am__v_P_@AM_V@)
275am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
276am__v_P_0 = false
277am__v_P_1 = :
278AM_V_GEN = $(am__v_GEN_@AM_V@)
279am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
280am__v_GEN_0 = @echo "  GEN     " $@;
281am__v_GEN_1 =
282AM_V_at = $(am__v_at_@AM_V@)
283am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
284am__v_at_0 = @
285am__v_at_1 =
286DEFAULT_INCLUDES = -I.@am__isrc@
287depcomp = $(SHELL) $(top_srcdir)/../depcomp
288am__depfiles_maybe = depfiles
289am__mv = mv -f
290CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
291	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
292LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
293	$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
294	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
295	$(AM_CCASFLAGS) $(CCASFLAGS)
296AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
297am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
298am__v_CPPAS_0 = @echo "  CPPAS   " $@;
299am__v_CPPAS_1 =
300COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
301	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
302LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
303	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
304	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
305	$(AM_CFLAGS) $(CFLAGS)
306AM_V_CC = $(am__v_CC_@AM_V@)
307am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
308am__v_CC_0 = @echo "  CC      " $@;
309am__v_CC_1 =
310CCLD = $(CC)
311LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
312	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
313	$(AM_LDFLAGS) $(LDFLAGS) -o $@
314AM_V_CCLD = $(am__v_CCLD_@AM_V@)
315am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
316am__v_CCLD_0 = @echo "  CCLD    " $@;
317am__v_CCLD_1 =
318SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
319	$(libgolibbegin_a_SOURCES) $(libgotool_a_SOURCES) \
320	$(libgo_llgo_la_SOURCES) $(libgo_la_SOURCES)
321RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
322	ctags-recursive dvi-recursive html-recursive info-recursive \
323	install-data-recursive install-dvi-recursive \
324	install-exec-recursive install-html-recursive \
325	install-info-recursive install-pdf-recursive \
326	install-ps-recursive install-recursive installcheck-recursive \
327	installdirs-recursive pdf-recursive ps-recursive \
328	tags-recursive uninstall-recursive
329am__can_run_installinfo = \
330  case $$AM_UPDATE_INFO_DIR in \
331    n|no|NO) false;; \
332    *) (install-info --version) >/dev/null 2>&1;; \
333  esac
334DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \
335	$(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \
336	$(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \
337	$(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \
338	$(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \
339	$(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \
340	$(toolexeclibgogobuild_DATA) $(toolexeclibgohash_DATA) \
341	$(toolexeclibgohtml_DATA) $(toolexeclibgoimage_DATA) \
342	$(toolexeclibgoimagecolor_DATA) $(toolexeclibgoindex_DATA) \
343	$(toolexeclibgointernal_DATA) $(toolexeclibgoio_DATA) \
344	$(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \
345	$(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \
346	$(toolexeclibgonethttp_DATA) $(toolexeclibgonetrpc_DATA) \
347	$(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
348	$(toolexeclibgoregexp_DATA) $(toolexeclibgoruntime_DATA) \
349	$(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
350	$(toolexeclibgotestinginternal_DATA) $(toolexeclibgotext_DATA) \
351	$(toolexeclibgotexttemplate_DATA) $(toolexeclibgotime_DATA) \
352	$(toolexeclibgounicode_DATA)
353RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
354  distclean-recursive maintainer-clean-recursive
355am__recursive_targets = \
356  $(RECURSIVE_TARGETS) \
357  $(RECURSIVE_CLEAN_TARGETS) \
358  $(am__extra_recursive_targets)
359AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
360	cscope
361am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
362	$(LISP)config.h.in
363# Read a list of newline-separated strings from the standard input,
364# and print each of them once, without duplicates.  Input order is
365# *not* preserved.
366am__uniquify_input = $(AWK) '\
367  BEGIN { nonempty = 0; } \
368  { items[$$0] = 1; nonempty = 1; } \
369  END { if (nonempty) { for (i in items) print i; }; } \
370'
371# Make sure the list of sources is unique.  This is necessary because,
372# e.g., the same source file might be shared among _SOURCES variables
373# for different programs/libraries.
374am__define_uniq_tagged_files = \
375  list='$(am__tagged_files)'; \
376  unique=`for i in $$list; do \
377    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378  done | $(am__uniquify_input)`
379ETAGS = etags
380CTAGS = ctags
381CSCOPE = cscope
382DIST_SUBDIRS = testsuite
383ACLOCAL = @ACLOCAL@
384AIX_EXTRA_ARCH = @AIX_EXTRA_ARCH@
385ALLGOARCH = @ALLGOARCH@
386ALLGOARCHFAMILY = @ALLGOARCHFAMILY@
387ALLGOOS = @ALLGOOS@
388AMTAR = @AMTAR@
389AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
390AR = @AR@
391AUTOCONF = @AUTOCONF@
392AUTOHEADER = @AUTOHEADER@
393AUTOMAKE = @AUTOMAKE@
394AWK = @AWK@
395CC = @CC@
396CCAS = @CCAS@
397CCASDEPMODE = @CCASDEPMODE@
398CCASFLAGS = @CCASFLAGS@
399CCDEPMODE = @CCDEPMODE@
400CC_FOR_BUILD = @CC_FOR_BUILD@
401CFLAGS = @CFLAGS@
402CPP = @CPP@
403CPPFLAGS = @CPPFLAGS@
404CYGPATH_W = @CYGPATH_W@
405DEFS = @DEFS@
406DEPDIR = @DEPDIR@
407DSYMUTIL = @DSYMUTIL@
408DUMPBIN = @DUMPBIN@
409ECHO_C = @ECHO_C@
410ECHO_N = @ECHO_N@
411ECHO_T = @ECHO_T@
412EGREP = @EGREP@
413EXEEXT = @EXEEXT@
414FGREP = @FGREP@
415FUNCTION_DESCRIPTORS = @FUNCTION_DESCRIPTORS@
416GOARCH = @GOARCH@
417GOC = @GOC@
418GOFLAGS = @GOFLAGS@
419GOOS = @GOOS@
420GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
421GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
422GO_SPLIT_STACK = @GO_SPLIT_STACK@
423GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
424GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
425GREP = @GREP@
426HWCAP_CFLAGS = @HWCAP_CFLAGS@
427INSTALL = @INSTALL@
428INSTALL_DATA = @INSTALL_DATA@
429INSTALL_PROGRAM = @INSTALL_PROGRAM@
430INSTALL_SCRIPT = @INSTALL_SCRIPT@
431INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
432LD = @LD@
433LDFLAGS = @LDFLAGS@
434LIBATOMIC = @LIBATOMIC@
435LIBFFI = @LIBFFI@
436LIBFFIINCS = @LIBFFIINCS@
437LIBOBJS = @LIBOBJS@
438LIBS = @LIBS@
439LIBTOOL = @LIBTOOL@
440LIPO = @LIPO@
441LN_S = @LN_S@
442LTLIBOBJS = @LTLIBOBJS@
443MAINT = @MAINT@
444MAKEINFO = @MAKEINFO@
445MATH_FLAG = @MATH_FLAG@
446MATH_LIBS = @MATH_LIBS@
447MKDIR_P = @MKDIR_P@
448NET_LIBS = @NET_LIBS@
449NM = @NM@
450NMEDIT = @NMEDIT@
451OBJCOPY = @OBJCOPY@
452OBJDUMP = @OBJDUMP@
453OBJEXT = @OBJEXT@
454OSCFLAGS = @OSCFLAGS@
455OTOOL = @OTOOL@
456OTOOL64 = @OTOOL64@
457PACKAGE = @PACKAGE@
458PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
459PACKAGE_NAME = @PACKAGE_NAME@
460PACKAGE_STRING = @PACKAGE_STRING@
461PACKAGE_TARNAME = @PACKAGE_TARNAME@
462PACKAGE_URL = @PACKAGE_URL@
463PACKAGE_VERSION = @PACKAGE_VERSION@
464PATH_SEPARATOR = @PATH_SEPARATOR@
465PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
466PTHREAD_LIBS = @PTHREAD_LIBS@
467RANLIB = @RANLIB@
468SED = @SED@
469SET_MAKE = @SET_MAKE@
470SHELL = @SHELL@
471SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
472SPLIT_STACK = @SPLIT_STACK@
473STRINGOPS_FLAG = @STRINGOPS_FLAG@
474STRIP = @STRIP@
475STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
476USE_DEJAGNU = @USE_DEJAGNU@
477VERSION = @VERSION@
478WARN_FLAGS = @WARN_FLAGS@
479WERROR = @WERROR@
480abs_builddir = @abs_builddir@
481abs_srcdir = @abs_srcdir@
482abs_top_builddir = @abs_top_builddir@
483abs_top_srcdir = @abs_top_srcdir@
484ac_ct_CC = @ac_ct_CC@
485ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
486am__include = @am__include@
487am__leading_dot = @am__leading_dot@
488am__quote = @am__quote@
489am__tar = @am__tar@
490am__untar = @am__untar@
491bindir = @bindir@
492build = @build@
493build_alias = @build_alias@
494build_cpu = @build_cpu@
495build_os = @build_os@
496build_vendor = @build_vendor@
497builddir = @builddir@
498datadir = @datadir@
499datarootdir = @datarootdir@
500docdir = @docdir@
501dvidir = @dvidir@
502enable_shared = @enable_shared@
503enable_static = @enable_static@
504exec_prefix = @exec_prefix@
505glibgo_toolexecdir = @glibgo_toolexecdir@
506glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
507go_include = @go_include@
508host = @host@
509host_alias = @host_alias@
510host_cpu = @host_cpu@
511host_os = @host_os@
512host_vendor = @host_vendor@
513htmldir = @htmldir@
514includedir = @includedir@
515infodir = @infodir@
516install_sh = @install_sh@
517libdir = @libdir@
518libexecdir = @libexecdir@
519libtool_VERSION = @libtool_VERSION@
520localedir = @localedir@
521localstatedir = @localstatedir@
522mandir = @mandir@
523mkdir_p = @mkdir_p@
524multi_basedir = @multi_basedir@
525nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
526oldincludedir = @oldincludedir@
527pdfdir = @pdfdir@
528prefix = @prefix@
529program_transform_name = @program_transform_name@
530psdir = @psdir@
531sbindir = @sbindir@
532sharedstatedir = @sharedstatedir@
533srcdir = @srcdir@
534sysconfdir = @sysconfdir@
535target = @target@
536target_alias = @target_alias@
537target_cpu = @target_cpu@
538target_os = @target_os@
539target_vendor = @target_vendor@
540top_build_prefix = @top_build_prefix@
541top_builddir = @top_builddir@
542top_srcdir = @top_srcdir@
543
544# Go support.
545SUFFIXES = .c .go .gox .o .obj .lo .a
546@LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
547@LIBGO_IS_DARWIN_FALSE@GO_EXPORT_SECTION_NAME = .go_export
548@LIBGO_IS_DARWIN_TRUE@GO_EXPORT_SECTION_NAME = __GNU_GO.__go_export
549SUBDIRS = ${subdirs}
550gcc_version := $(shell $(GOC) -dumpversion)
551MAINT_CHARSET = latin1
552mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
553PWD_COMMAND = $${PWDCMD-pwd}
554STAMP = echo timestamp >
555toolexecdir = $(glibgo_toolexecdir)
556toolexeclibdir = $(glibgo_toolexeclibdir)
557toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
558libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
559WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
560
561# -I/-D flags to pass when compiling.
562AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
563ACLOCAL_AMFLAGS = -I ./config -I ../config
564AM_CFLAGS = -fexceptions -fnon-call-exceptions \
565	$(SPLIT_STACK) $(WARN_CFLAGS) \
566	$(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \
567	-I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
568	-I $(MULTIBUILDTOP)../../gcc/include
569
570AM_LDFLAGS = $(am__append_1) $(am__append_2)
571@LIBGO_IS_AIX_TRUE@EXTRA_libgo_la_DEPENDENCIES = libgo.imp
572
573# Multilib support.
574MAKEOVERRIDES =
575
576# Work around what appears to be a GNU make  handling MAKEFLAGS
577# values defined in terms of make variables, as is the case for CC and
578# friends when we are called from the top level Makefile.
579AM_MAKEFLAGS = \
580	"AR_FLAGS=$(AR_FLAGS)" \
581	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
582	"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
583	"CFLAGS=$(CFLAGS)" \
584	"CXXFLAGS=$(CXXFLAGS)" \
585	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
586	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
587	"GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
588	"GOC=$(GOC)" \
589	"GOCFLAGS=$(GOCFLAGS)" \
590	"INSTALL=$(INSTALL)" \
591	"INSTALL_DATA=$(INSTALL_DATA)" \
592	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
593	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
594	"LDFLAGS=$(LDFLAGS)" \
595	"LIBCFLAGS=$(LIBCFLAGS)" \
596	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
597	"MAKE=$(MAKE)" \
598	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
599	"PICFLAG=$(PICFLAG)" \
600	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
601	"SHELL=$(SHELL)" \
602	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
603	"exec_prefix=$(exec_prefix)" \
604	"infodir=$(infodir)" \
605	"libdir=$(libdir)" \
606	"includedir=$(includedir)" \
607	"prefix=$(prefix)" \
608	"tooldir=$(tooldir)" \
609	"gxx_include_dir=$(gxx_include_dir)" \
610	"AR=$(AR)" \
611	"AS=$(AS)" \
612	"LD=$(LD)" \
613	"RANLIB=$(RANLIB)" \
614	"NM=$(NM)" \
615	"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
616	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
617	"DESTDIR=$(DESTDIR)" \
618	"WERROR=$(WERROR)"
619
620
621# Subdir rules rely on $(FLAGS_TO_PASS)
622FLAGS_TO_PASS = $(AM_MAKEFLAGS)
623@GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la
624@GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la
625@GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a
626@GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a
627noinst_LIBRARIES = libgotool.a
628toolexeclibgo_DATA = \
629	bufio.gox \
630	bytes.gox \
631	context.gox \
632	crypto.gox \
633	embed.gox \
634	encoding.gox \
635	errors.gox \
636	expvar.gox \
637	flag.gox \
638	fmt.gox \
639	hash.gox \
640	html.gox \
641	image.gox \
642	io.gox \
643	log.gox \
644	math.gox \
645	mime.gox \
646	net.gox \
647	os.gox \
648	path.gox \
649	reflect.gox \
650	regexp.gox \
651	runtime.gox \
652	sort.gox \
653	strconv.gox \
654	strings.gox \
655	sync.gox \
656	syscall.gox \
657	testing.gox \
658	time.gox \
659	unicode.gox
660
661toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
662toolexeclibgoarchive_DATA = \
663	archive/tar.gox \
664	archive/zip.gox
665
666toolexeclibgocompressdir = $(toolexeclibgodir)/compress
667toolexeclibgocompress_DATA = \
668	compress/bzip2.gox \
669	compress/flate.gox \
670	compress/gzip.gox \
671	compress/lzw.gox \
672	compress/zlib.gox
673
674toolexeclibgocontainerdir = $(toolexeclibgodir)/container
675toolexeclibgocontainer_DATA = \
676	container/heap.gox \
677	container/list.gox \
678	container/ring.gox
679
680toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
681toolexeclibgocrypto_DATA = \
682	crypto/aes.gox \
683	crypto/cipher.gox \
684	crypto/des.gox \
685	crypto/dsa.gox \
686	crypto/ecdsa.gox \
687	crypto/ed25519.gox \
688	crypto/elliptic.gox \
689	crypto/hmac.gox \
690	crypto/md5.gox \
691	crypto/rand.gox \
692	crypto/rc4.gox \
693	crypto/rsa.gox \
694	crypto/sha1.gox \
695	crypto/sha256.gox \
696	crypto/sha512.gox \
697	crypto/subtle.gox \
698	crypto/tls.gox \
699	crypto/x509.gox
700
701toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
702toolexeclibgocryptox509_DATA = \
703	crypto/x509/pkix.gox
704
705toolexeclibgodatabasedir = $(toolexeclibgodir)/database
706toolexeclibgodatabase_DATA = \
707	database/sql.gox
708
709toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
710toolexeclibgodatabasesql_DATA = \
711	database/sql/driver.gox
712
713toolexeclibgodebugdir = $(toolexeclibgodir)/debug
714toolexeclibgodebug_DATA = \
715	debug/dwarf.gox \
716	debug/elf.gox \
717	debug/gosym.gox \
718	debug/macho.gox \
719	debug/pe.gox \
720	debug/plan9obj.gox
721
722toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
723toolexeclibgoencoding_DATA = \
724	encoding/ascii85.gox \
725	encoding/asn1.gox \
726	encoding/base32.gox \
727	encoding/base64.gox \
728	encoding/binary.gox \
729	encoding/csv.gox \
730	encoding/gob.gox \
731	encoding/hex.gox \
732	encoding/json.gox \
733	encoding/pem.gox \
734	encoding/xml.gox
735
736toolexeclibgogodir = $(toolexeclibgodir)/go
737toolexeclibgogo_DATA = \
738	go/ast.gox \
739	go/build.gox \
740	go/constant.gox \
741	go/doc.gox \
742	go/format.gox \
743	go/importer.gox \
744	go/parser.gox \
745	go/printer.gox \
746	go/scanner.gox \
747	go/token.gox \
748	go/types.gox
749
750toolexeclibgogobuilddir = $(toolexeclibgogodir)/build
751toolexeclibgogobuild_DATA = \
752	go/build/constraint.gox
753
754toolexeclibgohashdir = $(toolexeclibgodir)/hash
755toolexeclibgohash_DATA = \
756	hash/adler32.gox \
757	hash/crc32.gox \
758	hash/crc64.gox \
759	hash/fnv.gox \
760	hash/maphash.gox
761
762toolexeclibgohtmldir = $(toolexeclibgodir)/html
763toolexeclibgohtml_DATA = \
764	html/template.gox
765
766toolexeclibgoimagedir = $(toolexeclibgodir)/image
767toolexeclibgoimage_DATA = \
768	image/color.gox \
769	image/draw.gox \
770	image/gif.gox \
771	image/jpeg.gox \
772	image/png.gox
773
774toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
775toolexeclibgoimagecolor_DATA = \
776	image/color/palette.gox
777
778toolexeclibgoindexdir = $(toolexeclibgodir)/index
779toolexeclibgoindex_DATA = \
780	index/suffixarray.gox
781
782toolexeclibgoiodir = $(toolexeclibgodir)/io
783toolexeclibgoio_DATA = \
784	io/fs.gox \
785	io/ioutil.gox
786
787toolexeclibgologdir = $(toolexeclibgodir)/log
788toolexeclibgolog_DATA = \
789	log/syslog.gox
790
791toolexeclibgomathdir = $(toolexeclibgodir)/math
792toolexeclibgomath_DATA = \
793	math/big.gox \
794	math/bits.gox \
795	math/cmplx.gox \
796	math/rand.gox
797
798toolexeclibgomimedir = $(toolexeclibgodir)/mime
799toolexeclibgomime_DATA = \
800	mime/multipart.gox \
801	mime/quotedprintable.gox
802
803toolexeclibgonetdir = $(toolexeclibgodir)/net
804toolexeclibgonet_DATA = \
805	net/http.gox \
806	net/mail.gox \
807	net/rpc.gox \
808	net/smtp.gox \
809	net/textproto.gox \
810	net/url.gox
811
812toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
813toolexeclibgonethttp_DATA = \
814	net/http/cgi.gox \
815	net/http/cookiejar.gox \
816	net/http/fcgi.gox \
817	net/http/httptest.gox \
818	net/http/httptrace.gox \
819	net/http/httputil.gox \
820	net/http/pprof.gox
821
822toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
823toolexeclibgonetrpc_DATA = \
824	net/rpc/jsonrpc.gox
825
826toolexeclibgoosdir = $(toolexeclibgodir)/os
827toolexeclibgoos_DATA = \
828	os/exec.gox \
829	os/signal.gox \
830	os/user.gox
831
832toolexeclibgopathdir = $(toolexeclibgodir)/path
833toolexeclibgopath_DATA = \
834	path/filepath.gox
835
836toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
837toolexeclibgoregexp_DATA = \
838	regexp/syntax.gox
839
840toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
841toolexeclibgoruntime_DATA = \
842	runtime/debug.gox \
843	runtime/metrics.gox \
844	runtime/pprof.gox \
845	runtime/trace.gox
846
847toolexeclibgosyncdir = $(toolexeclibgodir)/sync
848toolexeclibgosync_DATA = \
849	sync/atomic.gox
850
851toolexeclibgotestingdir = $(toolexeclibgodir)/testing
852toolexeclibgotesting_DATA = \
853	testing/fstest.gox \
854	testing/iotest.gox \
855	testing/quick.gox
856
857toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal
858toolexeclibgotestinginternal_DATA = \
859	testing/internal/testdeps.gox
860
861toolexeclibgotextdir = $(toolexeclibgodir)/text
862toolexeclibgotext_DATA = \
863	text/scanner.gox \
864	text/tabwriter.gox \
865	text/template.gox
866
867toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
868toolexeclibgotexttemplate_DATA = \
869	text/template/parse.gox
870
871toolexeclibgotimedir = $(toolexeclibgodir)/time
872toolexeclibgotime_DATA = \
873	time/tzdata.gox
874
875toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
876toolexeclibgounicode_DATA = \
877	unicode/utf16.gox \
878	unicode/utf8.gox
879
880
881# Some internal packages are needed to bootstrap the gc toolchain.
882toolexeclibgointernaldir = $(toolexeclibgodir)/internal
883toolexeclibgointernal_DATA = \
884	internal/reflectlite.gox \
885	internal/unsafeheader.gox
886
887
888# Some packages are only needed for tests, so unlike the other
889# internal packages nothing will explicitly depend on them.
890# Force them to be built.
891noinst_DATA = golang.org/x/net/nettest.gox internal/cfg.gox \
892	internal/obscuretestdata.gox internal/profile.gox \
893	internal/testenv.gox internal/trace.gox \
894	net/internal/socktest.gox os/signal/internal/pty.gox \
895	zdefaultcc.go
896@LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
897@LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
898runtime_context_asm_file = $(am__append_3)
899runtime_files = \
900	runtime/aeshash.c \
901	runtime/go-assert.c \
902	runtime/go-caller.c \
903	runtime/go-callers.c \
904	runtime/go-cgo.c \
905	runtime/go-construct-map.c \
906	runtime/go-ffi.c \
907	runtime/go-fieldtrack.c \
908	runtime/go-matherr.c \
909	runtime/go-memclr.c \
910	runtime/go-memmove.c \
911	runtime/go-memequal.c \
912	runtime/go-nanotime.c \
913	runtime/go-now.c \
914	runtime/go-nosys.c \
915	runtime/go-reflect-call.c \
916	runtime/go-setenv.c \
917	runtime/go-signal.c \
918	runtime/go-unsafe-pointer.c \
919	runtime/go-unsetenv.c \
920	runtime/go-unwind.c \
921	runtime/go-varargs.c \
922	runtime/env_posix.c \
923	runtime/panic.c \
924	runtime/print.c \
925	runtime/proc.c \
926	runtime/runtime_c.c \
927	runtime/stack.c \
928	runtime/yield.c \
929	$(runtime_context_asm_file) \
930	$(rtems_task_variable_add_file)
931
932GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')
933GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
934GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
935@LIBGO_IS_LINUX_FALSE@syscall_epoll_file =
936@LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go
937SYSINFO_FLAGS = \
938	$(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
939	$(CPPFLAGS) $(OSCFLAGS) -O
940
941@LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo =
942@LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo
943@LIBGO_IS_X86_FALSE@golangorg_x_sys_cpu_gccgo_x86_lo =
944@LIBGO_IS_X86_TRUE@golangorg_x_sys_cpu_gccgo_x86_lo = golang.org/x/sys/cpu_gccgo_x86.lo
945PACKAGES = $(shell cat $(srcdir)/libgo-packages.txt)
946libgo_go_objs = \
947	$(addsuffix .lo,$(PACKAGES)) \
948	internal/bytealg/bytealg.lo \
949	reflect/makefunc_ffi_c.lo \
950	$(syscall_lib_clone_lo) \
951	syscall/errno.lo \
952	syscall/signame.lo \
953	syscall/wait.lo \
954	os/dir_gccgo_c.lo \
955	$(golangorg_x_net_lif_lo) \
956	$(golangorg_x_net_route_lo) \
957	log/syslog/syslog_c.lo \
958	$(os_lib_inotify_lo) \
959	runtime/internal/atomic_c.lo \
960	sync/atomic_c.lo \
961	internal/cpu/cpu_gccgo.lo \
962	$(golangorg_x_sys_cpu_gccgo_x86_lo)
963
964libgo_ldflags = \
965	-version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
966
967libgo_libadd = \
968	$(libgo_go_objs) ../libbacktrace/libbacktrace.la \
969	$(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
970
971libgo_la_SOURCES = $(runtime_files)
972libgo_la_LDFLAGS = $(libgo_ldflags)
973libgo_la_LIBADD = $(libgo_libadd)
974libgo_llgo_la_SOURCES = $(runtime_files)
975libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
976libgo_llgo_la_LIBADD = $(libgo_libadd)
977libgobegin_a_SOURCES = \
978	runtime/go-main.c
979
980libgobegin_llgo_a_SOURCES = \
981	runtime/go-main.c
982
983
984# Use -fPIC for libgobegin so that it can be put in a PIE.
985libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
986libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
987libgolibbegin_a_SOURCES = \
988	runtime/go-libmain.c
989
990libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
991GOTOOL_PACKAGES = $(shell cat $(srcdir)/gotool-packages.txt)
992libgotool_a_SOURCES =
993libgotool_a_DEPENDENCIES = $(addsuffix .lo,$(GOTOOL_PACKAGES))
994libgotool_a_LIBADD = $(addsuffix .o,$(GOTOOL_PACKAGES))
995LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
996GOCFLAGS = $(CFLAGS)
997AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
998GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
999LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1000	$(AM_GOCFLAGS) $(GOCFLAGS)
1001
1002GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1003	$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1004
1005
1006# Build the dependencies for a Go package.
1007BUILDDEPS = \
1008	$(MKDIR_P) $(@D); \
1009	dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \
1010	files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$$dir --extrafiles="$(extra_go_files_$(subst .,_,$(subst /,_,$(subst .lo.dep,,$@))))" $(matchargs_$(subst /,_,$(subst .lo.dep,,$@)))`; \
1011	$(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
1012	if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
1013	  rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
1014	fi; \
1015	mv -f $@.tmp $@
1016
1017
1018# Build the .go files for a package, generating a .lo file.
1019BUILDPACKAGE = \
1020	$(MKDIR_P) $(@D); \
1021	files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
1022	$(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
1023
1024
1025# How to build a .gox file from a .lo file.
1026# Matching .o file can either be in the same directory as the .lo (non-PIC
1027# object) or in the .libs directory (PIC object).
1028BUILDGOX = \
1029	f="$(basename $<).o"; \
1030	if test ! -f $$f; then \
1031	  f="$(basename $(<D)/.libs/$(<F)).o"; \
1032	fi; \
1033	$(OBJCOPY) -j $(GO_EXPORT_SECTION_NAME) $$f $@.tmp; \
1034	$(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'`
1035
1036GOTESTFLAGS =
1037GOBENCH =
1038
1039# Check a package.
1040CHECK = \
1041	GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1042	export GC; \
1043	GOLIBS="$(extra_check_libs_$(subst .,_,$(subst /,_,$(@D)))) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
1044	export GOLIBS; \
1045	RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1046	export RUNTESTFLAGS; \
1047	MAKE="$(MAKE)"; \
1048	export MAKE; \
1049	NM="$(NM)"; \
1050	export NM; \
1051	libgccdir=`${GOC} ${GOCFLAGS} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1052	LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1053	LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1054	export LD_LIBRARY_PATH; \
1055	$(MKDIR_P) $(@D); \
1056	rm -f $@-testsum $@-testlog; \
1057	files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst .,_,$(subst /,_,$(@D))))" $(matchargs_$(subst /,_,$(@D)))`; \
1058	if test "$(USE_DEJAGNU)" = "yes"; then \
1059	  $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1060	elif test "$(GOBENCH)" != ""; then \
1061	  $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1062	else \
1063	  if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1064	    echo "PASS: $(@D)" >> $@-testlog; \
1065	    echo "PASS: $(@D)"; \
1066	    echo "PASS: $(@D)" > $@-testsum; \
1067	  else \
1068	    echo "FAIL: $(@D)" >> $@-testlog; \
1069	    cat $@-testlog; \
1070	    echo "FAIL: $(@D)" > $@-testsum; \
1071	    exit 1; \
1072	  fi; \
1073	fi
1074
1075
1076# Build all packages before checking any.
1077CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
1078	$(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
1079	$(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
1080	$(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \
1081	$(toolexeclibgohash_DATA) $(toolexeclibgoimage_DATA) \
1082	$(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \
1083	$(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \
1084	$(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \
1085	$(toolexeclibgonethttp_DATA) $(toolexeclibgoos_DATA) \
1086	$(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \
1087	$(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
1088	$(toolexeclibgotesting_DATA) $(toolexeclibgotext_DATA) \
1089	$(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA) \
1090	$(noinst_DATA) $(noinst_LIBRARIES) $(am__append_4) \
1091	$(am__append_5)
1092
1093# Pass -ffp-contract=off, or 386-specific options, when building the
1094# math package.  MATH_FLAG is defined in configure.ac.
1095math_lo_GOCFLAGS = $(MATH_FLAG)
1096math_check_GOCFLAGS = $(MATH_FLAG)
1097
1098# Add generated files to the runtime package.
1099extra_go_files_runtime = runtime_linknames.go runtime_sysinfo.go sigtab.go
1100
1101# Add generated files to the syscall package.
1102extra_go_files_syscall = \
1103	libcalls.go \
1104	sysinfo.go \
1105	syscall_arch.go \
1106	syscall_linknames.go \
1107	$(syscall_epoll_file)
1108
1109
1110# Pass -fgo-compiling-runtime when compiling the runtime package.
1111runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.raw -fgo-compiling-runtime
1112runtime_check_GOCFLAGS = -fgo-compiling-runtime
1113runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
1114runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime
1115runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
1116runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime
1117@USE_LIBFFI_FALSE@matchargs_runtime =
1118
1119# If libffi is supported (the normal case) use the ffi build tag for
1120# the runtime package.
1121@USE_LIBFFI_TRUE@matchargs_runtime = --tag=libffi
1122
1123# At least for now, we need -static-libgo for this test, because
1124# otherwise we can't get the line numbers.
1125# Also use -fno-inline to get better results from the memory profiler.
1126runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
1127
1128# reflect tests must be done with -static-libgo. Otherwize,
1129# there will be a duplication of the canonicalization map.
1130@LIBGO_IS_AIX_TRUE@reflect_check_GOCFLAGS = -static-libgo -Wl,-bbigtoc
1131
1132# Use -static for the syscall tests if possible, because otherwise when
1133# running as root the re-execs ignore LD_LIBRARY_PATH.
1134@HAVE_STATIC_LINK_TRUE@syscall_check_GOCFLAGS = -static
1135extra_go_files_runtime_internal_sys = version.go
1136extra_go_files_internal_cpu = cpugen.go
1137extra_go_files_golang_org_x_sys_cpu = gcpugen.go
1138extra_go_files_internal_goroot = zstdpkglist.go
1139extra_go_files_go_types = gccgosizes.go
1140extra_go_files_cmd_internal_objabi = objabi.go
1141extra_go_files_cmd_go_internal_cfg = zdefaultcc.go
1142extra_go_files_os = os_linknames.go
1143extra_go_files_os_user = os_user_linknames.go
1144extra_check_libs_cmd_go_internal_cache = $(abs_builddir)/libgotool.a
1145extra_check_libs_cmd_go_internal_fsys = $(abs_builddir)/libgotool.a
1146extra_check_libs_cmd_go_internal_generate = $(abs_builddir)/libgotool.a
1147extra_check_libs_cmd_go_internal_get = $(abs_builddir)/libgotool.a
1148extra_check_libs_cmd_go_internal_load = $(abs_builddir)/libgotool.a
1149extra_check_libs_cmd_go_internal_lockedfile = $(abs_builddir)/libgotool.a
1150extra_check_libs_cmd_go_internal_imports = $(abs_builddir)/libgotool.a
1151extra_check_libs_cmd_go_internal_modconv = $(abs_builddir)/libgotool.a
1152extra_check_libs_cmd_go_internal_modfetch = $(abs_builddir)/libgotool.a
1153extra_check_libs_cmd_go_internal_modfetch_codehost = $(abs_builddir)/libgotool.a
1154extra_check_libs_cmd_go_internal_modfile = $(abs_builddir)/libgotool.a
1155extra_check_libs_cmd_go_internal_modload = $(abs_builddir)/libgotool.a
1156extra_check_libs_cmd_go_internal_module = $(abs_builddir)/libgotool.a
1157extra_check_libs_cmd_go_internal_mvs = $(abs_builddir)/libgotool.a
1158extra_check_libs_cmd_go_internal_search = $(abs_builddir)/libgotool.a
1159extra_check_libs_cmd_go_internal_str = $(abs_builddir)/libgotool.a
1160extra_check_libs_cmd_go_internal_test = $(abs_builddir)/libgotool.a
1161extra_check_libs_cmd_go_internal_vcs = $(abs_builddir)/libgotool.a
1162extra_check_libs_cmd_go_internal_web2 = $(abs_builddir)/libgotool.a
1163extra_check_libs_cmd_go_internal_work = $(abs_builddir)/libgotool.a
1164extra_check_libs_cmd_internal_buildid = $(abs_builddir)/libgotool.a
1165extra_check_libs_cmd_vet_internal_cfg = $(abs_builddir)/libgotool.a
1166@HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1167
1168# Solaris 11.4 changed the type of fields in struct stat.
1169# Use a build tag, based on a configure check, to cope.
1170@HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1171@LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1172@LIBGO_IS_BSD_TRUE@golangorg_x_net_route_lo = \
1173@LIBGO_IS_BSD_TRUE@	golang.org/x/net/route.lo
1174
1175@LIBGO_IS_SOLARIS_TRUE@golangorg_x_net_lif_lo = \
1176@LIBGO_IS_SOLARIS_TRUE@	golang.org/x/net/lif.lo
1177
1178TEST_PACKAGES = $(addsuffix /check,$(shell cat $(srcdir)/check-packages.txt))
1179MOSTLYCLEANFILES = \
1180	s-runtime_sysinfo s-sigtab s-runtime-inc s-zstdpkglist \
1181	s-libcalls s-libcalls-list s-syscall_arch s-gen-sysinfo s-sysinfo \
1182	s-errno s-epoll \
1183	libgo.head libgo.sum.sep libgo.log.sep libgo.var \
1184	libcalls-list \
1185	runtime.inc runtime.inc.tmp2 runtime.inc.tmp3 runtime.inc.raw
1186
1187CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc
1188MULTISRCTOP =
1189MULTIBUILDTOP =
1190MULTIDIRS =
1191MULTISUBDIR =
1192MULTIDO = true
1193MULTICLEAN = true
1194@LIBGO_IS_AIX_FALSE@ALL_LOCAL_DEPS =
1195@LIBGO_IS_AIX_TRUE@ALL_LOCAL_DEPS = add-aix-fat-library
1196MAJOR = $(firstword $(subst :, ,$(libtool_VERSION)))
1197all: config.h
1198	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1199
1200.SUFFIXES:
1201.SUFFIXES: .c .go .gox .o .obj .lo .a .S
1202am--refresh: Makefile
1203	@:
1204$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
1205	@for dep in $?; do \
1206	  case '$(am__configure_deps)' in \
1207	    *$$dep*) \
1208	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1209	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1210		&& exit 0; \
1211	      exit 1;; \
1212	  esac; \
1213	done; \
1214	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1215	$(am__cd) $(top_srcdir) && \
1216	  $(AUTOMAKE) --foreign Makefile
1217Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1218	@case '$?' in \
1219	  *config.status*) \
1220	    echo ' $(SHELL) ./config.status'; \
1221	    $(SHELL) ./config.status;; \
1222	  *) \
1223	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1224	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1225	esac;
1226$(top_srcdir)/../multilib.am $(am__empty):
1227
1228$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1229	$(SHELL) ./config.status --recheck
1230
1231$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1232	$(am__cd) $(srcdir) && $(AUTOCONF)
1233$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1234	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1235$(am__aclocal_m4_deps):
1236
1237config.h: stamp-h1
1238	@test -f $@ || rm -f stamp-h1
1239	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1240
1241stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1242	@rm -f stamp-h1
1243	cd $(top_builddir) && $(SHELL) ./config.status config.h
1244$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1245	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1246	rm -f stamp-h1
1247	touch $@
1248
1249distclean-hdr:
1250	-rm -f config.h stamp-h1
1251
1252clean-noinstLIBRARIES:
1253	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1254install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1255	@$(NORMAL_INSTALL)
1256	@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1257	list2=; for p in $$list; do \
1258	  if test -f $$p; then \
1259	    list2="$$list2 $$p"; \
1260	  else :; fi; \
1261	done; \
1262	test -z "$$list2" || { \
1263	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1264	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1265	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1266	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1267	@$(POST_INSTALL)
1268	@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1269	for p in $$list; do \
1270	  if test -f $$p; then \
1271	    $(am__strip_dir) \
1272	    echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1273	    ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1274	  else :; fi; \
1275	done
1276
1277uninstall-toolexeclibLIBRARIES:
1278	@$(NORMAL_UNINSTALL)
1279	@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1280	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1281	dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1282
1283clean-toolexeclibLIBRARIES:
1284	-test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1285runtime/$(am__dirstamp):
1286	@$(MKDIR_P) runtime
1287	@: > runtime/$(am__dirstamp)
1288runtime/$(DEPDIR)/$(am__dirstamp):
1289	@$(MKDIR_P) runtime/$(DEPDIR)
1290	@: > runtime/$(DEPDIR)/$(am__dirstamp)
1291runtime/libgobegin_llgo_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1292	runtime/$(DEPDIR)/$(am__dirstamp)
1293
1294libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1295	$(AM_V_at)-rm -f libgobegin-llgo.a
1296	$(AM_V_AR)$(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1297	$(AM_V_at)$(RANLIB) libgobegin-llgo.a
1298runtime/libgobegin_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1299	runtime/$(DEPDIR)/$(am__dirstamp)
1300
1301libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1302	$(AM_V_at)-rm -f libgobegin.a
1303	$(AM_V_AR)$(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1304	$(AM_V_at)$(RANLIB) libgobegin.a
1305runtime/libgolibbegin_a-go-libmain.$(OBJEXT): runtime/$(am__dirstamp) \
1306	runtime/$(DEPDIR)/$(am__dirstamp)
1307
1308libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1309	$(AM_V_at)-rm -f libgolibbegin.a
1310	$(AM_V_AR)$(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1311	$(AM_V_at)$(RANLIB) libgolibbegin.a
1312
1313libgotool.a: $(libgotool_a_OBJECTS) $(libgotool_a_DEPENDENCIES) $(EXTRA_libgotool_a_DEPENDENCIES)
1314	$(AM_V_at)-rm -f libgotool.a
1315	$(AM_V_AR)$(libgotool_a_AR) libgotool.a $(libgotool_a_OBJECTS) $(libgotool_a_LIBADD)
1316	$(AM_V_at)$(RANLIB) libgotool.a
1317
1318install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1319	@$(NORMAL_INSTALL)
1320	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1321	list2=; for p in $$list; do \
1322	  if test -f $$p; then \
1323	    list2="$$list2 $$p"; \
1324	  else :; fi; \
1325	done; \
1326	test -z "$$list2" || { \
1327	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1328	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1329	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1330	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1331	}
1332
1333uninstall-toolexeclibLTLIBRARIES:
1334	@$(NORMAL_UNINSTALL)
1335	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1336	for p in $$list; do \
1337	  $(am__strip_dir) \
1338	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1339	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1340	done
1341
1342clean-toolexeclibLTLIBRARIES:
1343	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1344	@list='$(toolexeclib_LTLIBRARIES)'; \
1345	locs=`for p in $$list; do echo $$p; done | \
1346	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1347	      sort -u`; \
1348	test -z "$$locs" || { \
1349	  echo rm -f $${locs}; \
1350	  rm -f $${locs}; \
1351	}
1352runtime/aeshash.lo: runtime/$(am__dirstamp) \
1353	runtime/$(DEPDIR)/$(am__dirstamp)
1354runtime/go-assert.lo: runtime/$(am__dirstamp) \
1355	runtime/$(DEPDIR)/$(am__dirstamp)
1356runtime/go-caller.lo: runtime/$(am__dirstamp) \
1357	runtime/$(DEPDIR)/$(am__dirstamp)
1358runtime/go-callers.lo: runtime/$(am__dirstamp) \
1359	runtime/$(DEPDIR)/$(am__dirstamp)
1360runtime/go-cgo.lo: runtime/$(am__dirstamp) \
1361	runtime/$(DEPDIR)/$(am__dirstamp)
1362runtime/go-construct-map.lo: runtime/$(am__dirstamp) \
1363	runtime/$(DEPDIR)/$(am__dirstamp)
1364runtime/go-ffi.lo: runtime/$(am__dirstamp) \
1365	runtime/$(DEPDIR)/$(am__dirstamp)
1366runtime/go-fieldtrack.lo: runtime/$(am__dirstamp) \
1367	runtime/$(DEPDIR)/$(am__dirstamp)
1368runtime/go-matherr.lo: runtime/$(am__dirstamp) \
1369	runtime/$(DEPDIR)/$(am__dirstamp)
1370runtime/go-memclr.lo: runtime/$(am__dirstamp) \
1371	runtime/$(DEPDIR)/$(am__dirstamp)
1372runtime/go-memmove.lo: runtime/$(am__dirstamp) \
1373	runtime/$(DEPDIR)/$(am__dirstamp)
1374runtime/go-memequal.lo: runtime/$(am__dirstamp) \
1375	runtime/$(DEPDIR)/$(am__dirstamp)
1376runtime/go-nanotime.lo: runtime/$(am__dirstamp) \
1377	runtime/$(DEPDIR)/$(am__dirstamp)
1378runtime/go-now.lo: runtime/$(am__dirstamp) \
1379	runtime/$(DEPDIR)/$(am__dirstamp)
1380runtime/go-nosys.lo: runtime/$(am__dirstamp) \
1381	runtime/$(DEPDIR)/$(am__dirstamp)
1382runtime/go-reflect-call.lo: runtime/$(am__dirstamp) \
1383	runtime/$(DEPDIR)/$(am__dirstamp)
1384runtime/go-setenv.lo: runtime/$(am__dirstamp) \
1385	runtime/$(DEPDIR)/$(am__dirstamp)
1386runtime/go-signal.lo: runtime/$(am__dirstamp) \
1387	runtime/$(DEPDIR)/$(am__dirstamp)
1388runtime/go-unsafe-pointer.lo: runtime/$(am__dirstamp) \
1389	runtime/$(DEPDIR)/$(am__dirstamp)
1390runtime/go-unsetenv.lo: runtime/$(am__dirstamp) \
1391	runtime/$(DEPDIR)/$(am__dirstamp)
1392runtime/go-unwind.lo: runtime/$(am__dirstamp) \
1393	runtime/$(DEPDIR)/$(am__dirstamp)
1394runtime/go-varargs.lo: runtime/$(am__dirstamp) \
1395	runtime/$(DEPDIR)/$(am__dirstamp)
1396runtime/env_posix.lo: runtime/$(am__dirstamp) \
1397	runtime/$(DEPDIR)/$(am__dirstamp)
1398runtime/panic.lo: runtime/$(am__dirstamp) \
1399	runtime/$(DEPDIR)/$(am__dirstamp)
1400runtime/print.lo: runtime/$(am__dirstamp) \
1401	runtime/$(DEPDIR)/$(am__dirstamp)
1402runtime/proc.lo: runtime/$(am__dirstamp) \
1403	runtime/$(DEPDIR)/$(am__dirstamp)
1404runtime/runtime_c.lo: runtime/$(am__dirstamp) \
1405	runtime/$(DEPDIR)/$(am__dirstamp)
1406runtime/stack.lo: runtime/$(am__dirstamp) \
1407	runtime/$(DEPDIR)/$(am__dirstamp)
1408runtime/yield.lo: runtime/$(am__dirstamp) \
1409	runtime/$(DEPDIR)/$(am__dirstamp)
1410runtime/go-context.lo: runtime/$(am__dirstamp) \
1411	runtime/$(DEPDIR)/$(am__dirstamp)
1412runtime/rtems-task-variable-add.lo: runtime/$(am__dirstamp) \
1413	runtime/$(DEPDIR)/$(am__dirstamp)
1414
1415libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1416	$(AM_V_CCLD)$(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1417
1418libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1419	$(AM_V_CCLD)$(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1420
1421mostlyclean-compile:
1422	-rm -f *.$(OBJEXT)
1423	-rm -f runtime/*.$(OBJEXT)
1424	-rm -f runtime/*.lo
1425
1426distclean-compile:
1427	-rm -f *.tab.c
1428
1429@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/aeshash.Plo@am__quote@
1430@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/env_posix.Plo@am__quote@
1431@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-assert.Plo@am__quote@
1432@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-caller.Plo@am__quote@
1433@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-callers.Plo@am__quote@
1434@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cgo.Plo@am__quote@
1435@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-construct-map.Plo@am__quote@
1436@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-context.Plo@am__quote@
1437@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-ffi.Plo@am__quote@
1438@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1439@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-matherr.Plo@am__quote@
1440@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memclr.Plo@am__quote@
1441@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memequal.Plo@am__quote@
1442@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memmove.Plo@am__quote@
1443@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nanotime.Plo@am__quote@
1444@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nosys.Plo@am__quote@
1445@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-now.Plo@am__quote@
1446@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-reflect-call.Plo@am__quote@
1447@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-setenv.Plo@am__quote@
1448@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-signal.Plo@am__quote@
1449@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1450@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsetenv.Plo@am__quote@
1451@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unwind.Plo@am__quote@
1452@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-varargs.Plo@am__quote@
1453@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1454@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1455@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1456@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/panic.Plo@am__quote@
1457@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/print.Plo@am__quote@
1458@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/proc.Plo@am__quote@
1459@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1460@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/runtime_c.Plo@am__quote@
1461@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/stack.Plo@am__quote@
1462@AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/yield.Plo@am__quote@
1463
1464.S.o:
1465@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1466@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1467@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1468@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1469@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1470@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
1471
1472.S.obj:
1473@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1474@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1475@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1476@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1477@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1478@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1479
1480.S.lo:
1481@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1482@am__fastdepCCAS_TRUE@	$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1483@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1484@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1485@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1486@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
1487
1488.c.o:
1489@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1490@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1491@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1492@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1493@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1494@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1495
1496.c.obj:
1497@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1498@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1499@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1500@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1501@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1502@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1503
1504.c.lo:
1505@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1506@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1507@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1508@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1509@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1510@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1511
1512runtime/libgobegin_llgo_a-go-main.o: runtime/go-main.c
1513@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1514@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1515@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1516@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1517@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1518
1519runtime/libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1520@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/libgobegin_llgo_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
1521@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1522@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1523@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1524@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_llgo_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
1525
1526runtime/libgobegin_a-go-main.o: runtime/go-main.c
1527@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1528@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1529@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1530@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1531@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1532
1533runtime/libgobegin_a-go-main.obj: runtime/go-main.c
1534@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/libgobegin_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
1535@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1536@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1537@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1538@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
1539
1540runtime/libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1541@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.o -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1542@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1543@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1544@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1545@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1546
1547runtime/libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1548@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.obj -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi`
1549@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1550@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1551@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1552@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi`
1553
1554mostlyclean-libtool:
1555	-rm -f *.lo
1556
1557clean-libtool:
1558	-rm -rf .libs _libs
1559	-rm -rf runtime/.libs runtime/_libs
1560
1561distclean-libtool:
1562	-rm -f libtool config.lt
1563install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
1564	@$(NORMAL_INSTALL)
1565	@list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1566	if test -n "$$list"; then \
1567	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
1568	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
1569	fi; \
1570	for p in $$list; do \
1571	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1572	  echo "$$d$$p"; \
1573	done | $(am__base_list) | \
1574	while read files; do \
1575	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
1576	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
1577	done
1578
1579uninstall-toolexeclibgoDATA:
1580	@$(NORMAL_UNINSTALL)
1581	@list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1582	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1583	dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
1584install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
1585	@$(NORMAL_INSTALL)
1586	@list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1587	if test -n "$$list"; then \
1588	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1589	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
1590	fi; \
1591	for p in $$list; do \
1592	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1593	  echo "$$d$$p"; \
1594	done | $(am__base_list) | \
1595	while read files; do \
1596	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1597	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
1598	done
1599
1600uninstall-toolexeclibgoarchiveDATA:
1601	@$(NORMAL_UNINSTALL)
1602	@list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1603	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1604	dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
1605install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
1606	@$(NORMAL_INSTALL)
1607	@list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1608	if test -n "$$list"; then \
1609	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1610	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
1611	fi; \
1612	for p in $$list; do \
1613	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1614	  echo "$$d$$p"; \
1615	done | $(am__base_list) | \
1616	while read files; do \
1617	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1618	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
1619	done
1620
1621uninstall-toolexeclibgocompressDATA:
1622	@$(NORMAL_UNINSTALL)
1623	@list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1624	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1625	dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
1626install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
1627	@$(NORMAL_INSTALL)
1628	@list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1629	if test -n "$$list"; then \
1630	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1631	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
1632	fi; \
1633	for p in $$list; do \
1634	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1635	  echo "$$d$$p"; \
1636	done | $(am__base_list) | \
1637	while read files; do \
1638	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1639	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
1640	done
1641
1642uninstall-toolexeclibgocontainerDATA:
1643	@$(NORMAL_UNINSTALL)
1644	@list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1645	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1646	dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
1647install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
1648	@$(NORMAL_INSTALL)
1649	@list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1650	if test -n "$$list"; then \
1651	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1652	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
1653	fi; \
1654	for p in $$list; do \
1655	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1656	  echo "$$d$$p"; \
1657	done | $(am__base_list) | \
1658	while read files; do \
1659	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1660	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
1661	done
1662
1663uninstall-toolexeclibgocryptoDATA:
1664	@$(NORMAL_UNINSTALL)
1665	@list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1666	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1667	dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
1668install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
1669	@$(NORMAL_INSTALL)
1670	@list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1671	if test -n "$$list"; then \
1672	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1673	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
1674	fi; \
1675	for p in $$list; do \
1676	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1677	  echo "$$d$$p"; \
1678	done | $(am__base_list) | \
1679	while read files; do \
1680	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1681	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
1682	done
1683
1684uninstall-toolexeclibgocryptox509DATA:
1685	@$(NORMAL_UNINSTALL)
1686	@list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1687	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1688	dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
1689install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
1690	@$(NORMAL_INSTALL)
1691	@list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1692	if test -n "$$list"; then \
1693	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1694	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
1695	fi; \
1696	for p in $$list; do \
1697	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1698	  echo "$$d$$p"; \
1699	done | $(am__base_list) | \
1700	while read files; do \
1701	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1702	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
1703	done
1704
1705uninstall-toolexeclibgodatabaseDATA:
1706	@$(NORMAL_UNINSTALL)
1707	@list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1708	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1709	dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
1710install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
1711	@$(NORMAL_INSTALL)
1712	@list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1713	if test -n "$$list"; then \
1714	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1715	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
1716	fi; \
1717	for p in $$list; do \
1718	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1719	  echo "$$d$$p"; \
1720	done | $(am__base_list) | \
1721	while read files; do \
1722	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1723	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
1724	done
1725
1726uninstall-toolexeclibgodatabasesqlDATA:
1727	@$(NORMAL_UNINSTALL)
1728	@list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1729	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1730	dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
1731install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
1732	@$(NORMAL_INSTALL)
1733	@list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1734	if test -n "$$list"; then \
1735	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1736	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
1737	fi; \
1738	for p in $$list; do \
1739	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1740	  echo "$$d$$p"; \
1741	done | $(am__base_list) | \
1742	while read files; do \
1743	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1744	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
1745	done
1746
1747uninstall-toolexeclibgodebugDATA:
1748	@$(NORMAL_UNINSTALL)
1749	@list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1750	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1751	dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
1752install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
1753	@$(NORMAL_INSTALL)
1754	@list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1755	if test -n "$$list"; then \
1756	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1757	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
1758	fi; \
1759	for p in $$list; do \
1760	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1761	  echo "$$d$$p"; \
1762	done | $(am__base_list) | \
1763	while read files; do \
1764	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1765	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
1766	done
1767
1768uninstall-toolexeclibgoencodingDATA:
1769	@$(NORMAL_UNINSTALL)
1770	@list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1771	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1772	dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
1773install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
1774	@$(NORMAL_INSTALL)
1775	@list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1776	if test -n "$$list"; then \
1777	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
1778	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
1779	fi; \
1780	for p in $$list; do \
1781	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1782	  echo "$$d$$p"; \
1783	done | $(am__base_list) | \
1784	while read files; do \
1785	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
1786	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
1787	done
1788
1789uninstall-toolexeclibgogoDATA:
1790	@$(NORMAL_UNINSTALL)
1791	@list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1792	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1793	dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
1794install-toolexeclibgogobuildDATA: $(toolexeclibgogobuild_DATA)
1795	@$(NORMAL_INSTALL)
1796	@list='$(toolexeclibgogobuild_DATA)'; test -n "$(toolexeclibgogobuilddir)" || list=; \
1797	if test -n "$$list"; then \
1798	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogobuilddir)'"; \
1799	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogobuilddir)" || exit 1; \
1800	fi; \
1801	for p in $$list; do \
1802	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1803	  echo "$$d$$p"; \
1804	done | $(am__base_list) | \
1805	while read files; do \
1806	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogobuilddir)'"; \
1807	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogobuilddir)" || exit $$?; \
1808	done
1809
1810uninstall-toolexeclibgogobuildDATA:
1811	@$(NORMAL_UNINSTALL)
1812	@list='$(toolexeclibgogobuild_DATA)'; test -n "$(toolexeclibgogobuilddir)" || list=; \
1813	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1814	dir='$(DESTDIR)$(toolexeclibgogobuilddir)'; $(am__uninstall_files_from_dir)
1815install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
1816	@$(NORMAL_INSTALL)
1817	@list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1818	if test -n "$$list"; then \
1819	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1820	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
1821	fi; \
1822	for p in $$list; do \
1823	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1824	  echo "$$d$$p"; \
1825	done | $(am__base_list) | \
1826	while read files; do \
1827	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1828	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
1829	done
1830
1831uninstall-toolexeclibgohashDATA:
1832	@$(NORMAL_UNINSTALL)
1833	@list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1834	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1835	dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
1836install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
1837	@$(NORMAL_INSTALL)
1838	@list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1839	if test -n "$$list"; then \
1840	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1841	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
1842	fi; \
1843	for p in $$list; do \
1844	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1845	  echo "$$d$$p"; \
1846	done | $(am__base_list) | \
1847	while read files; do \
1848	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1849	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
1850	done
1851
1852uninstall-toolexeclibgohtmlDATA:
1853	@$(NORMAL_UNINSTALL)
1854	@list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1855	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1856	dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
1857install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
1858	@$(NORMAL_INSTALL)
1859	@list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1860	if test -n "$$list"; then \
1861	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1862	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
1863	fi; \
1864	for p in $$list; do \
1865	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1866	  echo "$$d$$p"; \
1867	done | $(am__base_list) | \
1868	while read files; do \
1869	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1870	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
1871	done
1872
1873uninstall-toolexeclibgoimageDATA:
1874	@$(NORMAL_UNINSTALL)
1875	@list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1876	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1877	dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
1878install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
1879	@$(NORMAL_INSTALL)
1880	@list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1881	if test -n "$$list"; then \
1882	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1883	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
1884	fi; \
1885	for p in $$list; do \
1886	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1887	  echo "$$d$$p"; \
1888	done | $(am__base_list) | \
1889	while read files; do \
1890	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1891	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
1892	done
1893
1894uninstall-toolexeclibgoimagecolorDATA:
1895	@$(NORMAL_UNINSTALL)
1896	@list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1897	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1898	dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
1899install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
1900	@$(NORMAL_INSTALL)
1901	@list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1902	if test -n "$$list"; then \
1903	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1904	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
1905	fi; \
1906	for p in $$list; do \
1907	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1908	  echo "$$d$$p"; \
1909	done | $(am__base_list) | \
1910	while read files; do \
1911	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1912	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
1913	done
1914
1915uninstall-toolexeclibgoindexDATA:
1916	@$(NORMAL_UNINSTALL)
1917	@list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1918	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1919	dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
1920install-toolexeclibgointernalDATA: $(toolexeclibgointernal_DATA)
1921	@$(NORMAL_INSTALL)
1922	@list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1923	if test -n "$$list"; then \
1924	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1925	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgointernaldir)" || exit 1; \
1926	fi; \
1927	for p in $$list; do \
1928	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1929	  echo "$$d$$p"; \
1930	done | $(am__base_list) | \
1931	while read files; do \
1932	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1933	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgointernaldir)" || exit $$?; \
1934	done
1935
1936uninstall-toolexeclibgointernalDATA:
1937	@$(NORMAL_UNINSTALL)
1938	@list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1939	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1940	dir='$(DESTDIR)$(toolexeclibgointernaldir)'; $(am__uninstall_files_from_dir)
1941install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
1942	@$(NORMAL_INSTALL)
1943	@list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1944	if test -n "$$list"; then \
1945	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1946	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
1947	fi; \
1948	for p in $$list; do \
1949	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1950	  echo "$$d$$p"; \
1951	done | $(am__base_list) | \
1952	while read files; do \
1953	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1954	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
1955	done
1956
1957uninstall-toolexeclibgoioDATA:
1958	@$(NORMAL_UNINSTALL)
1959	@list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1960	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1961	dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
1962install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
1963	@$(NORMAL_INSTALL)
1964	@list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1965	if test -n "$$list"; then \
1966	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
1967	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
1968	fi; \
1969	for p in $$list; do \
1970	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1971	  echo "$$d$$p"; \
1972	done | $(am__base_list) | \
1973	while read files; do \
1974	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
1975	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
1976	done
1977
1978uninstall-toolexeclibgologDATA:
1979	@$(NORMAL_UNINSTALL)
1980	@list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1981	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1982	dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
1983install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
1984	@$(NORMAL_INSTALL)
1985	@list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
1986	if test -n "$$list"; then \
1987	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1988	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
1989	fi; \
1990	for p in $$list; do \
1991	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1992	  echo "$$d$$p"; \
1993	done | $(am__base_list) | \
1994	while read files; do \
1995	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1996	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
1997	done
1998
1999uninstall-toolexeclibgomathDATA:
2000	@$(NORMAL_UNINSTALL)
2001	@list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2002	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2003	dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
2004install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
2005	@$(NORMAL_INSTALL)
2006	@list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2007	if test -n "$$list"; then \
2008	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2009	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
2010	fi; \
2011	for p in $$list; do \
2012	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2013	  echo "$$d$$p"; \
2014	done | $(am__base_list) | \
2015	while read files; do \
2016	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2017	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
2018	done
2019
2020uninstall-toolexeclibgomimeDATA:
2021	@$(NORMAL_UNINSTALL)
2022	@list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2023	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2024	dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
2025install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
2026	@$(NORMAL_INSTALL)
2027	@list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2028	if test -n "$$list"; then \
2029	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2030	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
2031	fi; \
2032	for p in $$list; do \
2033	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2034	  echo "$$d$$p"; \
2035	done | $(am__base_list) | \
2036	while read files; do \
2037	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2038	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
2039	done
2040
2041uninstall-toolexeclibgonetDATA:
2042	@$(NORMAL_UNINSTALL)
2043	@list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2044	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2045	dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
2046install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
2047	@$(NORMAL_INSTALL)
2048	@list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2049	if test -n "$$list"; then \
2050	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2051	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
2052	fi; \
2053	for p in $$list; do \
2054	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2055	  echo "$$d$$p"; \
2056	done | $(am__base_list) | \
2057	while read files; do \
2058	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2059	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2060	done
2061
2062uninstall-toolexeclibgonethttpDATA:
2063	@$(NORMAL_UNINSTALL)
2064	@list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2065	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2066	dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2067install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2068	@$(NORMAL_INSTALL)
2069	@list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2070	if test -n "$$list"; then \
2071	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2072	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2073	fi; \
2074	for p in $$list; do \
2075	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2076	  echo "$$d$$p"; \
2077	done | $(am__base_list) | \
2078	while read files; do \
2079	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2080	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2081	done
2082
2083uninstall-toolexeclibgonetrpcDATA:
2084	@$(NORMAL_UNINSTALL)
2085	@list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2086	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2087	dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2088install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2089	@$(NORMAL_INSTALL)
2090	@list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2091	if test -n "$$list"; then \
2092	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2093	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2094	fi; \
2095	for p in $$list; do \
2096	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2097	  echo "$$d$$p"; \
2098	done | $(am__base_list) | \
2099	while read files; do \
2100	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2101	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2102	done
2103
2104uninstall-toolexeclibgoosDATA:
2105	@$(NORMAL_UNINSTALL)
2106	@list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2107	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2108	dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2109install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2110	@$(NORMAL_INSTALL)
2111	@list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2112	if test -n "$$list"; then \
2113	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2114	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2115	fi; \
2116	for p in $$list; do \
2117	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2118	  echo "$$d$$p"; \
2119	done | $(am__base_list) | \
2120	while read files; do \
2121	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2122	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2123	done
2124
2125uninstall-toolexeclibgopathDATA:
2126	@$(NORMAL_UNINSTALL)
2127	@list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2128	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2129	dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2130install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2131	@$(NORMAL_INSTALL)
2132	@list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2133	if test -n "$$list"; then \
2134	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2135	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2136	fi; \
2137	for p in $$list; do \
2138	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2139	  echo "$$d$$p"; \
2140	done | $(am__base_list) | \
2141	while read files; do \
2142	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2143	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2144	done
2145
2146uninstall-toolexeclibgoregexpDATA:
2147	@$(NORMAL_UNINSTALL)
2148	@list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2149	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2150	dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2151install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2152	@$(NORMAL_INSTALL)
2153	@list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2154	if test -n "$$list"; then \
2155	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2156	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2157	fi; \
2158	for p in $$list; do \
2159	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2160	  echo "$$d$$p"; \
2161	done | $(am__base_list) | \
2162	while read files; do \
2163	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2164	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2165	done
2166
2167uninstall-toolexeclibgoruntimeDATA:
2168	@$(NORMAL_UNINSTALL)
2169	@list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2170	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2171	dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2172install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2173	@$(NORMAL_INSTALL)
2174	@list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2175	if test -n "$$list"; then \
2176	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2177	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2178	fi; \
2179	for p in $$list; do \
2180	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2181	  echo "$$d$$p"; \
2182	done | $(am__base_list) | \
2183	while read files; do \
2184	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2185	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2186	done
2187
2188uninstall-toolexeclibgosyncDATA:
2189	@$(NORMAL_UNINSTALL)
2190	@list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2191	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2192	dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2193install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2194	@$(NORMAL_INSTALL)
2195	@list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2196	if test -n "$$list"; then \
2197	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2198	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2199	fi; \
2200	for p in $$list; do \
2201	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2202	  echo "$$d$$p"; \
2203	done | $(am__base_list) | \
2204	while read files; do \
2205	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2206	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2207	done
2208
2209uninstall-toolexeclibgotestingDATA:
2210	@$(NORMAL_UNINSTALL)
2211	@list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2212	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2213	dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2214install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA)
2215	@$(NORMAL_INSTALL)
2216	@list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2217	if test -n "$$list"; then \
2218	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2219	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \
2220	fi; \
2221	for p in $$list; do \
2222	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2223	  echo "$$d$$p"; \
2224	done | $(am__base_list) | \
2225	while read files; do \
2226	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2227	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \
2228	done
2229
2230uninstall-toolexeclibgotestinginternalDATA:
2231	@$(NORMAL_UNINSTALL)
2232	@list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2233	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2234	dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir)
2235install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2236	@$(NORMAL_INSTALL)
2237	@list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2238	if test -n "$$list"; then \
2239	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2240	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2241	fi; \
2242	for p in $$list; do \
2243	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2244	  echo "$$d$$p"; \
2245	done | $(am__base_list) | \
2246	while read files; do \
2247	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2248	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2249	done
2250
2251uninstall-toolexeclibgotextDATA:
2252	@$(NORMAL_UNINSTALL)
2253	@list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2254	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2255	dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2256install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2257	@$(NORMAL_INSTALL)
2258	@list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2259	if test -n "$$list"; then \
2260	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2261	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2262	fi; \
2263	for p in $$list; do \
2264	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2265	  echo "$$d$$p"; \
2266	done | $(am__base_list) | \
2267	while read files; do \
2268	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2269	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2270	done
2271
2272uninstall-toolexeclibgotexttemplateDATA:
2273	@$(NORMAL_UNINSTALL)
2274	@list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2275	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2276	dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2277install-toolexeclibgotimeDATA: $(toolexeclibgotime_DATA)
2278	@$(NORMAL_INSTALL)
2279	@list='$(toolexeclibgotime_DATA)'; test -n "$(toolexeclibgotimedir)" || list=; \
2280	if test -n "$$list"; then \
2281	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotimedir)'"; \
2282	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotimedir)" || exit 1; \
2283	fi; \
2284	for p in $$list; do \
2285	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2286	  echo "$$d$$p"; \
2287	done | $(am__base_list) | \
2288	while read files; do \
2289	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotimedir)'"; \
2290	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotimedir)" || exit $$?; \
2291	done
2292
2293uninstall-toolexeclibgotimeDATA:
2294	@$(NORMAL_UNINSTALL)
2295	@list='$(toolexeclibgotime_DATA)'; test -n "$(toolexeclibgotimedir)" || list=; \
2296	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2297	dir='$(DESTDIR)$(toolexeclibgotimedir)'; $(am__uninstall_files_from_dir)
2298install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2299	@$(NORMAL_INSTALL)
2300	@list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2301	if test -n "$$list"; then \
2302	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2303	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2304	fi; \
2305	for p in $$list; do \
2306	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2307	  echo "$$d$$p"; \
2308	done | $(am__base_list) | \
2309	while read files; do \
2310	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2311	  $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2312	done
2313
2314uninstall-toolexeclibgounicodeDATA:
2315	@$(NORMAL_UNINSTALL)
2316	@list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2317	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2318	dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2319
2320# This directory's subdirectories are mostly independent; you can cd
2321# into them and run 'make' without going through this Makefile.
2322# To change the values of 'make' variables: instead of editing Makefiles,
2323# (1) if the variable is set in 'config.status', edit 'config.status'
2324#     (which will cause the Makefiles to be regenerated when you run 'make');
2325# (2) otherwise, pass the desired values on the 'make' command line.
2326$(am__recursive_targets):
2327	@fail=; \
2328	if $(am__make_keepgoing); then \
2329	  failcom='fail=yes'; \
2330	else \
2331	  failcom='exit 1'; \
2332	fi; \
2333	dot_seen=no; \
2334	target=`echo $@ | sed s/-recursive//`; \
2335	case "$@" in \
2336	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2337	  *) list='$(SUBDIRS)' ;; \
2338	esac; \
2339	for subdir in $$list; do \
2340	  echo "Making $$target in $$subdir"; \
2341	  if test "$$subdir" = "."; then \
2342	    dot_seen=yes; \
2343	    local_target="$$target-am"; \
2344	  else \
2345	    local_target="$$target"; \
2346	  fi; \
2347	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2348	  || eval $$failcom; \
2349	done; \
2350	if test "$$dot_seen" = "no"; then \
2351	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2352	fi; test -z "$$fail"
2353
2354ID: $(am__tagged_files)
2355	$(am__define_uniq_tagged_files); mkid -fID $$unique
2356tags: tags-recursive
2357TAGS: tags
2358
2359tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2360	set x; \
2361	here=`pwd`; \
2362	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2363	  include_option=--etags-include; \
2364	  empty_fix=.; \
2365	else \
2366	  include_option=--include; \
2367	  empty_fix=; \
2368	fi; \
2369	list='$(SUBDIRS)'; for subdir in $$list; do \
2370	  if test "$$subdir" = .; then :; else \
2371	    test ! -f $$subdir/TAGS || \
2372	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2373	  fi; \
2374	done; \
2375	$(am__define_uniq_tagged_files); \
2376	shift; \
2377	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2378	  test -n "$$unique" || unique=$$empty_fix; \
2379	  if test $$# -gt 0; then \
2380	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2381	      "$$@" $$unique; \
2382	  else \
2383	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2384	      $$unique; \
2385	  fi; \
2386	fi
2387ctags: ctags-recursive
2388
2389CTAGS: ctags
2390ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2391	$(am__define_uniq_tagged_files); \
2392	test -z "$(CTAGS_ARGS)$$unique" \
2393	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2394	     $$unique
2395
2396GTAGS:
2397	here=`$(am__cd) $(top_builddir) && pwd` \
2398	  && $(am__cd) $(top_srcdir) \
2399	  && gtags -i $(GTAGS_ARGS) "$$here"
2400cscope: cscope.files
2401	test ! -s cscope.files \
2402	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2403clean-cscope:
2404	-rm -f cscope.files
2405cscope.files: clean-cscope cscopelist
2406cscopelist: cscopelist-recursive
2407
2408cscopelist-am: $(am__tagged_files)
2409	list='$(am__tagged_files)'; \
2410	case "$(srcdir)" in \
2411	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2412	  *) sdir=$(subdir)/$(srcdir) ;; \
2413	esac; \
2414	for i in $$list; do \
2415	  if test -f "$$i"; then \
2416	    echo "$(subdir)/$$i"; \
2417	  else \
2418	    echo "$$sdir/$$i"; \
2419	  fi; \
2420	done >> $(top_builddir)/cscope.files
2421
2422distclean-tags:
2423	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2424	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2425check-am: all-am
2426check: check-recursive
2427all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h \
2428		all-local
2429installdirs: installdirs-recursive
2430installdirs-am:
2431	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptox509dir)" "$(DESTDIR)$(toolexeclibgodatabasedir)" "$(DESTDIR)$(toolexeclibgodatabasesqldir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgogobuilddir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohtmldir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoimagecolordir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgointernaldir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgologdir)" "$(DESTDIR)$(toolexeclibgomathdir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgonethttpdir)" "$(DESTDIR)$(toolexeclibgonetrpcdir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgoregexpdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)" "$(DESTDIR)$(toolexeclibgotestinginternaldir)" "$(DESTDIR)$(toolexeclibgotextdir)" "$(DESTDIR)$(toolexeclibgotexttemplatedir)" "$(DESTDIR)$(toolexeclibgotimedir)" "$(DESTDIR)$(toolexeclibgounicodedir)"; do \
2432	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2433	done
2434install: install-recursive
2435install-exec: install-exec-recursive
2436install-data: install-data-recursive
2437uninstall: uninstall-recursive
2438
2439install-am: all-am
2440	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2441
2442installcheck: installcheck-recursive
2443install-strip:
2444	if test -z '$(STRIP)'; then \
2445	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2446	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2447	      install; \
2448	else \
2449	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2450	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2451	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2452	fi
2453mostlyclean-generic:
2454	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2455
2456clean-generic:
2457	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2458
2459distclean-generic:
2460	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2461	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2462	-rm -f runtime/$(DEPDIR)/$(am__dirstamp)
2463	-rm -f runtime/$(am__dirstamp)
2464
2465maintainer-clean-generic:
2466	@echo "This command is intended for maintainers to use"
2467	@echo "it deletes files that may require special tools to rebuild."
2468clean: clean-recursive
2469
2470clean-am: clean-generic clean-libtool clean-local \
2471	clean-noinstLIBRARIES clean-toolexeclibLIBRARIES \
2472	clean-toolexeclibLTLIBRARIES mostlyclean-am
2473
2474distclean: distclean-recursive
2475	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2476	-rm -rf runtime/$(DEPDIR)
2477	-rm -f Makefile
2478distclean-am: clean-am distclean-compile distclean-generic \
2479	distclean-hdr distclean-libtool distclean-local distclean-tags
2480
2481dvi: dvi-recursive
2482
2483dvi-am:
2484
2485html: html-recursive
2486
2487html-am:
2488
2489info: info-recursive
2490
2491info-am:
2492
2493install-data-am:
2494
2495install-dvi: install-dvi-recursive
2496
2497install-dvi-am:
2498
2499install-exec-am: install-exec-local install-toolexeclibLIBRARIES \
2500	install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2501	install-toolexeclibgoarchiveDATA \
2502	install-toolexeclibgocompressDATA \
2503	install-toolexeclibgocontainerDATA \
2504	install-toolexeclibgocryptoDATA \
2505	install-toolexeclibgocryptox509DATA \
2506	install-toolexeclibgodatabaseDATA \
2507	install-toolexeclibgodatabasesqlDATA \
2508	install-toolexeclibgodebugDATA \
2509	install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2510	install-toolexeclibgogobuildDATA install-toolexeclibgohashDATA \
2511	install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2512	install-toolexeclibgoimagecolorDATA \
2513	install-toolexeclibgoindexDATA \
2514	install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2515	install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2516	install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2517	install-toolexeclibgonethttpDATA \
2518	install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2519	install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2520	install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2521	install-toolexeclibgotestingDATA \
2522	install-toolexeclibgotestinginternalDATA \
2523	install-toolexeclibgotextDATA \
2524	install-toolexeclibgotexttemplateDATA \
2525	install-toolexeclibgotimeDATA install-toolexeclibgounicodeDATA
2526
2527install-html: install-html-recursive
2528
2529install-html-am:
2530
2531install-info: install-info-recursive
2532
2533install-info-am:
2534
2535install-man:
2536
2537install-pdf: install-pdf-recursive
2538
2539install-pdf-am:
2540
2541install-ps: install-ps-recursive
2542
2543install-ps-am:
2544
2545installcheck-am:
2546
2547maintainer-clean: maintainer-clean-recursive
2548	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2549	-rm -rf $(top_srcdir)/autom4te.cache
2550	-rm -rf runtime/$(DEPDIR)
2551	-rm -f Makefile
2552maintainer-clean-am: distclean-am maintainer-clean-generic \
2553	maintainer-clean-local
2554
2555mostlyclean: mostlyclean-recursive
2556
2557mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2558	mostlyclean-libtool mostlyclean-local
2559
2560pdf: pdf-recursive
2561
2562pdf-am:
2563
2564ps: ps-recursive
2565
2566ps-am:
2567
2568uninstall-am: uninstall-toolexeclibLIBRARIES \
2569	uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2570	uninstall-toolexeclibgoarchiveDATA \
2571	uninstall-toolexeclibgocompressDATA \
2572	uninstall-toolexeclibgocontainerDATA \
2573	uninstall-toolexeclibgocryptoDATA \
2574	uninstall-toolexeclibgocryptox509DATA \
2575	uninstall-toolexeclibgodatabaseDATA \
2576	uninstall-toolexeclibgodatabasesqlDATA \
2577	uninstall-toolexeclibgodebugDATA \
2578	uninstall-toolexeclibgoencodingDATA \
2579	uninstall-toolexeclibgogoDATA \
2580	uninstall-toolexeclibgogobuildDATA \
2581	uninstall-toolexeclibgohashDATA \
2582	uninstall-toolexeclibgohtmlDATA \
2583	uninstall-toolexeclibgoimageDATA \
2584	uninstall-toolexeclibgoimagecolorDATA \
2585	uninstall-toolexeclibgoindexDATA \
2586	uninstall-toolexeclibgointernalDATA \
2587	uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2588	uninstall-toolexeclibgomathDATA \
2589	uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2590	uninstall-toolexeclibgonethttpDATA \
2591	uninstall-toolexeclibgonetrpcDATA \
2592	uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2593	uninstall-toolexeclibgoregexpDATA \
2594	uninstall-toolexeclibgoruntimeDATA \
2595	uninstall-toolexeclibgosyncDATA \
2596	uninstall-toolexeclibgotestingDATA \
2597	uninstall-toolexeclibgotestinginternalDATA \
2598	uninstall-toolexeclibgotextDATA \
2599	uninstall-toolexeclibgotexttemplateDATA \
2600	uninstall-toolexeclibgotimeDATA \
2601	uninstall-toolexeclibgounicodeDATA
2602
2603.MAKE: $(am__recursive_targets) all install-am install-strip
2604
2605.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2606	am--refresh check check-am clean clean-cscope clean-generic \
2607	clean-libtool clean-local clean-noinstLIBRARIES \
2608	clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES cscope \
2609	cscopelist-am ctags ctags-am distclean distclean-compile \
2610	distclean-generic distclean-hdr distclean-libtool \
2611	distclean-local distclean-tags dvi dvi-am html html-am info \
2612	info-am install install-am install-data install-data-am \
2613	install-dvi install-dvi-am install-exec install-exec-am \
2614	install-exec-local install-html install-html-am install-info \
2615	install-info-am install-man install-pdf install-pdf-am \
2616	install-ps install-ps-am install-strip \
2617	install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
2618	install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
2619	install-toolexeclibgocompressDATA \
2620	install-toolexeclibgocontainerDATA \
2621	install-toolexeclibgocryptoDATA \
2622	install-toolexeclibgocryptox509DATA \
2623	install-toolexeclibgodatabaseDATA \
2624	install-toolexeclibgodatabasesqlDATA \
2625	install-toolexeclibgodebugDATA \
2626	install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2627	install-toolexeclibgogobuildDATA install-toolexeclibgohashDATA \
2628	install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2629	install-toolexeclibgoimagecolorDATA \
2630	install-toolexeclibgoindexDATA \
2631	install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2632	install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2633	install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2634	install-toolexeclibgonethttpDATA \
2635	install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2636	install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2637	install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2638	install-toolexeclibgotestingDATA \
2639	install-toolexeclibgotestinginternalDATA \
2640	install-toolexeclibgotextDATA \
2641	install-toolexeclibgotexttemplateDATA \
2642	install-toolexeclibgotimeDATA install-toolexeclibgounicodeDATA \
2643	installcheck installcheck-am installdirs installdirs-am \
2644	maintainer-clean maintainer-clean-generic \
2645	maintainer-clean-local mostlyclean mostlyclean-compile \
2646	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
2647	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
2648	uninstall-toolexeclibLIBRARIES \
2649	uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2650	uninstall-toolexeclibgoarchiveDATA \
2651	uninstall-toolexeclibgocompressDATA \
2652	uninstall-toolexeclibgocontainerDATA \
2653	uninstall-toolexeclibgocryptoDATA \
2654	uninstall-toolexeclibgocryptox509DATA \
2655	uninstall-toolexeclibgodatabaseDATA \
2656	uninstall-toolexeclibgodatabasesqlDATA \
2657	uninstall-toolexeclibgodebugDATA \
2658	uninstall-toolexeclibgoencodingDATA \
2659	uninstall-toolexeclibgogoDATA \
2660	uninstall-toolexeclibgogobuildDATA \
2661	uninstall-toolexeclibgohashDATA \
2662	uninstall-toolexeclibgohtmlDATA \
2663	uninstall-toolexeclibgoimageDATA \
2664	uninstall-toolexeclibgoimagecolorDATA \
2665	uninstall-toolexeclibgoindexDATA \
2666	uninstall-toolexeclibgointernalDATA \
2667	uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2668	uninstall-toolexeclibgomathDATA \
2669	uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2670	uninstall-toolexeclibgonethttpDATA \
2671	uninstall-toolexeclibgonetrpcDATA \
2672	uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2673	uninstall-toolexeclibgoregexpDATA \
2674	uninstall-toolexeclibgoruntimeDATA \
2675	uninstall-toolexeclibgosyncDATA \
2676	uninstall-toolexeclibgotestingDATA \
2677	uninstall-toolexeclibgotestinginternalDATA \
2678	uninstall-toolexeclibgotextDATA \
2679	uninstall-toolexeclibgotexttemplateDATA \
2680	uninstall-toolexeclibgotimeDATA \
2681	uninstall-toolexeclibgounicodeDATA
2682
2683.PRECIOUS: Makefile
2684
2685
2686version.go: s-version; @true
2687s-version: Makefile
2688	rm -f version.go.tmp
2689	echo "package sys" > version.go.tmp
2690	echo 'func init() { DefaultGoroot = "$(prefix)" }' >> version.go.tmp
2691	echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
2692	echo 'const Goexperiment = ``' >> version.go.tmp
2693	echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
2694	echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
2695	echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
2696	echo >> version.go.tmp
2697	echo "type ArchFamilyType int" >> version.go.tmp
2698	echo >> version.go.tmp
2699	echo "const (" >> version.go.tmp
2700	echo "	UNKNOWN ArchFamilyType = iota" >> version.go.tmp
2701	for a in $(ALLGOARCHFAMILY); do \
2702	  echo "	$${a}" >> version.go.tmp; \
2703	done
2704	echo ")" >> version.go.tmp
2705	echo >> version.go.tmp
2706	for a in $(ALLGOARCH); do \
2707	  f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2708	  n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2709	  if test "$${a}" = "$(GOARCH)"; then \
2710	    echo "const Goarch$${n} = 1" >> version.go.tmp; \
2711	  else \
2712	    echo "const Goarch$${n} = 0" >> version.go.tmp; \
2713	  fi; \
2714	done
2715	echo >> version.go.tmp
2716	echo "const (" >> version.go.tmp
2717	echo "  ArchFamily = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) family`" >> version.go.tmp
2718	echo "  BigEndian = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) bigendian`" >> version.go.tmp
2719	echo "  CacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> version.go.tmp
2720	echo "  DefaultPhysPageSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) defaultphyspagesize`" >> version.go.tmp
2721	echo "  Int64Align = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) int64align`" >> version.go.tmp
2722	echo "  MinFrameSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) minframesize`" >> version.go.tmp
2723	echo "  PCQuantum = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) pcquantum`" >> version.go.tmp
2724	echo ")" >> version.go.tmp
2725	echo >> version.go.tmp
2726	for a in $(ALLGOOS); do \
2727	  f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2728	  n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2729	  if test "$${a}" = "$(GOOS)"; then \
2730	    echo "const Goos$${n} = 1" >> version.go.tmp; \
2731	  else \
2732	    echo "const Goos$${n} = 0" >> version.go.tmp; \
2733	  fi; \
2734	done
2735	echo >> version.go.tmp
2736	echo "type Uintreg uintptr" >> version.go.tmp
2737	$(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
2738	$(STAMP) $@
2739
2740cpugen.go: s-cpu; @true
2741s-cpu: Makefile
2742	rm -f cpugen.go.tmp
2743	echo "package cpu" > cpugen.go.tmp
2744	echo "const CacheLinePadSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> cpugen.go.tmp
2745	echo "const FunctionDescriptors = $(FUNCTION_DESCRIPTORS)" >> cpugen.go.tmp
2746	$(SHELL) $(srcdir)/mvifdiff.sh cpugen.go.tmp cpugen.go
2747	$(STAMP) $@
2748
2749gcpugen.go: s-gcpu; @true
2750s-gcpu: Makefile
2751	rm -f gcpugen.go.tmp
2752	echo "package cpu" > gcpugen.go.tmp
2753	echo "const cacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> gcpugen.go.tmp
2754	$(SHELL) $(srcdir)/mvifdiff.sh gcpugen.go.tmp gcpugen.go
2755	$(STAMP) $@
2756
2757objabi.go: s-objabi; @true
2758s-objabi: Makefile
2759	rm -f objabi.go.tmp
2760	echo "package objabi" > objabi.go.tmp
2761	echo "import \"runtime\"" >> objabi.go.tmp
2762	echo 'func defaultGOROOTValue() string { return `$(prefix)` }' >> objabi.go.tmp
2763	echo 'const defaultGO386 = `sse2`' >> objabi.go.tmp
2764	echo 'const defaultGOARM = `5`' >> objabi.go.tmp
2765	echo 'const defaultGOMIPS = `hardfloat`' >> objabi.go.tmp
2766	echo 'const defaultGOMIPS64 = `hardfloat`' >> objabi.go.tmp
2767	echo 'const defaultGOPPC64 = `power8`' >> objabi.go.tmp
2768	echo 'const defaultGOOS = runtime.GOOS' >> objabi.go.tmp
2769	echo 'const defaultGOARCH = runtime.GOARCH' >> objabi.go.tmp
2770	echo 'const defaultGO_EXTLINK_ENABLED = ``' >> objabi.go.tmp
2771	echo 'const defaultGO_LDSO = ``' >> objabi.go.tmp
2772	echo 'const version = `'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'`' >> objabi.go.tmp
2773	echo 'const stackGuardMultiplierDefault = 1' >> objabi.go.tmp
2774	echo 'const goexperiment = ``' >> objabi.go.tmp
2775	$(SHELL) $(srcdir)/mvifdiff.sh objabi.go.tmp objabi.go
2776	$(STAMP) $@
2777
2778gccgosizes.go: s-gccgosizes; @true
2779s-gccgosizes: Makefile goarch.sh
2780	rm -f gccgosizes.go.tmp
2781	echo "package types" > gccgosizes.go.tmp
2782	echo >> gccgosizes.go.tmp
2783	echo "var gccgoArchSizes = map[string]*StdSizes{" >> gccgosizes.go.tmp
2784	for a in $(ALLGOARCH); do \
2785	  ptrsize=`$(SHELL) $(srcdir)/goarch.sh $$a ptrsize`; \
2786	  maxalign=`$(SHELL) $(srcdir)/goarch.sh $$a maxalign`; \
2787	  echo "	\"$$a\": {$${ptrsize}, $${maxalign}}," >> gccgosizes.go.tmp; \
2788	done
2789	echo "}" >> gccgosizes.go.tmp
2790	$(SHELL) $(srcdir)/mvifdiff.sh gccgosizes.go.tmp gccgosizes.go
2791	$(STAMP) $@
2792
2793os_linknames.go: s-os_linknames; @true
2794s-os_linknames: os-list gen-sysinfo.go $(srcdir)/mklinknames.awk $(srcdir)/go/os/*.go
2795	rm -f os_linknames.go.tmp
2796	$(AWK) -f $(srcdir)/mklinknames.awk -v package=os `cat os-list` > os_linknames.go.tmp
2797	$(SHELL) $(srcdir)/mvifdiff.sh os_linknames.go.tmp os_linknames.go
2798	$(STAMP) $@
2799
2800os-list: s-os-list; @true
2801s-os-list: Makefile $(srcdir)/go/os/*.go
2802	rm -f os-list.tmp
2803	$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/os > os-list.tmp
2804	$(SHELL) $(srcdir)/mvifdiff.sh os-list.tmp os-list
2805	$(STAMP) $@
2806
2807os_user_linknames.go: s-os_user_linknames; @true
2808s-os_user_linknames: os-user-list gen-sysinfo.go $(srcdir)/mklinknames.awk $(srcdir)/go/os/user/*.go
2809	rm -f os_user_linknames.go.tmp
2810	$(AWK) -f $(srcdir)/mklinknames.awk -v package=user `cat os-user-list` > os_user_linknames.go.tmp
2811	$(SHELL) $(srcdir)/mvifdiff.sh os_user_linknames.go.tmp os_user_linknames.go
2812	$(STAMP) $@
2813
2814os-user-list: s-os-user-list; @true
2815s-os-user-list: Makefile $(srcdir)/go/os/user/*.go
2816	rm -f os-user-list.tmp
2817	$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/os/user > os-user-list.tmp
2818	$(SHELL) $(srcdir)/mvifdiff.sh os-user-list.tmp os-user-list
2819	$(STAMP) $@
2820
2821runtime_linknames.go: s-runtime_linknames; @true
2822s-runtime_linknames: runtime-list gen-sysinfo.go $(srcdir)/mklinknames.awk $(srcdir)/go/runtime/*.go
2823	rm -f runtime_linknames.go.tmp
2824	$(AWK) -f $(srcdir)/mklinknames.awk -v package=runtime `cat runtime-list` > runtime_linknames.go.tmp
2825	$(SHELL) $(srcdir)/mvifdiff.sh runtime_linknames.go.tmp runtime_linknames.go
2826	$(STAMP) $@
2827
2828runtime-list: s-runtime-list; @true
2829s-runtime-list: Makefile $(srcdir)/go/runtime/*.go
2830	rm -f runtime-list.tmp
2831	$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/runtime > runtime-list.tmp
2832	$(SHELL) $(srcdir)/mvifdiff.sh runtime-list.tmp runtime-list
2833	$(STAMP) $@
2834
2835runtime_sysinfo.go: s-runtime_sysinfo; @true
2836s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
2837	GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mkrsysinfo.sh
2838	$(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
2839	$(STAMP) $@
2840
2841sigtab.go: s-sigtab; @true
2842s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
2843	GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
2844	$(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
2845	$(STAMP) $@
2846
2847zdefaultcc.go: s-zdefaultcc; @true
2848s-zdefaultcc: Makefile
2849	echo 'package cfg' > zdefaultcc.go.tmp
2850	echo >> zdefaultcc.go.tmp
2851	echo 'func DefaultGCCGO(goos, goarch string) string { return "$(bindir)/$(GCCGO_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2852	echo 'func DefaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2853	echo 'func DefaultCXX(goos, goarch string) string { return "$(GXX_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2854	echo 'const DefaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
2855	echo 'var OSArchSupportsCgo = map[string]bool{}' >> zdefaultcc.go.tmp
2856	$(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
2857	$(STAMP) $@
2858
2859# Post-process runtime.inc.raw (raw output of -fgo-c-header option when
2860# compiling runtime) to prune out certain types that should not be
2861# exported back to C. See comments in mkruntimeinc.sh for more details.
2862runtime.inc: s-runtime-inc; @true
2863s-runtime-inc: runtime.lo mkruntimeinc.sh Makefile
2864	$(SHELL) $(srcdir)/mkruntimeinc.sh
2865	$(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime.inc runtime.inc
2866	$(STAMP) $@
2867
2868# Generate the list of go std packages that were included in libgo
2869zstdpkglist.go: s-zstdpkglist; @true
2870s-zstdpkglist: Makefile libgo-packages.txt
2871	rm -f zstdpkglist.go.tmp
2872	echo 'package goroot' > zstdpkglist.go.tmp
2873	echo "" >> zstdpkglist.go.tmp
2874	echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
2875	echo $(libgo_go_objs) 'unsafe.lo' 'runtime/cgo.lo' | sed 's|[a-z0-9_./]*_c\.lo||g' | sed 's|golang\.org/[a-z0-9_./]*\.lo||g' | sed 's|\([a-z0-9_./]*\)\.lo|"\1": true,|g' >> zstdpkglist.go.tmp
2876	echo '}' >> zstdpkglist.go.tmp
2877	$(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
2878	$(STAMP) $@
2879
2880libcalls.go: s-libcalls; @true
2881s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
2882	rm -f libcalls.go.tmp
2883	$(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
2884	$(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
2885	$(STAMP) $@
2886
2887libcalls-list: s-libcalls-list; @true
2888s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
2889	rm -f libcalls-list.tmp
2890	$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
2891	$(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
2892	$(STAMP) $@
2893
2894syscall_arch.go: s-syscall_arch; @true
2895s-syscall_arch: Makefile
2896	rm -f syscall_arch.go.tmp
2897	echo "package syscall" > syscall_arch.go.tmp
2898	echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
2899	echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
2900	$(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
2901	$(STAMP) $@
2902
2903syscall_linknames.go: s-syscall_linknames; @true
2904s-syscall_linknames: libcalls.go gen-sysinfo.go $(srcdir)/mklinknames.awk
2905	rm -f syscall_linknames.go.tmp
2906	$(AWK) -v package=syscall -f $(srcdir)/mklinknames.awk libcalls.go > syscall_linknames.go.tmp
2907	$(SHELL) $(srcdir)/mvifdiff.sh syscall_linknames.go.tmp syscall_linknames.go
2908	$(STAMP) $@
2909
2910gen-sysinfo.go: s-gen-sysinfo; @true
2911s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
2912	$(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
2913	rm -f sysinfo.s
2914	$(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
2915	$(STAMP) $@
2916
2917errno.i: s-errno; @true
2918s-errno:
2919	echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
2920	$(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
2921	$(STAMP) $@
2922
2923sysinfo.go: s-sysinfo; @true
2924s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
2925	GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mksysinfo.sh
2926	$(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
2927	$(STAMP) $@
2928
2929# The epoll struct has an embedded union and is packed on x86_64,
2930# which is too complicated for mksysinfo.sh.  We find the offset of
2931# the only field we care about in configure.ac, and generate the
2932# struct here.
2933epoll.go: s-epoll; @true
2934s-epoll: Makefile
2935	rm -f epoll.go.tmp
2936	echo 'package syscall' > epoll.go.tmp
2937	echo 'type EpollEvent struct {' >> epoll.go.tmp
2938	echo '	Events uint32' >> epoll.go.tmp
2939	case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
2940	0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
2941	   exit 1; ;; \
2942	8,4) echo '	Fd int32' >> epoll.go.tmp; ;; \
2943	12,4) echo '	Fd int32' >> epoll.go.tmp; \
2944	   echo '	Pad [4]byte' >> epoll.go.tmp; ;; \
2945	12,8) echo '	Pad [4]byte' >> epoll.go.tmp; \
2946	   echo '	Fd int32' >> epoll.go.tmp; ;; \
2947	16,8) echo '	Pad [4]byte' >> epoll.go.tmp; \
2948	   echo '	Fd int32' >> epoll.go.tmp; \
2949	   echo '	Pad2 [4]byte' >> epoll.go.tmp; ;; \
2950	*) echo 1>&2 "*** struct epoll_event unsupported"; \
2951	   exit 1; ;; \
2952	esac
2953	echo '}' >> epoll.go.tmp
2954	$(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
2955	$(STAMP) $@
2956
2957define STATIC_template
2958$(subst -,_,$(subst .,_,$(subst /,_,$(1))))_GOCFLAGS = -static
2959endef
2960
2961$(foreach package,$(GOTOOL_PACKAGES),$(eval $(call STATIC_template,$(package).lo)))
2962
2963# Make sure runtime.inc is built before compiling any .c file.
2964$(libgo_la_OBJECTS): runtime.inc
2965$(libgo_llgo_la_OBJECTS): runtime.inc
2966$(libgobegin_a_OBJECTS): runtime.inc
2967$(libgobegin_llgo_a_OBJECTS): runtime.inc
2968$(libgolibbegin_a_OBJECTS): runtime.inc
2969
2970# PACKAGE_template defines the rules for each package.
2971# For example, for the package bufio, it produces:
2972#
2973# @go_include@ bufio.lo.dep
2974# bufio.lo.dep: $(srcdir)/go/bufio/*.go
2975# 	$(BUILDDEPS)
2976# bufio.lo:
2977# 	$(BUILDPACKAGE)
2978# bufio/check: $(CHECK_DEPS)
2979# 	@$(CHECK)
2980# .PHONY: bufio/check
2981#
2982# This is invoked with $(1) set to a package, which is a directory name,
2983# such as "bufio" or "archive/tar".
2984define PACKAGE_template
2985@go_include@ $(1).lo.dep
2986$(1).lo.dep: $(srcdir)/go/$(1)/*.go
2987	$$(BUILDDEPS)
2988$(1).lo:
2989	$$(BUILDPACKAGE)
2990$(1)/check: $$(CHECK_DEPS)
2991	@$$(CHECK)
2992.PHONY: $(1)/check
2993$(1).gox: $(1).s-gox; @true
2994$(1).s-gox: $(1).lo
2995	$$(BUILDGOX)
2996	$$(STAMP) $$@
2997endef
2998
2999# This line expands PACKAGE_template once for each package name listed
3000# in $(PACKAGES).
3001$(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
3002$(foreach package,$(GOTOOL_PACKAGES),$(eval $(call PACKAGE_template,$(package))))
3003runtime.lo.dep: $(extra_go_files_runtime)
3004syscall.lo.dep: $(extra_go_files_syscall)
3005runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
3006internal/cpu.lo.dep: $(extra_go_files_internal_cpu)
3007golang.org/x/sys/cpu.lo.dep: $(extra_go_files_golang_org_x_sys_cpu)
3008internal/goroot.lo.dep: $(extra_go_files_internal_goroot)
3009go/types.lo.dep: $(extra_go_files_go_types)
3010cmd/internal/objabi.lo.dep: $(extra_go_files_cmd_internal_objabi)
3011cmd/go/internal/cfg.lo.dep: $(extra_go_files_cmd_go_internal_cfg)
3012os.lo.dep: $(extra_go_files_os)
3013os/user.lo.dep: $(extra_go_files_os_user)
3014
3015# FIXME: The following C files may as well move to the runtime
3016# directory and be treated like other C files.
3017
3018# Use C code to speed up internal/bytealg.IndexByte and friends.
3019internal/bytealg/bytealg.lo: go/internal/bytealg/bytealg.c runtime.inc
3020	@$(MKDIR_P) internal/bytealg
3021	$(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/bytealg/bytealg.c
3022
3023# Use a C function with a fixed number of arguments to call a C
3024# varargs function.
3025log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
3026	@$(MKDIR_P) log/syslog
3027	$(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
3028
3029# The interface to libffi from the reflect package is written in C.
3030reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
3031	@$(MKDIR_P) reflect
3032	$(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
3033
3034# The atomic functions are written in C.
3035runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
3036	@$(MKDIR_P) runtime/internal
3037	$(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
3038sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
3039	@$(MKDIR_P) sync
3040	$(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3041
3042# A few syscall functions are written in C.
3043syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
3044	@$(MKDIR_P) syscall
3045	$(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
3046syscall/errno.lo: go/syscall/errno.c runtime.inc
3047	@$(MKDIR_P) syscall
3048	$(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
3049syscall/signame.lo: go/syscall/signame.c runtime.inc
3050	@$(MKDIR_P) syscall
3051	$(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
3052syscall/wait.lo: go/syscall/wait.c runtime.inc
3053	@$(MKDIR_P) syscall
3054	$(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
3055
3056# An os function is written in C.
3057os/dir_gccgo_c.lo: go/os/dir_gccgo_c.c runtime.inc
3058	@$(MKDIR_P) os
3059	$(LTCOMPILE) -c -o $@ $(srcdir)/go/os/dir_gccgo_c.c
3060
3061# internal/cpu needs some C code.
3062internal/cpu/cpu_gccgo.lo: go/internal/cpu/cpu_gccgo.c runtime.inc
3063	@$(MKDIR_P) internal/cpu
3064	$(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/cpu/cpu_gccgo.c
3065
3066# Similarly, golang.org/x/sys/cpu needs some C code.
3067golang.org/x/sys/cpu_gccgo_x86.lo: go/golang.org/x/sys/cpu/cpu_gccgo_x86.c runtime.inc
3068	@$(MKDIR_P) golang.org/x/sys
3069	$(LTCOMPILE) -c -o $@ $(srcdir)/go/golang.org/x/sys/cpu/cpu_gccgo_x86.c
3070
3071# Build golang.org/x/net/route only on BSD systems.
3072
3073@LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/route))
3074
3075# Build golang.org/x/net/lif only on Solaris systems.
3076
3077@LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/lif))
3078
3079check: check-tail
3080check-recursive: check-head
3081
3082check-head:
3083	@echo "Test Run By $${USER} on `date`" > libgo.head
3084	@echo "Native configuration is $(host_triplet)" >> libgo.head
3085	@echo >> libgo.head
3086	@echo "		=== libgo tests ===" >> libgo.head
3087	@echo >> libgo.head
3088
3089check-tail: check-recursive check-multi
3090	@if test "$(USE_DEJAGNU)" = "yes"; then \
3091	  exit 0; \
3092	fi; \
3093	lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3094	for dir in . $(MULTIDIRS); do \
3095	  mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3096	  mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3097	done; \
3098	mv libgo.head libgo.sum; \
3099	cp libgo.sum libgo.log; \
3100	echo "Schedule of variations:" >> libgo.sum; \
3101	for dir in . $(MULTIDIRS); do \
3102	  multidir=../$${dir}/$${lib}; \
3103	  multivar=`cat $${multidir}/libgo.var`; \
3104	  echo "    $${multivar}" >> libgo.sum; \
3105	done; \
3106	echo >> libgo.sum; \
3107	pass=0; fail=0; untested=0; \
3108	for dir in . $(MULTIDIRS); do \
3109	  multidir=../$${dir}/$${lib}; \
3110	  multivar=`cat $${multidir}/libgo.var`; \
3111	  echo "Running target $${multivar}" >> libgo.sum; \
3112	  echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3113	  cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3114	  cat $${multidir}/libgo.log.sep >> libgo.log; \
3115	  if test -n "${MULTIDIRS}"; then \
3116	    echo "		=== libgo Summary for $${multivar} ===" >> libgo.sum; \
3117	    echo >> libgo.sum; \
3118	  fi; \
3119	  p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3120	  pass=`expr $$pass + $$p`; \
3121	  if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3122	    echo "# of expected passes		$$p" >> libgo.sum; \
3123	  fi; \
3124	  p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3125	  fail=`expr $$fail + $$p`; \
3126	  if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3127	    echo "# of unexpected failures	$$p" >> libgo.sum; \
3128	  fi; \
3129	  p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3130	  untested=`expr $$untested + $$p`; \
3131	  if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3132	    echo "# of untested testcases		$$p" >> libgo.sum; \
3133	  fi; \
3134	done; \
3135	echo >> libgo.sum; \
3136	echo "		=== libgo Summary ===" >> libgo.sum; \
3137	echo >> libgo.sum; \
3138	if test "$$pass" -ne "0"; then \
3139	  echo "# of expected passes		$$pass" >> libgo.sum; \
3140	fi; \
3141	if test "$$fail" -ne "0"; then \
3142	  echo "# of unexpected failures	$$fail" >> libgo.sum; \
3143	fi; \
3144	if test "$$untested" -ne "0"; then \
3145	  echo "# of untested testcases		$$untested" >> libgo.sum; \
3146	fi; \
3147	echo `echo $(GOC) | sed -e 's/ .*//'`  `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3148	echo >> libgo.log; \
3149	echo "runtest completed at `date`" >> libgo.log; \
3150	if test "$$fail" -ne "0"; then \
3151	  status=1; \
3152	else \
3153	  status=0; \
3154	fi; \
3155	exit $$status
3156
3157check-am:
3158	@rm -f libgo.sum libgo.log libgo.tail
3159	@multivar="unix"; \
3160	[ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3161	echo "$${multivar}" > libgo.var
3162	@for f in $(TEST_PACKAGES); do \
3163	   rm -f $$f-testsum $$f-testlog; \
3164	 done
3165	-@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES)
3166	@for f in $(TEST_PACKAGES); do \
3167	  if test -f $$f-testsum; then \
3168	    cat $$f-testsum >> libgo.sum; \
3169	  fi; \
3170	  if test -f $$f-testlog; then \
3171	    cat $$f-testlog >> libgo.log; \
3172	  fi; \
3173	done
3174
3175check-multi:
3176	$(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3177
3178bench:
3179	-@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) GOBENCH=.
3180
3181mostlyclean-local:
3182	find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3183	find . -name '*.$(OBJEXT)' -print | xargs rm -f
3184	find . -name '*-testsum' -print | xargs rm -f
3185	find . -name '*-testlog' -print | xargs rm -f
3186
3187clean-local:
3188	find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3189	find . -name '*.a' -print | xargs rm -f
3190	find . -name '*.gox' -print | xargs rm -f
3191	find . -name '*.s-gox' -print | xargs rm -f
3192
3193distclean-local:
3194	find . -name '*.lo.dep' -print | xargs rm -f
3195
3196# GNU Make needs to see an explicit $(MAKE) variable in the command it
3197# runs to enable its job server during parallel builds.  Hence the
3198# comments below.
3199all-multi:
3200	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3201install-multi:
3202	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3203mostlyclean-multi:
3204	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3205clean-multi:
3206	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3207distclean-multi:
3208	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3209maintainer-clean-multi:
3210	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3211
3212.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
3213	      install-multi maintainer-clean-multi mostlyclean-multi
3214
3215install-exec-local: install-multi
3216
3217all-local: all-multi
3218mostlyclean-local: mostlyclean-multi
3219clean-local: clean-multi
3220distclean-local: distclean-multi
3221maintainer-clean-local: maintainer-clean-multi
3222all-local: $(ALL_LOCAL_DEPS)
3223
3224# If we want to use "AR -r" when creating AIX FAT archives,
3225# AR must be stripped of all its -X flags.
3226# Otherwize, if AR was defined with -X32_64, the replace option would
3227# erase the default .so when adding the extra one. There is no
3228# order priority within -X flags.
3229add-aix-fat-library: all-multi
3230	@if test "$(MULTIBUILDTOP)" = ""; then \
3231	  arx=`echo $(AR) | sed -e 's/-X[^ ]*//g'`; \
3232	  $${arx} -X$(AIX_EXTRA_ARCH) rc .libs/$(PACKAGE).a ../ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/.libs/$(PACKAGE).so.$(MAJOR); \
3233	  $${arx} -X$(AIX_EXTRA_ARCH) rc ../pthread/$(PACKAGE)/.libs/$(PACKAGE).a ../pthread/ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/.libs/$(PACKAGE).so.$(MAJOR); \
3234	  $${arx} -X$(AIX_EXTRA_ARCH) rc libgobegin.a ../ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/$(libgobegin_a_OBJECTS); \
3235	  $${arx} -X$(AIX_EXTRA_ARCH) rc ../pthread/$(PACKAGE)/libgobegin.a ../pthread/ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/$(libgobegin_a_OBJECTS); \
3236	  $${arx} -X$(AIX_EXTRA_ARCH) rc libgolibbegin.a ../ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/$(libgolibbegin_a_OBJECTS); \
3237	  $${arx} -X$(AIX_EXTRA_ARCH) rc ../pthread/$(PACKAGE)/libgolibbegin.a ../pthread/ppc$(AIX_EXTRA_ARCH)/$(PACKAGE)/$(libgolibbegin_a_OBJECTS); \
3238	fi
3239
3240# Tell versions [3.59,3.63) of GNU make to not export all variables.
3241# Otherwise a system limit (for SysV at least) may be exceeded.
3242.NOEXPORT:
3243