]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgo/Makefile.in
Daily bump.
[thirdparty/gcc.git] / libgo / Makefile.in
CommitLineData
e440a328 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
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@
29pkgdatadir = $(datadir)/@PACKAGE@
30pkgincludedir = $(includedir)/@PACKAGE@
31pkglibdir = $(libdir)/@PACKAGE@
32pkglibexecdir = $(libexecdir)/@PACKAGE@
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34install_sh_DATA = $(install_sh) -c -m 644
35install_sh_PROGRAM = $(install_sh) -c
36install_sh_SCRIPT = $(install_sh) -c
37INSTALL_HEADER = $(INSTALL_DATA)
38transform = $(program_transform_name)
39NORMAL_INSTALL = :
40PRE_INSTALL = :
41POST_INSTALL = :
42NORMAL_UNINSTALL = :
43PRE_UNINSTALL = :
44POST_UNINSTALL = :
45build_triplet = @build@
46host_triplet = @host@
47target_triplet = @target@
b5f8bff0 48@GOC_IS_LLGO_TRUE@am__append_1 = libgo-llgo.la libgobegin-llgo.a
49@GOC_IS_LLGO_FALSE@am__append_2 = libgo.la libgobegin.a
e440a328 50subdir = .
0c253378 51DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
52 $(top_srcdir)/configure $(am__configure_deps) \
53 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
54 $(srcdir)/../depcomp
e440a328 55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
57 $(top_srcdir)/../config/lead-dot.m4 \
58 $(top_srcdir)/../config/multi.m4 \
59 $(top_srcdir)/../config/override.m4 \
60 $(top_srcdir)/../config/unwind_ipinfo.m4 \
61 $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
62 $(top_srcdir)/config/ltoptions.m4 \
63 $(top_srcdir)/config/ltsugar.m4 \
64 $(top_srcdir)/config/ltversion.m4 \
65 $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno config.status.lineno
70CONFIG_HEADER = config.h
71CONFIG_CLEAN_FILES =
72CONFIG_CLEAN_VPATH_FILES =
73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74am__vpath_adj = case $$p in \
75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76 *) f=$$p;; \
77 esac;
78am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
79am__install_max = 40
80am__nobase_strip_setup = \
81 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
82am__nobase_strip = \
83 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
84am__nobase_list = $(am__nobase_strip_setup); \
85 for p in $$list; do echo "$$p $$p"; done | \
86 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
87 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
88 if (++n[$$2] == $(am__install_max)) \
89 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
90 END { for (dir in files) print dir, files[dir] }'
91am__base_list = \
92 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
b978ac2f 95 "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
96 "$(DESTDIR)$(toolexeclibgoarchivedir)" \
97 "$(DESTDIR)$(toolexeclibgocompressdir)" \
98 "$(DESTDIR)$(toolexeclibgocontainerdir)" \
99 "$(DESTDIR)$(toolexeclibgocryptodir)" \
49b4e44b 100 "$(DESTDIR)$(toolexeclibgocryptox509dir)" \
476d22b5 101 "$(DESTDIR)$(toolexeclibgodatabasedir)" \
102 "$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
b978ac2f 103 "$(DESTDIR)$(toolexeclibgodebugdir)" \
104 "$(DESTDIR)$(toolexeclibgoencodingdir)" \
105 "$(DESTDIR)$(toolexeclibgoexpdir)" \
106 "$(DESTDIR)$(toolexeclibgogodir)" \
107 "$(DESTDIR)$(toolexeclibgohashdir)" \
8388e3ab 108 "$(DESTDIR)$(toolexeclibgohtmldir)" \
b978ac2f 109 "$(DESTDIR)$(toolexeclibgoimagedir)" \
0ce10ea1 110 "$(DESTDIR)$(toolexeclibgoimagecolordir)" \
b978ac2f 111 "$(DESTDIR)$(toolexeclibgoindexdir)" \
112 "$(DESTDIR)$(toolexeclibgoiodir)" \
8388e3ab 113 "$(DESTDIR)$(toolexeclibgologdir)" \
114 "$(DESTDIR)$(toolexeclibgomathdir)" \
b978ac2f 115 "$(DESTDIR)$(toolexeclibgomimedir)" \
116 "$(DESTDIR)$(toolexeclibgonetdir)" \
8388e3ab 117 "$(DESTDIR)$(toolexeclibgonethttpdir)" \
118 "$(DESTDIR)$(toolexeclibgonetrpcdir)" \
49b4e44b 119 "$(DESTDIR)$(toolexeclibgoolddir)" \
b978ac2f 120 "$(DESTDIR)$(toolexeclibgoosdir)" \
f9722886 121 "$(DESTDIR)$(toolexeclibgopathdir)" \
fa5d125b 122 "$(DESTDIR)$(toolexeclibgoregexpdir)" \
b978ac2f 123 "$(DESTDIR)$(toolexeclibgoruntimedir)" \
31c6ec42 124 "$(DESTDIR)$(toolexeclibgosyncdir)" \
8388e3ab 125 "$(DESTDIR)$(toolexeclibgotestingdir)" \
126 "$(DESTDIR)$(toolexeclibgotextdir)" \
127 "$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
128 "$(DESTDIR)$(toolexeclibgounicodedir)"
e440a328 129LIBRARIES = $(toolexeclib_LIBRARIES)
130ARFLAGS = cru
b5f8bff0 131libgobegin_llgo_a_AR = $(AR) $(ARFLAGS)
132libgobegin_llgo_a_LIBADD =
133am_libgobegin_llgo_a_OBJECTS = go-main.$(OBJEXT)
134libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS)
e440a328 135libgobegin_a_AR = $(AR) $(ARFLAGS)
136libgobegin_a_LIBADD =
137am_libgobegin_a_OBJECTS = go-main.$(OBJEXT)
138libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
139LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
140am__DEPENDENCIES_1 =
af6c04d9 141am__DEPENDENCIES_2 = bufio.lo bytes.lo bytes/index.lo crypto.lo \
0ce10ea1 142 encoding.lo errors.lo expvar.lo flag.lo fmt.lo hash.lo html.lo \
143 image.lo io.lo log.lo math.lo mime.lo net.lo os.lo path.lo \
02d42640 144 reflect-go.lo reflect/makefunc.lo reflect/makefunc_ffi_c.lo \
145 regexp.lo runtime-go.lo sort.lo strconv.lo strings.lo \
146 strings/index.lo sync.lo syscall.lo syscall/errno.lo \
147 syscall/signame.lo syscall/wait.lo testing.lo time-go.lo \
148 unicode.lo archive/tar.lo archive/zip.lo compress/bzip2.lo \
149 compress/flate.lo compress/gzip.lo compress/lzw.lo \
150 compress/zlib.lo container/heap.lo container/list.lo \
151 container/ring.lo crypto/aes.lo crypto/cipher.lo crypto/des.lo \
152 crypto/dsa.lo crypto/ecdsa.lo crypto/elliptic.lo \
153 crypto/hmac.lo crypto/md5.lo crypto/rand.lo crypto/rc4.lo \
154 crypto/rsa.lo crypto/sha1.lo crypto/sha256.lo crypto/sha512.lo \
155 crypto/subtle.lo crypto/tls.lo crypto/x509.lo \
86babf4b 156 crypto/x509/pkix.lo database/sql.lo database/sql/driver.lo \
b88e5463 157 debug/dwarf.lo debug/elf.lo debug/gosym.lo debug/macho.lo \
158 debug/pe.lo debug/plan9obj.lo encoding/ascii85.lo \
159 encoding/asn1.lo encoding/base32.lo encoding/base64.lo \
160 encoding/binary.lo encoding/csv.lo encoding/gob.lo \
161 encoding/hex.lo encoding/json.lo encoding/pem.lo \
162 encoding/xml.lo exp/proxy.lo exp/terminal.lo html/template.lo \
163 go/ast.lo go/build.lo go/doc.lo go/format.lo go/parser.lo \
164 go/printer.lo go/scanner.lo go/token.lo hash/adler32.lo \
165 hash/crc32.lo hash/crc64.lo hash/fnv.lo net/http/cgi.lo \
166 net/http/cookiejar.lo net/http/fcgi.lo net/http/httptest.lo \
167 net/http/httputil.lo net/http/pprof.lo image/color.lo \
168 image/color/palette.lo image/draw.lo image/gif.lo \
169 image/jpeg.lo image/png.lo index/suffixarray.lo io/ioutil.lo \
170 log/syslog.lo log/syslog/syslog_c.lo math/big.lo math/cmplx.lo \
171 math/rand.lo mime/multipart.lo net/http.lo net/mail.lo \
172 net/rpc.lo net/smtp.lo net/textproto.lo net/url.lo \
0ce10ea1 173 old/regexp.lo old/template.lo os/exec.lo $(am__DEPENDENCIES_1) \
174 os/signal.lo os/user.lo path/filepath.lo regexp/syntax.lo \
3103c81f 175 net/rpc/jsonrpc.lo runtime/debug.lo runtime/pprof.lo \
176 sync/atomic.lo sync/atomic_c.lo text/scanner.lo \
177 text/tabwriter.lo text/template.lo text/template/parse.lo \
178 testing/iotest.lo testing/quick.lo unicode/utf16.lo \
179 unicode/utf8.lo
b5f8bff0 180am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) \
7920387d 181 ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_1) \
cea7ac49 182 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
7920387d 183 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
b5f8bff0 184libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_3)
03044d3d 185@LIBGO_IS_LINUX_FALSE@am__objects_1 = lock_sema.lo thread-sema.lo
186@LIBGO_IS_LINUX_TRUE@am__objects_1 = lock_futex.lo thread-linux.lo
187@HAVE_SYS_MMAN_H_FALSE@am__objects_2 = mem_posix_memalign.lo
188@HAVE_SYS_MMAN_H_TRUE@am__objects_2 = mem.lo
95b149fd 189@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_3 = netpoll_kqueue.lo
190@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_3 = netpoll_select.lo
191@LIBGO_IS_LINUX_TRUE@am__objects_3 = netpoll_epoll.lo
f4ca453c 192@LIBGO_IS_RTEMS_TRUE@am__objects_4 = rtems-task-variable-add.lo
193@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_5 = getncpu-none.lo
194@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_5 = getncpu-bsd.lo
195@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_5 = getncpu-bsd.lo
196@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_5 = getncpu-solaris.lo
197@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_5 = getncpu-irix.lo
198@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_5 = \
e04e2524 199@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@ getncpu-bsd.lo
f4ca453c 200@LIBGO_IS_LINUX_TRUE@am__objects_5 = getncpu-linux.lo
201am__objects_6 = go-append.lo go-assert.lo go-assert-interface.lo \
e440a328 202 go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
1850e20c 203 go-callers.lo go-can-convert-interface.lo go-cdiv.lo go-cgo.lo \
2d2d80b8 204 go-check-interface.lo go-construct-map.lo \
205 go-convert-interface.lo go-copy.lo go-defer.lo \
206 go-deferred-recover.lo go-eface-compare.lo \
02d42640 207 go-eface-val-compare.lo go-ffi.lo go-fieldtrack.lo \
6e7609c8 208 go-int-array-to-string.lo go-int-to-string.lo \
739bad04 209 go-interface-compare.lo go-interface-eface-compare.lo \
6e7609c8 210 go-interface-val-compare.lo go-make-slice.lo go-map-delete.lo \
5b49fca6 211 go-map-index.lo go-map-len.lo go-map-range.lo go-matherr.lo \
0b6b034c 212 go-memcmp.lo go-nanotime.lo go-now.lo go-new-map.lo go-new.lo \
213 go-nosys.lo go-panic.lo go-print.lo go-recover.lo \
214 go-reflect-call.lo go-reflect-map.lo go-rune.lo \
215 go-runtime-error.lo go-setenv.lo go-signal.lo go-strcmp.lo \
216 go-string-to-byte-array.lo go-string-to-int-array.lo \
8381eda7 217 go-strplus.lo go-strslice.lo go-traceback.lo \
0b6b034c 218 go-type-complex.lo go-type-eface.lo go-type-error.lo \
219 go-type-float.lo go-type-identity.lo go-type-interface.lo \
ad917f82 220 go-type-string.lo go-typedesc-equal.lo go-unsafe-new.lo \
221 go-unsafe-newarray.lo go-unsafe-pointer.lo go-unwind.lo \
b88e5463 222 go-varargs.lo env_posix.lo heapdump.lo $(am__objects_1) \
223 mcache.lo mcentral.lo $(am__objects_2) mfixalloc.lo mgc0.lo \
224 mheap.lo msize.lo $(am__objects_3) panic.lo parfor.lo print.lo \
225 proc.lo runtime.lo signal_unix.lo thread.lo yield.lo \
226 $(am__objects_4) chan.lo cpuprof.lo go-iface.lo lfstack.lo \
227 malloc.lo map.lo mprof.lo netpoll.lo rdebug.lo reflect.lo \
228 runtime1.lo sema.lo sigqueue.lo string.lo time.lo \
229 $(am__objects_5)
b5f8bff0 230am_libgo_llgo_la_OBJECTS = $(am__objects_6)
231libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS)
232libgo_llgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
233 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
234 $(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@
235@GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir)
236libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_3)
f4ca453c 237am_libgo_la_OBJECTS = $(am__objects_6)
e440a328 238libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
69db433d 239libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
240 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
241 $(LDFLAGS) -o $@
b5f8bff0 242@GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
e440a328 243DEFAULT_INCLUDES = -I.@am__isrc@
244depcomp = $(SHELL) $(top_srcdir)/../depcomp
245am__depfiles_maybe = depfiles
246am__mv = mv -f
247COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
248 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
249LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
250 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
251 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
252CCLD = $(CC)
253LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
254 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
255 $(LDFLAGS) -o $@
b5f8bff0 256SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
257 $(libgo_llgo_la_SOURCES) $(libgo_la_SOURCES)
e440a328 258MULTISRCTOP =
259MULTIBUILDTOP =
260MULTIDIRS =
261MULTISUBDIR =
262MULTIDO = true
263MULTICLEAN = true
264RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
265 html-recursive info-recursive install-data-recursive \
266 install-dvi-recursive install-exec-recursive \
267 install-html-recursive install-info-recursive \
268 install-pdf-recursive install-ps-recursive install-recursive \
269 installcheck-recursive installdirs-recursive pdf-recursive \
270 ps-recursive uninstall-recursive
b978ac2f 271DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
272 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
86babf4b 273 $(toolexeclibgocrypto_DATA) $(toolexeclibgocryptox509_DATA) \
274 $(toolexeclibgodatabase_DATA) $(toolexeclibgodatabasesql_DATA) \
275 $(toolexeclibgodebug_DATA) $(toolexeclibgoencoding_DATA) \
f4ca453c 276 $(toolexeclibgoexp_DATA) $(toolexeclibgogo_DATA) \
86babf4b 277 $(toolexeclibgohash_DATA) $(toolexeclibgohtml_DATA) \
0ce10ea1 278 $(toolexeclibgoimage_DATA) $(toolexeclibgoimagecolor_DATA) \
279 $(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \
280 $(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \
281 $(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \
282 $(toolexeclibgonethttp_DATA) $(toolexeclibgonetrpc_DATA) \
283 $(toolexeclibgoold_DATA) $(toolexeclibgoos_DATA) \
284 $(toolexeclibgopath_DATA) $(toolexeclibgoregexp_DATA) \
285 $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
286 $(toolexeclibgotesting_DATA) $(toolexeclibgotext_DATA) \
287 $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA)
e440a328 288RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
289 distclean-recursive maintainer-clean-recursive
290AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
0c253378 291 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
e440a328 292ETAGS = etags
293CTAGS = ctags
294DIST_SUBDIRS = testsuite
e440a328 295ACLOCAL = @ACLOCAL@
296AMTAR = @AMTAR@
297AR = @AR@
298AUTOCONF = @AUTOCONF@
299AUTOHEADER = @AUTOHEADER@
300AUTOMAKE = @AUTOMAKE@
301AWK = @AWK@
302CC = @CC@
303CCDEPMODE = @CCDEPMODE@
a27e1015 304CC_FOR_BUILD = @CC_FOR_BUILD@
e440a328 305CFLAGS = @CFLAGS@
306CPP = @CPP@
307CPPFLAGS = @CPPFLAGS@
308CYGPATH_W = @CYGPATH_W@
309DEFS = @DEFS@
310DEPDIR = @DEPDIR@
311DSYMUTIL = @DSYMUTIL@
312DUMPBIN = @DUMPBIN@
313ECHO_C = @ECHO_C@
314ECHO_N = @ECHO_N@
315ECHO_T = @ECHO_T@
316EGREP = @EGREP@
317EXEEXT = @EXEEXT@
318FGREP = @FGREP@
7731bf71 319GOARCH = @GOARCH@
e440a328 320GOC = @GOC@
321GOCFLAGS = $(CFLAGS)
7731bf71 322GOOS = @GOOS@
d477de41 323GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
324GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
325GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
326GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
e440a328 327GREP = @GREP@
328INSTALL = @INSTALL@
329INSTALL_DATA = @INSTALL_DATA@
330INSTALL_PROGRAM = @INSTALL_PROGRAM@
331INSTALL_SCRIPT = @INSTALL_SCRIPT@
332INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
333LD = @LD@
334LDFLAGS = @LDFLAGS@
7920387d 335LIBATOMIC = @LIBATOMIC@
e440a328 336LIBFFI = @LIBFFI@
337LIBFFIINCS = @LIBFFIINCS@
338LIBOBJS = @LIBOBJS@
339LIBS = @LIBS@
340LIBTOOL = @LIBTOOL@
341LIPO = @LIPO@
342LN_S = @LN_S@
343LTLIBOBJS = @LTLIBOBJS@
344MAINT = @MAINT@
345MAKEINFO = @MAKEINFO@
68e1881d 346MATH_FLAG = @MATH_FLAG@
7d17fab3 347MATH_LIBS = @MATH_LIBS@
e440a328 348MKDIR_P = @MKDIR_P@
cea7ac49 349NET_LIBS = @NET_LIBS@
e440a328 350NM = @NM@
351NMEDIT = @NMEDIT@
352OBJCOPY = @OBJCOPY@
353OBJDUMP = @OBJDUMP@
354OBJEXT = @OBJEXT@
69db433d 355OSCFLAGS = @OSCFLAGS@
e440a328 356OTOOL = @OTOOL@
357OTOOL64 = @OTOOL64@
358PACKAGE = @PACKAGE@
359PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
360PACKAGE_NAME = @PACKAGE_NAME@
361PACKAGE_STRING = @PACKAGE_STRING@
362PACKAGE_TARNAME = @PACKAGE_TARNAME@
363PACKAGE_URL = @PACKAGE_URL@
364PACKAGE_VERSION = @PACKAGE_VERSION@
365PATH_SEPARATOR = @PATH_SEPARATOR@
f555a9df 366PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
367PTHREAD_LIBS = @PTHREAD_LIBS@
e440a328 368RANLIB = @RANLIB@
369SED = @SED@
370SET_MAKE = @SET_MAKE@
371SHELL = @SHELL@
d772e63b 372SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
e440a328 373SPLIT_STACK = @SPLIT_STACK@
374STRINGOPS_FLAG = @STRINGOPS_FLAG@
375STRIP = @STRIP@
d772e63b 376STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
6222f4a8 377USE_DEJAGNU = @USE_DEJAGNU@
e440a328 378VERSION = @VERSION@
379WARN_FLAGS = @WARN_FLAGS@
380WERROR = @WERROR@
381abs_builddir = @abs_builddir@
382abs_srcdir = @abs_srcdir@
383abs_top_builddir = @abs_top_builddir@
384abs_top_srcdir = @abs_top_srcdir@
385ac_ct_CC = @ac_ct_CC@
386ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
387am__include = @am__include@
388am__leading_dot = @am__leading_dot@
389am__quote = @am__quote@
390am__tar = @am__tar@
391am__untar = @am__untar@
392bindir = @bindir@
393build = @build@
394build_alias = @build_alias@
395build_cpu = @build_cpu@
396build_os = @build_os@
397build_vendor = @build_vendor@
398builddir = @builddir@
399datadir = @datadir@
400datarootdir = @datarootdir@
401docdir = @docdir@
402dvidir = @dvidir@
403enable_shared = @enable_shared@
404enable_static = @enable_static@
405exec_prefix = @exec_prefix@
e440a328 406glibgo_toolexecdir = @glibgo_toolexecdir@
407glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
4180345a 408go_include = @go_include@
e440a328 409host = @host@
410host_alias = @host_alias@
411host_cpu = @host_cpu@
412host_os = @host_os@
413host_vendor = @host_vendor@
414htmldir = @htmldir@
415includedir = @includedir@
416infodir = @infodir@
417install_sh = @install_sh@
418libdir = @libdir@
419libexecdir = @libexecdir@
420libtool_VERSION = @libtool_VERSION@
421localedir = @localedir@
422localstatedir = @localstatedir@
423mandir = @mandir@
424mkdir_p = @mkdir_p@
425multi_basedir = @multi_basedir@
61efdf66 426nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
e440a328 427oldincludedir = @oldincludedir@
428pdfdir = @pdfdir@
429prefix = @prefix@
430program_transform_name = @program_transform_name@
431psdir = @psdir@
432sbindir = @sbindir@
433sharedstatedir = @sharedstatedir@
434srcdir = @srcdir@
435sysconfdir = @sysconfdir@
436target = @target@
437target_alias = @target_alias@
438target_cpu = @target_cpu@
439target_os = @target_os@
440target_vendor = @target_vendor@
441top_build_prefix = @top_build_prefix@
442top_builddir = @top_builddir@
443top_srcdir = @top_srcdir@
444
445# Go support.
446SUFFIXES = .c .go .gox .o .obj .lo .a
447@LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
448SUBDIRS = ${subdirs}
5ffe68e4 449gcc_version := $(shell $(GOC) -dumpversion)
e440a328 450MAINT_CHARSET = latin1
451mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
452PWD_COMMAND = $${PWDCMD-pwd}
453STAMP = echo timestamp >
454toolexecdir = $(glibgo_toolexecdir)
455toolexeclibdir = $(glibgo_toolexeclibdir)
61efdf66 456toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
0e762700 457libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
e440a328 458WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
459
460# -I/-D flags to pass when compiling.
f555a9df 461AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
e440a328 462ACLOCAL_AMFLAGS = -I ./config -I ../config
0ce10ea1 463AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
464 $(SPLIT_STACK) $(WARN_CFLAGS) \
6785caa3 465 $(STRINGOPS_FLAG) $(OSCFLAGS) \
e4fbfaf5 466 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
467 -I $(MULTIBUILDTOP)../../gcc/include
e440a328 468
469@USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
470
471# Multilib support.
472MAKEOVERRIDES =
473
474# Work around what appears to be a GNU make handling MAKEFLAGS
475# values defined in terms of make variables, as is the case for CC and
476# friends when we are called from the top level Makefile.
477AM_MAKEFLAGS = \
478 "AR_FLAGS=$(AR_FLAGS)" \
479 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
480 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
481 "CFLAGS=$(CFLAGS)" \
482 "CXXFLAGS=$(CXXFLAGS)" \
483 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
484 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
485 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
486 "GOC=$(GOC)" \
487 "GOCFLAGS=$(GOCFLAGS)" \
488 "INSTALL=$(INSTALL)" \
489 "INSTALL_DATA=$(INSTALL_DATA)" \
490 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
491 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
492 "LDFLAGS=$(LDFLAGS)" \
493 "LIBCFLAGS=$(LIBCFLAGS)" \
494 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
495 "MAKE=$(MAKE)" \
496 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
497 "PICFLAG=$(PICFLAG)" \
498 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
499 "SHELL=$(SHELL)" \
500 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
501 "exec_prefix=$(exec_prefix)" \
502 "infodir=$(infodir)" \
503 "libdir=$(libdir)" \
504 "includedir=$(includedir)" \
505 "prefix=$(prefix)" \
506 "tooldir=$(tooldir)" \
507 "gxx_include_dir=$(gxx_include_dir)" \
508 "AR=$(AR)" \
509 "AS=$(AS)" \
510 "LD=$(LD)" \
511 "RANLIB=$(RANLIB)" \
512 "NM=$(NM)" \
513 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
514 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
515 "DESTDIR=$(DESTDIR)" \
516 "WERROR=$(WERROR)"
517
518
519# Subdir rules rely on $(FLAGS_TO_PASS)
520FLAGS_TO_PASS = $(AM_MAKEFLAGS)
b5f8bff0 521@GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la
522@GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la
523@GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a
524@GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a
b978ac2f 525toolexeclibgo_DATA = \
e440a328 526 bufio.gox \
527 bytes.gox \
31c6ec42 528 crypto.gox \
0ce10ea1 529 encoding.gox \
6692ad1d 530 errors.gox \
e440a328 531 expvar.gox \
532 flag.gox \
533 fmt.gox \
e440a328 534 hash.gox \
535 html.gox \
e440a328 536 image.gox \
537 io.gox \
e440a328 538 log.gox \
539 math.gox \
540 mime.gox \
541 net.gox \
e440a328 542 os.gox \
e440a328 543 path.gox \
e440a328 544 reflect.gox \
545 regexp.gox \
e440a328 546 runtime.gox \
e440a328 547 sort.gox \
548 strconv.gox \
549 strings.gox \
550 sync.gox \
551 syscall.gox \
e440a328 552 testing.gox \
553 time.gox \
86babf4b 554 unicode.gox
e440a328 555
b978ac2f 556toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
557toolexeclibgoarchive_DATA = \
e440a328 558 archive/tar.gox \
559 archive/zip.gox
560
b978ac2f 561toolexeclibgocompressdir = $(toolexeclibgodir)/compress
562toolexeclibgocompress_DATA = \
31c6ec42 563 compress/bzip2.gox \
e440a328 564 compress/flate.gox \
565 compress/gzip.gox \
31c6ec42 566 compress/lzw.gox \
e440a328 567 compress/zlib.gox
568
b978ac2f 569toolexeclibgocontainerdir = $(toolexeclibgodir)/container
570toolexeclibgocontainer_DATA = \
e440a328 571 container/heap.gox \
572 container/list.gox \
fa5d125b 573 container/ring.gox
e440a328 574
b978ac2f 575toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
576toolexeclibgocrypto_DATA = \
e440a328 577 crypto/aes.gox \
48080209 578 crypto/cipher.gox \
35a02ae0 579 crypto/des.gox \
31c6ec42 580 crypto/dsa.gox \
f9722886 581 crypto/ecdsa.gox \
48080209 582 crypto/elliptic.gox \
e440a328 583 crypto/hmac.gox \
e440a328 584 crypto/md5.gox \
e440a328 585 crypto/rand.gox \
586 crypto/rc4.gox \
e440a328 587 crypto/rsa.gox \
588 crypto/sha1.gox \
589 crypto/sha256.gox \
590 crypto/sha512.gox \
591 crypto/subtle.gox \
592 crypto/tls.gox \
86babf4b 593 crypto/x509.gox
48080209 594
49b4e44b 595toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
596toolexeclibgocryptox509_DATA = \
597 crypto/x509/pkix.gox
598
476d22b5 599toolexeclibgodatabasedir = $(toolexeclibgodir)/database
600toolexeclibgodatabase_DATA = \
601 database/sql.gox
602
603toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
604toolexeclibgodatabasesql_DATA = \
605 database/sql/driver.gox
606
b978ac2f 607toolexeclibgodebugdir = $(toolexeclibgodir)/debug
608toolexeclibgodebug_DATA = \
e440a328 609 debug/dwarf.gox \
610 debug/elf.gox \
611 debug/gosym.gox \
612 debug/macho.gox \
a756a05a 613 debug/pe.gox \
614 debug/plan9obj.gox
e440a328 615
b978ac2f 616toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
617toolexeclibgoencoding_DATA = \
e440a328 618 encoding/ascii85.gox \
8388e3ab 619 encoding/asn1.gox \
48080209 620 encoding/base32.gox \
e440a328 621 encoding/base64.gox \
622 encoding/binary.gox \
8388e3ab 623 encoding/csv.gox \
8388e3ab 624 encoding/gob.gox \
e440a328 625 encoding/hex.gox \
8388e3ab 626 encoding/json.gox \
627 encoding/pem.gox \
628 encoding/xml.gox
e440a328 629
b978ac2f 630toolexeclibgoexpdir = $(toolexeclibgodir)/exp
631toolexeclibgoexp_DATA = \
422eaae5 632 exp/proxy.gox \
f4ca453c 633 exp/terminal.gox
fb08d005 634
b978ac2f 635toolexeclibgogodir = $(toolexeclibgodir)/go
636toolexeclibgogo_DATA = \
e440a328 637 go/ast.gox \
49b4e44b 638 go/build.gox \
e440a328 639 go/doc.gox \
3103c81f 640 go/format.gox \
e440a328 641 go/parser.gox \
642 go/printer.gox \
643 go/scanner.gox \
f4ca453c 644 go/token.gox
e440a328 645
b978ac2f 646toolexeclibgohashdir = $(toolexeclibgodir)/hash
647toolexeclibgohash_DATA = \
e440a328 648 hash/adler32.gox \
649 hash/crc32.gox \
f9722886 650 hash/crc64.gox \
651 hash/fnv.gox
e440a328 652
8388e3ab 653toolexeclibgohtmldir = $(toolexeclibgodir)/html
654toolexeclibgohtml_DATA = \
655 html/template.gox
e440a328 656
b978ac2f 657toolexeclibgoimagedir = $(toolexeclibgodir)/image
658toolexeclibgoimage_DATA = \
fa5d125b 659 image/color.gox \
49b4e44b 660 image/draw.gox \
84911de8 661 image/gif.gox \
e440a328 662 image/jpeg.gox \
2da6f72b 663 image/png.gox
e440a328 664
0ce10ea1 665toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
666toolexeclibgoimagecolor_DATA = \
667 image/color/palette.gox
668
b978ac2f 669toolexeclibgoindexdir = $(toolexeclibgodir)/index
670toolexeclibgoindex_DATA = \
e440a328 671 index/suffixarray.gox
672
b978ac2f 673toolexeclibgoiodir = $(toolexeclibgodir)/io
674toolexeclibgoio_DATA = \
e440a328 675 io/ioutil.gox
676
8388e3ab 677toolexeclibgologdir = $(toolexeclibgodir)/log
678toolexeclibgolog_DATA = \
679 log/syslog.gox
680
681toolexeclibgomathdir = $(toolexeclibgodir)/math
682toolexeclibgomath_DATA = \
683 math/big.gox \
684 math/cmplx.gox \
685 math/rand.gox
686
b978ac2f 687toolexeclibgomimedir = $(toolexeclibgodir)/mime
688toolexeclibgomime_DATA = \
e440a328 689 mime/multipart.gox
690
b978ac2f 691toolexeclibgonetdir = $(toolexeclibgodir)/net
692toolexeclibgonet_DATA = \
8388e3ab 693 net/http.gox \
694 net/mail.gox \
695 net/rpc.gox \
696 net/smtp.gox \
697 net/textproto.gox \
698 net/url.gox
699
700toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
701toolexeclibgonethttp_DATA = \
702 net/http/cgi.gox \
f4ca453c 703 net/http/cookiejar.gox \
8388e3ab 704 net/http/fcgi.gox \
705 net/http/httptest.gox \
706 net/http/httputil.gox \
707 net/http/pprof.gox
708
709toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
710toolexeclibgonetrpc_DATA = \
711 net/rpc/jsonrpc.gox
e440a328 712
49b4e44b 713toolexeclibgoolddir = $(toolexeclibgodir)/old
714toolexeclibgoold_DATA = \
fa5d125b 715 old/regexp.gox \
49b4e44b 716 old/template.gox
717
b978ac2f 718toolexeclibgoosdir = $(toolexeclibgodir)/os
719toolexeclibgoos_DATA = \
8388e3ab 720 os/exec.gox \
2d2d80b8 721 os/signal.gox \
2da6f72b 722 os/user.gox
e440a328 723
f9722886 724toolexeclibgopathdir = $(toolexeclibgodir)/path
725toolexeclibgopath_DATA = \
726 path/filepath.gox
727
fa5d125b 728toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
729toolexeclibgoregexp_DATA = \
730 regexp/syntax.gox
731
b978ac2f 732toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
733toolexeclibgoruntime_DATA = \
48080209 734 runtime/debug.gox \
e440a328 735 runtime/pprof.gox
736
31c6ec42 737toolexeclibgosyncdir = $(toolexeclibgodir)/sync
738toolexeclibgosync_DATA = \
739 sync/atomic.gox
740
b978ac2f 741toolexeclibgotestingdir = $(toolexeclibgodir)/testing
742toolexeclibgotesting_DATA = \
e440a328 743 testing/iotest.gox \
2d2d80b8 744 testing/quick.gox
e440a328 745
8388e3ab 746toolexeclibgotextdir = $(toolexeclibgodir)/text
747toolexeclibgotext_DATA = \
748 text/scanner.gox \
749 text/tabwriter.gox \
750 text/template.gox
751
752toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
753toolexeclibgotexttemplate_DATA = \
754 text/template/parse.gox
755
756toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
757toolexeclibgounicode_DATA = \
758 unicode/utf16.gox \
759 unicode/utf8.gox
760
e440a328 761@HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
762@HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
763@LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
764@LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
03044d3d 765@LIBGO_IS_LINUX_FALSE@runtime_lock_files = runtime/lock_sema.c runtime/thread-sema.c
766@LIBGO_IS_LINUX_TRUE@runtime_lock_files = runtime/lock_futex.c runtime/thread-linux.c
e04e2524 767@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
768@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
769@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
770@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_getncpu_file = runtime/getncpu-solaris.c
771@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-irix.c
772@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
773@LIBGO_IS_LINUX_TRUE@runtime_getncpu_file = runtime/getncpu-linux.c
95b149fd 774@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_netpoll_files = runtime/netpoll_kqueue.c
775@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_netpoll_files = runtime/netpoll_select.c
776@LIBGO_IS_LINUX_TRUE@runtime_netpoll_files = runtime/netpoll_epoll.c
e440a328 777runtime_files = \
778 runtime/go-append.c \
779 runtime/go-assert.c \
780 runtime/go-assert-interface.c \
781 runtime/go-byte-array-to-string.c \
782 runtime/go-breakpoint.c \
783 runtime/go-caller.c \
2d2d80b8 784 runtime/go-callers.c \
e440a328 785 runtime/go-can-convert-interface.c \
1850e20c 786 runtime/go-cdiv.c \
ab0157dd 787 runtime/go-cgo.c \
e440a328 788 runtime/go-check-interface.c \
e440a328 789 runtime/go-construct-map.c \
790 runtime/go-convert-interface.c \
3991cb03 791 runtime/go-copy.c \
e440a328 792 runtime/go-defer.c \
793 runtime/go-deferred-recover.c \
794 runtime/go-eface-compare.c \
795 runtime/go-eface-val-compare.c \
02d42640 796 runtime/go-ffi.c \
149eabc5 797 runtime/go-fieldtrack.c \
e440a328 798 runtime/go-int-array-to-string.c \
799 runtime/go-int-to-string.c \
800 runtime/go-interface-compare.c \
739bad04 801 runtime/go-interface-eface-compare.c \
e440a328 802 runtime/go-interface-val-compare.c \
a9182619 803 runtime/go-make-slice.c \
e440a328 804 runtime/go-map-delete.c \
805 runtime/go-map-index.c \
806 runtime/go-map-len.c \
807 runtime/go-map-range.c \
5b49fca6 808 runtime/go-matherr.c \
0b6b034c 809 runtime/go-memcmp.c \
e440a328 810 runtime/go-nanotime.c \
43eb1b72 811 runtime/go-now.c \
e440a328 812 runtime/go-new-map.c \
813 runtime/go-new.c \
8202cb3c 814 runtime/go-nosys.c \
e440a328 815 runtime/go-panic.c \
e440a328 816 runtime/go-print.c \
e440a328 817 runtime/go-recover.c \
e440a328 818 runtime/go-reflect-call.c \
e440a328 819 runtime/go-reflect-map.c \
820 runtime/go-rune.c \
821 runtime/go-runtime-error.c \
84911de8 822 runtime/go-setenv.c \
e440a328 823 runtime/go-signal.c \
824 runtime/go-strcmp.c \
825 runtime/go-string-to-byte-array.c \
826 runtime/go-string-to-int-array.c \
827 runtime/go-strplus.c \
828 runtime/go-strslice.c \
60d1da4c 829 runtime/go-traceback.c \
e9d3367e 830 runtime/go-type-complex.c \
e440a328 831 runtime/go-type-eface.c \
832 runtime/go-type-error.c \
e9d3367e 833 runtime/go-type-float.c \
e440a328 834 runtime/go-type-identity.c \
835 runtime/go-type-interface.c \
836 runtime/go-type-string.c \
837 runtime/go-typedesc-equal.c \
e440a328 838 runtime/go-unsafe-new.c \
839 runtime/go-unsafe-newarray.c \
840 runtime/go-unsafe-pointer.c \
841 runtime/go-unwind.c \
9eb89a08 842 runtime/go-varargs.c \
362133b5 843 runtime/env_posix.c \
b88e5463 844 runtime/heapdump.c \
03044d3d 845 $(runtime_lock_files) \
e440a328 846 runtime/mcache.c \
847 runtime/mcentral.c \
848 $(runtime_mem_file) \
e440a328 849 runtime/mfixalloc.c \
850 runtime/mgc0.c \
851 runtime/mheap.c \
e440a328 852 runtime/msize.c \
f4ca453c 853 $(runtime_netpoll_files) \
fb08d005 854 runtime/panic.c \
855 runtime/parfor.c \
ea45cfe0 856 runtime/print.c \
e440a328 857 runtime/proc.c \
aca9cc91 858 runtime/runtime.c \
2d2d80b8 859 runtime/signal_unix.c \
e440a328 860 runtime/thread.c \
fa5d125b 861 runtime/yield.c \
e440a328 862 $(rtems_task_variable_add_file) \
ad917f82 863 chan.c \
864 cpuprof.c \
8cadac0f 865 go-iface.c \
ad917f82 866 lfstack.c \
e440a328 867 malloc.c \
868 map.c \
869 mprof.c \
95b149fd 870 netpoll.c \
ad917f82 871 rdebug.c \
e440a328 872 reflect.c \
6e7609c8 873 runtime1.c \
874 sema.c \
e440a328 875 sigqueue.c \
8388e3ab 876 string.c \
e04e2524 877 time.c \
878 $(runtime_getncpu_file)
e440a328 879
880go_bufio_files = \
f4ca453c 881 go/bufio/bufio.go \
882 go/bufio/scan.go
e440a328 883
884go_bytes_files = \
885 go/bytes/buffer.go \
886 go/bytes/bytes.go \
2d2d80b8 887 go/bytes/bytes_decl.go \
888 go/bytes/reader.go
e440a328 889
890go_bytes_c_files = \
891 go/bytes/indexbyte.c
892
31c6ec42 893go_crypto_files = \
894 go/crypto/crypto.go
895
0ce10ea1 896go_encoding_files = \
897 go/encoding/encoding.go
898
6692ad1d 899go_errors_files = \
900 go/errors/errors.go
901
e440a328 902go_expvar_files = \
903 go/expvar/expvar.go
904
905go_flag_files = \
906 go/flag/flag.go
907
908go_fmt_files = \
909 go/fmt/doc.go \
910 go/fmt/format.go \
911 go/fmt/print.go \
912 go/fmt/scan.go
913
e440a328 914go_hash_files = \
915 go/hash/hash.go
916
917go_html_files = \
e440a328 918 go/html/entity.go \
86babf4b 919 go/html/escape.go
e440a328 920
e440a328 921go_image_files = \
e440a328 922 go/image/format.go \
923 go/image/geom.go \
924 go/image/image.go \
86240434 925 go/image/names.go \
926 go/image/ycbcr.go
e440a328 927
928go_io_files = \
929 go/io/multi.go \
930 go/io/io.go \
931 go/io/pipe.go
932
e440a328 933go_log_files = \
934 go/log/log.go
935
936go_math_files = \
fa5d125b 937 go/math/abs.go \
e440a328 938 go/math/acosh.go \
939 go/math/asin.go \
940 go/math/asinh.go \
941 go/math/atan.go \
942 go/math/atanh.go \
943 go/math/atan2.go \
944 go/math/bits.go \
945 go/math/cbrt.go \
946 go/math/const.go \
947 go/math/copysign.go \
fa5d125b 948 go/math/dim.go \
e440a328 949 go/math/erf.go \
950 go/math/exp.go \
e440a328 951 go/math/expm1.go \
e440a328 952 go/math/floor.go \
e440a328 953 go/math/frexp.go \
954 go/math/gamma.go \
955 go/math/hypot.go \
e440a328 956 go/math/j0.go \
957 go/math/j1.go \
958 go/math/jn.go \
959 go/math/ldexp.go \
960 go/math/lgamma.go \
961 go/math/log.go \
962 go/math/log1p.go \
963 go/math/log10.go \
964 go/math/logb.go \
fa5d125b 965 go/math/mod.go \
e440a328 966 go/math/modf.go \
967 go/math/nextafter.go \
968 go/math/pow.go \
969 go/math/pow10.go \
970 go/math/remainder.go \
971 go/math/signbit.go \
972 go/math/sin.go \
973 go/math/sincos.go \
974 go/math/sinh.go \
975 go/math/sqrt.go \
e440a328 976 go/math/tan.go \
977 go/math/tanh.go \
978 go/math/unsafe.go
979
980go_mime_files = \
981 go/mime/grammar.go \
982 go/mime/mediatype.go \
46bc1fe2 983 go/mime/type.go \
984 go/mime/type_unix.go
e440a328 985
fb08d005 986@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_bsd.go
987@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_netbsd.go
220a902a 988@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_bsd.go
5c0a3c01 989@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_cgo_file = go/net/cgo_linux.go
990@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_cgo_file = go/net/cgo_linux.go
84911de8 991@LIBGO_IS_LINUX_TRUE@go_net_cgo_file = go/net/cgo_linux.go
fb08d005 992@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
993@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
220a902a 994@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
d41b42a6 995@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sock_file = go/net/sock_solaris.go
5c0a3c01 996@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sock_file = go/net/sock_linux.go
84911de8 997@LIBGO_IS_LINUX_TRUE@go_net_sock_file = go/net/sock_linux.go
fb08d005 998@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockopt_file = go/net/sockopt_bsd.go
999@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockopt_file = go/net/sockopt_bsd.go
220a902a 1000@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockopt_file = go/net/sockopt_bsd.go
b88e5463 1001@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sockopt_file = go/net/sockopt_solaris.go
422eaae5 1002@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sockopt_file = go/net/sockopt_linux.go
1003@LIBGO_IS_LINUX_TRUE@go_net_sockopt_file = go/net/sockopt_linux.go
fb08d005 1004@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
1005@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
1006@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
b88e5463 1007@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sockoptip_file = go/net/sockoptip_stub.go
fb08d005 1008@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_posix.go
1009@LIBGO_IS_LINUX_TRUE@go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_posix.go
0ce10ea1 1010@LIBGO_IS_DRAGONFLY_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@go_net_sendfile_file = go/net/sendfile_stub.go
1011@LIBGO_IS_DRAGONFLY_TRUE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@go_net_sendfile_file = go/net/sendfile_dragonfly.go
fb08d005 1012@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sendfile_file = go/net/sendfile_freebsd.go
49b4e44b 1013@LIBGO_IS_LINUX_TRUE@go_net_sendfile_file = go/net/sendfile_linux.go
0ce10ea1 1014@LIBGO_IS_DRAGONFLY_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@go_net_interface_file = go/net/interface_stub.go
1015@LIBGO_IS_DRAGONFLY_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@go_net_interface_file = go/net/interface_dragonfly.go
86240434 1016@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@go_net_interface_file = go/net/interface_netbsd.go
49b4e44b 1017@LIBGO_IS_LINUX_TRUE@go_net_interface_file = go/net/interface_linux.go
12ebd629 1018@LIBGO_IS_LINUX_FALSE@go_net_cloexec_file = go/net/sys_cloexec.go
1019@LIBGO_IS_LINUX_TRUE@go_net_cloexec_file = go/net/sock_cloexec.go
b88e5463 1020@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_DRAGONFLY_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_tcpsockopt_file = go/net/tcpsockopt_unix.go
1021@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_DRAGONFLY_TRUE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_tcpsockopt_file = go/net/tcpsockopt_dragonfly.go
1022@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_tcpsockopt_file = go/net/tcpsockopt_solaris.go
0ce10ea1 1023@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_OPENBSD_FALSE@go_net_tcpsockopt_file = go/net/tcpsockopt_darwin.go
1024@LIBGO_IS_OPENBSD_TRUE@go_net_tcpsockopt_file = go/net/tcpsockopt_openbsd.go
e440a328 1025go_net_files = \
84911de8 1026 go/net/cgo_unix.go \
1027 $(go_net_cgo_file) \
12ebd629 1028 $(go_net_cloexec_file) \
e440a328 1029 go/net/dial.go \
1030 go/net/dnsclient.go \
49b4e44b 1031 go/net/dnsclient_unix.go \
fb08d005 1032 go/net/dnsconfig_unix.go \
e440a328 1033 go/net/dnsmsg.go \
0ce10ea1 1034 go/net/fd_mutex.go \
fb08d005 1035 go/net/fd_unix.go \
fb08d005 1036 go/net/file_unix.go \
e440a328 1037 go/net/hosts.go \
49b4e44b 1038 go/net/interface.go \
1039 $(go_net_interface_file) \
e440a328 1040 go/net/ip.go \
1041 go/net/iprawsock.go \
49b4e44b 1042 go/net/iprawsock_posix.go \
e440a328 1043 go/net/ipsock.go \
49b4e44b 1044 go/net/ipsock_posix.go \
fb08d005 1045 go/net/lookup.go \
49b4e44b 1046 go/net/lookup_unix.go \
220a902a 1047 go/net/mac.go \
e440a328 1048 go/net/net.go \
1049 go/net/parse.go \
1050 go/net/pipe.go \
0ce10ea1 1051 go/net/fd_poll_runtime.go \
e440a328 1052 go/net/port.go \
fb08d005 1053 go/net/port_unix.go \
0ce10ea1 1054 go/net/race0.go \
49b4e44b 1055 $(go_net_sendfile_file) \
0ce10ea1 1056 go/net/singleflight.go \
fb08d005 1057 go/net/sock_posix.go \
84911de8 1058 $(go_net_sock_file) \
fb08d005 1059 go/net/sockopt_posix.go \
422eaae5 1060 $(go_net_sockopt_file) \
422eaae5 1061 $(go_net_sockoptip_file) \
e440a328 1062 go/net/tcpsock.go \
49b4e44b 1063 go/net/tcpsock_posix.go \
0ce10ea1 1064 go/net/tcpsockopt_posix.go \
1065 $(go_net_tcpsockopt_file) \
e440a328 1066 go/net/udpsock.go \
49b4e44b 1067 go/net/udpsock_posix.go \
1068 go/net/unixsock.go \
1069 go/net/unixsock_posix.go
e440a328 1070
b5f807a8 1071@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@go_os_dir_file = go/os/dir_regfile.go
1072@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@go_os_dir_file = go/os/dir_largefile.go
1633da9c 1073@LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@go_os_dir_file = go/os/dir_largefile.go
1074@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_regfile.go
1075@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_largefile.go
0ce10ea1 1076@LIBGO_IS_DARWIN_FALSE@go_os_getwd_file =
1077@LIBGO_IS_DARWIN_TRUE@go_os_getwd_file = go/os/getwd_darwin.go
524b52f8 1078@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_bsd.go
1079@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
1080@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
efaf8a86 1081@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_os_sys_file = go/os/sys_uname.go
1082@LIBGO_IS_LINUX_TRUE@go_os_sys_file = go/os/sys_linux.go
b88e5463 1083@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@go_os_cloexec_file = go/os/sys_unix.go
1084@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_FREEBSD_FALSE@go_os_cloexec_file = go/os/sys_darwin.go
1085@LIBGO_IS_FREEBSD_TRUE@go_os_cloexec_file = go/os/sys_freebsd.go
0ce10ea1 1086@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_DRAGONFLY_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat.go
1087@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_DRAGONFLY_TRUE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_dragonfly.go
f8deb58a 1088@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_atimespec.go
1089@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_atimespec.go
1090@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_atimespec.go
05e01836 1091@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_OPENBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_atim.go
1092@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat_atim.go
5fb00ad8 1093@LIBGO_IS_SOLARIS_TRUE@go_os_stat_file = go/os/stat_solaris.go
12ebd629 1094@LIBGO_IS_LINUX_FALSE@go_os_pipe_file = go/os/pipe_bsd.go
1095@LIBGO_IS_LINUX_TRUE@go_os_pipe_file = go/os/pipe_linux.go
e440a328 1096go_os_files = \
1633da9c 1097 $(go_os_dir_file) \
e440a328 1098 go/os/dir.go \
476d22b5 1099 go/os/doc.go \
e440a328 1100 go/os/env.go \
e440a328 1101 go/os/error.go \
0ce10ea1 1102 go/os/error_unix.go \
e440a328 1103 go/os/exec.go \
35a02ae0 1104 go/os/exec_posix.go \
31c6ec42 1105 go/os/exec_unix.go \
e440a328 1106 go/os/file.go \
35a02ae0 1107 go/os/file_posix.go \
e440a328 1108 go/os/file_unix.go \
1109 go/os/getwd.go \
0ce10ea1 1110 $(go_os_getwd_file) \
e440a328 1111 go/os/path.go \
49b4e44b 1112 go/os/path_unix.go \
12ebd629 1113 $(go_os_pipe_file) \
e440a328 1114 go/os/proc.go \
5fb00ad8 1115 $(go_os_stat_file) \
49b4e44b 1116 go/os/str.go \
efaf8a86 1117 $(go_os_sys_file) \
b88e5463 1118 $(go_os_cloexec_file) \
f4ca453c 1119 go/os/types.go \
1120 go/os/types_notwin.go
e440a328 1121
e440a328 1122go_path_files = \
1123 go/path/match.go \
f9722886 1124 go/path/path.go
e440a328 1125
141eb62b 1126@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_FALSE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_file =
1127@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_TRUE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_file = \
1128@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_TRUE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefuncgo_s390x.go \
1129@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_TRUE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefuncgo_s390.go
1130
1131@LIBGO_IS_386_FALSE@@LIBGO_IS_S390_TRUE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_file = \
1132@LIBGO_IS_386_FALSE@@LIBGO_IS_S390_TRUE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefuncgo_s390.go
1133
a2dfe53f 1134@LIBGO_IS_386_TRUE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_file = \
1135@LIBGO_IS_386_TRUE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefuncgo_386.go
1136
6f65ddb5 1137@LIBGO_IS_X86_64_TRUE@go_reflect_makefunc_file = \
1138@LIBGO_IS_X86_64_TRUE@ go/reflect/makefuncgo_amd64.go
1139
141eb62b 1140@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_FALSE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_s_file = \
1141@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_FALSE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefunc_dummy.c
1142
1143@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_TRUE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_s_file = \
1144@LIBGO_IS_386_FALSE@@LIBGO_IS_S390X_TRUE@@LIBGO_IS_S390_FALSE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefunc_s390.c
1145
1146@LIBGO_IS_386_FALSE@@LIBGO_IS_S390_TRUE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_s_file = \
1147@LIBGO_IS_386_FALSE@@LIBGO_IS_S390_TRUE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefunc_s390.c
a2dfe53f 1148
1149@LIBGO_IS_386_TRUE@@LIBGO_IS_X86_64_FALSE@go_reflect_makefunc_s_file = \
1150@LIBGO_IS_386_TRUE@@LIBGO_IS_X86_64_FALSE@ go/reflect/makefunc_386.S
6f65ddb5 1151
1152@LIBGO_IS_X86_64_TRUE@go_reflect_makefunc_s_file = \
1153@LIBGO_IS_X86_64_TRUE@ go/reflect/makefunc_amd64.S
1154
e440a328 1155go_reflect_files = \
1156 go/reflect/deepequal.go \
fb08d005 1157 go/reflect/makefunc.go \
02d42640 1158 go/reflect/makefunc_ffi.go \
6f65ddb5 1159 $(go_reflect_makefunc_file) \
e440a328 1160 go/reflect/type.go \
1161 go/reflect/value.go
1162
02d42640 1163go_reflect_makefunc_c_file = \
1164 go/reflect/makefunc_ffi_c.c
1165
e440a328 1166go_regexp_files = \
fa5d125b 1167 go/regexp/exec.go \
b88e5463 1168 go/regexp/onepass.go \
e440a328 1169 go/regexp/regexp.go
1170
8388e3ab 1171go_net_rpc_files = \
1172 go/net/rpc/client.go \
1173 go/net/rpc/debug.go \
1174 go/net/rpc/server.go
e440a328 1175
1176go_runtime_files = \
29f40c0d 1177 go/runtime/compiler.go \
e440a328 1178 go/runtime/debug.go \
1179 go/runtime/error.go \
1180 go/runtime/extern.go \
f9722886 1181 go/runtime/mem.go \
e440a328 1182 go/runtime/softfloat64.go \
1183 go/runtime/type.go \
1184 version.go
1185
e440a328 1186go_sort_files = \
48080209 1187 go/sort/search.go \
e440a328 1188 go/sort/sort.go
1189
1190go_strconv_files = \
1191 go/strconv/atob.go \
1192 go/strconv/atof.go \
1193 go/strconv/atoi.go \
1194 go/strconv/decimal.go \
86240434 1195 go/strconv/extfloat.go \
e440a328 1196 go/strconv/ftoa.go \
29f40c0d 1197 go/strconv/isprint.go \
e440a328 1198 go/strconv/itoa.go \
1199 go/strconv/quote.go
1200
1201go_strings_files = \
1202 go/strings/reader.go \
fa5d125b 1203 go/strings/replace.go \
fb08d005 1204 go/strings/search.go \
0ce10ea1 1205 go/strings/strings.go \
1206 go/strings/strings_decl.go
1207
1208go_strings_c_files = \
1209 go/strings/indexbyte.c
e440a328 1210
1211go_sync_files = \
31c6ec42 1212 go/sync/cond.go \
e440a328 1213 go/sync/mutex.go \
1214 go/sync/once.go \
5892f89f 1215 go/sync/pool.go \
fb08d005 1216 go/sync/race0.go \
ef10b1dd 1217 go/sync/runtime.go \
31c6ec42 1218 go/sync/rwmutex.go \
1219 go/sync/waitgroup.go
e440a328 1220
8388e3ab 1221@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/log/syslog/syslog_unix.go
1222@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/log/syslog/syslog_libc.go
1223@LIBGO_IS_SOLARIS_TRUE@go_syslog_file = go/log/syslog/syslog_libc.go
1224go_log_syslog_files = \
1225 go/log/syslog/syslog.go \
6c02db4e 1226 $(go_syslog_file)
e440a328 1227
cf92e749 1228go_syslog_c_files = \
8388e3ab 1229 go/log/syslog/syslog_c.c
e440a328 1230
1231go_testing_files = \
f4ca453c 1232 go/testing/allocs.go \
e440a328 1233 go/testing/benchmark.go \
0ce10ea1 1234 go/testing/cover.go \
fa5d125b 1235 go/testing/example.go \
422eaae5 1236 go/testing/testing.go
e440a328 1237
1238go_time_files = \
1239 go/time/format.go \
1240 go/time/sleep.go \
fa5d125b 1241 go/time/sys_unix.go \
e440a328 1242 go/time/tick.go \
1243 go/time/time.go \
43eb1b72 1244 go/time/zoneinfo.go \
ef10b1dd 1245 go/time/zoneinfo_read.go \
e440a328 1246 go/time/zoneinfo_unix.go
1247
e440a328 1248go_unicode_files = \
1249 go/unicode/casetables.go \
1250 go/unicode/digit.go \
49b4e44b 1251 go/unicode/graphic.go \
e440a328 1252 go/unicode/letter.go \
1253 go/unicode/tables.go
1254
fb08d005 1255@LIBGO_IS_DARWIN_TRUE@archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1256@LIBGO_IS_FREEBSD_TRUE@archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1257@LIBGO_IS_LINUX_TRUE@archive_tar_atim_file = go/archive/tar/stat_atim.go
1258@LIBGO_IS_NETBSD_TRUE@archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1259@LIBGO_IS_OPENBSD_TRUE@archive_tar_atim_file = go/archive/tar/stat_atim.go
c6b0b728 1260@LIBGO_IS_SOLARIS_TRUE@archive_tar_atim_file = go/archive/tar/stat_atim.go
e440a328 1261go_archive_tar_files = \
1262 go/archive/tar/common.go \
1263 go/archive/tar/reader.go \
fb08d005 1264 go/archive/tar/stat_unix.go \
1265 go/archive/tar/writer.go \
1266 $(archive_tar_atim_file)
e440a328 1267
1268go_archive_zip_files = \
1269 go/archive/zip/reader.go \
0ce10ea1 1270 go/archive/zip/register.go \
49b4e44b 1271 go/archive/zip/struct.go \
1272 go/archive/zip/writer.go
e440a328 1273
31c6ec42 1274go_compress_bzip2_files = \
1275 go/compress/bzip2/bit_reader.go \
1276 go/compress/bzip2/bzip2.go \
1277 go/compress/bzip2/huffman.go \
1278 go/compress/bzip2/move_to_front.go
1279
e440a328 1280go_compress_flate_files = \
fb08d005 1281 go/compress/flate/copy.go \
e440a328 1282 go/compress/flate/deflate.go \
12ebd629 1283 go/compress/flate/fixedhuff.go \
e440a328 1284 go/compress/flate/huffman_bit_writer.go \
1285 go/compress/flate/huffman_code.go \
1286 go/compress/flate/inflate.go \
1287 go/compress/flate/reverse_bits.go \
86babf4b 1288 go/compress/flate/token.go
e440a328 1289
1290go_compress_gzip_files = \
1291 go/compress/gzip/gzip.go \
1292 go/compress/gzip/gunzip.go
1293
31c6ec42 1294go_compress_lzw_files = \
1295 go/compress/lzw/reader.go \
1296 go/compress/lzw/writer.go
1297
e440a328 1298go_compress_zlib_files = \
1299 go/compress/zlib/reader.go \
1300 go/compress/zlib/writer.go
1301
1302go_container_heap_files = \
1303 go/container/heap/heap.go
1304
1305go_container_list_files = \
1306 go/container/list/list.go
1307
1308go_container_ring_files = \
1309 go/container/ring/ring.go
1310
e440a328 1311go_crypto_aes_files = \
1312 go/crypto/aes/block.go \
1313 go/crypto/aes/cipher.go \
fb08d005 1314 go/crypto/aes/cipher_generic.go \
e440a328 1315 go/crypto/aes/const.go
1316
48080209 1317go_crypto_cipher_files = \
1318 go/crypto/cipher/cbc.go \
1319 go/crypto/cipher/cfb.go \
1320 go/crypto/cipher/cipher.go \
1321 go/crypto/cipher/ctr.go \
0ce10ea1 1322 go/crypto/cipher/gcm.go \
48080209 1323 go/crypto/cipher/io.go \
5892f89f 1324 go/crypto/cipher/ofb.go \
1325 go/crypto/cipher/xor.go
48080209 1326
35a02ae0 1327go_crypto_des_files = \
1328 go/crypto/des/block.go \
1329 go/crypto/des/cipher.go \
1330 go/crypto/des/const.go
1331
31c6ec42 1332go_crypto_dsa_files = \
1333 go/crypto/dsa/dsa.go
1334
f9722886 1335go_crypto_ecdsa_files = \
1336 go/crypto/ecdsa/ecdsa.go
1337
48080209 1338go_crypto_elliptic_files = \
476d22b5 1339 go/crypto/elliptic/elliptic.go \
0ce10ea1 1340 go/crypto/elliptic/p224.go \
1341 go/crypto/elliptic/p256.go
48080209 1342
e440a328 1343go_crypto_hmac_files = \
1344 go/crypto/hmac/hmac.go
1345
e440a328 1346go_crypto_md5_files = \
1347 go/crypto/md5/md5.go \
a756a05a 1348 go/crypto/md5/md5block.go \
1349 go/crypto/md5/md5block_generic.go
e440a328 1350
e440a328 1351go_crypto_rand_files = \
1352 go/crypto/rand/rand.go \
49b4e44b 1353 go/crypto/rand/rand_unix.go \
1354 go/crypto/rand/util.go
e440a328 1355
1356go_crypto_rc4_files = \
f4ca453c 1357 go/crypto/rc4/rc4.go \
1358 go/crypto/rc4/rc4_ref.go
e440a328 1359
e440a328 1360go_crypto_rsa_files = \
1361 go/crypto/rsa/pkcs1v15.go \
0ce10ea1 1362 go/crypto/rsa/pss.go \
e440a328 1363 go/crypto/rsa/rsa.go
1364
1365go_crypto_sha1_files = \
1366 go/crypto/sha1/sha1.go \
a756a05a 1367 go/crypto/sha1/sha1block.go \
1368 go/crypto/sha1/sha1block_generic.go
e440a328 1369
1370go_crypto_sha256_files = \
1371 go/crypto/sha256/sha256.go \
1372 go/crypto/sha256/sha256block.go
1373
1374go_crypto_sha512_files = \
1375 go/crypto/sha512/sha512.go \
1376 go/crypto/sha512/sha512block.go
1377
1378go_crypto_subtle_files = \
1379 go/crypto/subtle/constant_time.go
1380
1381go_crypto_tls_files = \
1382 go/crypto/tls/alert.go \
48080209 1383 go/crypto/tls/cipher_suites.go \
e440a328 1384 go/crypto/tls/common.go \
1385 go/crypto/tls/conn.go \
1386 go/crypto/tls/handshake_client.go \
1387 go/crypto/tls/handshake_messages.go \
1388 go/crypto/tls/handshake_server.go \
48080209 1389 go/crypto/tls/key_agreement.go \
e440a328 1390 go/crypto/tls/prf.go \
fb08d005 1391 go/crypto/tls/ticket.go \
e440a328 1392 go/crypto/tls/tls.go
1393
1394go_crypto_x509_files = \
84911de8 1395 go/crypto/x509/cert_pool.go \
fb08d005 1396 go/crypto/x509/pem_decrypt.go \
fa5d125b 1397 go/crypto/x509/pkcs1.go \
43eb1b72 1398 go/crypto/x509/pkcs8.go \
29f40c0d 1399 go/crypto/x509/root.go \
1400 go/crypto/x509/root_unix.go \
79a796b7 1401 go/crypto/x509/sec1.go \
84911de8 1402 go/crypto/x509/verify.go \
e440a328 1403 go/crypto/x509/x509.go
1404
49b4e44b 1405go_crypto_x509_pkix_files = \
1406 go/crypto/x509/pkix/pkix.go
1407
476d22b5 1408go_database_sql_files = \
1409 go/database/sql/convert.go \
1410 go/database/sql/sql.go
1411
1412go_database_sql_driver_files = \
1413 go/database/sql/driver/driver.go \
1414 go/database/sql/driver/types.go
1415
e440a328 1416go_debug_dwarf_files = \
1417 go/debug/dwarf/buf.go \
1418 go/debug/dwarf/const.go \
1419 go/debug/dwarf/entry.go \
a2fe6cb0 1420 go/debug/dwarf/line.go \
e440a328 1421 go/debug/dwarf/open.go \
1422 go/debug/dwarf/type.go \
a756a05a 1423 go/debug/dwarf/typeunit.go \
e440a328 1424 go/debug/dwarf/unit.go
1425
1426go_debug_elf_files = \
1427 go/debug/elf/elf.go \
e4fbfaf5 1428 go/debug/elf/file.go
e440a328 1429
1430go_debug_gosym_files = \
1431 go/debug/gosym/pclntab.go \
1432 go/debug/gosym/symtab.go
1433
1434go_debug_macho_files = \
a756a05a 1435 go/debug/macho/fat.go \
e440a328 1436 go/debug/macho/file.go \
1437 go/debug/macho/macho.go
1438
1439go_debug_pe_files = \
1440 go/debug/pe/file.go \
1441 go/debug/pe/pe.go
1442
a756a05a 1443go_debug_plan9obj_files = \
1444 go/debug/plan9obj/file.go \
1445 go/debug/plan9obj/plan9obj.go
1446
e440a328 1447go_encoding_ascii85_files = \
1448 go/encoding/ascii85/ascii85.go
1449
8388e3ab 1450go_encoding_asn1_files = \
1451 go/encoding/asn1/asn1.go \
1452 go/encoding/asn1/common.go \
1453 go/encoding/asn1/marshal.go
1454
48080209 1455go_encoding_base32_files = \
1456 go/encoding/base32/base32.go
1457
e440a328 1458go_encoding_base64_files = \
1459 go/encoding/base64/base64.go
1460
1461go_encoding_binary_files = \
fa5d125b 1462 go/encoding/binary/binary.go \
1463 go/encoding/binary/varint.go
e440a328 1464
8388e3ab 1465go_encoding_csv_files = \
1466 go/encoding/csv/reader.go \
1467 go/encoding/csv/writer.go
1468
8388e3ab 1469go_encoding_gob_files = \
1470 go/encoding/gob/decode.go \
1471 go/encoding/gob/decoder.go \
1472 go/encoding/gob/doc.go \
1473 go/encoding/gob/encode.go \
1474 go/encoding/gob/encoder.go \
1475 go/encoding/gob/error.go \
1476 go/encoding/gob/type.go
1477
e440a328 1478go_encoding_hex_files = \
1479 go/encoding/hex/hex.go
1480
8388e3ab 1481go_encoding_json_files = \
1482 go/encoding/json/decode.go \
1483 go/encoding/json/encode.go \
5892f89f 1484 go/encoding/json/fold.go \
8388e3ab 1485 go/encoding/json/indent.go \
1486 go/encoding/json/scanner.go \
1487 go/encoding/json/stream.go \
1488 go/encoding/json/tags.go
1489
e440a328 1490go_encoding_pem_files = \
1491 go/encoding/pem/pem.go
1492
8388e3ab 1493go_encoding_xml_files = \
1494 go/encoding/xml/marshal.go \
1495 go/encoding/xml/read.go \
422eaae5 1496 go/encoding/xml/typeinfo.go \
8388e3ab 1497 go/encoding/xml/xml.go
1498
422eaae5 1499go_exp_proxy_files = \
1500 go/exp/proxy/direct.go \
1501 go/exp/proxy/per_host.go \
1502 go/exp/proxy/proxy.go \
1503 go/exp/proxy/socks5.go
1504
fa5d125b 1505go_exp_terminal_files = \
46bc1fe2 1506 go/exp/terminal/terminal.go \
1507 go/exp/terminal/util.go
fa5d125b 1508
e440a328 1509go_go_ast_files = \
1510 go/go/ast/ast.go \
fb08d005 1511 go/go/ast/commentmap.go \
e440a328 1512 go/go/ast/filter.go \
8388e3ab 1513 go/go/ast/import.go \
e440a328 1514 go/go/ast/print.go \
d3c120b4 1515 go/go/ast/resolve.go \
e440a328 1516 go/go/ast/scope.go \
1517 go/go/ast/walk.go
1518
49b4e44b 1519go_go_build_files = \
1520 go/go/build/build.go \
220a902a 1521 go/go/build/doc.go \
fb08d005 1522 go/go/build/read.go \
08bf2baa 1523 go/go/build/syslist.go
49b4e44b 1524
e440a328 1525go_go_doc_files = \
1526 go/go/doc/comment.go \
fa5d125b 1527 go/go/doc/doc.go \
86240434 1528 go/go/doc/example.go \
1529 go/go/doc/exports.go \
422eaae5 1530 go/go/doc/filter.go \
ef10b1dd 1531 go/go/doc/reader.go \
1532 go/go/doc/synopsis.go
e440a328 1533
3103c81f 1534go_go_format_files = \
1535 go/go/format/format.go
1536
e440a328 1537go_go_parser_files = \
1538 go/go/parser/interface.go \
1539 go/go/parser/parser.go
1540
1541go_go_printer_files = \
1542 go/go/printer/nodes.go \
1543 go/go/printer/printer.go
1544
1545go_go_scanner_files = \
1546 go/go/scanner/errors.go \
1547 go/go/scanner/scanner.go
1548
1549go_go_token_files = \
48080209 1550 go/go/token/position.go \
fa5d125b 1551 go/go/token/serialize.go \
e440a328 1552 go/go/token/token.go
1553
e440a328 1554go_hash_adler32_files = \
1555 go/hash/adler32/adler32.go
1556
1557go_hash_crc32_files = \
49b4e44b 1558 go/hash/crc32/crc32.go \
1559 go/hash/crc32/crc32_generic.go
e440a328 1560
1561go_hash_crc64_files = \
1562 go/hash/crc64/crc64.go
1563
f9722886 1564go_hash_fnv_files = \
1565 go/hash/fnv/fnv.go
1566
8388e3ab 1567go_html_template_files = \
1568 go/html/template/attr.go \
8388e3ab 1569 go/html/template/content.go \
1570 go/html/template/context.go \
1571 go/html/template/css.go \
1572 go/html/template/doc.go \
1573 go/html/template/error.go \
1574 go/html/template/escape.go \
1575 go/html/template/html.go \
1576 go/html/template/js.go \
1577 go/html/template/template.go \
1578 go/html/template/transition.go \
1579 go/html/template/url.go
e440a328 1580
fa5d125b 1581go_image_color_files = \
86240434 1582 go/image/color/color.go \
1583 go/image/color/ycbcr.go
fa5d125b 1584
0ce10ea1 1585go_image_color_palette_files = \
1586 go/image/color/palette/palette.go
1587
49b4e44b 1588go_image_draw_files = \
1589 go/image/draw/draw.go
84911de8 1590
1591go_image_gif_files = \
0ce10ea1 1592 go/image/gif/reader.go \
1593 go/image/gif/writer.go
84911de8 1594
e440a328 1595go_image_jpeg_files = \
84911de8 1596 go/image/jpeg/fdct.go \
e440a328 1597 go/image/jpeg/huffman.go \
1598 go/image/jpeg/idct.go \
84911de8 1599 go/image/jpeg/reader.go \
79a796b7 1600 go/image/jpeg/scan.go \
84911de8 1601 go/image/jpeg/writer.go
e440a328 1602
1603go_image_png_files = \
fb08d005 1604 go/image/png/paeth.go \
e440a328 1605 go/image/png/reader.go \
1606 go/image/png/writer.go
1607
1608go_index_suffixarray_files = \
48080209 1609 go/index/suffixarray/qsufsort.go \
e440a328 1610 go/index/suffixarray/suffixarray.go
1611
1612go_io_ioutil_files = \
1613 go/io/ioutil/ioutil.go \
1614 go/io/ioutil/tempfile.go
1615
8388e3ab 1616go_math_big_files = \
1617 go/math/big/arith.go \
1618 go/math/big/int.go \
1619 go/math/big/nat.go \
1620 go/math/big/rat.go
1621
1622go_math_cmplx_files = \
1623 go/math/cmplx/abs.go \
1624 go/math/cmplx/asin.go \
1625 go/math/cmplx/conj.go \
1626 go/math/cmplx/exp.go \
1627 go/math/cmplx/isinf.go \
1628 go/math/cmplx/isnan.go \
1629 go/math/cmplx/log.go \
1630 go/math/cmplx/phase.go \
1631 go/math/cmplx/polar.go \
1632 go/math/cmplx/pow.go \
1633 go/math/cmplx/rect.go \
1634 go/math/cmplx/sin.go \
1635 go/math/cmplx/sqrt.go \
1636 go/math/cmplx/tan.go
1637
1638go_math_rand_files = \
1639 go/math/rand/exp.go \
1640 go/math/rand/normal.go \
1641 go/math/rand/rand.go \
1642 go/math/rand/rng.go \
1643 go/math/rand/zipf.go
1644
e440a328 1645go_mime_multipart_files = \
84911de8 1646 go/mime/multipart/formdata.go \
49b4e44b 1647 go/mime/multipart/multipart.go \
3103c81f 1648 go/mime/multipart/quotedprintable.go \
49b4e44b 1649 go/mime/multipart/writer.go
e440a328 1650
8388e3ab 1651go_net_http_files = \
1652 go/net/http/chunked.go \
1653 go/net/http/client.go \
1654 go/net/http/cookie.go \
1655 go/net/http/filetransport.go \
1656 go/net/http/fs.go \
1657 go/net/http/header.go \
86240434 1658 go/net/http/jar.go \
8388e3ab 1659 go/net/http/lex.go \
1660 go/net/http/request.go \
1661 go/net/http/response.go \
1662 go/net/http/server.go \
1663 go/net/http/sniff.go \
1664 go/net/http/status.go \
1665 go/net/http/transfer.go \
1666 go/net/http/transport.go
1667
1668go_net_mail_files = \
1669 go/net/mail/message.go
1670
1671go_net_smtp_files = \
1672 go/net/smtp/auth.go \
1673 go/net/smtp/smtp.go
1674
e440a328 1675go_net_textproto_files = \
31c6ec42 1676 go/net/textproto/header.go \
e440a328 1677 go/net/textproto/pipeline.go \
1678 go/net/textproto/reader.go \
1679 go/net/textproto/textproto.go \
1680 go/net/textproto/writer.go
1681
8388e3ab 1682go_net_url_files = \
1683 go/net/url/url.go
1684
1685go_net_http_cgi_files = \
1686 go/net/http/cgi/child.go \
1687 go/net/http/cgi/host.go
1688
f4ca453c 1689go_net_http_cookiejar_files = \
1690 go/net/http/cookiejar/jar.go \
1691 go/net/http/cookiejar/punycode.go
1692
8388e3ab 1693go_net_http_fcgi_files = \
1694 go/net/http/fcgi/child.go \
1695 go/net/http/fcgi/fcgi.go
1696
1697go_net_http_httptest_files = \
1698 go/net/http/httptest/recorder.go \
1699 go/net/http/httptest/server.go
1700
1701go_net_http_pprof_files = \
1702 go/net/http/pprof/pprof.go
1703
1704go_net_http_httputil_files = \
1705 go/net/http/httputil/chunked.go \
1706 go/net/http/httputil/dump.go \
a756a05a 1707 go/net/http/httputil/httputil.go \
8388e3ab 1708 go/net/http/httputil/persist.go \
1709 go/net/http/httputil/reverseproxy.go
1710
fa5d125b 1711go_old_regexp_files = \
1712 go/old/regexp/regexp.go
1713
49b4e44b 1714go_old_template_files = \
1715 go/old/template/doc.go \
1716 go/old/template/execute.go \
1717 go/old/template/format.go \
1718 go/old/template/parse.go
1719
8388e3ab 1720go_os_exec_files = \
1721 go/os/exec/exec.go \
1722 go/os/exec/lp_unix.go
1723
2d2d80b8 1724go_os_signal_files = \
1725 go/os/signal/signal.go \
1726 go/os/signal/signal_unix.go
1727
b5656ca9 1728@LIBGO_IS_SOLARIS_FALSE@os_user_decls_file = go/os/user/decls_unix.go
1729@LIBGO_IS_SOLARIS_TRUE@os_user_decls_file = go/os/user/decls_solaris.go
84911de8 1730go_os_user_files = \
3103c81f 1731 go/os/user/lookup.go \
b5656ca9 1732 go/os/user/lookup_unix.go \
1733 go/os/user/user.go \
1734 $(os_user_decls_file)
84911de8 1735
f9722886 1736go_path_filepath_files = \
1737 go/path/filepath/match.go \
1738 go/path/filepath/path.go \
29f40c0d 1739 go/path/filepath/path_unix.go \
1740 go/path/filepath/symlink.go
f9722886 1741
fa5d125b 1742go_regexp_syntax_files = \
1743 go/regexp/syntax/compile.go \
fb08d005 1744 go/regexp/syntax/doc.go \
fa5d125b 1745 go/regexp/syntax/parse.go \
1746 go/regexp/syntax/perl_groups.go \
1747 go/regexp/syntax/prog.go \
1748 go/regexp/syntax/regexp.go \
1749 go/regexp/syntax/simplify.go
1750
8388e3ab 1751go_net_rpc_jsonrpc_files = \
1752 go/net/rpc/jsonrpc/client.go \
1753 go/net/rpc/jsonrpc/server.go
e440a328 1754
48080209 1755go_runtime_debug_files = \
f4ca453c 1756 go/runtime/debug/garbage.go \
48080209 1757 go/runtime/debug/stack.go
1758
e440a328 1759go_runtime_pprof_files = \
1760 go/runtime/pprof/pprof.go
1761
8388e3ab 1762go_text_tabwriter_files = \
1763 go/text/tabwriter/tabwriter.go
1764
1765go_text_template_files = \
1766 go/text/template/doc.go \
1767 go/text/template/exec.go \
1768 go/text/template/funcs.go \
1769 go/text/template/helper.go \
43eb1b72 1770 go/text/template/template.go
8388e3ab 1771
1772go_text_template_parse_files = \
1773 go/text/template/parse/lex.go \
1774 go/text/template/parse/node.go \
43eb1b72 1775 go/text/template/parse/parse.go
49b4e44b 1776
31c6ec42 1777go_sync_atomic_files = \
1778 go/sync/atomic/doc.go
1779
1780go_sync_atomic_c_files = \
1781 go/sync/atomic/atomic.c
1782
e440a328 1783go_testing_iotest_files = \
1784 go/testing/iotest/logger.go \
1785 go/testing/iotest/reader.go \
1786 go/testing/iotest/writer.go
1787
1788go_testing_quick_files = \
1789 go/testing/quick/quick.go
1790
8388e3ab 1791go_text_scanner_files = \
1792 go/text/scanner/scanner.go
1793
1794go_unicode_utf16_files = \
1795 go/unicode/utf16/utf16.go
1796
1797go_unicode_utf8_files = \
8388e3ab 1798 go/unicode/utf8/utf8.go
1799
d477de41 1800@LIBGO_IS_RTEMS_FALSE@syscall_syscall_file = go/syscall/syscall_unix.go
6b376419 1801
1802# Define Syscall and Syscall6.
d477de41 1803@LIBGO_IS_RTEMS_TRUE@syscall_syscall_file = go/syscall/syscall_stubs.go
422eaae5 1804@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_file = go/syscall/exec_unix.go
1805@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_file = go/syscall/exec_unix.go
6b376419 1806
d477de41 1807# Define ForkExec and Exec.
1808@LIBGO_IS_RTEMS_TRUE@syscall_exec_file = go/syscall/exec_stubs.go
422eaae5 1809@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = go/syscall/exec_bsd.go
1810@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = go/syscall/exec_linux.go
1811@LIBGO_IS_RTEMS_TRUE@syscall_exec_os_file =
baa8cbc7 1812@HAVE_WAIT4_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_wait_file = go/syscall/libcall_waitpid.go
1813@HAVE_WAIT4_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_wait_file = go/syscall/libcall_wait4.go
37d6b690 1814
1815# Define Wait4.
baa8cbc7 1816@LIBGO_IS_RTEMS_TRUE@syscall_wait_file =
1817@LIBGO_IS_RTEMS_FALSE@syscall_wait_c_file = go/syscall/wait.c
1818
1819# Support for pulling apart wait status.
1820@LIBGO_IS_RTEMS_TRUE@syscall_wait_c_file =
d477de41 1821@LIBGO_IS_RTEMS_FALSE@syscall_sleep_file = go/syscall/sleep_select.go
6b376419 1822
1823# Define Sleep.
d477de41 1824@LIBGO_IS_RTEMS_TRUE@syscall_sleep_file = go/syscall/sleep_rtems.go
1825@HAVE_STRERROR_R_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = go/syscall/errstr_nor.go
1826@HAVE_STRERROR_R_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = go/syscall/errstr.go
1827@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_TRUE@syscall_errstr_file = go/syscall/errstr_linux.go
6b376419 1828
1829# Define Errstr.
d477de41 1830@LIBGO_IS_LINUX_TRUE@syscall_errstr_file = go/syscall/errstr_linux.go
1831# Use lseek on 64-bit Solaris.
1832@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_size_file = go/syscall/libcall_posix_regfile.go
1833# Use lseek64 on 32-bit Solaris/SPARC.
1834@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
1835# Use lseek64 on 32-bit Solaris/x86.
1836@LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
1837# Use lseek by default.
1838@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_size_file = go/syscall/libcall_posix_regfile.go
6b376419 1839
d477de41 1840# Declare libc functions that vary for largefile systems.
1841# Always use lseek64 on GNU/Linux.
1842@LIBGO_IS_LINUX_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
1843@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_file = go/syscall/socket_bsd.go
1844@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_file = go/syscall/socket_irix.go
1845@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_socket_file = go/syscall/socket_solaris.go
6b376419 1846
d477de41 1847# Define socket sizes and types.
d772e63b 1848@LIBGO_IS_LINUX_TRUE@syscall_socket_file = go/syscall/socket_linux.go epoll.go
c85c799d 1849@LIBGO_IS_SOLARIS_FALSE@syscall_socket_os_file = go/syscall/socket_posix.go
1850
1851# Define socket functions.
1852@LIBGO_IS_SOLARIS_TRUE@syscall_socket_os_file = go/syscall/socket_xnet.go
d477de41 1853@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file = go/syscall/libcall_uname.go
9d061fc8 1854
1855# Support for uname.
d477de41 1856# 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
9d061fc8 1857@LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file =
d477de41 1858@LIBGO_IS_SOLARIS_FALSE@syscall_uname_file = go/syscall/libcall_uname.go
82ca2551 1859@LIBGO_IS_LINUX_FALSE@syscall_sockcmsg_file =
1860
1861# GNU/Linux specific socket control messages.
1862@LIBGO_IS_LINUX_TRUE@syscall_sockcmsg_file = go/syscall/sockcmsg_linux.go
49b4e44b 1863@LIBGO_IS_LINUX_FALSE@syscall_netlink_file =
1864
1865# Support for netlink sockets and messages.
d477de41 1866@LIBGO_IS_LINUX_TRUE@syscall_netlink_file = go/syscall/netlink_linux.go
9e4aaf6e 1867@LIBGO_IS_LINUX_FALSE@syscall_lsf_file =
1868
1869# GNU/Linux specific socket filters.
1870@LIBGO_IS_LINUX_TRUE@syscall_lsf_file = go/syscall/lsf_linux.go
362133b5 1871@LIBGO_IS_LINUX_FALSE@syscall_utimesnano_file = go/syscall/libcall_posix_utimesnano.go
1872
1873# GNU/Linux specific utimesnano support.
1874@LIBGO_IS_LINUX_TRUE@syscall_utimesnano_file = go/syscall/libcall_linux_utimesnano.go
185d8f66 1875@LIBGO_IS_LINUX_FALSE@syscall_creds_test_file =
1876
1877# Test files.
1878@LIBGO_IS_LINUX_TRUE@syscall_creds_test_file = go/syscall/creds_test.go
d477de41 1879go_base_syscall_files = \
46bc1fe2 1880 go/syscall/env_unix.go \
7dc5d28e 1881 go/syscall/syscall_errno.go \
d477de41 1882 go/syscall/libcall_support.go \
1883 go/syscall/libcall_posix.go \
fb08d005 1884 go/syscall/race0.go \
d477de41 1885 go/syscall/socket.go \
82ca2551 1886 go/syscall/sockcmsg_unix.go \
d477de41 1887 go/syscall/str.go \
1888 go/syscall/syscall.go \
82ca2551 1889 $(syscall_sockcmsg_file) \
d477de41 1890 $(syscall_syscall_file) \
1891 $(syscall_exec_file) \
422eaae5 1892 $(syscall_exec_os_file) \
37d6b690 1893 $(syscall_wait_file) \
6b376419 1894 $(syscall_sleep_file) \
d477de41 1895 $(syscall_errstr_file) \
1896 $(syscall_size_file) \
1897 $(syscall_socket_file) \
c85c799d 1898 $(syscall_socket_os_file) \
9d061fc8 1899 $(syscall_uname_file) \
d477de41 1900 $(syscall_netlink_file) \
9e4aaf6e 1901 $(syscall_lsf_file) \
362133b5 1902 $(syscall_utimesnano_file) \
d477de41 1903 $(GO_LIBCALL_OS_FILE) \
1904 $(GO_LIBCALL_OS_ARCH_FILE) \
1905 $(GO_SYSCALL_OS_FILE) \
1906 $(GO_SYSCALL_OS_ARCH_FILE)
1907
1908go_syscall_files = \
1909 $(go_base_syscall_files) \
1910 libcalls.go \
7731bf71 1911 sysinfo.go \
1912 syscall_arch.go
e440a328 1913
1914go_syscall_c_files = \
d477de41 1915 go/syscall/errno.c \
2d2d80b8 1916 go/syscall/signame.c \
baa8cbc7 1917 $(syscall_wait_c_file)
e440a328 1918
185d8f66 1919go_syscall_test_files = \
1920 $(syscall_creds_test_file) \
b88e5463 1921 go/syscall/mmap_unix_test.go \
1922 go/syscall/syscall_test.go \
1923 go/syscall/syscall_unix_test.go
185d8f66 1924
cf92e749 1925@LIBGO_IS_LINUX_FALSE@os_lib_inotify_lo =
48080209 1926
cf92e749 1927# os_lib_inotify_lo = os/inotify.lo
1928@LIBGO_IS_LINUX_TRUE@os_lib_inotify_lo =
e440a328 1929libgo_go_objs = \
af6c04d9 1930 bufio.lo \
1931 bytes.lo \
cf92e749 1932 bytes/index.lo \
af6c04d9 1933 crypto.lo \
0ce10ea1 1934 encoding.lo \
af6c04d9 1935 errors.lo \
1936 expvar.lo \
1937 flag.lo \
1938 fmt.lo \
1939 hash.lo \
1940 html.lo \
1941 image.lo \
1942 io.lo \
1943 log.lo \
1944 math.lo \
1945 mime.lo \
1946 net.lo \
1947 os.lo \
1948 path.lo \
1949 reflect-go.lo \
6f65ddb5 1950 reflect/makefunc.lo \
02d42640 1951 reflect/makefunc_ffi_c.lo \
af6c04d9 1952 regexp.lo \
1953 runtime-go.lo \
1954 sort.lo \
1955 strconv.lo \
1956 strings.lo \
0ce10ea1 1957 strings/index.lo \
af6c04d9 1958 sync.lo \
1959 syscall.lo \
1960 syscall/errno.lo \
1961 syscall/signame.lo \
1962 syscall/wait.lo \
1963 testing.lo \
1964 time-go.lo \
1965 unicode.lo \
cf92e749 1966 archive/tar.lo \
1967 archive/zip.lo \
31c6ec42 1968 compress/bzip2.lo \
cf92e749 1969 compress/flate.lo \
1970 compress/gzip.lo \
31c6ec42 1971 compress/lzw.lo \
cf92e749 1972 compress/zlib.lo \
1973 container/heap.lo \
1974 container/list.lo \
1975 container/ring.lo \
cf92e749 1976 crypto/aes.lo \
cf92e749 1977 crypto/cipher.lo \
35a02ae0 1978 crypto/des.lo \
31c6ec42 1979 crypto/dsa.lo \
f9722886 1980 crypto/ecdsa.lo \
cf92e749 1981 crypto/elliptic.lo \
1982 crypto/hmac.lo \
cf92e749 1983 crypto/md5.lo \
cf92e749 1984 crypto/rand.lo \
1985 crypto/rc4.lo \
cf92e749 1986 crypto/rsa.lo \
1987 crypto/sha1.lo \
1988 crypto/sha256.lo \
1989 crypto/sha512.lo \
1990 crypto/subtle.lo \
1991 crypto/tls.lo \
cf92e749 1992 crypto/x509.lo \
49b4e44b 1993 crypto/x509/pkix.lo \
476d22b5 1994 database/sql.lo \
1995 database/sql/driver.lo \
cf92e749 1996 debug/dwarf.lo \
1997 debug/elf.lo \
1998 debug/gosym.lo \
1999 debug/macho.lo \
2000 debug/pe.lo \
a756a05a 2001 debug/plan9obj.lo \
cf92e749 2002 encoding/ascii85.lo \
8388e3ab 2003 encoding/asn1.lo \
cf92e749 2004 encoding/base32.lo \
2005 encoding/base64.lo \
2006 encoding/binary.lo \
8388e3ab 2007 encoding/csv.lo \
8388e3ab 2008 encoding/gob.lo \
cf92e749 2009 encoding/hex.lo \
8388e3ab 2010 encoding/json.lo \
cf92e749 2011 encoding/pem.lo \
8388e3ab 2012 encoding/xml.lo \
422eaae5 2013 exp/proxy.lo \
fa5d125b 2014 exp/terminal.lo \
8388e3ab 2015 html/template.lo \
cf92e749 2016 go/ast.lo \
49b4e44b 2017 go/build.lo \
cf92e749 2018 go/doc.lo \
3103c81f 2019 go/format.lo \
cf92e749 2020 go/parser.lo \
2021 go/printer.lo \
2022 go/scanner.lo \
2023 go/token.lo \
cf92e749 2024 hash/adler32.lo \
2025 hash/crc32.lo \
2026 hash/crc64.lo \
f9722886 2027 hash/fnv.lo \
8388e3ab 2028 net/http/cgi.lo \
f4ca453c 2029 net/http/cookiejar.lo \
8388e3ab 2030 net/http/fcgi.lo \
2031 net/http/httptest.lo \
2032 net/http/httputil.lo \
2033 net/http/pprof.lo \
fa5d125b 2034 image/color.lo \
0ce10ea1 2035 image/color/palette.lo \
49b4e44b 2036 image/draw.lo \
84911de8 2037 image/gif.lo \
cf92e749 2038 image/jpeg.lo \
2039 image/png.lo \
2040 index/suffixarray.lo \
2041 io/ioutil.lo \
8388e3ab 2042 log/syslog.lo \
2043 log/syslog/syslog_c.lo \
2044 math/big.lo \
2045 math/cmplx.lo \
2046 math/rand.lo \
cf92e749 2047 mime/multipart.lo \
8388e3ab 2048 net/http.lo \
2049 net/mail.lo \
2050 net/rpc.lo \
2051 net/smtp.lo \
cf92e749 2052 net/textproto.lo \
8388e3ab 2053 net/url.lo \
fa5d125b 2054 old/regexp.lo \
49b4e44b 2055 old/template.lo \
af6c04d9 2056 os/exec.lo \
cf92e749 2057 $(os_lib_inotify_lo) \
2d2d80b8 2058 os/signal.lo \
84911de8 2059 os/user.lo \
f9722886 2060 path/filepath.lo \
fa5d125b 2061 regexp/syntax.lo \
8388e3ab 2062 net/rpc/jsonrpc.lo \
cf92e749 2063 runtime/debug.lo \
2064 runtime/pprof.lo \
31c6ec42 2065 sync/atomic.lo \
2066 sync/atomic_c.lo \
8388e3ab 2067 text/scanner.lo \
2068 text/tabwriter.lo \
2069 text/template.lo \
2070 text/template/parse.lo \
cf92e749 2071 testing/iotest.lo \
2072 testing/quick.lo \
8388e3ab 2073 unicode/utf16.lo \
2074 unicode/utf8.lo
e440a328 2075
b5f8bff0 2076libgo_ldflags = \
747e4b8f 2077 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
2078
b5f8bff0 2079libgo_libadd = \
e4fbfaf5 2080 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
7920387d 2081 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
cea7ac49 2082
b5f8bff0 2083libgo_la_SOURCES = $(runtime_files)
2084libgo_la_LDFLAGS = $(libgo_ldflags)
2085libgo_la_LIBADD = $(libgo_libadd)
2086libgo_llgo_la_SOURCES = $(runtime_files)
2087libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
2088libgo_llgo_la_LIBADD = $(libgo_libadd)
e440a328 2089libgobegin_a_SOURCES = \
2090 runtime/go-main.c
2091
b5f8bff0 2092libgobegin_llgo_a_SOURCES = \
2093 runtime/go-main.c
2094
e440a328 2095LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
2096AM_GOCFLAGS = $(STRINGOPS_FLAG)
2097GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
2098LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
2099 $(AM_GOCFLAGS) $(GOCFLAGS)
2100
2101GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
cea7ac49 2102 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
e440a328 2103
2104
4180345a 2105# Build the dependencies for a Go package.
2106BUILDDEPS = \
2107 $(MKDIR_P) $(@D); \
2108 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
2109 mv -f $@.tmp $@
2110
2111
cf92e749 2112# Build the .go files for a package, generating a .lo file.
da37c8f8 2113BUILDPACKAGE = \
cf92e749 2114 $(MKDIR_P) $(@D); \
e440a328 2115 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
af6c04d9 2116 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` -o $@ $$files
e440a328 2117
c64c4bba 2118GOTESTFLAGS =
74e836ee 2119GOBENCH =
e440a328 2120
2121# Check a package.
2122CHECK = \
421f9512 2123 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
e440a328 2124 export GC; \
697aef8c 2125 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
3329144e 2126 export GOLIBS; \
e440a328 2127 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
2128 export RUNTESTFLAGS; \
2129 MAKE="$(MAKE)"; \
2130 export MAKE; \
f3f32e34 2131 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
421f9512 2132 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
f3f32e34 2133 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
2134 export LD_LIBRARY_PATH; \
2802d6cb 2135 $(MKDIR_P) $(@D); \
47211067 2136 rm -f $@-testsum $@-testlog; \
6222f4a8 2137 if test "$(USE_DEJAGNU)" = "yes"; then \
185d8f66 2138 $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \
74e836ee 2139 elif test "$(GOBENCH)" != ""; then \
2140 $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --goarch="$(GOARCH)" --bench="$(GOBENCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \
1e0bfd3f 2141 else \
185d8f66 2142 if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files) >>$@-testlog 2>&1; then \
d35fc6b0 2143 echo "PASS: $(@D)" >> $@-testlog; \
47211067 2144 echo "PASS: $(@D)"; \
2145 echo "PASS: $(@D)" > $@-testsum; \
23b859f6 2146 else \
d35fc6b0 2147 echo "FAIL: $(@D)" >> $@-testlog; \
2148 cat $@-testlog; \
47211067 2149 echo "FAIL: $(@D)" > $@-testsum; \
23b859f6 2150 exit 1; \
2151 fi; \
1e0bfd3f 2152 fi
e440a328 2153
2154
2155# Build all packages before checking any.
b5f8bff0 2156CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
2157 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
2158 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
2159 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
2160 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
2161 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
2162 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
2163 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
2164 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
2165 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
2166 $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
2167 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
2168 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
2169 $(toolexeclibgounicode_DATA) $(am__append_1) $(am__append_2)
b9976017 2170# At least for now, we need -static-libgo for this test, because
2171# otherwise we can't get the line numbers.
2172runtime_pprof_check_GOCFLAGS = -static-libgo
e440a328 2173
cf92e749 2174# How to build a .gox file from a .lo file.
e440a328 2175BUILDGOX = \
cf92e749 2176 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2177 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
e440a328 2178
2179TEST_PACKAGES = \
e440a328 2180 bufio/check \
2181 bytes/check \
6692ad1d 2182 errors/check \
e440a328 2183 expvar/check \
2184 flag/check \
2185 fmt/check \
e440a328 2186 html/check \
49b4e44b 2187 image/check \
e440a328 2188 io/check \
e440a328 2189 log/check \
2190 math/check \
2191 mime/check \
47211067 2192 net/check \
e440a328 2193 os/check \
e440a328 2194 path/check \
e440a328 2195 reflect/check \
2196 regexp/check \
e440a328 2197 runtime/check \
e440a328 2198 sort/check \
2199 strconv/check \
2200 strings/check \
2201 sync/check \
fb08d005 2202 syscall/check \
e440a328 2203 time/check \
e440a328 2204 unicode/check \
e440a328 2205 archive/tar/check \
2206 archive/zip/check \
31c6ec42 2207 compress/bzip2/check \
e440a328 2208 compress/flate/check \
2209 compress/gzip/check \
31c6ec42 2210 compress/lzw/check \
e440a328 2211 compress/zlib/check \
2212 container/heap/check \
2213 container/list/check \
2214 container/ring/check \
e440a328 2215 crypto/aes/check \
48080209 2216 crypto/cipher/check \
35a02ae0 2217 crypto/des/check \
31c6ec42 2218 crypto/dsa/check \
f9722886 2219 crypto/ecdsa/check \
48080209 2220 crypto/elliptic/check \
e440a328 2221 crypto/hmac/check \
e440a328 2222 crypto/md5/check \
e440a328 2223 crypto/rand/check \
2224 crypto/rc4/check \
e440a328 2225 crypto/rsa/check \
2226 crypto/sha1/check \
2227 crypto/sha256/check \
2228 crypto/sha512/check \
2229 crypto/subtle/check \
2230 crypto/tls/check \
2231 crypto/x509/check \
476d22b5 2232 database/sql/check \
2233 database/sql/driver/check \
e440a328 2234 debug/dwarf/check \
2235 debug/elf/check \
2236 debug/macho/check \
2237 debug/pe/check \
a756a05a 2238 debug/plan9obj/check \
e440a328 2239 encoding/ascii85/check \
8388e3ab 2240 encoding/asn1/check \
48080209 2241 encoding/base32/check \
e440a328 2242 encoding/base64/check \
2243 encoding/binary/check \
8388e3ab 2244 encoding/csv/check \
8388e3ab 2245 encoding/gob/check \
e440a328 2246 encoding/hex/check \
8388e3ab 2247 encoding/json/check \
e440a328 2248 encoding/pem/check \
8388e3ab 2249 encoding/xml/check \
422eaae5 2250 exp/proxy/check \
fa5d125b 2251 exp/terminal/check \
8388e3ab 2252 html/template/check \
84911de8 2253 go/ast/check \
49b4e44b 2254 $(go_build_check_omitted_since_it_calls_6g) \
43eb1b72 2255 go/doc/check \
3103c81f 2256 go/format/check \
e440a328 2257 go/parser/check \
2258 go/printer/check \
2259 go/scanner/check \
48080209 2260 go/token/check \
e440a328 2261 hash/adler32/check \
2262 hash/crc32/check \
2263 hash/crc64/check \
f9722886 2264 hash/fnv/check \
86240434 2265 image/color/check \
49b4e44b 2266 image/draw/check \
84911de8 2267 image/jpeg/check \
e440a328 2268 image/png/check \
2269 index/suffixarray/check \
2270 io/ioutil/check \
8388e3ab 2271 log/syslog/check \
2272 math/big/check \
2273 math/cmplx/check \
2274 math/rand/check \
e440a328 2275 mime/multipart/check \
8388e3ab 2276 net/http/check \
2277 net/http/cgi/check \
f4ca453c 2278 net/http/cookiejar/check \
8388e3ab 2279 net/http/fcgi/check \
2d2d80b8 2280 net/http/httptest/check \
8388e3ab 2281 net/http/httputil/check \
2282 net/mail/check \
2283 net/rpc/check \
2284 net/smtp/check \
e440a328 2285 net/textproto/check \
8388e3ab 2286 net/url/check \
2287 net/rpc/jsonrpc/check \
fa5d125b 2288 old/regexp/check \
49b4e44b 2289 old/template/check \
8388e3ab 2290 os/exec/check \
2d2d80b8 2291 os/signal/check \
84911de8 2292 os/user/check \
f9722886 2293 path/filepath/check \
fa5d125b 2294 regexp/syntax/check \
b9976017 2295 runtime/pprof/check \
31c6ec42 2296 sync/atomic/check \
8388e3ab 2297 text/scanner/check \
2298 text/tabwriter/check \
2299 text/template/check \
2300 text/template/parse/check \
e440a328 2301 testing/quick/check \
8388e3ab 2302 unicode/utf16/check \
2303 unicode/utf8/check
e440a328 2304
f3f32e34 2305MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
d35fc6b0 2306CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
e440a328 2307all: config.h
2308 $(MAKE) $(AM_MAKEFLAGS) all-recursive
2309
2310.SUFFIXES:
cf92e749 2311.SUFFIXES: .c .go .gox .o .obj .lo .a
e440a328 2312am--refresh:
2313 @:
2314$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2315 @for dep in $?; do \
2316 case '$(am__configure_deps)' in \
2317 *$$dep*) \
2318 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
2319 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2320 && exit 0; \
2321 exit 1;; \
2322 esac; \
2323 done; \
2324 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2325 $(am__cd) $(top_srcdir) && \
2326 $(AUTOMAKE) --foreign Makefile
2327.PRECIOUS: Makefile
2328Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2329 @case '$?' in \
2330 *config.status*) \
2331 echo ' $(SHELL) ./config.status'; \
2332 $(SHELL) ./config.status;; \
2333 *) \
2334 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2335 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2336 esac;
2337
2338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2339 $(SHELL) ./config.status --recheck
2340
2341$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2342 $(am__cd) $(srcdir) && $(AUTOCONF)
2343$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2344 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2345$(am__aclocal_m4_deps):
2346
2347config.h: stamp-h1
2348 @if test ! -f $@; then \
2349 rm -f stamp-h1; \
2350 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2351 else :; fi
2352
2353stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2354 @rm -f stamp-h1
2355 cd $(top_builddir) && $(SHELL) ./config.status config.h
2356$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2357 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2358 rm -f stamp-h1
2359 touch $@
2360
2361distclean-hdr:
2362 -rm -f config.h stamp-h1
2363install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
2364 @$(NORMAL_INSTALL)
2365 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2366 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2367 list2=; for p in $$list; do \
2368 if test -f $$p; then \
2369 list2="$$list2 $$p"; \
2370 else :; fi; \
2371 done; \
2372 test -z "$$list2" || { \
2373 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2374 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
2375 @$(POST_INSTALL)
2376 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2377 for p in $$list; do \
2378 if test -f $$p; then \
2379 $(am__strip_dir) \
2380 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
2381 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
2382 else :; fi; \
2383 done
2384
2385uninstall-toolexeclibLIBRARIES:
2386 @$(NORMAL_UNINSTALL)
2387 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2388 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2389 test -n "$$files" || exit 0; \
2390 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f "$$files" )"; \
2391 cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
2392
2393clean-toolexeclibLIBRARIES:
2394 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
b5f8bff0 2395libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES)
2396 -rm -f libgobegin-llgo.a
2397 $(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
2398 $(RANLIB) libgobegin-llgo.a
e440a328 2399libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES)
2400 -rm -f libgobegin.a
2401 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
2402 $(RANLIB) libgobegin.a
2403install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
2404 @$(NORMAL_INSTALL)
2405 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2406 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2407 list2=; for p in $$list; do \
2408 if test -f $$p; then \
2409 list2="$$list2 $$p"; \
2410 else :; fi; \
2411 done; \
2412 test -z "$$list2" || { \
2413 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2414 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
2415 }
2416
2417uninstall-toolexeclibLTLIBRARIES:
2418 @$(NORMAL_UNINSTALL)
2419 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2420 for p in $$list; do \
2421 $(am__strip_dir) \
2422 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
2423 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
2424 done
2425
2426clean-toolexeclibLTLIBRARIES:
2427 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
2428 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
2429 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2430 test "$$dir" != "$$p" || dir=.; \
2431 echo "rm -f \"$${dir}/so_locations\""; \
2432 rm -f "$${dir}/so_locations"; \
2433 done
b5f8bff0 2434libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES)
2435 $(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
e440a328 2436libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES)
b5f8bff0 2437 $(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
e440a328 2438
2439mostlyclean-compile:
2440 -rm -f *.$(OBJEXT)
2441
2442distclean-compile:
2443 -rm -f *.tab.c
2444
2445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
61b9e599 2446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuprof.Plo@am__quote@
362133b5 2447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_posix.Plo@am__quote@
e04e2524 2448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-bsd.Plo@am__quote@
2449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-irix.Plo@am__quote@
2450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-linux.Plo@am__quote@
2451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-none.Plo@am__quote@
2452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-solaris.Plo@am__quote@
e440a328 2453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
2454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
2455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
2456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
2457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
2458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
2d2d80b8 2459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-callers.Plo@am__quote@
e440a328 2460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
1850e20c 2461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cdiv.Plo@am__quote@
ab0157dd 2462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
e440a328 2463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
e440a328 2464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
2465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
3991cb03 2466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-copy.Plo@am__quote@
e440a328 2467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
2468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
2469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
2470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
02d42640 2471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-ffi.Plo@am__quote@
149eabc5 2472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-fieldtrack.Plo@am__quote@
8cadac0f 2473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-iface.Plo@am__quote@
e440a328 2474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
2475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
2476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
739bad04 2477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-eface-compare.Plo@am__quote@
e440a328 2478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
e440a328 2479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-main.Po@am__quote@
a9182619 2480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-make-slice.Plo@am__quote@
e440a328 2481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
2482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
2483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
2484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
5b49fca6 2485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
0b6b034c 2486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memcmp.Plo@am__quote@
e440a328 2487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
e440a328 2488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
2489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
8202cb3c 2490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
43eb1b72 2491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
e440a328 2492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
2493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
e440a328 2494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
2495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
e440a328 2496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
e440a328 2497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
2498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
84911de8 2499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
e440a328 2500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
2501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
2502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
2503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
2504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
2505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
60d1da4c 2506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-traceback.Plo@am__quote@
e9d3367e 2507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-complex.Plo@am__quote@
e440a328 2508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
2509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
e9d3367e 2510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-float.Plo@am__quote@
e440a328 2511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
2512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
2513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
2514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
e440a328 2515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
2516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
2517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
2518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
9eb89a08 2519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@
b88e5463 2520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heapdump.Plo@am__quote@
fb08d005 2521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lfstack.Plo@am__quote@
03044d3d 2522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_futex.Plo@am__quote@
2523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_sema.Plo@am__quote@
e440a328 2524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
2525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
2526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
2527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
2528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
2529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
e440a328 2530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
2531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
2532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
e440a328 2533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
2534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
f4ca453c 2535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll.Plo@am__quote@
2536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_epoll.Plo@am__quote@
2537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_kqueue.Plo@am__quote@
95b149fd 2538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_select.Plo@am__quote@
fb08d005 2539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panic.Plo@am__quote@
2540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parfor.Plo@am__quote@
ea45cfe0 2541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
e440a328 2542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
ad917f82 2543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdebug.Plo@am__quote@
e440a328 2544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
2545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
aca9cc91 2546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime.Plo@am__quote@
6e7609c8 2547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime1.Plo@am__quote@
2548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sema.Plo@am__quote@
2d2d80b8 2549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal_unix.Plo@am__quote@
e440a328 2550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
2551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
03044d3d 2552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
2553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
e440a328 2554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
8388e3ab 2555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
fa5d125b 2556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
e440a328 2557
2558.c.o:
2559@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2560@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2561@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2562@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2563@am__fastdepCC_FALSE@ $(COMPILE) -c $<
2564
2565.c.obj:
2566@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2567@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2568@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2569@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2570@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2571
2572.c.lo:
2573@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2574@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2575@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2576@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2577@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2578
2579go-main.o: runtime/go-main.c
2580@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-main.o -MD -MP -MF $(DEPDIR)/go-main.Tpo -c -o go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
2581@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2582@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.o' libtool=no @AMDEPBACKSLASH@
2583@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2584@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
2585
2586go-main.obj: runtime/go-main.c
2587@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-main.obj -MD -MP -MF $(DEPDIR)/go-main.Tpo -c -o 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`
2588@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2589@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.obj' libtool=no @AMDEPBACKSLASH@
2590@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2591@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 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`
2592
2593go-append.lo: runtime/go-append.c
2594@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-append.lo -MD -MP -MF $(DEPDIR)/go-append.Tpo -c -o go-append.lo `test -f 'runtime/go-append.c' || echo '$(srcdir)/'`runtime/go-append.c
2595@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
2596@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
2597@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2598@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-append.lo `test -f 'runtime/go-append.c' || echo '$(srcdir)/'`runtime/go-append.c
2599
2600go-assert.lo: runtime/go-assert.c
2601@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
2602@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
2603@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
2604@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2605@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
2606
2607go-assert-interface.lo: runtime/go-assert-interface.c
2608@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-interface.lo -MD -MP -MF $(DEPDIR)/go-assert-interface.Tpo -c -o go-assert-interface.lo `test -f 'runtime/go-assert-interface.c' || echo '$(srcdir)/'`runtime/go-assert-interface.c
2609@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
2610@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2611@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2612@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-interface.lo `test -f 'runtime/go-assert-interface.c' || echo '$(srcdir)/'`runtime/go-assert-interface.c
2613
2614go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
2615@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-byte-array-to-string.lo -MD -MP -MF $(DEPDIR)/go-byte-array-to-string.Tpo -c -o go-byte-array-to-string.lo `test -f 'runtime/go-byte-array-to-string.c' || echo '$(srcdir)/'`runtime/go-byte-array-to-string.c
2616@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
2617@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2618@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2619@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-byte-array-to-string.lo `test -f 'runtime/go-byte-array-to-string.c' || echo '$(srcdir)/'`runtime/go-byte-array-to-string.c
2620
2621go-breakpoint.lo: runtime/go-breakpoint.c
2622@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-breakpoint.lo -MD -MP -MF $(DEPDIR)/go-breakpoint.Tpo -c -o go-breakpoint.lo `test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/'`runtime/go-breakpoint.c
2623@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
2624@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
2625@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2626@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-breakpoint.lo `test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/'`runtime/go-breakpoint.c
2627
2628go-caller.lo: runtime/go-caller.c
2629@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
2630@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
2631@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
2632@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2633@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
2634
2d2d80b8 2635go-callers.lo: runtime/go-callers.c
2636@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
2637@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-callers.Tpo $(DEPDIR)/go-callers.Plo
2638@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-callers.c' object='go-callers.lo' libtool=yes @AMDEPBACKSLASH@
2639@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2640@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
2641
e440a328 2642go-can-convert-interface.lo: runtime/go-can-convert-interface.c
2643@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-can-convert-interface.lo -MD -MP -MF $(DEPDIR)/go-can-convert-interface.Tpo -c -o go-can-convert-interface.lo `test -f 'runtime/go-can-convert-interface.c' || echo '$(srcdir)/'`runtime/go-can-convert-interface.c
2644@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
2645@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2646@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2647@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-can-convert-interface.lo `test -f 'runtime/go-can-convert-interface.c' || echo '$(srcdir)/'`runtime/go-can-convert-interface.c
2648
1850e20c 2649go-cdiv.lo: runtime/go-cdiv.c
2650@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
2651@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cdiv.Tpo $(DEPDIR)/go-cdiv.Plo
2652@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cdiv.c' object='go-cdiv.lo' libtool=yes @AMDEPBACKSLASH@
2653@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2654@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
2655
ab0157dd 2656go-cgo.lo: runtime/go-cgo.c
2657@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
2658@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
2659@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
2660@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2661@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
2662
e440a328 2663go-check-interface.lo: runtime/go-check-interface.c
2664@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-check-interface.lo -MD -MP -MF $(DEPDIR)/go-check-interface.Tpo -c -o go-check-interface.lo `test -f 'runtime/go-check-interface.c' || echo '$(srcdir)/'`runtime/go-check-interface.c
2665@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
2666@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
2667@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2668@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-check-interface.lo `test -f 'runtime/go-check-interface.c' || echo '$(srcdir)/'`runtime/go-check-interface.c
2669
e440a328 2670go-construct-map.lo: runtime/go-construct-map.c
2671@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
2672@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
2673@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
2674@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2675@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
2676
2677go-convert-interface.lo: runtime/go-convert-interface.c
2678@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-convert-interface.lo -MD -MP -MF $(DEPDIR)/go-convert-interface.Tpo -c -o go-convert-interface.lo `test -f 'runtime/go-convert-interface.c' || echo '$(srcdir)/'`runtime/go-convert-interface.c
2679@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
2680@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2681@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2682@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-convert-interface.lo `test -f 'runtime/go-convert-interface.c' || echo '$(srcdir)/'`runtime/go-convert-interface.c
2683
3991cb03 2684go-copy.lo: runtime/go-copy.c
2685@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-copy.lo -MD -MP -MF $(DEPDIR)/go-copy.Tpo -c -o go-copy.lo `test -f 'runtime/go-copy.c' || echo '$(srcdir)/'`runtime/go-copy.c
2686@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-copy.Tpo $(DEPDIR)/go-copy.Plo
2687@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-copy.c' object='go-copy.lo' libtool=yes @AMDEPBACKSLASH@
2688@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2689@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-copy.lo `test -f 'runtime/go-copy.c' || echo '$(srcdir)/'`runtime/go-copy.c
2690
e440a328 2691go-defer.lo: runtime/go-defer.c
2692@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-defer.lo -MD -MP -MF $(DEPDIR)/go-defer.Tpo -c -o go-defer.lo `test -f 'runtime/go-defer.c' || echo '$(srcdir)/'`runtime/go-defer.c
2693@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
2694@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
2695@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2696@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-defer.lo `test -f 'runtime/go-defer.c' || echo '$(srcdir)/'`runtime/go-defer.c
2697
2698go-deferred-recover.lo: runtime/go-deferred-recover.c
2699@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-deferred-recover.lo -MD -MP -MF $(DEPDIR)/go-deferred-recover.Tpo -c -o go-deferred-recover.lo `test -f 'runtime/go-deferred-recover.c' || echo '$(srcdir)/'`runtime/go-deferred-recover.c
2700@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
2701@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
2702@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2703@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-deferred-recover.lo `test -f 'runtime/go-deferred-recover.c' || echo '$(srcdir)/'`runtime/go-deferred-recover.c
2704
2705go-eface-compare.lo: runtime/go-eface-compare.c
2706@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-eface-compare.lo -MD -MP -MF $(DEPDIR)/go-eface-compare.Tpo -c -o go-eface-compare.lo `test -f 'runtime/go-eface-compare.c' || echo '$(srcdir)/'`runtime/go-eface-compare.c
2707@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
2708@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2709@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2710@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-eface-compare.lo `test -f 'runtime/go-eface-compare.c' || echo '$(srcdir)/'`runtime/go-eface-compare.c
2711
2712go-eface-val-compare.lo: runtime/go-eface-val-compare.c
2713@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-eface-val-compare.lo -MD -MP -MF $(DEPDIR)/go-eface-val-compare.Tpo -c -o go-eface-val-compare.lo `test -f 'runtime/go-eface-val-compare.c' || echo '$(srcdir)/'`runtime/go-eface-val-compare.c
2714@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
2715@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2716@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2717@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-eface-val-compare.lo `test -f 'runtime/go-eface-val-compare.c' || echo '$(srcdir)/'`runtime/go-eface-val-compare.c
2718
02d42640 2719go-ffi.lo: runtime/go-ffi.c
2720@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
2721@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-ffi.Tpo $(DEPDIR)/go-ffi.Plo
2722@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-ffi.c' object='go-ffi.lo' libtool=yes @AMDEPBACKSLASH@
2723@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2724@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
2725
149eabc5 2726go-fieldtrack.lo: runtime/go-fieldtrack.c
2727@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
2728@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-fieldtrack.Tpo $(DEPDIR)/go-fieldtrack.Plo
2729@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-fieldtrack.c' object='go-fieldtrack.lo' libtool=yes @AMDEPBACKSLASH@
2730@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2731@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
2732
e440a328 2733go-int-array-to-string.lo: runtime/go-int-array-to-string.c
2734@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-int-array-to-string.lo -MD -MP -MF $(DEPDIR)/go-int-array-to-string.Tpo -c -o go-int-array-to-string.lo `test -f 'runtime/go-int-array-to-string.c' || echo '$(srcdir)/'`runtime/go-int-array-to-string.c
2735@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
2736@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2737@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2738@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-int-array-to-string.lo `test -f 'runtime/go-int-array-to-string.c' || echo '$(srcdir)/'`runtime/go-int-array-to-string.c
2739
2740go-int-to-string.lo: runtime/go-int-to-string.c
2741@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-int-to-string.lo -MD -MP -MF $(DEPDIR)/go-int-to-string.Tpo -c -o go-int-to-string.lo `test -f 'runtime/go-int-to-string.c' || echo '$(srcdir)/'`runtime/go-int-to-string.c
2742@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
2743@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2744@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2745@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-int-to-string.lo `test -f 'runtime/go-int-to-string.c' || echo '$(srcdir)/'`runtime/go-int-to-string.c
2746
2747go-interface-compare.lo: runtime/go-interface-compare.c
2748@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-interface-compare.lo -MD -MP -MF $(DEPDIR)/go-interface-compare.Tpo -c -o go-interface-compare.lo `test -f 'runtime/go-interface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-compare.c
2749@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
2750@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2751@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2752@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-interface-compare.lo `test -f 'runtime/go-interface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-compare.c
2753
739bad04 2754go-interface-eface-compare.lo: runtime/go-interface-eface-compare.c
2755@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-interface-eface-compare.lo -MD -MP -MF $(DEPDIR)/go-interface-eface-compare.Tpo -c -o go-interface-eface-compare.lo `test -f 'runtime/go-interface-eface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-eface-compare.c
2756@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-eface-compare.Tpo $(DEPDIR)/go-interface-eface-compare.Plo
2757@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-eface-compare.c' object='go-interface-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2758@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2759@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-interface-eface-compare.lo `test -f 'runtime/go-interface-eface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-eface-compare.c
2760
e440a328 2761go-interface-val-compare.lo: runtime/go-interface-val-compare.c
2762@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-interface-val-compare.lo -MD -MP -MF $(DEPDIR)/go-interface-val-compare.Tpo -c -o go-interface-val-compare.lo `test -f 'runtime/go-interface-val-compare.c' || echo '$(srcdir)/'`runtime/go-interface-val-compare.c
2763@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
2764@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2765@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2766@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-interface-val-compare.lo `test -f 'runtime/go-interface-val-compare.c' || echo '$(srcdir)/'`runtime/go-interface-val-compare.c
2767
a9182619 2768go-make-slice.lo: runtime/go-make-slice.c
2769@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-make-slice.lo -MD -MP -MF $(DEPDIR)/go-make-slice.Tpo -c -o go-make-slice.lo `test -f 'runtime/go-make-slice.c' || echo '$(srcdir)/'`runtime/go-make-slice.c
2770@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-make-slice.Tpo $(DEPDIR)/go-make-slice.Plo
2771@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-make-slice.c' object='go-make-slice.lo' libtool=yes @AMDEPBACKSLASH@
2772@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2773@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-make-slice.lo `test -f 'runtime/go-make-slice.c' || echo '$(srcdir)/'`runtime/go-make-slice.c
2774
e440a328 2775go-map-delete.lo: runtime/go-map-delete.c
2776@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-delete.lo -MD -MP -MF $(DEPDIR)/go-map-delete.Tpo -c -o go-map-delete.lo `test -f 'runtime/go-map-delete.c' || echo '$(srcdir)/'`runtime/go-map-delete.c
2777@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
2778@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
2779@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2780@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-map-delete.lo `test -f 'runtime/go-map-delete.c' || echo '$(srcdir)/'`runtime/go-map-delete.c
2781
2782go-map-index.lo: runtime/go-map-index.c
2783@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-index.lo -MD -MP -MF $(DEPDIR)/go-map-index.Tpo -c -o go-map-index.lo `test -f 'runtime/go-map-index.c' || echo '$(srcdir)/'`runtime/go-map-index.c
2784@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
2785@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
2786@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2787@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-map-index.lo `test -f 'runtime/go-map-index.c' || echo '$(srcdir)/'`runtime/go-map-index.c
2788
2789go-map-len.lo: runtime/go-map-len.c
2790@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-len.lo -MD -MP -MF $(DEPDIR)/go-map-len.Tpo -c -o go-map-len.lo `test -f 'runtime/go-map-len.c' || echo '$(srcdir)/'`runtime/go-map-len.c
2791@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
2792@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
2793@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2794@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-map-len.lo `test -f 'runtime/go-map-len.c' || echo '$(srcdir)/'`runtime/go-map-len.c
2795
2796go-map-range.lo: runtime/go-map-range.c
2797@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-range.lo -MD -MP -MF $(DEPDIR)/go-map-range.Tpo -c -o go-map-range.lo `test -f 'runtime/go-map-range.c' || echo '$(srcdir)/'`runtime/go-map-range.c
2798@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
2799@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
2800@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2801@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-map-range.lo `test -f 'runtime/go-map-range.c' || echo '$(srcdir)/'`runtime/go-map-range.c
2802
5b49fca6 2803go-matherr.lo: runtime/go-matherr.c
2804@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
2805@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
2806@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
2807@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2808@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
2809
0b6b034c 2810go-memcmp.lo: runtime/go-memcmp.c
2811@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
2812@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memcmp.Tpo $(DEPDIR)/go-memcmp.Plo
2813@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memcmp.c' object='go-memcmp.lo' libtool=yes @AMDEPBACKSLASH@
2814@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2815@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
2816
e440a328 2817go-nanotime.lo: runtime/go-nanotime.c
2818@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
2819@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
2820@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
2821@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2822@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
2823
43eb1b72 2824go-now.lo: runtime/go-now.c
2825@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
2826@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
2827@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
2828@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2829@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
2830
e440a328 2831go-new-map.lo: runtime/go-new-map.c
2832@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-new-map.lo -MD -MP -MF $(DEPDIR)/go-new-map.Tpo -c -o go-new-map.lo `test -f 'runtime/go-new-map.c' || echo '$(srcdir)/'`runtime/go-new-map.c
2833@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
2834@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
2835@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2836@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-new-map.lo `test -f 'runtime/go-new-map.c' || echo '$(srcdir)/'`runtime/go-new-map.c
2837
2838go-new.lo: runtime/go-new.c
2839@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-new.lo -MD -MP -MF $(DEPDIR)/go-new.Tpo -c -o go-new.lo `test -f 'runtime/go-new.c' || echo '$(srcdir)/'`runtime/go-new.c
2840@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
2841@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
2842@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2843@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-new.lo `test -f 'runtime/go-new.c' || echo '$(srcdir)/'`runtime/go-new.c
2844
8202cb3c 2845go-nosys.lo: runtime/go-nosys.c
2846@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
2847@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
2848@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
2849@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2850@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
2851
e440a328 2852go-panic.lo: runtime/go-panic.c
2853@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-panic.lo -MD -MP -MF $(DEPDIR)/go-panic.Tpo -c -o go-panic.lo `test -f 'runtime/go-panic.c' || echo '$(srcdir)/'`runtime/go-panic.c
2854@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
2855@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
2856@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2857@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-panic.lo `test -f 'runtime/go-panic.c' || echo '$(srcdir)/'`runtime/go-panic.c
2858
e440a328 2859go-print.lo: runtime/go-print.c
2860@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-print.lo -MD -MP -MF $(DEPDIR)/go-print.Tpo -c -o go-print.lo `test -f 'runtime/go-print.c' || echo '$(srcdir)/'`runtime/go-print.c
2861@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
2862@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
2863@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2864@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-print.lo `test -f 'runtime/go-print.c' || echo '$(srcdir)/'`runtime/go-print.c
2865
e440a328 2866go-recover.lo: runtime/go-recover.c
2867@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-recover.lo -MD -MP -MF $(DEPDIR)/go-recover.Tpo -c -o go-recover.lo `test -f 'runtime/go-recover.c' || echo '$(srcdir)/'`runtime/go-recover.c
2868@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
2869@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
2870@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2871@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-recover.lo `test -f 'runtime/go-recover.c' || echo '$(srcdir)/'`runtime/go-recover.c
2872
e440a328 2873go-reflect-call.lo: runtime/go-reflect-call.c
2874@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
2875@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
2876@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
2877@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2878@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
2879
e440a328 2880go-reflect-map.lo: runtime/go-reflect-map.c
2881@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-map.lo -MD -MP -MF $(DEPDIR)/go-reflect-map.Tpo -c -o go-reflect-map.lo `test -f 'runtime/go-reflect-map.c' || echo '$(srcdir)/'`runtime/go-reflect-map.c
2882@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
2883@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
2884@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2885@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-map.lo `test -f 'runtime/go-reflect-map.c' || echo '$(srcdir)/'`runtime/go-reflect-map.c
2886
2887go-rune.lo: runtime/go-rune.c
2888@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rune.lo -MD -MP -MF $(DEPDIR)/go-rune.Tpo -c -o go-rune.lo `test -f 'runtime/go-rune.c' || echo '$(srcdir)/'`runtime/go-rune.c
2889@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
2890@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
2891@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2892@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-rune.lo `test -f 'runtime/go-rune.c' || echo '$(srcdir)/'`runtime/go-rune.c
2893
2894go-runtime-error.lo: runtime/go-runtime-error.c
2895@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
2896@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
2897@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
2898@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2899@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
2900
84911de8 2901go-setenv.lo: runtime/go-setenv.c
2902@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
2903@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
2904@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
2905@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2906@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
2907
e440a328 2908go-signal.lo: runtime/go-signal.c
2909@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
2910@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
2911@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
2912@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2913@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
2914
2915go-strcmp.lo: runtime/go-strcmp.c
2916@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-strcmp.lo -MD -MP -MF $(DEPDIR)/go-strcmp.Tpo -c -o go-strcmp.lo `test -f 'runtime/go-strcmp.c' || echo '$(srcdir)/'`runtime/go-strcmp.c
2917@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
2918@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
2919@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2920@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-strcmp.lo `test -f 'runtime/go-strcmp.c' || echo '$(srcdir)/'`runtime/go-strcmp.c
2921
2922go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
2923@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-string-to-byte-array.lo -MD -MP -MF $(DEPDIR)/go-string-to-byte-array.Tpo -c -o go-string-to-byte-array.lo `test -f 'runtime/go-string-to-byte-array.c' || echo '$(srcdir)/'`runtime/go-string-to-byte-array.c
2924@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
2925@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
2926@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2927@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-string-to-byte-array.lo `test -f 'runtime/go-string-to-byte-array.c' || echo '$(srcdir)/'`runtime/go-string-to-byte-array.c
2928
2929go-string-to-int-array.lo: runtime/go-string-to-int-array.c
2930@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-string-to-int-array.lo -MD -MP -MF $(DEPDIR)/go-string-to-int-array.Tpo -c -o go-string-to-int-array.lo `test -f 'runtime/go-string-to-int-array.c' || echo '$(srcdir)/'`runtime/go-string-to-int-array.c
2931@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
2932@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
2933@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2934@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-string-to-int-array.lo `test -f 'runtime/go-string-to-int-array.c' || echo '$(srcdir)/'`runtime/go-string-to-int-array.c
2935
2936go-strplus.lo: runtime/go-strplus.c
2937@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-strplus.lo -MD -MP -MF $(DEPDIR)/go-strplus.Tpo -c -o go-strplus.lo `test -f 'runtime/go-strplus.c' || echo '$(srcdir)/'`runtime/go-strplus.c
2938@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
2939@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
2940@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2941@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-strplus.lo `test -f 'runtime/go-strplus.c' || echo '$(srcdir)/'`runtime/go-strplus.c
2942
2943go-strslice.lo: runtime/go-strslice.c
2944@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
2945@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
2946@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
2947@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2948@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
2949
60d1da4c 2950go-traceback.lo: runtime/go-traceback.c
2951@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-traceback.lo -MD -MP -MF $(DEPDIR)/go-traceback.Tpo -c -o go-traceback.lo `test -f 'runtime/go-traceback.c' || echo '$(srcdir)/'`runtime/go-traceback.c
2952@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-traceback.Tpo $(DEPDIR)/go-traceback.Plo
2953@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-traceback.c' object='go-traceback.lo' libtool=yes @AMDEPBACKSLASH@
2954@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2955@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-traceback.lo `test -f 'runtime/go-traceback.c' || echo '$(srcdir)/'`runtime/go-traceback.c
2956
e9d3367e 2957go-type-complex.lo: runtime/go-type-complex.c
2958@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-complex.lo -MD -MP -MF $(DEPDIR)/go-type-complex.Tpo -c -o go-type-complex.lo `test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/'`runtime/go-type-complex.c
2959@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-complex.Tpo $(DEPDIR)/go-type-complex.Plo
2960@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-complex.c' object='go-type-complex.lo' libtool=yes @AMDEPBACKSLASH@
2961@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2962@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-type-complex.lo `test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/'`runtime/go-type-complex.c
2963
e440a328 2964go-type-eface.lo: runtime/go-type-eface.c
2965@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-eface.lo -MD -MP -MF $(DEPDIR)/go-type-eface.Tpo -c -o go-type-eface.lo `test -f 'runtime/go-type-eface.c' || echo '$(srcdir)/'`runtime/go-type-eface.c
2966@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
2967@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
2968@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2969@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-type-eface.lo `test -f 'runtime/go-type-eface.c' || echo '$(srcdir)/'`runtime/go-type-eface.c
2970
2971go-type-error.lo: runtime/go-type-error.c
2972@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-error.lo -MD -MP -MF $(DEPDIR)/go-type-error.Tpo -c -o go-type-error.lo `test -f 'runtime/go-type-error.c' || echo '$(srcdir)/'`runtime/go-type-error.c
2973@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
2974@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
2975@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2976@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-type-error.lo `test -f 'runtime/go-type-error.c' || echo '$(srcdir)/'`runtime/go-type-error.c
2977
e9d3367e 2978go-type-float.lo: runtime/go-type-float.c
2979@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-float.lo -MD -MP -MF $(DEPDIR)/go-type-float.Tpo -c -o go-type-float.lo `test -f 'runtime/go-type-float.c' || echo '$(srcdir)/'`runtime/go-type-float.c
2980@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-float.Tpo $(DEPDIR)/go-type-float.Plo
2981@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-float.c' object='go-type-float.lo' libtool=yes @AMDEPBACKSLASH@
2982@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2983@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-type-float.lo `test -f 'runtime/go-type-float.c' || echo '$(srcdir)/'`runtime/go-type-float.c
2984
e440a328 2985go-type-identity.lo: runtime/go-type-identity.c
2986@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-identity.lo -MD -MP -MF $(DEPDIR)/go-type-identity.Tpo -c -o go-type-identity.lo `test -f 'runtime/go-type-identity.c' || echo '$(srcdir)/'`runtime/go-type-identity.c
2987@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
2988@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
2989@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2990@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-type-identity.lo `test -f 'runtime/go-type-identity.c' || echo '$(srcdir)/'`runtime/go-type-identity.c
2991
2992go-type-interface.lo: runtime/go-type-interface.c
2993@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-interface.lo -MD -MP -MF $(DEPDIR)/go-type-interface.Tpo -c -o go-type-interface.lo `test -f 'runtime/go-type-interface.c' || echo '$(srcdir)/'`runtime/go-type-interface.c
2994@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
2995@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
2996@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2997@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-type-interface.lo `test -f 'runtime/go-type-interface.c' || echo '$(srcdir)/'`runtime/go-type-interface.c
2998
2999go-type-string.lo: runtime/go-type-string.c
3000@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-string.lo -MD -MP -MF $(DEPDIR)/go-type-string.Tpo -c -o go-type-string.lo `test -f 'runtime/go-type-string.c' || echo '$(srcdir)/'`runtime/go-type-string.c
3001@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
3002@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
3003@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3004@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-type-string.lo `test -f 'runtime/go-type-string.c' || echo '$(srcdir)/'`runtime/go-type-string.c
3005
3006go-typedesc-equal.lo: runtime/go-typedesc-equal.c
3007@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
3008@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
3009@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
3010@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3011@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
3012
e440a328 3013go-unsafe-new.lo: runtime/go-unsafe-new.c
3014@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-new.lo -MD -MP -MF $(DEPDIR)/go-unsafe-new.Tpo -c -o go-unsafe-new.lo `test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/'`runtime/go-unsafe-new.c
3015@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
3016@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
3017@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3018@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-new.lo `test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/'`runtime/go-unsafe-new.c
3019
3020go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
3021@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-newarray.lo -MD -MP -MF $(DEPDIR)/go-unsafe-newarray.Tpo -c -o go-unsafe-newarray.lo `test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/'`runtime/go-unsafe-newarray.c
3022@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
3023@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
3024@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3025@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-newarray.lo `test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/'`runtime/go-unsafe-newarray.c
3026
3027go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
3028@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
3029@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
3030@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
3031@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3032@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
3033
3034go-unwind.lo: runtime/go-unwind.c
3035@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
3036@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
3037@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
3038@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3039@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
3040
9eb89a08 3041go-varargs.lo: runtime/go-varargs.c
3042@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
3043@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-varargs.Tpo $(DEPDIR)/go-varargs.Plo
3044@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-varargs.c' object='go-varargs.lo' libtool=yes @AMDEPBACKSLASH@
3045@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3046@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
3047
362133b5 3048env_posix.lo: runtime/env_posix.c
3049@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
3050@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/env_posix.Tpo $(DEPDIR)/env_posix.Plo
3051@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/env_posix.c' object='env_posix.lo' libtool=yes @AMDEPBACKSLASH@
3052@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3053@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
3054
b88e5463 3055heapdump.lo: runtime/heapdump.c
3056@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT heapdump.lo -MD -MP -MF $(DEPDIR)/heapdump.Tpo -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
3057@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/heapdump.Tpo $(DEPDIR)/heapdump.Plo
3058@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/heapdump.c' object='heapdump.lo' libtool=yes @AMDEPBACKSLASH@
3059@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3060@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
3061
03044d3d 3062lock_sema.lo: runtime/lock_sema.c
3063@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lock_sema.lo -MD -MP -MF $(DEPDIR)/lock_sema.Tpo -c -o lock_sema.lo `test -f 'runtime/lock_sema.c' || echo '$(srcdir)/'`runtime/lock_sema.c
3064@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_sema.Tpo $(DEPDIR)/lock_sema.Plo
3065@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_sema.c' object='lock_sema.lo' libtool=yes @AMDEPBACKSLASH@
3066@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3067@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_sema.lo `test -f 'runtime/lock_sema.c' || echo '$(srcdir)/'`runtime/lock_sema.c
3068
3069thread-sema.lo: runtime/thread-sema.c
3070@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-sema.lo -MD -MP -MF $(DEPDIR)/thread-sema.Tpo -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
3071@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
3072@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
3073@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3074@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-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
3075
3076lock_futex.lo: runtime/lock_futex.c
3077@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lock_futex.lo -MD -MP -MF $(DEPDIR)/lock_futex.Tpo -c -o lock_futex.lo `test -f 'runtime/lock_futex.c' || echo '$(srcdir)/'`runtime/lock_futex.c
3078@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_futex.Tpo $(DEPDIR)/lock_futex.Plo
3079@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_futex.c' object='lock_futex.lo' libtool=yes @AMDEPBACKSLASH@
3080@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3081@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_futex.lo `test -f 'runtime/lock_futex.c' || echo '$(srcdir)/'`runtime/lock_futex.c
3082
3083thread-linux.lo: runtime/thread-linux.c
3084@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-linux.lo -MD -MP -MF $(DEPDIR)/thread-linux.Tpo -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
3085@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
3086@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
3087@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3088@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-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
3089
e440a328 3090mcache.lo: runtime/mcache.c
3091@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcache.lo -MD -MP -MF $(DEPDIR)/mcache.Tpo -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
3092@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
3093@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
3094@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3095@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
3096
3097mcentral.lo: runtime/mcentral.c
3098@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcentral.lo -MD -MP -MF $(DEPDIR)/mcentral.Tpo -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
3099@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
3100@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
3101@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3102@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
3103
3104mem_posix_memalign.lo: runtime/mem_posix_memalign.c
3105@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mem_posix_memalign.lo -MD -MP -MF $(DEPDIR)/mem_posix_memalign.Tpo -c -o mem_posix_memalign.lo `test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/'`runtime/mem_posix_memalign.c
3106@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
3107@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
3108@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3109@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem_posix_memalign.lo `test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/'`runtime/mem_posix_memalign.c
3110
3111mem.lo: runtime/mem.c
3112@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mem.lo -MD -MP -MF $(DEPDIR)/mem.Tpo -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
3113@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
3114@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
3115@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3116@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
3117
e440a328 3118mfixalloc.lo: runtime/mfixalloc.c
3119@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mfixalloc.lo -MD -MP -MF $(DEPDIR)/mfixalloc.Tpo -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
3120@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
3121@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
3122@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3123@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
3124
3125mgc0.lo: runtime/mgc0.c
3126@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mgc0.lo -MD -MP -MF $(DEPDIR)/mgc0.Tpo -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
3127@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
3128@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
3129@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3130@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
3131
3132mheap.lo: runtime/mheap.c
3133@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mheap.lo -MD -MP -MF $(DEPDIR)/mheap.Tpo -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
3134@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
3135@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
3136@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3137@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
3138
e440a328 3139msize.lo: runtime/msize.c
3140@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msize.lo -MD -MP -MF $(DEPDIR)/msize.Tpo -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
3141@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
3142@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
3143@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3144@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
3145
f4ca453c 3146netpoll_kqueue.lo: runtime/netpoll_kqueue.c
3147@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netpoll_kqueue.lo -MD -MP -MF $(DEPDIR)/netpoll_kqueue.Tpo -c -o netpoll_kqueue.lo `test -f 'runtime/netpoll_kqueue.c' || echo '$(srcdir)/'`runtime/netpoll_kqueue.c
3148@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_kqueue.Tpo $(DEPDIR)/netpoll_kqueue.Plo
3149@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_kqueue.c' object='netpoll_kqueue.lo' libtool=yes @AMDEPBACKSLASH@
3150@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3151@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_kqueue.lo `test -f 'runtime/netpoll_kqueue.c' || echo '$(srcdir)/'`runtime/netpoll_kqueue.c
3152
95b149fd 3153netpoll_select.lo: runtime/netpoll_select.c
3154@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netpoll_select.lo -MD -MP -MF $(DEPDIR)/netpoll_select.Tpo -c -o netpoll_select.lo `test -f 'runtime/netpoll_select.c' || echo '$(srcdir)/'`runtime/netpoll_select.c
3155@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_select.Tpo $(DEPDIR)/netpoll_select.Plo
3156@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_select.c' object='netpoll_select.lo' libtool=yes @AMDEPBACKSLASH@
3157@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3158@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_select.lo `test -f 'runtime/netpoll_select.c' || echo '$(srcdir)/'`runtime/netpoll_select.c
3159
f4ca453c 3160netpoll_epoll.lo: runtime/netpoll_epoll.c
3161@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netpoll_epoll.lo -MD -MP -MF $(DEPDIR)/netpoll_epoll.Tpo -c -o netpoll_epoll.lo `test -f 'runtime/netpoll_epoll.c' || echo '$(srcdir)/'`runtime/netpoll_epoll.c
3162@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_epoll.Tpo $(DEPDIR)/netpoll_epoll.Plo
3163@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_epoll.c' object='netpoll_epoll.lo' libtool=yes @AMDEPBACKSLASH@
3164@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3165@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_epoll.lo `test -f 'runtime/netpoll_epoll.c' || echo '$(srcdir)/'`runtime/netpoll_epoll.c
3166
fb08d005 3167panic.lo: runtime/panic.c
3168@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
3169@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/panic.Tpo $(DEPDIR)/panic.Plo
3170@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/panic.c' object='panic.lo' libtool=yes @AMDEPBACKSLASH@
3171@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3172@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
3173
3174parfor.lo: runtime/parfor.c
3175@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT parfor.lo -MD -MP -MF $(DEPDIR)/parfor.Tpo -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
3176@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/parfor.Tpo $(DEPDIR)/parfor.Plo
3177@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/parfor.c' object='parfor.lo' libtool=yes @AMDEPBACKSLASH@
3178@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3179@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
3180
ea45cfe0 3181print.lo: runtime/print.c
3182@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
3183@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/print.Tpo $(DEPDIR)/print.Plo
3184@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/print.c' object='print.lo' libtool=yes @AMDEPBACKSLASH@
3185@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3186@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
3187
e440a328 3188proc.lo: runtime/proc.c
3189@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
3190@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
3191@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
3192@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3193@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
3194
aca9cc91 3195runtime.lo: runtime/runtime.c
3196@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT runtime.lo -MD -MP -MF $(DEPDIR)/runtime.Tpo -c -o runtime.lo `test -f 'runtime/runtime.c' || echo '$(srcdir)/'`runtime/runtime.c
3197@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime.Tpo $(DEPDIR)/runtime.Plo
3198@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime.c' object='runtime.lo' libtool=yes @AMDEPBACKSLASH@
3199@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3200@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.lo `test -f 'runtime/runtime.c' || echo '$(srcdir)/'`runtime/runtime.c
3201
2d2d80b8 3202signal_unix.lo: runtime/signal_unix.c
3203@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signal_unix.lo -MD -MP -MF $(DEPDIR)/signal_unix.Tpo -c -o signal_unix.lo `test -f 'runtime/signal_unix.c' || echo '$(srcdir)/'`runtime/signal_unix.c
3204@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/signal_unix.Tpo $(DEPDIR)/signal_unix.Plo
3205@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/signal_unix.c' object='signal_unix.lo' libtool=yes @AMDEPBACKSLASH@
3206@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3207@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_unix.lo `test -f 'runtime/signal_unix.c' || echo '$(srcdir)/'`runtime/signal_unix.c
3208
e440a328 3209thread.lo: runtime/thread.c
3210@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
3211@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
3212@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
3213@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3214@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
3215
fa5d125b 3216yield.lo: runtime/yield.c
3217@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
3218@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
3219@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
3220@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3221@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
3222
e440a328 3223rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
3224@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
3225@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
3226@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
3227@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3228@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
3229
e04e2524 3230getncpu-none.lo: runtime/getncpu-none.c
3231@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
3232@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-none.Tpo $(DEPDIR)/getncpu-none.Plo
3233@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-none.c' object='getncpu-none.lo' libtool=yes @AMDEPBACKSLASH@
3234@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3235@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
3236
3237getncpu-bsd.lo: runtime/getncpu-bsd.c
3238@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
3239@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-bsd.Tpo $(DEPDIR)/getncpu-bsd.Plo
3240@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-bsd.c' object='getncpu-bsd.lo' libtool=yes @AMDEPBACKSLASH@
3241@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3242@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
3243
3244getncpu-solaris.lo: runtime/getncpu-solaris.c
3245@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
3246@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-solaris.Tpo $(DEPDIR)/getncpu-solaris.Plo
3247@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-solaris.c' object='getncpu-solaris.lo' libtool=yes @AMDEPBACKSLASH@
3248@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3249@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
3250
3251getncpu-irix.lo: runtime/getncpu-irix.c
3252@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
3253@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-irix.Tpo $(DEPDIR)/getncpu-irix.Plo
3254@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-irix.c' object='getncpu-irix.lo' libtool=yes @AMDEPBACKSLASH@
3255@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3256@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
3257
3258getncpu-linux.lo: runtime/getncpu-linux.c
3259@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
3260@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-linux.Tpo $(DEPDIR)/getncpu-linux.Plo
3261@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-linux.c' object='getncpu-linux.lo' libtool=yes @AMDEPBACKSLASH@
3262@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3263@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
3264
e440a328 3265mostlyclean-libtool:
3266 -rm -f *.lo
3267
3268clean-libtool:
3269 -rm -rf .libs _libs
3270
3271distclean-libtool:
3272 -rm -f libtool config.lt
3273
3274# GNU Make needs to see an explicit $(MAKE) variable in the command it
3275# runs to enable its job server during parallel builds. Hence the
3276# comments below.
3277all-multi:
3278 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3279install-multi:
3280 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3281
3282mostlyclean-multi:
3283 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3284clean-multi:
3285 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3286distclean-multi:
3287 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3288maintainer-clean-multi:
3289 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
b978ac2f 3290install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
e440a328 3291 @$(NORMAL_INSTALL)
b978ac2f 3292 test -z "$(toolexeclibgodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)"
3293 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
e440a328 3294 for p in $$list; do \
3295 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3296 echo "$$d$$p"; \
3297 done | $(am__base_list) | \
3298 while read files; do \
b978ac2f 3299 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
3300 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
e440a328 3301 done
3302
b978ac2f 3303uninstall-toolexeclibgoDATA:
e440a328 3304 @$(NORMAL_UNINSTALL)
b978ac2f 3305 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
e440a328 3306 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3307 test -n "$$files" || exit 0; \
b978ac2f 3308 echo " ( cd '$(DESTDIR)$(toolexeclibgodir)' && rm -f" $$files ")"; \
3309 cd "$(DESTDIR)$(toolexeclibgodir)" && rm -f $$files
3310install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
e440a328 3311 @$(NORMAL_INSTALL)
b978ac2f 3312 test -z "$(toolexeclibgoarchivedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)"
3313 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
e440a328 3314 for p in $$list; do \
3315 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3316 echo "$$d$$p"; \
3317 done | $(am__base_list) | \
3318 while read files; do \
b978ac2f 3319 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
3320 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
e440a328 3321 done
3322
b978ac2f 3323uninstall-toolexeclibgoarchiveDATA:
e440a328 3324 @$(NORMAL_UNINSTALL)
b978ac2f 3325 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
e440a328 3326 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3327 test -n "$$files" || exit 0; \
b978ac2f 3328 echo " ( cd '$(DESTDIR)$(toolexeclibgoarchivedir)' && rm -f" $$files ")"; \
3329 cd "$(DESTDIR)$(toolexeclibgoarchivedir)" && rm -f $$files
3330install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
e440a328 3331 @$(NORMAL_INSTALL)
b978ac2f 3332 test -z "$(toolexeclibgocompressdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)"
3333 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
e440a328 3334 for p in $$list; do \
3335 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3336 echo "$$d$$p"; \
3337 done | $(am__base_list) | \
3338 while read files; do \
b978ac2f 3339 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
3340 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
e440a328 3341 done
3342
b978ac2f 3343uninstall-toolexeclibgocompressDATA:
e440a328 3344 @$(NORMAL_UNINSTALL)
b978ac2f 3345 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
e440a328 3346 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3347 test -n "$$files" || exit 0; \
b978ac2f 3348 echo " ( cd '$(DESTDIR)$(toolexeclibgocompressdir)' && rm -f" $$files ")"; \
3349 cd "$(DESTDIR)$(toolexeclibgocompressdir)" && rm -f $$files
3350install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
e440a328 3351 @$(NORMAL_INSTALL)
b978ac2f 3352 test -z "$(toolexeclibgocontainerdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)"
3353 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
e440a328 3354 for p in $$list; do \
3355 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3356 echo "$$d$$p"; \
3357 done | $(am__base_list) | \
3358 while read files; do \
b978ac2f 3359 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
3360 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
e440a328 3361 done
3362
b978ac2f 3363uninstall-toolexeclibgocontainerDATA:
e440a328 3364 @$(NORMAL_UNINSTALL)
b978ac2f 3365 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
e440a328 3366 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3367 test -n "$$files" || exit 0; \
b978ac2f 3368 echo " ( cd '$(DESTDIR)$(toolexeclibgocontainerdir)' && rm -f" $$files ")"; \
3369 cd "$(DESTDIR)$(toolexeclibgocontainerdir)" && rm -f $$files
3370install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
e440a328 3371 @$(NORMAL_INSTALL)
b978ac2f 3372 test -z "$(toolexeclibgocryptodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)"
3373 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
e440a328 3374 for p in $$list; do \
3375 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3376 echo "$$d$$p"; \
3377 done | $(am__base_list) | \
3378 while read files; do \
b978ac2f 3379 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
3380 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
e440a328 3381 done
3382
b978ac2f 3383uninstall-toolexeclibgocryptoDATA:
e440a328 3384 @$(NORMAL_UNINSTALL)
b978ac2f 3385 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
e440a328 3386 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3387 test -n "$$files" || exit 0; \
b978ac2f 3388 echo " ( cd '$(DESTDIR)$(toolexeclibgocryptodir)' && rm -f" $$files ")"; \
3389 cd "$(DESTDIR)$(toolexeclibgocryptodir)" && rm -f $$files
49b4e44b 3390install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
3391 @$(NORMAL_INSTALL)
3392 test -z "$(toolexeclibgocryptox509dir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)"
3393 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
3394 for p in $$list; do \
3395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3396 echo "$$d$$p"; \
3397 done | $(am__base_list) | \
3398 while read files; do \
3399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
3400 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
3401 done
3402
3403uninstall-toolexeclibgocryptox509DATA:
3404 @$(NORMAL_UNINSTALL)
3405 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
3406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3407 test -n "$$files" || exit 0; \
3408 echo " ( cd '$(DESTDIR)$(toolexeclibgocryptox509dir)' && rm -f" $$files ")"; \
3409 cd "$(DESTDIR)$(toolexeclibgocryptox509dir)" && rm -f $$files
476d22b5 3410install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
3411 @$(NORMAL_INSTALL)
3412 test -z "$(toolexeclibgodatabasedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)"
3413 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
3414 for p in $$list; do \
3415 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3416 echo "$$d$$p"; \
3417 done | $(am__base_list) | \
3418 while read files; do \
3419 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
3420 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
3421 done
3422
3423uninstall-toolexeclibgodatabaseDATA:
3424 @$(NORMAL_UNINSTALL)
3425 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
3426 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3427 test -n "$$files" || exit 0; \
3428 echo " ( cd '$(DESTDIR)$(toolexeclibgodatabasedir)' && rm -f" $$files ")"; \
3429 cd "$(DESTDIR)$(toolexeclibgodatabasedir)" && rm -f $$files
3430install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
3431 @$(NORMAL_INSTALL)
3432 test -z "$(toolexeclibgodatabasesqldir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)"
3433 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
3434 for p in $$list; do \
3435 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3436 echo "$$d$$p"; \
3437 done | $(am__base_list) | \
3438 while read files; do \
3439 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
3440 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
3441 done
3442
3443uninstall-toolexeclibgodatabasesqlDATA:
3444 @$(NORMAL_UNINSTALL)
3445 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
3446 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3447 test -n "$$files" || exit 0; \
3448 echo " ( cd '$(DESTDIR)$(toolexeclibgodatabasesqldir)' && rm -f" $$files ")"; \
3449 cd "$(DESTDIR)$(toolexeclibgodatabasesqldir)" && rm -f $$files
b978ac2f 3450install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
e440a328 3451 @$(NORMAL_INSTALL)
b978ac2f 3452 test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
3453 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
e440a328 3454 for p in $$list; do \
3455 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3456 echo "$$d$$p"; \
3457 done | $(am__base_list) | \
3458 while read files; do \
b978ac2f 3459 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
3460 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
e440a328 3461 done
3462
b978ac2f 3463uninstall-toolexeclibgodebugDATA:
e440a328 3464 @$(NORMAL_UNINSTALL)
b978ac2f 3465 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
e440a328 3466 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3467 test -n "$$files" || exit 0; \
b978ac2f 3468 echo " ( cd '$(DESTDIR)$(toolexeclibgodebugdir)' && rm -f" $$files ")"; \
3469 cd "$(DESTDIR)$(toolexeclibgodebugdir)" && rm -f $$files
3470install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
e440a328 3471 @$(NORMAL_INSTALL)
b978ac2f 3472 test -z "$(toolexeclibgoencodingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)"
3473 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
e440a328 3474 for p in $$list; do \
3475 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3476 echo "$$d$$p"; \
3477 done | $(am__base_list) | \
3478 while read files; do \
b978ac2f 3479 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
3480 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
e440a328 3481 done
3482
b978ac2f 3483uninstall-toolexeclibgoencodingDATA:
e440a328 3484 @$(NORMAL_UNINSTALL)
b978ac2f 3485 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
e440a328 3486 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3487 test -n "$$files" || exit 0; \
b978ac2f 3488 echo " ( cd '$(DESTDIR)$(toolexeclibgoencodingdir)' && rm -f" $$files ")"; \
3489 cd "$(DESTDIR)$(toolexeclibgoencodingdir)" && rm -f $$files
3490install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
e440a328 3491 @$(NORMAL_INSTALL)
b978ac2f 3492 test -z "$(toolexeclibgoexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)"
3493 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
e440a328 3494 for p in $$list; do \
3495 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3496 echo "$$d$$p"; \
3497 done | $(am__base_list) | \
3498 while read files; do \
b978ac2f 3499 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
3500 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
e440a328 3501 done
3502
b978ac2f 3503uninstall-toolexeclibgoexpDATA:
e440a328 3504 @$(NORMAL_UNINSTALL)
b978ac2f 3505 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
e440a328 3506 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3507 test -n "$$files" || exit 0; \
b978ac2f 3508 echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
3509 cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
3510install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
e440a328 3511 @$(NORMAL_INSTALL)
b978ac2f 3512 test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
3513 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
e440a328 3514 for p in $$list; do \
3515 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3516 echo "$$d$$p"; \
3517 done | $(am__base_list) | \
3518 while read files; do \
b978ac2f 3519 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
3520 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
e440a328 3521 done
3522
b978ac2f 3523uninstall-toolexeclibgogoDATA:
e440a328 3524 @$(NORMAL_UNINSTALL)
b978ac2f 3525 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
e440a328 3526 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3527 test -n "$$files" || exit 0; \
b978ac2f 3528 echo " ( cd '$(DESTDIR)$(toolexeclibgogodir)' && rm -f" $$files ")"; \
3529 cd "$(DESTDIR)$(toolexeclibgogodir)" && rm -f $$files
3530install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
e440a328 3531 @$(NORMAL_INSTALL)
b978ac2f 3532 test -z "$(toolexeclibgohashdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)"
3533 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
e440a328 3534 for p in $$list; do \
3535 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3536 echo "$$d$$p"; \
3537 done | $(am__base_list) | \
3538 while read files; do \
b978ac2f 3539 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
3540 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
e440a328 3541 done
3542
b978ac2f 3543uninstall-toolexeclibgohashDATA:
e440a328 3544 @$(NORMAL_UNINSTALL)
b978ac2f 3545 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
e440a328 3546 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3547 test -n "$$files" || exit 0; \
b978ac2f 3548 echo " ( cd '$(DESTDIR)$(toolexeclibgohashdir)' && rm -f" $$files ")"; \
3549 cd "$(DESTDIR)$(toolexeclibgohashdir)" && rm -f $$files
8388e3ab 3550install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
e440a328 3551 @$(NORMAL_INSTALL)
8388e3ab 3552 test -z "$(toolexeclibgohtmldir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)"
3553 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
e440a328 3554 for p in $$list; do \
3555 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3556 echo "$$d$$p"; \
3557 done | $(am__base_list) | \
3558 while read files; do \
8388e3ab 3559 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
3560 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
e440a328 3561 done
3562
8388e3ab 3563uninstall-toolexeclibgohtmlDATA:
e440a328 3564 @$(NORMAL_UNINSTALL)
8388e3ab 3565 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
e440a328 3566 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3567 test -n "$$files" || exit 0; \
8388e3ab 3568 echo " ( cd '$(DESTDIR)$(toolexeclibgohtmldir)' && rm -f" $$files ")"; \
3569 cd "$(DESTDIR)$(toolexeclibgohtmldir)" && rm -f $$files
b978ac2f 3570install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
e440a328 3571 @$(NORMAL_INSTALL)
b978ac2f 3572 test -z "$(toolexeclibgoimagedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)"
3573 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
e440a328 3574 for p in $$list; do \
3575 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3576 echo "$$d$$p"; \
3577 done | $(am__base_list) | \
3578 while read files; do \
b978ac2f 3579 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
3580 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
e440a328 3581 done
3582
b978ac2f 3583uninstall-toolexeclibgoimageDATA:
e440a328 3584 @$(NORMAL_UNINSTALL)
b978ac2f 3585 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
e440a328 3586 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3587 test -n "$$files" || exit 0; \
b978ac2f 3588 echo " ( cd '$(DESTDIR)$(toolexeclibgoimagedir)' && rm -f" $$files ")"; \
3589 cd "$(DESTDIR)$(toolexeclibgoimagedir)" && rm -f $$files
0ce10ea1 3590install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
3591 @$(NORMAL_INSTALL)
3592 test -z "$(toolexeclibgoimagecolordir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)"
3593 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
3594 for p in $$list; do \
3595 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3596 echo "$$d$$p"; \
3597 done | $(am__base_list) | \
3598 while read files; do \
3599 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
3600 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
3601 done
3602
3603uninstall-toolexeclibgoimagecolorDATA:
3604 @$(NORMAL_UNINSTALL)
3605 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
3606 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3607 test -n "$$files" || exit 0; \
3608 echo " ( cd '$(DESTDIR)$(toolexeclibgoimagecolordir)' && rm -f" $$files ")"; \
3609 cd "$(DESTDIR)$(toolexeclibgoimagecolordir)" && rm -f $$files
b978ac2f 3610install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
e440a328 3611 @$(NORMAL_INSTALL)
b978ac2f 3612 test -z "$(toolexeclibgoindexdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)"
3613 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
e440a328 3614 for p in $$list; do \
3615 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3616 echo "$$d$$p"; \
3617 done | $(am__base_list) | \
3618 while read files; do \
b978ac2f 3619 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
3620 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
e440a328 3621 done
3622
b978ac2f 3623uninstall-toolexeclibgoindexDATA:
e440a328 3624 @$(NORMAL_UNINSTALL)
b978ac2f 3625 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
e440a328 3626 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3627 test -n "$$files" || exit 0; \
b978ac2f 3628 echo " ( cd '$(DESTDIR)$(toolexeclibgoindexdir)' && rm -f" $$files ")"; \
3629 cd "$(DESTDIR)$(toolexeclibgoindexdir)" && rm -f $$files
3630install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
e440a328 3631 @$(NORMAL_INSTALL)
b978ac2f 3632 test -z "$(toolexeclibgoiodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)"
3633 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
e440a328 3634 for p in $$list; do \
3635 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3636 echo "$$d$$p"; \
3637 done | $(am__base_list) | \
3638 while read files; do \
b978ac2f 3639 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
3640 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
e440a328 3641 done
3642
b978ac2f 3643uninstall-toolexeclibgoioDATA:
e440a328 3644 @$(NORMAL_UNINSTALL)
b978ac2f 3645 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
e440a328 3646 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3647 test -n "$$files" || exit 0; \
b978ac2f 3648 echo " ( cd '$(DESTDIR)$(toolexeclibgoiodir)' && rm -f" $$files ")"; \
3649 cd "$(DESTDIR)$(toolexeclibgoiodir)" && rm -f $$files
8388e3ab 3650install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
3651 @$(NORMAL_INSTALL)
3652 test -z "$(toolexeclibgologdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)"
3653 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
3654 for p in $$list; do \
3655 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3656 echo "$$d$$p"; \
3657 done | $(am__base_list) | \
3658 while read files; do \
3659 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
3660 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
3661 done
3662
3663uninstall-toolexeclibgologDATA:
3664 @$(NORMAL_UNINSTALL)
3665 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
3666 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3667 test -n "$$files" || exit 0; \
3668 echo " ( cd '$(DESTDIR)$(toolexeclibgologdir)' && rm -f" $$files ")"; \
3669 cd "$(DESTDIR)$(toolexeclibgologdir)" && rm -f $$files
3670install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
3671 @$(NORMAL_INSTALL)
3672 test -z "$(toolexeclibgomathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)"
3673 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
3674 for p in $$list; do \
3675 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3676 echo "$$d$$p"; \
3677 done | $(am__base_list) | \
3678 while read files; do \
3679 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
3680 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
3681 done
3682
3683uninstall-toolexeclibgomathDATA:
3684 @$(NORMAL_UNINSTALL)
3685 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
3686 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3687 test -n "$$files" || exit 0; \
3688 echo " ( cd '$(DESTDIR)$(toolexeclibgomathdir)' && rm -f" $$files ")"; \
3689 cd "$(DESTDIR)$(toolexeclibgomathdir)" && rm -f $$files
b978ac2f 3690install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
e440a328 3691 @$(NORMAL_INSTALL)
b978ac2f 3692 test -z "$(toolexeclibgomimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)"
3693 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
e440a328 3694 for p in $$list; do \
3695 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3696 echo "$$d$$p"; \
3697 done | $(am__base_list) | \
3698 while read files; do \
b978ac2f 3699 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
3700 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
e440a328 3701 done
3702
b978ac2f 3703uninstall-toolexeclibgomimeDATA:
e440a328 3704 @$(NORMAL_UNINSTALL)
b978ac2f 3705 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
e440a328 3706 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3707 test -n "$$files" || exit 0; \
b978ac2f 3708 echo " ( cd '$(DESTDIR)$(toolexeclibgomimedir)' && rm -f" $$files ")"; \
3709 cd "$(DESTDIR)$(toolexeclibgomimedir)" && rm -f $$files
3710install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
e440a328 3711 @$(NORMAL_INSTALL)
b978ac2f 3712 test -z "$(toolexeclibgonetdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)"
3713 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
e440a328 3714 for p in $$list; do \
3715 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3716 echo "$$d$$p"; \
3717 done | $(am__base_list) | \
3718 while read files; do \
b978ac2f 3719 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
3720 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
e440a328 3721 done
3722
b978ac2f 3723uninstall-toolexeclibgonetDATA:
e440a328 3724 @$(NORMAL_UNINSTALL)
b978ac2f 3725 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
e440a328 3726 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3727 test -n "$$files" || exit 0; \
b978ac2f 3728 echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
3729 cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
8388e3ab 3730install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
3731 @$(NORMAL_INSTALL)
3732 test -z "$(toolexeclibgonethttpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)"
3733 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
3734 for p in $$list; do \
3735 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3736 echo "$$d$$p"; \
3737 done | $(am__base_list) | \
3738 while read files; do \
3739 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
3740 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
3741 done
3742
3743uninstall-toolexeclibgonethttpDATA:
3744 @$(NORMAL_UNINSTALL)
3745 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
3746 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3747 test -n "$$files" || exit 0; \
3748 echo " ( cd '$(DESTDIR)$(toolexeclibgonethttpdir)' && rm -f" $$files ")"; \
3749 cd "$(DESTDIR)$(toolexeclibgonethttpdir)" && rm -f $$files
3750install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
3751 @$(NORMAL_INSTALL)
3752 test -z "$(toolexeclibgonetrpcdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)"
3753 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
3754 for p in $$list; do \
3755 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3756 echo "$$d$$p"; \
3757 done | $(am__base_list) | \
3758 while read files; do \
3759 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
3760 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
3761 done
3762
3763uninstall-toolexeclibgonetrpcDATA:
3764 @$(NORMAL_UNINSTALL)
3765 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
3766 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3767 test -n "$$files" || exit 0; \
3768 echo " ( cd '$(DESTDIR)$(toolexeclibgonetrpcdir)' && rm -f" $$files ")"; \
3769 cd "$(DESTDIR)$(toolexeclibgonetrpcdir)" && rm -f $$files
49b4e44b 3770install-toolexeclibgooldDATA: $(toolexeclibgoold_DATA)
3771 @$(NORMAL_INSTALL)
3772 test -z "$(toolexeclibgoolddir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoolddir)"
3773 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
3774 for p in $$list; do \
3775 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3776 echo "$$d$$p"; \
3777 done | $(am__base_list) | \
3778 while read files; do \
3779 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoolddir)'"; \
3780 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoolddir)" || exit $$?; \
3781 done
3782
3783uninstall-toolexeclibgooldDATA:
3784 @$(NORMAL_UNINSTALL)
3785 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
3786 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3787 test -n "$$files" || exit 0; \
3788 echo " ( cd '$(DESTDIR)$(toolexeclibgoolddir)' && rm -f" $$files ")"; \
3789 cd "$(DESTDIR)$(toolexeclibgoolddir)" && rm -f $$files
b978ac2f 3790install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
e440a328 3791 @$(NORMAL_INSTALL)
b978ac2f 3792 test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
3793 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
e440a328 3794 for p in $$list; do \
3795 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3796 echo "$$d$$p"; \
3797 done | $(am__base_list) | \
3798 while read files; do \
b978ac2f 3799 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
3800 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
e440a328 3801 done
3802
b978ac2f 3803uninstall-toolexeclibgoosDATA:
e440a328 3804 @$(NORMAL_UNINSTALL)
b978ac2f 3805 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
e440a328 3806 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3807 test -n "$$files" || exit 0; \
b978ac2f 3808 echo " ( cd '$(DESTDIR)$(toolexeclibgoosdir)' && rm -f" $$files ")"; \
3809 cd "$(DESTDIR)$(toolexeclibgoosdir)" && rm -f $$files
f9722886 3810install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
3811 @$(NORMAL_INSTALL)
3812 test -z "$(toolexeclibgopathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)"
3813 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3814 for p in $$list; do \
3815 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3816 echo "$$d$$p"; \
3817 done | $(am__base_list) | \
3818 while read files; do \
3819 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
3820 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
3821 done
3822
3823uninstall-toolexeclibgopathDATA:
3824 @$(NORMAL_UNINSTALL)
3825 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3826 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3827 test -n "$$files" || exit 0; \
3828 echo " ( cd '$(DESTDIR)$(toolexeclibgopathdir)' && rm -f" $$files ")"; \
3829 cd "$(DESTDIR)$(toolexeclibgopathdir)" && rm -f $$files
fa5d125b 3830install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
3831 @$(NORMAL_INSTALL)
3832 test -z "$(toolexeclibgoregexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)"
3833 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
3834 for p in $$list; do \
3835 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3836 echo "$$d$$p"; \
3837 done | $(am__base_list) | \
3838 while read files; do \
3839 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
3840 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
3841 done
3842
3843uninstall-toolexeclibgoregexpDATA:
3844 @$(NORMAL_UNINSTALL)
3845 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
3846 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3847 test -n "$$files" || exit 0; \
3848 echo " ( cd '$(DESTDIR)$(toolexeclibgoregexpdir)' && rm -f" $$files ")"; \
3849 cd "$(DESTDIR)$(toolexeclibgoregexpdir)" && rm -f $$files
b978ac2f 3850install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
e440a328 3851 @$(NORMAL_INSTALL)
b978ac2f 3852 test -z "$(toolexeclibgoruntimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)"
3853 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
e440a328 3854 for p in $$list; do \
3855 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3856 echo "$$d$$p"; \
3857 done | $(am__base_list) | \
3858 while read files; do \
b978ac2f 3859 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
3860 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
e440a328 3861 done
3862
b978ac2f 3863uninstall-toolexeclibgoruntimeDATA:
e440a328 3864 @$(NORMAL_UNINSTALL)
b978ac2f 3865 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
e440a328 3866 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3867 test -n "$$files" || exit 0; \
b978ac2f 3868 echo " ( cd '$(DESTDIR)$(toolexeclibgoruntimedir)' && rm -f" $$files ")"; \
3869 cd "$(DESTDIR)$(toolexeclibgoruntimedir)" && rm -f $$files
31c6ec42 3870install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
3871 @$(NORMAL_INSTALL)
3872 test -z "$(toolexeclibgosyncdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)"
3873 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3874 for p in $$list; do \
3875 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3876 echo "$$d$$p"; \
3877 done | $(am__base_list) | \
3878 while read files; do \
3879 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
3880 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
3881 done
3882
3883uninstall-toolexeclibgosyncDATA:
3884 @$(NORMAL_UNINSTALL)
3885 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3886 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3887 test -n "$$files" || exit 0; \
3888 echo " ( cd '$(DESTDIR)$(toolexeclibgosyncdir)' && rm -f" $$files ")"; \
3889 cd "$(DESTDIR)$(toolexeclibgosyncdir)" && rm -f $$files
8388e3ab 3890install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
49b4e44b 3891 @$(NORMAL_INSTALL)
8388e3ab 3892 test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
3893 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
49b4e44b 3894 for p in $$list; do \
3895 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3896 echo "$$d$$p"; \
3897 done | $(am__base_list) | \
3898 while read files; do \
8388e3ab 3899 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
3900 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
49b4e44b 3901 done
3902
8388e3ab 3903uninstall-toolexeclibgotestingDATA:
49b4e44b 3904 @$(NORMAL_UNINSTALL)
8388e3ab 3905 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
49b4e44b 3906 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3907 test -n "$$files" || exit 0; \
8388e3ab 3908 echo " ( cd '$(DESTDIR)$(toolexeclibgotestingdir)' && rm -f" $$files ")"; \
3909 cd "$(DESTDIR)$(toolexeclibgotestingdir)" && rm -f $$files
3910install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
e440a328 3911 @$(NORMAL_INSTALL)
8388e3ab 3912 test -z "$(toolexeclibgotextdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)"
3913 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
e440a328 3914 for p in $$list; do \
3915 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3916 echo "$$d$$p"; \
3917 done | $(am__base_list) | \
3918 while read files; do \
8388e3ab 3919 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
3920 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
e440a328 3921 done
3922
8388e3ab 3923uninstall-toolexeclibgotextDATA:
e440a328 3924 @$(NORMAL_UNINSTALL)
8388e3ab 3925 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
e440a328 3926 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3927 test -n "$$files" || exit 0; \
8388e3ab 3928 echo " ( cd '$(DESTDIR)$(toolexeclibgotextdir)' && rm -f" $$files ")"; \
3929 cd "$(DESTDIR)$(toolexeclibgotextdir)" && rm -f $$files
3930install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
3931 @$(NORMAL_INSTALL)
3932 test -z "$(toolexeclibgotexttemplatedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)"
3933 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
3934 for p in $$list; do \
3935 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3936 echo "$$d$$p"; \
3937 done | $(am__base_list) | \
3938 while read files; do \
3939 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
3940 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
3941 done
3942
3943uninstall-toolexeclibgotexttemplateDATA:
3944 @$(NORMAL_UNINSTALL)
3945 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
3946 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3947 test -n "$$files" || exit 0; \
3948 echo " ( cd '$(DESTDIR)$(toolexeclibgotexttemplatedir)' && rm -f" $$files ")"; \
3949 cd "$(DESTDIR)$(toolexeclibgotexttemplatedir)" && rm -f $$files
3950install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
3951 @$(NORMAL_INSTALL)
3952 test -z "$(toolexeclibgounicodedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)"
3953 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
3954 for p in $$list; do \
3955 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3956 echo "$$d$$p"; \
3957 done | $(am__base_list) | \
3958 while read files; do \
3959 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
3960 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
3961 done
3962
3963uninstall-toolexeclibgounicodeDATA:
3964 @$(NORMAL_UNINSTALL)
3965 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
3966 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3967 test -n "$$files" || exit 0; \
3968 echo " ( cd '$(DESTDIR)$(toolexeclibgounicodedir)' && rm -f" $$files ")"; \
3969 cd "$(DESTDIR)$(toolexeclibgounicodedir)" && rm -f $$files
e440a328 3970
3971# This directory's subdirectories are mostly independent; you can cd
3972# into them and run `make' without going through this Makefile.
3973# To change the values of `make' variables: instead of editing Makefiles,
3974# (1) if the variable is set in `config.status', edit `config.status'
3975# (which will cause the Makefiles to be regenerated when you run `make');
3976# (2) otherwise, pass the desired values on the `make' command line.
3977$(RECURSIVE_TARGETS):
3978 @fail= failcom='exit 1'; \
3979 for f in x $$MAKEFLAGS; do \
3980 case $$f in \
3981 *=* | --[!k]*);; \
3982 *k*) failcom='fail=yes';; \
3983 esac; \
3984 done; \
3985 dot_seen=no; \
3986 target=`echo $@ | sed s/-recursive//`; \
3987 list='$(SUBDIRS)'; for subdir in $$list; do \
3988 echo "Making $$target in $$subdir"; \
3989 if test "$$subdir" = "."; then \
3990 dot_seen=yes; \
3991 local_target="$$target-am"; \
3992 else \
3993 local_target="$$target"; \
3994 fi; \
3995 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3996 || eval $$failcom; \
3997 done; \
3998 if test "$$dot_seen" = "no"; then \
3999 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4000 fi; test -z "$$fail"
4001
4002$(RECURSIVE_CLEAN_TARGETS):
4003 @fail= failcom='exit 1'; \
4004 for f in x $$MAKEFLAGS; do \
4005 case $$f in \
4006 *=* | --[!k]*);; \
4007 *k*) failcom='fail=yes';; \
4008 esac; \
4009 done; \
4010 dot_seen=no; \
4011 case "$@" in \
4012 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4013 *) list='$(SUBDIRS)' ;; \
4014 esac; \
4015 rev=''; for subdir in $$list; do \
4016 if test "$$subdir" = "."; then :; else \
4017 rev="$$subdir $$rev"; \
4018 fi; \
4019 done; \
4020 rev="$$rev ."; \
4021 target=`echo $@ | sed s/-recursive//`; \
4022 for subdir in $$rev; do \
4023 echo "Making $$target in $$subdir"; \
4024 if test "$$subdir" = "."; then \
4025 local_target="$$target-am"; \
4026 else \
4027 local_target="$$target"; \
4028 fi; \
4029 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4030 || eval $$failcom; \
4031 done && test -z "$$fail"
4032tags-recursive:
4033 list='$(SUBDIRS)'; for subdir in $$list; do \
4034 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
4035 done
4036ctags-recursive:
4037 list='$(SUBDIRS)'; for subdir in $$list; do \
4038 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
4039 done
4040
4041ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4042 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4043 unique=`for i in $$list; do \
4044 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4045 done | \
4046 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4047 END { if (nonempty) { for (i in files) print i; }; }'`; \
4048 mkid -fID $$unique
4049tags: TAGS
4050
4051TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4052 $(TAGS_FILES) $(LISP)
4053 set x; \
4054 here=`pwd`; \
4055 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4056 include_option=--etags-include; \
4057 empty_fix=.; \
4058 else \
4059 include_option=--include; \
4060 empty_fix=; \
4061 fi; \
4062 list='$(SUBDIRS)'; for subdir in $$list; do \
4063 if test "$$subdir" = .; then :; else \
4064 test ! -f $$subdir/TAGS || \
4065 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4066 fi; \
4067 done; \
4068 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4069 unique=`for i in $$list; do \
4070 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4071 done | \
4072 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4073 END { if (nonempty) { for (i in files) print i; }; }'`; \
4074 shift; \
4075 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4076 test -n "$$unique" || unique=$$empty_fix; \
4077 if test $$# -gt 0; then \
4078 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4079 "$$@" $$unique; \
4080 else \
4081 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4082 $$unique; \
4083 fi; \
4084 fi
4085ctags: CTAGS
4086CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4087 $(TAGS_FILES) $(LISP)
4088 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4089 unique=`for i in $$list; do \
4090 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4091 done | \
4092 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4093 END { if (nonempty) { for (i in files) print i; }; }'`; \
4094 test -z "$(CTAGS_ARGS)$$unique" \
4095 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4096 $$unique
4097
4098GTAGS:
4099 here=`$(am__cd) $(top_builddir) && pwd` \
4100 && $(am__cd) $(top_srcdir) \
4101 && gtags -i $(GTAGS_ARGS) "$$here"
4102
4103distclean-tags:
4104 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
e440a328 4105check-am: all-am
4106check: check-recursive
4107all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
4108 config.h
4109installdirs: installdirs-recursive
4110installdirs-am:
0ce10ea1 4111 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)$(toolexeclibgoexpdir)" "$(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)$(toolexeclibgoolddir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgoregexpdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)" "$(DESTDIR)$(toolexeclibgotextdir)" "$(DESTDIR)$(toolexeclibgotexttemplatedir)" "$(DESTDIR)$(toolexeclibgounicodedir)"; do \
e440a328 4112 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4113 done
4114install: install-recursive
4115install-exec: install-exec-recursive
4116install-data: install-data-recursive
4117uninstall: uninstall-recursive
4118
4119install-am: all-am
4120 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4121
4122installcheck: installcheck-recursive
4123install-strip:
4124 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4125 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4126 `test -z '$(STRIP)' || \
4127 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
4128mostlyclean-generic:
4129
4130clean-generic:
4131 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4132
4133distclean-generic:
4134 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4135 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4136
4137maintainer-clean-generic:
4138 @echo "This command is intended for maintainers to use"
4139 @echo "it deletes files that may require special tools to rebuild."
4140clean: clean-multi clean-recursive
4141
4142clean-am: clean-generic clean-libtool clean-local \
4143 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
4144 mostlyclean-am
4145
4146distclean: distclean-multi distclean-recursive
4147 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
4148 -rm -rf ./$(DEPDIR)
4149 -rm -f Makefile
4150distclean-am: clean-am distclean-compile distclean-generic \
4151 distclean-hdr distclean-libtool distclean-tags
4152
4153dvi: dvi-recursive
4154
4155dvi-am:
4156
4157html: html-recursive
4158
4159html-am:
4160
4161info: info-recursive
4162
4163info-am:
4164
4165install-data-am:
4166
4167install-dvi: install-dvi-recursive
4168
4169install-dvi-am:
4170
b978ac2f 4171install-exec-am: install-multi install-toolexeclibLIBRARIES \
4172 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
4173 install-toolexeclibgoarchiveDATA \
4174 install-toolexeclibgocompressDATA \
4175 install-toolexeclibgocontainerDATA \
48080209 4176 install-toolexeclibgocryptoDATA \
49b4e44b 4177 install-toolexeclibgocryptox509DATA \
476d22b5 4178 install-toolexeclibgodatabaseDATA \
4179 install-toolexeclibgodatabasesqlDATA \
48080209 4180 install-toolexeclibgodebugDATA \
b978ac2f 4181 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
476d22b5 4182 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4183 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
0ce10ea1 4184 install-toolexeclibgoimagecolorDATA \
476d22b5 4185 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4186 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
4187 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4188 install-toolexeclibgonethttpDATA \
8388e3ab 4189 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
4190 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4191 install-toolexeclibgoregexpDATA \
4192 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
4193 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
4194 install-toolexeclibgotexttemplateDATA \
4195 install-toolexeclibgounicodeDATA
e440a328 4196
4197install-html: install-html-recursive
4198
4199install-html-am:
4200
4201install-info: install-info-recursive
4202
4203install-info-am:
4204
4205install-man:
4206
4207install-pdf: install-pdf-recursive
4208
4209install-pdf-am:
4210
4211install-ps: install-ps-recursive
4212
4213install-ps-am:
4214
4215installcheck-am:
4216
4217maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
4218 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
4219 -rm -rf $(top_srcdir)/autom4te.cache
4220 -rm -rf ./$(DEPDIR)
4221 -rm -f Makefile
4222maintainer-clean-am: distclean-am maintainer-clean-generic
4223
4224mostlyclean: mostlyclean-multi mostlyclean-recursive
4225
4226mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4227 mostlyclean-libtool mostlyclean-local
4228
4229pdf: pdf-recursive
4230
4231pdf-am:
4232
4233ps: ps-recursive
4234
4235ps-am:
4236
b978ac2f 4237uninstall-am: uninstall-toolexeclibLIBRARIES \
4238 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4239 uninstall-toolexeclibgoarchiveDATA \
4240 uninstall-toolexeclibgocompressDATA \
4241 uninstall-toolexeclibgocontainerDATA \
4242 uninstall-toolexeclibgocryptoDATA \
49b4e44b 4243 uninstall-toolexeclibgocryptox509DATA \
476d22b5 4244 uninstall-toolexeclibgodatabaseDATA \
4245 uninstall-toolexeclibgodatabasesqlDATA \
b978ac2f 4246 uninstall-toolexeclibgodebugDATA \
4247 uninstall-toolexeclibgoencodingDATA \
f4ca453c 4248 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4249 uninstall-toolexeclibgohashDATA \
8388e3ab 4250 uninstall-toolexeclibgohtmlDATA \
b978ac2f 4251 uninstall-toolexeclibgoimageDATA \
0ce10ea1 4252 uninstall-toolexeclibgoimagecolorDATA \
b978ac2f 4253 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
8388e3ab 4254 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
b978ac2f 4255 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
8388e3ab 4256 uninstall-toolexeclibgonethttpDATA \
4257 uninstall-toolexeclibgonetrpcDATA \
49b4e44b 4258 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
fa5d125b 4259 uninstall-toolexeclibgopathDATA \
4260 uninstall-toolexeclibgoregexpDATA \
b978ac2f 4261 uninstall-toolexeclibgoruntimeDATA \
31c6ec42 4262 uninstall-toolexeclibgosyncDATA \
8388e3ab 4263 uninstall-toolexeclibgotestingDATA \
4264 uninstall-toolexeclibgotextDATA \
4265 uninstall-toolexeclibgotexttemplateDATA \
4266 uninstall-toolexeclibgounicodeDATA
e440a328 4267
4268.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
4269 clean-multi ctags-recursive distclean-multi install-am \
4270 install-multi install-strip maintainer-clean-multi \
4271 mostlyclean-multi tags-recursive
4272
4273.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
4274 all all-am all-multi am--refresh check check-am clean \
4275 clean-generic clean-libtool clean-local clean-multi \
4276 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
0c253378 4277 ctags-recursive distclean distclean-compile distclean-generic \
4278 distclean-hdr distclean-libtool distclean-multi distclean-tags \
4279 dvi dvi-am html html-am info info-am install install-am \
4280 install-data install-data-am install-dvi install-dvi-am \
4281 install-exec install-exec-am install-html install-html-am \
4282 install-info install-info-am install-man install-multi \
4283 install-pdf install-pdf-am install-ps install-ps-am \
4284 install-strip install-toolexeclibLIBRARIES \
4285 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
4286 install-toolexeclibgoarchiveDATA \
b978ac2f 4287 install-toolexeclibgocompressDATA \
4288 install-toolexeclibgocontainerDATA \
48080209 4289 install-toolexeclibgocryptoDATA \
49b4e44b 4290 install-toolexeclibgocryptox509DATA \
476d22b5 4291 install-toolexeclibgodatabaseDATA \
4292 install-toolexeclibgodatabasesqlDATA \
48080209 4293 install-toolexeclibgodebugDATA \
b978ac2f 4294 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
476d22b5 4295 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4296 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
0ce10ea1 4297 install-toolexeclibgoimagecolorDATA \
476d22b5 4298 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4299 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
4300 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4301 install-toolexeclibgonethttpDATA \
8388e3ab 4302 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
4303 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4304 install-toolexeclibgoregexpDATA \
4305 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
4306 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
4307 install-toolexeclibgotexttemplateDATA \
4308 install-toolexeclibgounicodeDATA installcheck installcheck-am \
49b4e44b 4309 installdirs installdirs-am maintainer-clean \
4310 maintainer-clean-generic maintainer-clean-multi mostlyclean \
4311 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
4312 mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
4313 tags-recursive uninstall uninstall-am \
4314 uninstall-toolexeclibLIBRARIES \
b978ac2f 4315 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4316 uninstall-toolexeclibgoarchiveDATA \
4317 uninstall-toolexeclibgocompressDATA \
4318 uninstall-toolexeclibgocontainerDATA \
4319 uninstall-toolexeclibgocryptoDATA \
49b4e44b 4320 uninstall-toolexeclibgocryptox509DATA \
476d22b5 4321 uninstall-toolexeclibgodatabaseDATA \
4322 uninstall-toolexeclibgodatabasesqlDATA \
b978ac2f 4323 uninstall-toolexeclibgodebugDATA \
4324 uninstall-toolexeclibgoencodingDATA \
f4ca453c 4325 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4326 uninstall-toolexeclibgohashDATA \
8388e3ab 4327 uninstall-toolexeclibgohtmlDATA \
b978ac2f 4328 uninstall-toolexeclibgoimageDATA \
0ce10ea1 4329 uninstall-toolexeclibgoimagecolorDATA \
b978ac2f 4330 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
8388e3ab 4331 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
b978ac2f 4332 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
8388e3ab 4333 uninstall-toolexeclibgonethttpDATA \
4334 uninstall-toolexeclibgonetrpcDATA \
49b4e44b 4335 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
fa5d125b 4336 uninstall-toolexeclibgopathDATA \
4337 uninstall-toolexeclibgoregexpDATA \
b978ac2f 4338 uninstall-toolexeclibgoruntimeDATA \
31c6ec42 4339 uninstall-toolexeclibgosyncDATA \
8388e3ab 4340 uninstall-toolexeclibgotestingDATA \
4341 uninstall-toolexeclibgotextDATA \
4342 uninstall-toolexeclibgotexttemplateDATA \
4343 uninstall-toolexeclibgounicodeDATA
e440a328 4344
4345
4346goc2c.$(OBJEXT): runtime/goc2c.c
4347 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
4348
4349goc2c: goc2c.$(OBJEXT)
4350 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
4351
4352malloc.c: $(srcdir)/runtime/malloc.goc goc2c
17819cc3 4353 ./goc2c $< > $@.tmp
e440a328 4354 mv -f $@.tmp $@
4355
4356mprof.c: $(srcdir)/runtime/mprof.goc goc2c
17819cc3 4357 ./goc2c $< > $@.tmp
e440a328 4358 mv -f $@.tmp $@
4359
f4ca453c 4360netpoll.c: $(srcdir)/runtime/netpoll.goc goc2c
4361 ./goc2c $< > $@.tmp
4362 mv -f $@.tmp $@
4363
e440a328 4364reflect.c: $(srcdir)/runtime/reflect.goc goc2c
17819cc3 4365 ./goc2c $< > $@.tmp
e440a328 4366 mv -f $@.tmp $@
4367
6e7609c8 4368runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
17819cc3 4369 ./goc2c $< > $@.tmp
6e7609c8 4370 mv -f $@.tmp $@
4371
4372sema.c: $(srcdir)/runtime/sema.goc goc2c
17819cc3 4373 ./goc2c $< > $@.tmp
6e7609c8 4374 mv -f $@.tmp $@
4375
e440a328 4376sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
17819cc3 4377 ./goc2c --go-pkgpath os_signal $< > $@.tmp
e440a328 4378 mv -f $@.tmp $@
4379
8388e3ab 4380time.c: $(srcdir)/runtime/time.goc goc2c
17819cc3 4381 ./goc2c $< > $@.tmp
8388e3ab 4382 mv -f $@.tmp $@
4383
e440a328 4384%.c: $(srcdir)/runtime/%.goc goc2c
17819cc3 4385 ./goc2c $< > $@.tmp
e440a328 4386 mv -f $@.tmp $@
4387
4388version.go: s-version; @true
4389s-version: Makefile
4390 rm -f version.go.tmp
4391 echo "package runtime" > version.go.tmp
4392 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
67d3a836 4393 echo 'const theVersion = "'`$(GOC) --version | sed 1q`'"' >> version.go.tmp
e440a328 4394 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
4395 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
0e762700 4396 echo 'const theGccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
e650f89d 4397 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
e440a328 4398 $(STAMP) $@
4399
d477de41 4400libcalls.go: s-libcalls; @true
c85c799d 4401s-libcalls: libcalls-list go/syscall/mksyscall.awk $(go_base_syscall_files)
d477de41 4402 rm -f libcalls.go.tmp
c85c799d 4403 files=`echo $^ | sed -e 's/libcalls-list//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
d477de41 4404 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
e650f89d 4405 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
d477de41 4406 $(STAMP) $@
4407
c85c799d 4408libcalls-list: s-libcalls-list; @true
4409s-libcalls-list: Makefile
4410 rm -f libcalls-list.tmp
4411 echo $(go_base_syscall_files) > libcalls-list.tmp
e650f89d 4412 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
c85c799d 4413 $(STAMP) $@
4414
7731bf71 4415syscall_arch.go: s-syscall_arch; @true
4416s-syscall_arch: Makefile
4417 rm -f syscall_arch.go.tmp
4418 echo "package syscall" > syscall_arch.go.tmp
4419 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
6b376419 4420 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
e650f89d 4421 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
7731bf71 4422 $(STAMP) $@
4423
d477de41 4424sysinfo.go: s-sysinfo; @true
4425s-sysinfo: $(srcdir)/mksysinfo.sh config.h
4e67450f 4426 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS) -O" $(SHELL) $(srcdir)/mksysinfo.sh
e650f89d 4427 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
d477de41 4428 $(STAMP) $@
d772e63b 4429
4430# The epoll struct has an embedded union and is packed on x86_64,
4431# which is too complicated for mksysinfo.sh. We find the offset of
4432# the only field we care about in configure.ac, and generate the
4433# struct here.
4434epoll.go: s-epoll; @true
4435s-epoll: Makefile
4436 rm -f epoll.go.tmp
4437 echo 'package syscall' > epoll.go.tmp
4438 echo 'type EpollEvent struct {' >> epoll.go.tmp
4439 echo ' Events uint32' >> epoll.go.tmp
4440 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
4441 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
4442 exit 1; ;; \
4443 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
4444 12,4) echo ' Fd int32' >> epoll.go.tmp; \
4445 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
4446 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
4447 echo ' Fd int32' >> epoll.go.tmp; ;; \
4448 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
4449 echo ' Fd int32' >> epoll.go.tmp; \
4450 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
4451 *) echo 1>&2 "*** struct epoll_event unsupported"; \
4452 exit 1; ;; \
4453 esac
4454 echo '}' >> epoll.go.tmp
e650f89d 4455 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
d772e63b 4456 $(STAMP) $@
d477de41 4457
af6c04d9 4458@go_include@ bufio.lo.dep
4459bufio.lo.dep: $(go_bufio_files)
4180345a 4460 $(BUILDDEPS)
af6c04d9 4461bufio.lo: $(go_bufio_files)
da37c8f8 4462 $(BUILDPACKAGE)
e440a328 4463bufio/check: $(CHECK_DEPS)
47211067 4464 @$(CHECK)
e440a328 4465.PHONY: bufio/check
4466
af6c04d9 4467@go_include@ bytes.lo.dep
4468bytes.lo.dep: $(go_bytes_files)
4180345a 4469 $(BUILDDEPS)
af6c04d9 4470bytes.lo: $(go_bytes_files)
cf92e749 4471 $(BUILDPACKAGE)
af6c04d9 4472bytes/index.lo: $(go_bytes_c_files)
4473 @$(MKDIR_P) bytes
cf92e749 4474 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
e440a328 4475bytes/check: $(CHECK_DEPS)
47211067 4476 @$(CHECK)
e440a328 4477.PHONY: bytes/check
4478
af6c04d9 4479@go_include@ crypto.lo.dep
4480crypto.lo.dep: $(go_crypto_files)
4180345a 4481 $(BUILDDEPS)
af6c04d9 4482crypto.lo: $(go_crypto_files)
31c6ec42 4483 $(BUILDPACKAGE)
4484crypto/check: $(CHECK_DEPS)
47211067 4485 @$(CHECK)
31c6ec42 4486.PHONY: crypto/check
4487
0ce10ea1 4488@go_include@ encoding.lo.dep
4489encoding.lo.dep: $(go_encoding_files)
4490 $(BUILDDEPS)
4491encoding.lo: $(go_encoding_files)
4492 $(BUILDPACKAGE)
4493encoding/check: $(CHECK_DEPS)
4494 @$(CHECK)
4495.PHONY: encoding/check
4496
af6c04d9 4497@go_include@ errors.lo.dep
4498errors.lo.dep: $(go_errors_files)
6692ad1d 4499 $(BUILDDEPS)
af6c04d9 4500errors.lo: $(go_errors_files)
6692ad1d 4501 $(BUILDPACKAGE)
4502errors/check: $(CHECK_DEPS)
4503 @$(CHECK)
4504.PHONY: errors/check
4505
af6c04d9 4506@go_include@ expvar.lo.dep
4507expvar.lo.dep: $(go_expvar_files)
4180345a 4508 $(BUILDDEPS)
af6c04d9 4509expvar.lo: $(go_expvar_files)
da37c8f8 4510 $(BUILDPACKAGE)
e440a328 4511expvar/check: $(CHECK_DEPS)
47211067 4512 @$(CHECK)
e440a328 4513.PHONY: expvar/check
4514
af6c04d9 4515@go_include@ flag.lo.dep
4516flag.lo.dep: $(go_flag_files)
4180345a 4517 $(BUILDDEPS)
af6c04d9 4518flag.lo: $(go_flag_files)
da37c8f8 4519 $(BUILDPACKAGE)
e440a328 4520flag/check: $(CHECK_DEPS)
47211067 4521 @$(CHECK)
e440a328 4522.PHONY: flag/check
4523
af6c04d9 4524@go_include@ fmt.lo.dep
4525fmt.lo.dep: $(go_fmt_files)
4180345a 4526 $(BUILDDEPS)
af6c04d9 4527fmt.lo: $(go_fmt_files)
da37c8f8 4528 $(BUILDPACKAGE)
e440a328 4529fmt/check: $(CHECK_DEPS)
47211067 4530 @$(CHECK)
e440a328 4531.PHONY: fmt/check
4532
af6c04d9 4533@go_include@ hash.lo.dep
4534hash.lo.dep: $(go_hash_files)
4180345a 4535 $(BUILDDEPS)
af6c04d9 4536hash.lo: $(go_hash_files)
da37c8f8 4537 $(BUILDPACKAGE)
e440a328 4538hash/check: $(CHECK_DEPS)
47211067 4539 @$(CHECK)
e440a328 4540.PHONY: hash/check
4541
af6c04d9 4542@go_include@ html.lo.dep
4543html.lo.dep: $(go_html_files)
4180345a 4544 $(BUILDDEPS)
af6c04d9 4545html.lo: $(go_html_files)
da37c8f8 4546 $(BUILDPACKAGE)
e440a328 4547html/check: $(CHECK_DEPS)
47211067 4548 @$(CHECK)
e440a328 4549.PHONY: html/check
4550
af6c04d9 4551@go_include@ image.lo.dep
4552image.lo.dep: $(go_image_files)
4180345a 4553 $(BUILDDEPS)
af6c04d9 4554image.lo: $(go_image_files)
da37c8f8 4555 $(BUILDPACKAGE)
e440a328 4556image/check: $(CHECK_DEPS)
47211067 4557 @$(CHECK)
e440a328 4558.PHONY: image/check
4559
af6c04d9 4560@go_include@ io.lo.dep
4561io.lo.dep: $(go_io_files)
4180345a 4562 $(BUILDDEPS)
af6c04d9 4563io.lo: $(go_io_files)
da37c8f8 4564 $(BUILDPACKAGE)
e440a328 4565io/check: $(CHECK_DEPS)
47211067 4566 @$(CHECK)
e440a328 4567.PHONY: io/check
4568
af6c04d9 4569@go_include@ log.lo.dep
4570log.lo.dep: $(go_log_files)
4180345a 4571 $(BUILDDEPS)
af6c04d9 4572log.lo: $(go_log_files)
da37c8f8 4573 $(BUILDPACKAGE)
e440a328 4574log/check: $(CHECK_DEPS)
47211067 4575 @$(CHECK)
e440a328 4576.PHONY: log/check
4577
af6c04d9 4578@go_include@ math.lo.dep
4579math.lo.dep: $(go_math_files)
4180345a 4580 $(BUILDDEPS)
af6c04d9 4581math.lo: $(go_math_files)
68e1881d 4582 $(MKDIR_P) $(@D)
4583 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
af6c04d9 4584 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
e440a328 4585math/check: $(CHECK_DEPS)
47211067 4586 @$(CHECK)
e440a328 4587.PHONY: math/check
4588
af6c04d9 4589@go_include@ mime.lo.dep
4590mime.lo.dep: $(go_mime_files)
4180345a 4591 $(BUILDDEPS)
af6c04d9 4592mime.lo: $(go_mime_files)
da37c8f8 4593 $(BUILDPACKAGE)
e440a328 4594mime/check: $(CHECK_DEPS)
47211067 4595 @$(CHECK)
e440a328 4596.PHONY: mime/check
4597
af6c04d9 4598@go_include@ net.lo.dep
4599net.lo.dep: $(go_net_files)
4180345a 4600 $(BUILDDEPS)
af6c04d9 4601net.lo: $(go_net_files)
da37c8f8 4602 $(BUILDPACKAGE)
e440a328 4603net/check: $(CHECK_DEPS)
49b4e44b 4604 @$(CHECK)
e440a328 4605.PHONY: net/check
4606
af6c04d9 4607@go_include@ os.lo.dep
4608os.lo.dep: $(go_os_files)
4180345a 4609 $(BUILDDEPS)
af6c04d9 4610os.lo: $(go_os_files)
da37c8f8 4611 $(BUILDPACKAGE)
e440a328 4612os/check: $(CHECK_DEPS)
47211067 4613 @$(CHECK)
e440a328 4614.PHONY: os/check
4615
af6c04d9 4616@go_include@ path.lo.dep
4617path.lo.dep: $(go_path_files)
4180345a 4618 $(BUILDDEPS)
af6c04d9 4619path.lo: $(go_path_files)
da37c8f8 4620 $(BUILDPACKAGE)
e440a328 4621path/check: $(CHECK_DEPS)
47211067 4622 @$(CHECK)
e440a328 4623.PHONY: path/check
4624
af6c04d9 4625@go_include@ reflect-go.lo.dep
4626reflect-go.lo.dep: $(go_reflect_files)
4180345a 4627 $(BUILDDEPS)
af6c04d9 4628reflect-go.lo: $(go_reflect_files)
da37c8f8 4629 $(BUILDPACKAGE)
e440a328 4630reflect/check: $(CHECK_DEPS)
47211067 4631 @$(CHECK)
6f65ddb5 4632reflect/makefunc.lo: $(go_reflect_makefunc_s_file)
4633 @$(MKDIR_P) reflect
4634 $(LTCOMPILE) -c -o $@ $<
02d42640 4635reflect/makefunc_ffi_c.lo: $(go_reflect_makefunc_c_file)
4636 @$(MKDIR_P) reflect
4637 $(LTCOMPILE) -c -o $@ $<
e440a328 4638.PHONY: reflect/check
4639
af6c04d9 4640@go_include@ regexp.lo.dep
4641regexp.lo.dep: $(go_regexp_files)
4180345a 4642 $(BUILDDEPS)
af6c04d9 4643regexp.lo: $(go_regexp_files)
da37c8f8 4644 $(BUILDPACKAGE)
e440a328 4645regexp/check: $(CHECK_DEPS)
47211067 4646 @$(CHECK)
e440a328 4647.PHONY: regexp/check
4648
af6c04d9 4649@go_include@ runtime-go.lo.dep
4650runtime-go.lo.dep: $(go_runtime_files)
4180345a 4651 $(BUILDDEPS)
af6c04d9 4652runtime-go.lo: $(go_runtime_files)
da37c8f8 4653 $(BUILDPACKAGE)
e440a328 4654runtime/check: $(CHECK_DEPS)
47211067 4655 @$(CHECK)
e440a328 4656.PHONY: runtime/check
4657
af6c04d9 4658@go_include@ sort.lo.dep
4659sort.lo.dep: $(go_sort_files)
4180345a 4660 $(BUILDDEPS)
af6c04d9 4661sort.lo: $(go_sort_files)
da37c8f8 4662 $(BUILDPACKAGE)
e440a328 4663sort/check: $(CHECK_DEPS)
47211067 4664 @$(CHECK)
e440a328 4665.PHONY: sort/check
4666
af6c04d9 4667@go_include@ strconv.lo.dep
4668strconv.lo.dep: $(go_strconv_files)
4180345a 4669 $(BUILDDEPS)
af6c04d9 4670strconv.lo: $(go_strconv_files)
da37c8f8 4671 $(BUILDPACKAGE)
e440a328 4672strconv/check: $(CHECK_DEPS)
47211067 4673 @$(CHECK)
e440a328 4674.PHONY: strconv/check
4675
af6c04d9 4676@go_include@ strings.lo.dep
4677strings.lo.dep: $(go_strings_files)
4180345a 4678 $(BUILDDEPS)
af6c04d9 4679strings.lo: $(go_strings_files)
da37c8f8 4680 $(BUILDPACKAGE)
0ce10ea1 4681strings/index.lo: $(go_strings_c_files)
4682 @$(MKDIR_P) strings
4683 $(LTCOMPILE) -c -o strings/index.lo $(srcdir)/go/strings/indexbyte.c
e440a328 4684strings/check: $(CHECK_DEPS)
47211067 4685 @$(CHECK)
e440a328 4686.PHONY: strings/check
4687
af6c04d9 4688@go_include@ sync.lo.dep
4689sync.lo.dep: $(go_sync_files)
4180345a 4690 $(BUILDDEPS)
af6c04d9 4691sync.lo: $(go_sync_files)
cf92e749 4692 $(BUILDPACKAGE)
e440a328 4693sync/check: $(CHECK_DEPS)
47211067 4694 @$(CHECK)
e440a328 4695.PHONY: sync/check
4696
af6c04d9 4697@go_include@ testing.lo.dep
4698testing.lo.dep: $(go_testing_files)
4180345a 4699 $(BUILDDEPS)
af6c04d9 4700testing.lo: $(go_testing_files)
da37c8f8 4701 $(BUILDPACKAGE)
e440a328 4702testing/check: $(CHECK_DEPS)
47211067 4703 @$(CHECK)
e440a328 4704.PHONY: testing/check
4705
af6c04d9 4706@go_include@ time-go.lo.dep
4707time-go.lo.dep: $(go_time_files)
4180345a 4708 $(BUILDDEPS)
af6c04d9 4709time-go.lo: $(go_time_files)
da37c8f8 4710 $(BUILDPACKAGE)
e440a328 4711time/check: $(CHECK_DEPS)
47211067 4712 @$(CHECK)
e440a328 4713.PHONY: time/check
4714
af6c04d9 4715@go_include@ unicode.lo.dep
4716unicode.lo.dep: $(go_unicode_files)
4180345a 4717 $(BUILDDEPS)
af6c04d9 4718unicode.lo: $(go_unicode_files)
da37c8f8 4719 $(BUILDPACKAGE)
e440a328 4720unicode/check: $(CHECK_DEPS)
47211067 4721 @$(CHECK)
e440a328 4722.PHONY: unicode/check
4723
4180345a 4724@go_include@ archive/tar.lo.dep
4725archive/tar.lo.dep: $(go_archive_tar_files)
4726 $(BUILDDEPS)
4727archive/tar.lo: $(go_archive_tar_files)
da37c8f8 4728 $(BUILDPACKAGE)
e440a328 4729archive/tar/check: $(CHECK_DEPS)
47211067 4730 @$(CHECK)
e440a328 4731.PHONY: archive/tar/check
4732
4180345a 4733@go_include@ archive/zip.lo.dep
4734archive/zip.lo.dep: $(go_archive_zip_files)
4735 $(BUILDDEPS)
4736archive/zip.lo: $(go_archive_zip_files)
da37c8f8 4737 $(BUILDPACKAGE)
e440a328 4738archive/zip/check: $(CHECK_DEPS)
47211067 4739 @$(CHECK)
e440a328 4740.PHONY: archive/zip/check
4741
4180345a 4742@go_include@ compress/bzip2.lo.dep
4743compress/bzip2.lo.dep: $(go_compress_bzip2_files)
4744 $(BUILDDEPS)
4745compress/bzip2.lo: $(go_compress_bzip2_files)
31c6ec42 4746 $(BUILDPACKAGE)
4747compress/bzip2/check: $(CHECK_DEPS)
47211067 4748 @$(CHECK)
31c6ec42 4749.PHONY: compress/bzip2/check
4750
4180345a 4751@go_include@ compress/flate.lo.dep
4752compress/flate.lo.dep: $(go_compress_flate_files)
4753 $(BUILDDEPS)
4754compress/flate.lo: $(go_compress_flate_files)
da37c8f8 4755 $(BUILDPACKAGE)
e440a328 4756compress/flate/check: $(CHECK_DEPS)
47211067 4757 @$(CHECK)
e440a328 4758.PHONY: compress/flate/check
4759
4180345a 4760@go_include@ compress/gzip.lo.dep
4761compress/gzip.lo.dep: $(go_compress_gzip_files)
4762 $(BUILDDEPS)
4763compress/gzip.lo: $(go_compress_gzip_files)
da37c8f8 4764 $(BUILDPACKAGE)
e440a328 4765compress/gzip/check: $(CHECK_DEPS)
47211067 4766 @$(CHECK)
e440a328 4767.PHONY: compress/gzip/check
4768
4180345a 4769@go_include@ compress/lzw.lo.dep
4770compress/lzw.lo.dep: $(go_compress_lzw_files)
4771 $(BUILDDEPS)
4772compress/lzw.lo: $(go_compress_lzw_files)
31c6ec42 4773 $(BUILDPACKAGE)
4774compress/lzw/check: $(CHECK_DEPS)
47211067 4775 @$(CHECK)
31c6ec42 4776.PHONY: compress/lzw/check
4777
4180345a 4778@go_include@ compress/zlib.lo.dep
4779compress/zlib.lo.dep: $(go_compress_zlib_files)
4780 $(BUILDDEPS)
4781compress/zlib.lo: $(go_compress_zlib_files)
da37c8f8 4782 $(BUILDPACKAGE)
e440a328 4783compress/zlib/check: $(CHECK_DEPS)
47211067 4784 @$(CHECK)
e440a328 4785.PHONY: compress/zlib/check
4786
4180345a 4787@go_include@ container/heap.lo.dep
4788container/heap.lo.dep: $(go_container_heap_files)
4789 $(BUILDDEPS)
4790container/heap.lo: $(go_container_heap_files)
da37c8f8 4791 $(BUILDPACKAGE)
e440a328 4792container/heap/check: $(CHECK_DEPS)
47211067 4793 @$(CHECK)
e440a328 4794.PHONY: container/heap/check
4795
4180345a 4796@go_include@ container/list.lo.dep
4797container/list.lo.dep: $(go_container_list_files)
4798 $(BUILDDEPS)
cf92e749 4799container/list.lo: $(go_container_list_files)
da37c8f8 4800 $(BUILDPACKAGE)
e440a328 4801container/list/check: $(CHECK_DEPS)
47211067 4802 @$(CHECK)
e440a328 4803.PHONY: container/list/check
4804
4180345a 4805@go_include@ container/ring.lo.dep
4806container/ring.lo.dep: $(go_container_ring_files)
4807 $(BUILDDEPS)
cf92e749 4808container/ring.lo: $(go_container_ring_files)
da37c8f8 4809 $(BUILDPACKAGE)
e440a328 4810container/ring/check: $(CHECK_DEPS)
47211067 4811 @$(CHECK)
e440a328 4812.PHONY: container/ring/check
4813
4180345a 4814@go_include@ crypto/aes.lo.dep
4815crypto/aes.lo.dep: $(go_crypto_aes_files)
4816 $(BUILDDEPS)
4817crypto/aes.lo: $(go_crypto_aes_files)
da37c8f8 4818 $(BUILDPACKAGE)
e440a328 4819crypto/aes/check: $(CHECK_DEPS)
47211067 4820 @$(CHECK)
e440a328 4821.PHONY: crypto/aes/check
4822
4180345a 4823@go_include@ crypto/cipher.lo.dep
4824crypto/cipher.lo.dep: $(go_crypto_cipher_files)
4825 $(BUILDDEPS)
4826crypto/cipher.lo: $(go_crypto_cipher_files)
da37c8f8 4827 $(BUILDPACKAGE)
48080209 4828crypto/cipher/check: $(CHECK_DEPS)
47211067 4829 @$(CHECK)
48080209 4830.PHONY: crypto/cipher/check
4831
4180345a 4832@go_include@ crypto/des.lo.dep
4833crypto/des.lo.dep: $(go_crypto_des_files)
4834 $(BUILDDEPS)
4835crypto/des.lo: $(go_crypto_des_files)
35a02ae0 4836 $(BUILDPACKAGE)
4837crypto/des/check: $(CHECK_DEPS)
35a02ae0 4838 @$(CHECK)
4839.PHONY: crypto/des/check
4840
4180345a 4841@go_include@ crypto/dsa.lo.dep
4842crypto/dsa.lo.dep: $(go_crypto_dsa_files)
4843 $(BUILDDEPS)
4844crypto/dsa.lo: $(go_crypto_dsa_files)
31c6ec42 4845 $(BUILDPACKAGE)
4846crypto/dsa/check: $(CHECK_DEPS)
47211067 4847 @$(CHECK)
31c6ec42 4848.PHONY: crypto/dsa/check
4849
4180345a 4850@go_include@ crypto/ecdsa.lo.dep
4851crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
4852 $(BUILDDEPS)
4853crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
f9722886 4854 $(BUILDPACKAGE)
4855crypto/ecdsa/check: $(CHECK_DEPS)
47211067 4856 @$(CHECK)
f9722886 4857.PHONY: crypto/ecdsa/check
4858
4180345a 4859@go_include@ crypto/elliptic.lo.dep
4860crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
4861 $(BUILDDEPS)
4862crypto/elliptic.lo: $(go_crypto_elliptic_files)
da37c8f8 4863 $(BUILDPACKAGE)
48080209 4864crypto/elliptic/check: $(CHECK_DEPS)
47211067 4865 @$(CHECK)
48080209 4866.PHONY: crypto/elliptic/check
4867
4180345a 4868@go_include@ crypto/hmac.lo.dep
4869crypto/hmac.lo.dep: $(go_crypto_hmac_files)
4870 $(BUILDDEPS)
4871crypto/hmac.lo: $(go_crypto_hmac_files)
da37c8f8 4872 $(BUILDPACKAGE)
e440a328 4873crypto/hmac/check: $(CHECK_DEPS)
47211067 4874 @$(CHECK)
e440a328 4875.PHONY: crypto/hmac/check
4876
4180345a 4877@go_include@ crypto/md5.lo.dep
4878crypto/md5.lo.dep: $(go_crypto_md5_files)
4879 $(BUILDDEPS)
4880crypto/md5.lo: $(go_crypto_md5_files)
da37c8f8 4881 $(BUILDPACKAGE)
e440a328 4882crypto/md5/check: $(CHECK_DEPS)
47211067 4883 @$(CHECK)
e440a328 4884.PHONY: crypto/md5/check
4885
4180345a 4886@go_include@ crypto/rand.lo.dep
4887crypto/rand.lo.dep: $(go_crypto_rand_files)
4888 $(BUILDDEPS)
4889crypto/rand.lo: $(go_crypto_rand_files)
da37c8f8 4890 $(BUILDPACKAGE)
e440a328 4891crypto/rand/check: $(CHECK_DEPS)
47211067 4892 @$(CHECK)
e440a328 4893.PHONY: crypto/rand/check
4894
4180345a 4895@go_include@ crypto/rc4.lo.dep
4896crypto/rc4.lo.dep: $(go_crypto_rc4_files)
4897 $(BUILDDEPS)
4898crypto/rc4.lo: $(go_crypto_rc4_files)
da37c8f8 4899 $(BUILDPACKAGE)
e440a328 4900crypto/rc4/check: $(CHECK_DEPS)
47211067 4901 @$(CHECK)
e440a328 4902.PHONY: crypto/rc4/check
4903
4180345a 4904@go_include@ crypto/rsa.lo.dep
4905crypto/rsa.lo.dep: $(go_crypto_rsa_files)
4906 $(BUILDDEPS)
4907crypto/rsa.lo: $(go_crypto_rsa_files)
da37c8f8 4908 $(BUILDPACKAGE)
e440a328 4909crypto/rsa/check: $(CHECK_DEPS)
47211067 4910 @$(CHECK)
e440a328 4911.PHONY: crypto/rsa/check
4912
4180345a 4913@go_include@ crypto/sha1.lo.dep
4914crypto/sha1.lo.dep: $(go_crypto_sha1_files)
4915 $(BUILDDEPS)
4916crypto/sha1.lo: $(go_crypto_sha1_files)
da37c8f8 4917 $(BUILDPACKAGE)
e440a328 4918crypto/sha1/check: $(CHECK_DEPS)
47211067 4919 @$(CHECK)
e440a328 4920.PHONY: crypto/sha1/check
4921
4180345a 4922@go_include@ crypto/sha256.lo.dep
4923crypto/sha256.lo.dep: $(go_crypto_sha256_files)
4924 $(BUILDDEPS)
4925crypto/sha256.lo: $(go_crypto_sha256_files)
da37c8f8 4926 $(BUILDPACKAGE)
e440a328 4927crypto/sha256/check: $(CHECK_DEPS)
47211067 4928 @$(CHECK)
e440a328 4929.PHONY: crypto/sha256/check
4930
4180345a 4931@go_include@ crypto/sha512.lo.dep
4932crypto/sha512.lo.dep: $(go_crypto_sha512_files)
4933 $(BUILDDEPS)
4934crypto/sha512.lo: $(go_crypto_sha512_files)
da37c8f8 4935 $(BUILDPACKAGE)
e440a328 4936crypto/sha512/check: $(CHECK_DEPS)
47211067 4937 @$(CHECK)
e440a328 4938.PHONY: crypto/sha512/check
4939
4180345a 4940@go_include@ crypto/subtle.lo.dep
4941crypto/subtle.lo.dep: $(go_crypto_subtle_files)
4942 $(BUILDDEPS)
cf92e749 4943crypto/subtle.lo: $(go_crypto_subtle_files)
da37c8f8 4944 $(BUILDPACKAGE)
e440a328 4945crypto/subtle/check: $(CHECK_DEPS)
47211067 4946 @$(CHECK)
e440a328 4947.PHONY: crypto/subtle/check
4948
4180345a 4949@go_include@ crypto/tls.lo.dep
4950crypto/tls.lo.dep: $(go_crypto_tls_files)
4951 $(BUILDDEPS)
4952crypto/tls.lo: $(go_crypto_tls_files)
da37c8f8 4953 $(BUILDPACKAGE)
e440a328 4954crypto/tls/check: $(CHECK_DEPS)
47211067 4955 @$(CHECK)
e440a328 4956.PHONY: crypto/tls/check
4957
4180345a 4958@go_include@ crypto/x509.lo.dep
4959crypto/x509.lo.dep: $(go_crypto_x509_files)
4960 $(BUILDDEPS)
4961crypto/x509.lo: $(go_crypto_x509_files)
da37c8f8 4962 $(BUILDPACKAGE)
e440a328 4963crypto/x509/check: $(CHECK_DEPS)
47211067 4964 @$(CHECK)
e440a328 4965.PHONY: crypto/x509/check
4966
4180345a 4967@go_include@ crypto/x509/pkix.lo.dep
4968crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
4969 $(BUILDDEPS)
4970crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
49b4e44b 4971 $(BUILDPACKAGE)
4972crypto/x509/pkix/check: $(CHECK_DEPS)
49b4e44b 4973 @$(CHECK)
4974.PHONY: crypto/x509/pkix/check
4975
476d22b5 4976@go_include@ database/sql.lo.dep
4977database/sql.lo.dep: $(go_database_sql_files)
4978 $(BUILDDEPS)
4979database/sql.lo: $(go_database_sql_files)
4980 $(BUILDPACKAGE)
4981database/sql/check: $(CHECK_DEPS)
476d22b5 4982 @$(CHECK)
4983.PHONY: database/sql/check
4984
4985@go_include@ database/sql/driver.lo.dep
4986database/sql/driver.lo.dep: $(go_database_sql_driver_files)
4987 $(BUILDDEPS)
4988database/sql/driver.lo: $(go_database_sql_driver_files)
4989 $(BUILDPACKAGE)
4990database/sql/driver/check: $(CHECK_DEPS)
476d22b5 4991 @$(CHECK)
4992.PHONY: database/sql/driver/check
4993
4180345a 4994@go_include@ debug/dwarf.lo.dep
4995debug/dwarf.lo.dep: $(go_debug_dwarf_files)
4996 $(BUILDDEPS)
4997debug/dwarf.lo: $(go_debug_dwarf_files)
da37c8f8 4998 $(BUILDPACKAGE)
e440a328 4999debug/dwarf/check: $(CHECK_DEPS)
47211067 5000 @$(CHECK)
e440a328 5001.PHONY: debug/dwarf/check
5002
4180345a 5003@go_include@ debug/elf.lo.dep
5004debug/elf.lo.dep: $(go_debug_elf_files)
5005 $(BUILDDEPS)
5006debug/elf.lo: $(go_debug_elf_files)
da37c8f8 5007 $(BUILDPACKAGE)
e440a328 5008debug/elf/check: $(CHECK_DEPS)
47211067 5009 @$(CHECK)
e440a328 5010.PHONY: debug/elf/check
5011
4180345a 5012@go_include@ debug/gosym.lo.dep
5013debug/gosym.lo.dep: $(go_debug_gosym_files)
5014 $(BUILDDEPS)
5015debug/gosym.lo: $(go_debug_gosym_files)
da37c8f8 5016 $(BUILDPACKAGE)
e440a328 5017debug/gosym/check: $(CHECK_DEPS)
47211067 5018 @$(CHECK)
e440a328 5019.PHONY: debug/gosym/check
5020
4180345a 5021@go_include@ debug/macho.lo.dep
5022debug/macho.lo.dep: $(go_debug_macho_files)
5023 $(BUILDDEPS)
5024debug/macho.lo: $(go_debug_macho_files)
da37c8f8 5025 $(BUILDPACKAGE)
e440a328 5026debug/macho/check: $(CHECK_DEPS)
47211067 5027 @$(CHECK)
e440a328 5028.PHONY: debug/macho/check
5029
4180345a 5030@go_include@ debug/pe.lo.dep
5031debug/pe.lo.dep: $(go_debug_pe_files)
5032 $(BUILDDEPS)
5033debug/pe.lo: $(go_debug_pe_files)
da37c8f8 5034 $(BUILDPACKAGE)
e440a328 5035debug/pe/check: $(CHECK_DEPS)
47211067 5036 @$(CHECK)
e440a328 5037.PHONY: debug/pe/check
5038
a756a05a 5039@go_include@ debug/plan9obj.lo.dep
5040debug/plan9obj.lo.dep: $(go_debug_plan9obj_files)
5041 $(BUILDDEPS)
5042debug/plan9obj.lo: $(go_debug_plan9obj_files)
5043 $(BUILDPACKAGE)
5044debug/plan9obj/check: $(CHECK_DEPS)
5045 @$(CHECK)
5046.PHONY: debug/plan9obj/check
5047
8388e3ab 5048@go_include@ encoding/asn1.lo.dep
5049encoding/asn1.lo.dep: $(go_encoding_asn1_files)
5050 $(BUILDDEPS)
5051encoding/asn1.lo: $(go_encoding_asn1_files)
5052 $(BUILDPACKAGE)
5053encoding/asn1/check: $(CHECK_DEPS)
8388e3ab 5054 @$(CHECK)
5055.PHONY: encoding/asn1/check
5056
4180345a 5057@go_include@ encoding/ascii85.lo.dep
5058encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
5059 $(BUILDDEPS)
5060encoding/ascii85.lo: $(go_encoding_ascii85_files)
da37c8f8 5061 $(BUILDPACKAGE)
e440a328 5062encoding/ascii85/check: $(CHECK_DEPS)
47211067 5063 @$(CHECK)
e440a328 5064.PHONY: encoding/ascii85/check
5065
4180345a 5066@go_include@ encoding/base32.lo.dep
5067encoding/base32.lo.dep: $(go_encoding_base32_files)
5068 $(BUILDDEPS)
5069encoding/base32.lo: $(go_encoding_base32_files)
da37c8f8 5070 $(BUILDPACKAGE)
48080209 5071encoding/base32/check: $(CHECK_DEPS)
47211067 5072 @$(CHECK)
48080209 5073.PHONY: encoding/base32/check
5074
4180345a 5075@go_include@ encoding/base64.lo.dep
5076encoding/base64.lo.dep: $(go_encoding_base64_files)
5077 $(BUILDDEPS)
5078encoding/base64.lo: $(go_encoding_base64_files)
da37c8f8 5079 $(BUILDPACKAGE)
e440a328 5080encoding/base64/check: $(CHECK_DEPS)
47211067 5081 @$(CHECK)
e440a328 5082.PHONY: encoding/base64/check
5083
4180345a 5084@go_include@ encoding/binary.lo.dep
5085encoding/binary.lo.dep: $(go_encoding_binary_files)
5086 $(BUILDDEPS)
5087encoding/binary.lo: $(go_encoding_binary_files)
da37c8f8 5088 $(BUILDPACKAGE)
e440a328 5089encoding/binary/check: $(CHECK_DEPS)
47211067 5090 @$(CHECK)
e440a328 5091.PHONY: encoding/binary/check
5092
8388e3ab 5093@go_include@ encoding/csv.lo.dep
5094encoding/csv.lo.dep: $(go_encoding_csv_files)
5095 $(BUILDDEPS)
5096encoding/csv.lo: $(go_encoding_csv_files)
5097 $(BUILDPACKAGE)
5098encoding/csv/check: $(CHECK_DEPS)
8388e3ab 5099 @$(CHECK)
5100.PHONY: encoding/csv/check
5101
8388e3ab 5102@go_include@ encoding/gob.lo.dep
5103encoding/gob.lo.dep: $(go_encoding_gob_files)
5104 $(BUILDDEPS)
5105encoding/gob.lo: $(go_encoding_gob_files)
5106 $(BUILDPACKAGE)
5107encoding/gob/check: $(CHECK_DEPS)
8388e3ab 5108 @$(CHECK)
5109.PHONY: encoding/gob/check
5110
4180345a 5111@go_include@ encoding/hex.lo.dep
5112encoding/hex.lo.dep: $(go_encoding_hex_files)
5113 $(BUILDDEPS)
5114encoding/hex.lo: $(go_encoding_hex_files)
da37c8f8 5115 $(BUILDPACKAGE)
e440a328 5116encoding/hex/check: $(CHECK_DEPS)
47211067 5117 @$(CHECK)
e440a328 5118.PHONY: encoding/hex/check
5119
8388e3ab 5120@go_include@ encoding/json.lo.dep
5121encoding/json.lo.dep: $(go_encoding_json_files)
5122 $(BUILDDEPS)
5123encoding/json.lo: $(go_encoding_json_files)
5124 $(BUILDPACKAGE)
5125encoding/json/check: $(CHECK_DEPS)
8388e3ab 5126 @$(CHECK)
5127.PHONY: encoding/json/check
5128
4180345a 5129@go_include@ encoding/pem.lo.dep
5130encoding/pem.lo.dep: $(go_encoding_pem_files)
5131 $(BUILDDEPS)
5132encoding/pem.lo: $(go_encoding_pem_files)
da37c8f8 5133 $(BUILDPACKAGE)
e440a328 5134encoding/pem/check: $(CHECK_DEPS)
47211067 5135 @$(CHECK)
e440a328 5136.PHONY: encoding/pem/check
5137
8388e3ab 5138@go_include@ encoding/xml.lo.dep
5139encoding/xml.lo.dep: $(go_encoding_xml_files)
5140 $(BUILDDEPS)
5141encoding/xml.lo: $(go_encoding_xml_files)
5142 $(BUILDPACKAGE)
5143encoding/xml/check: $(CHECK_DEPS)
8388e3ab 5144 @$(CHECK)
5145.PHONY: encoding/xml/check
5146
422eaae5 5147@go_include@ exp/proxy.lo.dep
5148exp/proxy.lo.dep: $(go_exp_proxy_files)
5149 $(BUILDDEPS)
5150exp/proxy.lo: $(go_exp_proxy_files)
5151 $(BUILDPACKAGE)
5152exp/proxy/check: $(CHECK_DEPS)
422eaae5 5153 @$(CHECK)
5154.PHONY: exp/proxy/check
5155
4180345a 5156@go_include@ exp/terminal.lo.dep
5157exp/terminal.lo.dep: $(go_exp_terminal_files)
5158 $(BUILDDEPS)
5159exp/terminal.lo: $(go_exp_terminal_files)
49b4e44b 5160 $(BUILDPACKAGE)
fa5d125b 5161exp/terminal/check: $(CHECK_DEPS)
49b4e44b 5162 @$(CHECK)
fa5d125b 5163.PHONY: exp/terminal/check
5164
8388e3ab 5165@go_include@ html/template.lo.dep
5166html/template.lo.dep: $(go_html_template_files)
4180345a 5167 $(BUILDDEPS)
8388e3ab 5168html/template.lo: $(go_html_template_files)
da37c8f8 5169 $(BUILDPACKAGE)
8388e3ab 5170html/template/check: $(CHECK_DEPS)
47211067 5171 @$(CHECK)
8388e3ab 5172.PHONY: html/template/check
e440a328 5173
4180345a 5174@go_include@ go/ast.lo.dep
5175go/ast.lo.dep: $(go_go_ast_files)
5176 $(BUILDDEPS)
5177go/ast.lo: $(go_go_ast_files)
da37c8f8 5178 $(BUILDPACKAGE)
e440a328 5179go/ast/check: $(CHECK_DEPS)
47211067 5180 @$(CHECK)
e440a328 5181.PHONY: go/ast/check
5182
4180345a 5183@go_include@ go/build.lo.dep
5184go/build.lo.dep: $(go_go_build_files)
5185 $(BUILDDEPS)
5186go/build.lo: $(go_go_build_files)
49b4e44b 5187 $(BUILDPACKAGE)
5188go/build/check: $(CHECK_DEPS)
49b4e44b 5189 @$(CHECK)
5190.PHONY: go/build/check
5191
4180345a 5192@go_include@ go/doc.lo.dep
5193go/doc.lo.dep: $(go_go_doc_files)
5194 $(BUILDDEPS)
5195go/doc.lo: $(go_go_doc_files)
da37c8f8 5196 $(BUILDPACKAGE)
e440a328 5197go/doc/check: $(CHECK_DEPS)
47211067 5198 @$(CHECK)
e440a328 5199.PHONY: go/doc/check
5200
3103c81f 5201@go_include@ go/format.lo.dep
5202go/format.lo.dep: $(go_go_format_files)
5203 $(BUILDDEPS)
5204go/format.lo: $(go_go_format_files)
5205 $(BUILDPACKAGE)
5206go/format/check: $(CHECK_DEPS)
5207 @$(CHECK)
5208.PHONY: go/format/check
5209
4180345a 5210@go_include@ go/parser.lo.dep
5211go/parser.lo.dep: $(go_go_parser_files)
5212 $(BUILDDEPS)
5213go/parser.lo: $(go_go_parser_files)
da37c8f8 5214 $(BUILDPACKAGE)
e440a328 5215go/parser/check: $(CHECK_DEPS)
47211067 5216 @$(CHECK)
e440a328 5217.PHONY: go/parser/check
5218
4180345a 5219@go_include@ go/printer.lo.dep
5220go/printer.lo.dep: $(go_go_printer_files)
5221 $(BUILDDEPS)
5222go/printer.lo: $(go_go_printer_files)
da37c8f8 5223 $(BUILDPACKAGE)
e440a328 5224go/printer/check: $(CHECK_DEPS)
47211067 5225 @$(CHECK)
e440a328 5226.PHONY: go/printer/check
5227
4180345a 5228@go_include@ go/scanner.lo.dep
5229go/scanner.lo.dep: $(go_go_scanner_files)
5230 $(BUILDDEPS)
5231go/scanner.lo: $(go_go_scanner_files)
da37c8f8 5232 $(BUILDPACKAGE)
e440a328 5233go/scanner/check: $(CHECK_DEPS)
47211067 5234 @$(CHECK)
e440a328 5235.PHONY: go/scanner/check
5236
4180345a 5237@go_include@ go/token.lo.dep
5238go/token.lo.dep: $(go_go_token_files)
5239 $(BUILDDEPS)
5240go/token.lo: $(go_go_token_files)
da37c8f8 5241 $(BUILDPACKAGE)
e440a328 5242go/token/check: $(CHECK_DEPS)
47211067 5243 @$(CHECK)
e440a328 5244.PHONY: go/token/check
5245
4180345a 5246@go_include@ hash/adler32.lo.dep
5247hash/adler32.lo.dep: $(go_hash_adler32_files)
5248 $(BUILDDEPS)
5249hash/adler32.lo: $(go_hash_adler32_files)
da37c8f8 5250 $(BUILDPACKAGE)
e440a328 5251hash/adler32/check: $(CHECK_DEPS)
47211067 5252 @$(CHECK)
e440a328 5253.PHONY: hash/adler32/check
5254
4180345a 5255@go_include@ hash/crc32.lo.dep
5256hash/crc32.lo.dep: $(go_hash_crc32_files)
5257 $(BUILDDEPS)
5258hash/crc32.lo: $(go_hash_crc32_files)
da37c8f8 5259 $(BUILDPACKAGE)
e440a328 5260hash/crc32/check: $(CHECK_DEPS)
47211067 5261 @$(CHECK)
e440a328 5262.PHONY: hash/crc32/check
5263
4180345a 5264@go_include@ hash/crc64.lo.dep
5265hash/crc64.lo.dep: $(go_hash_crc64_files)
5266 $(BUILDDEPS)
5267hash/crc64.lo: $(go_hash_crc64_files)
da37c8f8 5268 $(BUILDPACKAGE)
e440a328 5269hash/crc64/check: $(CHECK_DEPS)
47211067 5270 @$(CHECK)
e440a328 5271.PHONY: hash/crc64/check
5272
4180345a 5273@go_include@ hash/fnv.lo.dep
5274hash/fnv.lo.dep: $(go_hash_fnv_files)
5275 $(BUILDDEPS)
5276hash/fnv.lo: $(go_hash_fnv_files)
f9722886 5277 $(BUILDPACKAGE)
5278hash/fnv/check: $(CHECK_DEPS)
47211067 5279 @$(CHECK)
f9722886 5280.PHONY: hash/fnv/check
5281
4180345a 5282@go_include@ image/color.lo.dep
5283image/color.lo.dep: $(go_image_color_files)
5284 $(BUILDDEPS)
fa5d125b 5285image/color.lo: $(go_image_color_files)
5286 $(BUILDPACKAGE)
5287image/color/check: $(CHECK_DEPS)
fa5d125b 5288 @$(CHECK)
5289.PHONY: image/color/check
5290
0ce10ea1 5291@go_include@ image/color/palette.lo.dep
5292image/color/palette.lo.dep: $(go_image_color_palette_files)
5293 $(BUILDDEPS)
5294image/color/palette.lo: $(go_image_color_palette_files)
5295 $(BUILDPACKAGE)
5296image/color/palette/check: $(CHECK_DEPS)
5297 @$(CHECK)
5298.PHONY: image/color/palette/check
5299
4180345a 5300@go_include@ image/draw.lo.dep
5301image/draw.lo.dep: $(go_image_draw_files)
5302 $(BUILDDEPS)
5303image/draw.lo: $(go_image_draw_files)
49b4e44b 5304 $(BUILDPACKAGE)
5305image/draw/check: $(CHECK_DEPS)
49b4e44b 5306 @$(CHECK)
5307.PHONY: image/draw/check
5308
4180345a 5309@go_include@ image/gif.lo.dep
5310image/gif.lo.dep: $(go_image_gif_files)
5311 $(BUILDDEPS)
5312image/gif.lo: $(go_image_gif_files)
84911de8 5313 $(BUILDPACKAGE)
5314image/gif/check: $(CHECK_DEPS)
84911de8 5315 @$(CHECK)
5316.PHONY: image/gif/check
5317
4180345a 5318@go_include@ image/jpeg.lo.dep
5319image/jpeg.lo.dep: $(go_image_jpeg_files)
5320 $(BUILDDEPS)
5321image/jpeg.lo: $(go_image_jpeg_files)
da37c8f8 5322 $(BUILDPACKAGE)
e440a328 5323image/jpeg/check: $(CHECK_DEPS)
47211067 5324 @$(CHECK)
e440a328 5325.PHONY: image/jpeg/check
5326
4180345a 5327@go_include@ image/png.lo.dep
5328image/png.lo.dep: $(go_image_png_files)
5329 $(BUILDDEPS)
5330image/png.lo: $(go_image_png_files)
da37c8f8 5331 $(BUILDPACKAGE)
e440a328 5332image/png/check: $(CHECK_DEPS)
47211067 5333 @$(CHECK)
e440a328 5334.PHONY: image/png/check
5335
4180345a 5336@go_include@ index/suffixarray.lo.dep
5337index/suffixarray.lo.dep: $(go_index_suffixarray_files)
5338 $(BUILDDEPS)
5339index/suffixarray.lo: $(go_index_suffixarray_files)
da37c8f8 5340 $(BUILDPACKAGE)
e440a328 5341index/suffixarray/check: $(CHECK_DEPS)
47211067 5342 @$(CHECK)
e440a328 5343.PHONY: index/suffixarray/check
5344
4180345a 5345@go_include@ io/ioutil.lo.dep
5346io/ioutil.lo.dep: $(go_io_ioutil_files)
5347 $(BUILDDEPS)
5348io/ioutil.lo: $(go_io_ioutil_files)
da37c8f8 5349 $(BUILDPACKAGE)
e440a328 5350io/ioutil/check: $(CHECK_DEPS)
47211067 5351 @$(CHECK)
e440a328 5352.PHONY: io/ioutil/check
5353
8388e3ab 5354@go_include@ log/syslog.lo.dep
5355log/syslog.lo.dep: $(go_log_syslog_files)
5356 $(BUILDDEPS)
5357log/syslog.lo: $(go_log_syslog_files)
5358 $(BUILDPACKAGE)
5359log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
f0099bf0 5360 @$(MKDIR_P) log/syslog
8388e3ab 5361 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
5362log/syslog/check: $(CHECK_DEPS)
8388e3ab 5363 @$(CHECK)
5364.PHONY: log/syslog/check
5365
5366@go_include@ math/big.lo.dep
5367math/big.lo.dep: $(go_math_big_files)
5368 $(BUILDDEPS)
5369math/big.lo: $(go_math_big_files)
5370 $(BUILDPACKAGE)
5371math/big/check: $(CHECK_DEPS)
8388e3ab 5372 @$(CHECK)
5373.PHONY: math/big/check
5374
5375@go_include@ math/cmplx.lo.dep
5376math/cmplx.lo.dep: $(go_math_cmplx_files)
5377 $(BUILDDEPS)
5378math/cmplx.lo: $(go_math_cmplx_files)
5379 $(BUILDPACKAGE)
5380math/cmplx/check: $(CHECK_DEPS)
8388e3ab 5381 @$(CHECK)
5382.PHONY: math/cmplx/check
5383
5384@go_include@ math/rand.lo.dep
5385math/rand.lo.dep: $(go_math_rand_files)
5386 $(BUILDDEPS)
5387math/rand.lo: $(go_math_rand_files)
5388 $(BUILDPACKAGE)
5389math/rand/check: $(CHECK_DEPS)
8388e3ab 5390 @$(CHECK)
5391.PHONY: math/rand/check
5392
4180345a 5393@go_include@ mime/multipart.lo.dep
5394mime/multipart.lo.dep: $(go_mime_multipart_files)
5395 $(BUILDDEPS)
5396mime/multipart.lo: $(go_mime_multipart_files)
da37c8f8 5397 $(BUILDPACKAGE)
e440a328 5398mime/multipart/check: $(CHECK_DEPS)
47211067 5399 @$(CHECK)
e440a328 5400.PHONY: mime/multipart/check
5401
8388e3ab 5402@go_include@ net/http.lo.dep
5403net/http.lo.dep: $(go_net_http_files)
5404 $(BUILDDEPS)
5405net/http.lo: $(go_net_http_files)
5406 $(BUILDPACKAGE)
5407net/http/check: $(CHECK_DEPS)
8388e3ab 5408 @$(CHECK)
5409.PHONY: net/http/check
5410
5411@go_include@ net/mail.lo.dep
5412net/mail.lo.dep: $(go_net_mail_files)
5413 $(BUILDDEPS)
5414net/mail.lo: $(go_net_mail_files)
5415 $(BUILDPACKAGE)
5416net/mail/check: $(CHECK_DEPS)
8388e3ab 5417 @$(CHECK)
5418.PHONY: net/mail/check
5419
5420@go_include@ net/rpc.lo.dep
5421net/rpc.lo.dep: $(go_net_rpc_files)
5422 $(BUILDDEPS)
5423net/rpc.lo: $(go_net_rpc_files)
5424 $(BUILDPACKAGE)
5425net/rpc/check: $(CHECK_DEPS)
8388e3ab 5426 @$(CHECK)
5427.PHONY: net/rpc/check
5428
5429@go_include@ net/smtp.lo.dep
5430net/smtp.lo.dep: $(go_net_smtp_files)
5431 $(BUILDDEPS)
5432net/smtp.lo: $(go_net_smtp_files)
5433 $(BUILDPACKAGE)
5434net/smtp/check: $(CHECK_DEPS)
8388e3ab 5435 @$(CHECK)
5436.PHONY: net/smtp/check
5437
5438@go_include@ net/url.lo.dep
5439net/url.lo.dep: $(go_net_url_files)
5440 $(BUILDDEPS)
5441net/url.lo: $(go_net_url_files)
5442 $(BUILDPACKAGE)
5443net/url/check: $(CHECK_DEPS)
8388e3ab 5444 @$(CHECK)
5445.PHONY: net/url/check
5446
4180345a 5447@go_include@ net/textproto.lo.dep
5448net/textproto.lo.dep: $(go_net_textproto_files)
5449 $(BUILDDEPS)
5450net/textproto.lo: $(go_net_textproto_files)
da37c8f8 5451 $(BUILDPACKAGE)
e440a328 5452net/textproto/check: $(CHECK_DEPS)
47211067 5453 @$(CHECK)
e440a328 5454.PHONY: net/textproto/check
5455
8388e3ab 5456@go_include@ net/http/cgi.lo.dep
5457net/http/cgi.lo.dep: $(go_net_http_cgi_files)
5458 $(BUILDDEPS)
5459net/http/cgi.lo: $(go_net_http_cgi_files)
5460 $(BUILDPACKAGE)
5461net/http/cgi/check: $(CHECK_DEPS)
8388e3ab 5462 @$(CHECK)
5463.PHONY: net/http/cgi/check
5464
f4ca453c 5465@go_include@ net/http/cookiejar.lo.dep
5466net/http/cookiejar.lo.dep: $(go_net_http_cookiejar_files)
5467 $(BUILDDEPS)
5468net/http/cookiejar.lo: $(go_net_http_cookiejar_files)
5469 $(BUILDPACKAGE)
5470net/http/cookiejar/check: $(CHECK_DEPS)
5471 @$(CHECK)
5472.PHONY: net/http/cookiejar/check
5473
8388e3ab 5474@go_include@ net/http/fcgi.lo.dep
5475net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
5476 $(BUILDDEPS)
5477net/http/fcgi.lo: $(go_net_http_fcgi_files)
5478 $(BUILDPACKAGE)
5479net/http/fcgi/check: $(CHECK_DEPS)
8388e3ab 5480 @$(CHECK)
5481.PHONY: net/http/fcgi/check
5482
5483@go_include@ net/http/httptest.lo.dep
5484net/http/httptest.lo.dep: $(go_net_http_httptest_files)
5485 $(BUILDDEPS)
5486net/http/httptest.lo: $(go_net_http_httptest_files)
5487 $(BUILDPACKAGE)
5488net/http/httptest/check: $(check_deps)
8388e3ab 5489 @$(CHECK)
5490.PHONY: net/http/httptest/check
5491
5492@go_include@ net/http/httputil.lo.dep
5493net/http/httputil.lo.dep: $(go_net_http_httputil_files)
5494 $(BUILDDEPS)
5495net/http/httputil.lo: $(go_net_http_httputil_files)
5496 $(BUILDPACKAGE)
5497net/http/httputil/check: $(check_deps)
8388e3ab 5498 @$(CHECK)
5499.PHONY: net/http/httputil/check
5500
5501@go_include@ net/http/pprof.lo.dep
5502net/http/pprof.lo.dep: $(go_net_http_pprof_files)
5503 $(BUILDDEPS)
5504net/http/pprof.lo: $(go_net_http_pprof_files)
5505 $(BUILDPACKAGE)
5506net/http/pprof/check: $(CHECK_DEPS)
8388e3ab 5507 @$(CHECK)
5508.PHONY: net/http/pprof/check
5509
5510@go_include@ net/rpc/jsonrpc.lo.dep
5511net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
5512 $(BUILDDEPS)
5513net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
5514 $(BUILDPACKAGE)
5515net/rpc/jsonrpc/check: $(CHECK_DEPS)
8388e3ab 5516 @$(CHECK)
5517.PHONY: net/rpc/jsonrpc/check
5518
4180345a 5519@go_include@ old/regexp.lo.dep
5520old/regexp.lo.dep: $(go_old_regexp_files)
5521 $(BUILDDEPS)
5522old/regexp.lo: $(go_old_regexp_files)
fa5d125b 5523 $(BUILDPACKAGE)
5524old/regexp/check: $(CHECK_DEPS)
fa5d125b 5525 @$(CHECK)
5526.PHONY: old/regexp/check
5527
4180345a 5528@go_include@ old/template.lo.dep
5529old/template.lo.dep: $(go_old_template_files)
5530 $(BUILDDEPS)
5531old/template.lo: $(go_old_template_files)
49b4e44b 5532 $(BUILDPACKAGE)
5533old/template/check: $(CHECK_DEPS)
49b4e44b 5534 @$(CHECK)
5535.PHONY: old/template/check
5536
8388e3ab 5537@go_include@ os/exec.lo.dep
5538os/exec.lo.dep: $(go_os_exec_files)
5539 $(BUILDDEPS)
5540os/exec.lo: $(go_os_exec_files)
5541 $(BUILDPACKAGE)
5542os/exec/check: $(CHECK_DEPS)
8388e3ab 5543 @$(CHECK)
5544.PHONY: os/exec/check
5545
2d2d80b8 5546@go_include@ os/signal.lo.dep
5547os/signal.lo.dep: $(go_os_signal_files)
5548 $(BUILDDEPS)
5549os/signal.lo: $(go_os_signal_files)
5550 $(BUILDPACKAGE)
5551os/signal/check: $(CHECK_DEPS)
2d2d80b8 5552 @$(CHECK)
5553.PHONY: os/signal/check
5554
4180345a 5555@go_include@ os/user.lo.dep
5556os/user.lo.dep: $(go_os_user_files)
5557 $(BUILDDEPS)
5558os/user.lo: $(go_os_user_files)
84911de8 5559 $(BUILDPACKAGE)
5560os/user/check: $(CHECK_DEPS)
84911de8 5561 @$(CHECK)
5562.PHONY: os/user/check
5563
4180345a 5564@go_include@ path/filepath.lo.dep
5565path/filepath.lo.dep: $(go_path_filepath_files)
5566 $(BUILDDEPS)
5567path/filepath.lo: $(go_path_filepath_files)
f9722886 5568 $(BUILDPACKAGE)
5569path/filepath/check: $(CHECK_DEPS)
47211067 5570 @$(CHECK)
f9722886 5571.PHONY: path/filepath/check
5572
4180345a 5573@go_include@ regexp/syntax.lo.dep
5574regexp/syntax.lo.dep: $(go_regexp_syntax_files)
5575 $(BUILDDEPS)
5576regexp/syntax.lo: $(go_regexp_syntax_files)
fa5d125b 5577 $(BUILDPACKAGE)
5578regexp/syntax/check: $(CHECK_DEPS)
fa5d125b 5579 @$(CHECK)
5580.PHONY: regexp/syntax/check
5581
4180345a 5582@go_include@ runtime/debug.lo.dep
5583runtime/debug.lo.dep: $(go_runtime_debug_files)
5584 $(BUILDDEPS)
5585runtime/debug.lo: $(go_runtime_debug_files)
da37c8f8 5586 $(BUILDPACKAGE)
48080209 5587runtime/debug/check: $(CHECK_DEPS)
47211067 5588 @$(CHECK)
48080209 5589.PHONY: runtime/debug/check
5590
4180345a 5591@go_include@ runtime/pprof.lo.dep
5592runtime/pprof.lo.dep: $(go_runtime_pprof_files)
5593 $(BUILDDEPS)
5594runtime/pprof.lo: $(go_runtime_pprof_files)
da37c8f8 5595 $(BUILDPACKAGE)
e440a328 5596runtime/pprof/check: $(CHECK_DEPS)
47211067 5597 @$(CHECK)
e440a328 5598.PHONY: runtime/pprof/check
5599
4180345a 5600@go_include@ sync/atomic.lo.dep
5601sync/atomic.lo.dep: $(go_sync_atomic_files)
5602 $(BUILDDEPS)
31c6ec42 5603sync/atomic.lo: $(go_sync_atomic_files)
5604 $(BUILDPACKAGE)
5605sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
5606 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
5607sync/atomic/check: $(CHECK_DEPS)
47211067 5608 @$(CHECK)
31c6ec42 5609.PHONY: sync/atomic/check
5610
af6c04d9 5611@go_include@ text/scanner.lo.dep
5612text/scanner.lo.dep: $(go_text_scanner_files)
5613 $(BUILDDEPS)
5614text/scanner.lo: $(go_text_scanner_files)
5615 $(BUILDPACKAGE)
5616text/scanner/check: $(CHECK_DEPS)
af6c04d9 5617 @$(CHECK)
5618.PHONY: text/scanner/check
5619
8388e3ab 5620@go_include@ text/tabwriter.lo.dep
5621text/tabwriter.lo.dep: $(go_text_tabwriter_files)
5622 $(BUILDDEPS)
5623text/tabwriter.lo: $(go_text_tabwriter_files)
5624 $(BUILDPACKAGE)
5625text/tabwriter/check: $(CHECK_DEPS)
8388e3ab 5626 @$(CHECK)
5627.PHONY: text/tabwriter/check
5628
5629@go_include@ text/template.lo.dep
5630text/template.lo.dep: $(go_text_template_files)
4180345a 5631 $(BUILDDEPS)
8388e3ab 5632text/template.lo: $(go_text_template_files)
49b4e44b 5633 $(BUILDPACKAGE)
8388e3ab 5634text/template/check: $(CHECK_DEPS)
49b4e44b 5635 @$(CHECK)
8388e3ab 5636.PHONY: text/template/check
5637
5638@go_include@ text/template/parse.lo.dep
5639text/template/parse.lo.dep: $(go_text_template_parse_files)
5640 $(BUILDDEPS)
5641text/template/parse.lo: $(go_text_template_parse_files)
5642 $(BUILDPACKAGE)
5643text/template/parse/check: $(CHECK_DEPS)
8388e3ab 5644 @$(CHECK)
5645.PHONY: text/template/parse/check
49b4e44b 5646
4180345a 5647@go_include@ testing/iotest.lo.dep
5648testing/iotest.lo.dep: $(go_testing_iotest_files)
5649 $(BUILDDEPS)
5650testing/iotest.lo: $(go_testing_iotest_files)
da37c8f8 5651 $(BUILDPACKAGE)
e440a328 5652testing/iotest/check: $(CHECK_DEPS)
47211067 5653 @$(CHECK)
e440a328 5654.PHONY: testing/iotest/check
5655
4180345a 5656@go_include@ testing/quick.lo.dep
5657testing/quick.lo.dep: $(go_testing_quick_files)
5658 $(BUILDDEPS)
5659testing/quick.lo: $(go_testing_quick_files)
da37c8f8 5660 $(BUILDPACKAGE)
e440a328 5661testing/quick/check: $(CHECK_DEPS)
47211067 5662 @$(CHECK)
e440a328 5663.PHONY: testing/quick/check
5664
8388e3ab 5665@go_include@ unicode/utf16.lo.dep
5666unicode/utf16.lo.dep: $(go_unicode_utf16_files)
5667 $(BUILDDEPS)
5668unicode/utf16.lo: $(go_unicode_utf16_files)
5669 $(BUILDPACKAGE)
5670unicode/utf16/check: $(CHECK_DEPS)
8388e3ab 5671 @$(CHECK)
5672.PHONY: unicode/utf16/check
5673
5674@go_include@ unicode/utf8.lo.dep
5675unicode/utf8.lo.dep: $(go_unicode_utf8_files)
5676 $(BUILDDEPS)
5677unicode/utf8.lo: $(go_unicode_utf8_files)
5678 $(BUILDPACKAGE)
5679unicode/utf8/check: $(CHECK_DEPS)
8388e3ab 5680 @$(CHECK)
5681.PHONY: unicode/utf8/check
5682
af6c04d9 5683@go_include@ syscall.lo.dep
5684syscall.lo.dep: $(go_syscall_files)
4180345a 5685 $(BUILDDEPS)
af6c04d9 5686syscall.lo: $(go_syscall_files)
cf92e749 5687 $(BUILDPACKAGE)
d477de41 5688syscall/errno.lo: go/syscall/errno.c
af6c04d9 5689 @$(MKDIR_P) syscall
d477de41 5690 $(LTCOMPILE) -c -o $@ $<
2d2d80b8 5691syscall/signame.lo: go/syscall/signame.c
af6c04d9 5692 @$(MKDIR_P) syscall
2d2d80b8 5693 $(LTCOMPILE) -c -o $@ $<
d477de41 5694syscall/wait.lo: go/syscall/wait.c
af6c04d9 5695 @$(MKDIR_P) syscall
d477de41 5696 $(LTCOMPILE) -c -o $@ $<
fb08d005 5697syscall/check: $(CHECK_DEPS)
5698 @$(CHECK)
5699.PHONY: syscall/check
cf92e749 5700
af6c04d9 5701bufio.gox: bufio.lo
e440a328 5702 $(BUILDGOX)
af6c04d9 5703bytes.gox: bytes.lo
e440a328 5704 $(BUILDGOX)
af6c04d9 5705crypto.gox: crypto.lo
31c6ec42 5706 $(BUILDGOX)
0ce10ea1 5707encoding.gox: encoding.lo
5708 $(BUILDGOX)
af6c04d9 5709errors.gox: errors.lo
6692ad1d 5710 $(BUILDGOX)
af6c04d9 5711expvar.gox: expvar.lo
e440a328 5712 $(BUILDGOX)
af6c04d9 5713flag.gox: flag.lo
e440a328 5714 $(BUILDGOX)
af6c04d9 5715fmt.gox: fmt.lo
e440a328 5716 $(BUILDGOX)
af6c04d9 5717hash.gox: hash.lo
e440a328 5718 $(BUILDGOX)
af6c04d9 5719html.gox: html.lo
e440a328 5720 $(BUILDGOX)
af6c04d9 5721image.gox: image.lo
e440a328 5722 $(BUILDGOX)
af6c04d9 5723io.gox: io.lo
e440a328 5724 $(BUILDGOX)
af6c04d9 5725log.gox: log.lo
e440a328 5726 $(BUILDGOX)
af6c04d9 5727math.gox: math.lo
e440a328 5728 $(BUILDGOX)
af6c04d9 5729mime.gox: mime.lo
e440a328 5730 $(BUILDGOX)
af6c04d9 5731net.gox: net.lo
e440a328 5732 $(BUILDGOX)
af6c04d9 5733os.gox: os.lo
e440a328 5734 $(BUILDGOX)
af6c04d9 5735path.gox: path.lo
e440a328 5736 $(BUILDGOX)
af6c04d9 5737reflect.gox: reflect-go.lo
e440a328 5738 $(BUILDGOX)
af6c04d9 5739regexp.gox: regexp.lo
e440a328 5740 $(BUILDGOX)
af6c04d9 5741runtime.gox: runtime-go.lo
e440a328 5742 $(BUILDGOX)
af6c04d9 5743sort.gox: sort.lo
e440a328 5744 $(BUILDGOX)
af6c04d9 5745strconv.gox: strconv.lo
e440a328 5746 $(BUILDGOX)
af6c04d9 5747strings.gox: strings.lo
e440a328 5748 $(BUILDGOX)
af6c04d9 5749sync.gox: sync.lo
e440a328 5750 $(BUILDGOX)
af6c04d9 5751syscall.gox: syscall.lo
e440a328 5752 $(BUILDGOX)
af6c04d9 5753testing.gox: testing.lo
e440a328 5754 $(BUILDGOX)
af6c04d9 5755time.gox: time-go.lo
e440a328 5756 $(BUILDGOX)
af6c04d9 5757unicode.gox: unicode.lo
e440a328 5758 $(BUILDGOX)
e440a328 5759
cf92e749 5760archive/tar.gox: archive/tar.lo
e440a328 5761 $(BUILDGOX)
cf92e749 5762archive/zip.gox: archive/zip.lo
e440a328 5763 $(BUILDGOX)
5764
31c6ec42 5765compress/bzip2.gox: compress/bzip2.lo
5766 $(BUILDGOX)
cf92e749 5767compress/flate.gox: compress/flate.lo
e440a328 5768 $(BUILDGOX)
cf92e749 5769compress/gzip.gox: compress/gzip.lo
e440a328 5770 $(BUILDGOX)
31c6ec42 5771compress/lzw.gox: compress/lzw.lo
5772 $(BUILDGOX)
cf92e749 5773compress/zlib.gox: compress/zlib.lo
e440a328 5774 $(BUILDGOX)
5775
cf92e749 5776container/heap.gox: container/heap.lo
e440a328 5777 $(BUILDGOX)
cf92e749 5778container/list.gox: container/list.lo
e440a328 5779 $(BUILDGOX)
cf92e749 5780container/ring.gox: container/ring.lo
e440a328 5781 $(BUILDGOX)
e440a328 5782
cf92e749 5783crypto/aes.gox: crypto/aes.lo
e440a328 5784 $(BUILDGOX)
cf92e749 5785crypto/cipher.gox: crypto/cipher.lo
48080209 5786 $(BUILDGOX)
35a02ae0 5787crypto/des.gox: crypto/des.lo
5788 $(BUILDGOX)
31c6ec42 5789crypto/dsa.gox: crypto/dsa.lo
5790 $(BUILDGOX)
f9722886 5791crypto/ecdsa.gox: crypto/ecdsa.lo
5792 $(BUILDGOX)
cf92e749 5793crypto/elliptic.gox: crypto/elliptic.lo
48080209 5794 $(BUILDGOX)
cf92e749 5795crypto/hmac.gox: crypto/hmac.lo
e440a328 5796 $(BUILDGOX)
cf92e749 5797crypto/md5.gox: crypto/md5.lo
e440a328 5798 $(BUILDGOX)
cf92e749 5799crypto/rand.gox: crypto/rand.lo
e440a328 5800 $(BUILDGOX)
cf92e749 5801crypto/rc4.gox: crypto/rc4.lo
e440a328 5802 $(BUILDGOX)
cf92e749 5803crypto/rsa.gox: crypto/rsa.lo
e440a328 5804 $(BUILDGOX)
cf92e749 5805crypto/sha1.gox: crypto/sha1.lo
e440a328 5806 $(BUILDGOX)
cf92e749 5807crypto/sha256.gox: crypto/sha256.lo
e440a328 5808 $(BUILDGOX)
cf92e749 5809crypto/sha512.gox: crypto/sha512.lo
e440a328 5810 $(BUILDGOX)
cf92e749 5811crypto/subtle.gox: crypto/subtle.lo
e440a328 5812 $(BUILDGOX)
cf92e749 5813crypto/tls.gox: crypto/tls.lo
e440a328 5814 $(BUILDGOX)
cf92e749 5815crypto/x509.gox: crypto/x509.lo
e440a328 5816 $(BUILDGOX)
48080209 5817
49b4e44b 5818crypto/x509/pkix.gox: crypto/x509/pkix.lo
5819 $(BUILDGOX)
5820
476d22b5 5821database/sql.gox: database/sql.lo
5822 $(BUILDGOX)
5823
5824database/sql/driver.gox: database/sql/driver.lo
5825 $(BUILDGOX)
5826
cf92e749 5827debug/dwarf.gox: debug/dwarf.lo
e440a328 5828 $(BUILDGOX)
cf92e749 5829debug/elf.gox: debug/elf.lo
5892f89f 5830 $(BUILDGOX)
cf92e749 5831debug/gosym.gox: debug/gosym.lo
e440a328 5832 $(BUILDGOX)
cf92e749 5833debug/macho.gox: debug/macho.lo
e440a328 5834 $(BUILDGOX)
cf92e749 5835debug/pe.gox: debug/pe.lo
e440a328 5836 $(BUILDGOX)
a756a05a 5837debug/plan9obj.gox: debug/plan9obj.lo
5838 $(BUILDGOX)
e440a328 5839
cf92e749 5840encoding/ascii85.gox: encoding/ascii85.lo
e440a328 5841 $(BUILDGOX)
8388e3ab 5842encoding/asn1.gox: encoding/asn1.lo
5843 $(BUILDGOX)
cf92e749 5844encoding/base32.gox: encoding/base32.lo
48080209 5845 $(BUILDGOX)
cf92e749 5846encoding/base64.gox: encoding/base64.lo
e440a328 5847 $(BUILDGOX)
cf92e749 5848encoding/binary.gox: encoding/binary.lo
e440a328 5849 $(BUILDGOX)
8388e3ab 5850encoding/csv.gox: encoding/csv.lo
5851 $(BUILDGOX)
8388e3ab 5852encoding/gob.gox: encoding/gob.lo
5853 $(BUILDGOX)
cf92e749 5854encoding/hex.gox: encoding/hex.lo
e440a328 5855 $(BUILDGOX)
8388e3ab 5856encoding/json.gox: encoding/json.lo
5857 $(BUILDGOX)
cf92e749 5858encoding/pem.gox: encoding/pem.lo
e440a328 5859 $(BUILDGOX)
8388e3ab 5860encoding/xml.gox: encoding/xml.lo
5861 $(BUILDGOX)
e440a328 5862
422eaae5 5863exp/proxy.gox: exp/proxy.lo
5864 $(BUILDGOX)
12ebd629 5865exp/terminal.gox: exp/terminal.lo
49b4e44b 5866 $(BUILDGOX)
49b4e44b 5867
8388e3ab 5868html/template.gox: html/template.lo
e440a328 5869 $(BUILDGOX)
5870
cf92e749 5871go/ast.gox: go/ast.lo
e440a328 5872 $(BUILDGOX)
49b4e44b 5873go/build.gox: go/build.lo
5874 $(BUILDGOX)
cf92e749 5875go/doc.gox: go/doc.lo
e440a328 5876 $(BUILDGOX)
3103c81f 5877go/format.gox: go/format.lo
5878 $(BUILDGOX)
cf92e749 5879go/parser.gox: go/parser.lo
e440a328 5880 $(BUILDGOX)
cf92e749 5881go/printer.gox: go/printer.lo
e440a328 5882 $(BUILDGOX)
cf92e749 5883go/scanner.gox: go/scanner.lo
e440a328 5884 $(BUILDGOX)
cf92e749 5885go/token.gox: go/token.lo
e440a328 5886 $(BUILDGOX)
e440a328 5887
cf92e749 5888hash/adler32.gox: hash/adler32.lo
e440a328 5889 $(BUILDGOX)
cf92e749 5890hash/crc32.gox: hash/crc32.lo
e440a328 5891 $(BUILDGOX)
cf92e749 5892hash/crc64.gox: hash/crc64.lo
e440a328 5893 $(BUILDGOX)
f9722886 5894hash/fnv.gox: hash/fnv.lo
5895 $(BUILDGOX)
e440a328 5896
fa5d125b 5897image/color.gox: image/color.lo
5898 $(BUILDGOX)
49b4e44b 5899image/draw.gox: image/draw.lo
5900 $(BUILDGOX)
84911de8 5901image/gif.gox: image/gif.lo
5902 $(BUILDGOX)
cf92e749 5903image/jpeg.gox: image/jpeg.lo
e440a328 5904 $(BUILDGOX)
cf92e749 5905image/png.gox: image/png.lo
e440a328 5906 $(BUILDGOX)
5907
0ce10ea1 5908image/color/palette.gox: image/color/palette.lo
5909 $(BUILDGOX)
5910
cf92e749 5911index/suffixarray.gox: index/suffixarray.lo
e440a328 5912 $(BUILDGOX)
5913
cf92e749 5914io/ioutil.gox: io/ioutil.lo
e440a328 5915 $(BUILDGOX)
5916
8388e3ab 5917log/syslog.gox: log/syslog.lo
5918 $(BUILDGOX)
5919
5920math/big.gox: math/big.lo
5921 $(BUILDGOX)
5922math/cmplx.gox: math/cmplx.lo
5923 $(BUILDGOX)
5924math/rand.gox: math/rand.lo
5925 $(BUILDGOX)
5926
cf92e749 5927mime/multipart.gox: mime/multipart.lo
e440a328 5928 $(BUILDGOX)
5929
8388e3ab 5930net/http.gox: net/http.lo
5931 $(BUILDGOX)
5932net/mail.gox: net/mail.lo
5933 $(BUILDGOX)
5934net/rpc.gox: net/rpc.lo
5935 $(BUILDGOX)
5936net/smtp.gox: net/smtp.lo
5937 $(BUILDGOX)
cf92e749 5938net/textproto.gox: net/textproto.lo
e440a328 5939 $(BUILDGOX)
8388e3ab 5940net/url.gox: net/url.lo
5941 $(BUILDGOX)
5942
5943net/http/cgi.gox: net/http/cgi.lo
5944 $(BUILDGOX)
f4ca453c 5945net/http/cookiejar.gox: net/http/cookiejar.lo
5946 $(BUILDGOX)
8388e3ab 5947net/http/fcgi.gox: net/http/fcgi.lo
5948 $(BUILDGOX)
5949net/http/httptest.gox: net/http/httptest.lo
5950 $(BUILDGOX)
5951net/http/httputil.gox: net/http/httputil.lo
5952 $(BUILDGOX)
5953net/http/pprof.gox: net/http/pprof.lo
5954 $(BUILDGOX)
5955
5956net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
5957 $(BUILDGOX)
e440a328 5958
fa5d125b 5959old/regexp.gox: old/regexp.lo
5960 $(BUILDGOX)
49b4e44b 5961old/template.gox: old/template.lo
5962 $(BUILDGOX)
5963
8388e3ab 5964os/exec.gox: os/exec.lo
5965 $(BUILDGOX)
2d2d80b8 5966os/signal.gox: os/signal.lo
5967 $(BUILDGOX)
84911de8 5968os/user.gox: os/user.lo
5969 $(BUILDGOX)
e440a328 5970
f9722886 5971path/filepath.gox: path/filepath.lo
5972 $(BUILDGOX)
5973
fa5d125b 5974regexp/syntax.gox: regexp/syntax.lo
5975 $(BUILDGOX)
5976
cf92e749 5977runtime/debug.gox: runtime/debug.lo
48080209 5978 $(BUILDGOX)
cf92e749 5979runtime/pprof.gox: runtime/pprof.lo
e440a328 5980 $(BUILDGOX)
5981
31c6ec42 5982sync/atomic.gox: sync/atomic.lo
5983 $(BUILDGOX)
5984
8388e3ab 5985text/scanner.gox: text/scanner.lo
5986 $(BUILDGOX)
5987text/tabwriter.gox: text/tabwriter.lo
5988 $(BUILDGOX)
5989text/template.gox: text/template.lo
5990 $(BUILDGOX)
5991text/template/parse.gox: text/template/parse.lo
49b4e44b 5992 $(BUILDGOX)
5993
cf92e749 5994testing/iotest.gox: testing/iotest.lo
e440a328 5995 $(BUILDGOX)
cf92e749 5996testing/quick.gox: testing/quick.lo
e440a328 5997 $(BUILDGOX)
e440a328 5998
8388e3ab 5999unicode/utf16.gox: unicode/utf16.lo
6000 $(BUILDGOX)
6001unicode/utf8.gox: unicode/utf8.lo
6002 $(BUILDGOX)
6003
f3f32e34 6004check: check-tail
6005check-recursive: check-head
6006
6007check-head:
6008 @echo "Test Run By $${USER} on `date`" > libgo.head
6009 @echo "Native configuration is $(host_triplet)" >> libgo.head
6010 @echo >> libgo.head
6011 @echo " === libgo tests ===" >> libgo.head
6012 @echo >> libgo.head
6013
6014check-tail: check-recursive check-multi
447536dc 6015 @if test "$(USE_DEJAGNU)" = "yes"; then \
6016 exit 0; \
6017 fi; \
6018 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
f3f32e34 6019 for dir in . $(MULTIDIRS); do \
6020 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
6021 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
6022 done; \
6023 mv libgo.head libgo.sum; \
6024 cp libgo.sum libgo.log; \
6025 echo "Schedule of variations:" >> libgo.sum; \
6026 for dir in . $(MULTIDIRS); do \
6027 multidir=../$${dir}/$${lib}; \
6028 multivar=`cat $${multidir}/libgo.var`; \
6029 echo " $${multivar}" >> libgo.sum; \
6030 done; \
6031 echo >> libgo.sum; \
6032 pass=0; fail=0; untested=0; \
6033 for dir in . $(MULTIDIRS); do \
6034 multidir=../$${dir}/$${lib}; \
6035 multivar=`cat $${multidir}/libgo.var`; \
6036 echo "Running target $${multivar}" >> libgo.sum; \
6037 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
6038 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
6039 cat $${multidir}/libgo.log.sep >> libgo.log; \
6040 if test -n "${MULTIDIRS}"; then \
6041 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
6042 echo >> libgo.sum; \
6043 fi; \
6044 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
6045 pass=`expr $$pass + $$p`; \
6046 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6047 echo "# of expected passes $$p" >> libgo.sum; \
6048 fi; \
6049 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
6050 fail=`expr $$fail + $$p`; \
6051 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6052 echo "# of unexpected failures $$p" >> libgo.sum; \
6053 fi; \
6054 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
6055 untested=`expr $$untested + $$p`; \
6056 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6057 echo "# of untested testcases $$p" >> libgo.sum; \
6058 fi; \
6059 done; \
6060 echo >> libgo.sum; \
6061 echo " === libgo Summary ===" >> libgo.sum; \
6062 echo >> libgo.sum; \
6063 if test "$$pass" -ne "0"; then \
6064 echo "# of expected passes $$pass" >> libgo.sum; \
6065 fi; \
6066 if test "$$fail" -ne "0"; then \
6067 echo "# of unexpected failures $$fail" >> libgo.sum; \
6068 fi; \
6069 if test "$$untested" -ne "0"; then \
6070 echo "# of untested testcases $$untested" >> libgo.sum; \
6071 fi; \
6072 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
6073 echo >> libgo.log; \
6074 echo "runtest completed at `date`" >> libgo.log; \
6075 if test "$$fail" -ne "0"; then \
6076 status=1; \
6077 else \
6078 status=0; \
6079 fi; \
6080 exit $$status
6081
d35fc6b0 6082check-am:
47211067 6083 @rm -f libgo.sum libgo.log libgo.tail
f3f32e34 6084 @multivar="unix"; \
6085 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
6086 echo "$${multivar}" > libgo.var
47211067 6087 @for f in $(TEST_PACKAGES); do \
6088 rm -f $$f-testsum $$f-testlog; \
6089 done
f3f32e34 6090 -@$(MAKE) -k $(TEST_PACKAGES)
6091 @for f in $(TEST_PACKAGES); do \
47211067 6092 if test -f $$f-testsum; then \
6093 cat $$f-testsum >> libgo.sum; \
6094 fi; \
6095 if test -f $$f-testlog; then \
6096 cat $$f-testlog >> libgo.log; \
6097 fi; \
f3f32e34 6098 done
6099
6100check-multi:
6101 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
e440a328 6102
74e836ee 6103bench:
6104 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
6105
e440a328 6106mostlyclean-local:
6107 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
6108 find . -name '*.$(OBJEXT)' -print | xargs rm -f
47211067 6109 find . -name '*-testsum' -print | xargs rm -f
d35fc6b0 6110 find . -name '*-testlog' -print | xargs rm -f
e440a328 6111
6112clean-local:
6113 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
6114 find . -name '*.a' -print | xargs rm -f
6115
6116# Tell versions [3.59,3.63) of GNU make to not export all variables.
6117# Otherwise a system limit (for SysV at least) may be exceeded.
6118.NOEXPORT: