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