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