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