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