Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / libgo / Makefile.in
blobbcfed74b9271865a41269910201248d062baae6a
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_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@go_net_cloexec_file = go/net/sys_cloexec.go
1093 @LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_cloexec_file = go/net/sock_cloexec.go go/net/hook_cloexec.go
1094 @LIBGO_IS_LINUX_TRUE@go_net_cloexec_file = go/net/sock_cloexec.go go/net/hook_cloexec.go
1095 @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
1096 @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
1097 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_OPENBSD_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_tcpsockopt_file = go/net/tcpsockopt_solaris.go
1098 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_OPENBSD_FALSE@go_net_tcpsockopt_file = go/net/tcpsockopt_darwin.go
1099 @LIBGO_IS_OPENBSD_TRUE@go_net_tcpsockopt_file = go/net/tcpsockopt_openbsd.go
1100 go_net_common_files = \
1101 go/net/addrselect.go \
1102 $(go_net_cloexec_file) \
1103 go/net/conf.go \
1104 go/net/dial.go \
1105 go/net/dnsclient.go \
1106 go/net/dnsclient_unix.go \
1107 go/net/dnsconfig_unix.go \
1108 go/net/dnsmsg.go \
1109 go/net/fd_mutex.go \
1110 go/net/fd_posix.go \
1111 go/net/fd_unix.go \
1112 go/net/file.go \
1113 go/net/file_unix.go \
1114 go/net/hook.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 @LIBGO_IS_LINUX_FALSE@syscall_os_file = go/syscall/libcall_bsd.go
2080 @LIBGO_IS_LINUX_TRUE@syscall_os_file =
2081 go_base_syscall_files = \
2082 go/syscall/env_unix.go \
2083 go/syscall/syscall_errno.go \
2084 go/syscall/libcall_support.go \
2085 go/syscall/libcall_posix.go \
2086 go/syscall/race0.go \
2087 go/syscall/socket.go \
2088 go/syscall/sockcmsg_unix.go \
2089 go/syscall/str.go \
2090 go/syscall/syscall.go \
2091 $(syscall_sockcmsg_file) \
2092 $(syscall_syscall_file) \
2093 $(syscall_exec_file) \
2094 $(syscall_exec_os_file) \
2095 $(syscall_wait_file) \
2096 $(syscall_sleep_file) \
2097 $(syscall_errstr_file) \
2098 $(syscall_size_file) \
2099 $(syscall_os_file) \
2100 $(syscall_socket_file) \
2101 $(syscall_socket_os_file) \
2102 $(syscall_socket_type_file) \
2103 $(syscall_uname_file) \
2104 $(syscall_netlink_file) \
2105 $(syscall_lsf_file) \
2106 $(syscall_ustat_file) \
2107 $(syscall_utimesnano_file) \
2108 $(GO_LIBCALL_OS_FILE) \
2109 $(GO_LIBCALL_OS_ARCH_FILE) \
2110 $(GO_SYSCALL_OS_FILE) \
2111 $(GO_SYSCALL_OS_ARCH_FILE)
2113 go_syscall_files = \
2114 $(go_base_syscall_files) \
2115 libcalls.go \
2116 sysinfo.go \
2117 syscall_arch.go
2119 go_syscall_c_files = \
2120 go/syscall/errno.c \
2121 go/syscall/signame.c \
2122 $(syscall_wait_c_file)
2124 go_syscall_test_files = \
2125 $(syscall_creds_test_file) \
2126 $(syscall_exec_test_file) \
2127 go/syscall/exec_unix_test.go \
2128 go/syscall/export_test.go \
2129 go/syscall/export_unix_test.go \
2130 go/syscall/mmap_unix_test.go \
2131 go/syscall/syscall_test.go \
2132 go/syscall/syscall_unix_test.go
2134 @LIBGO_IS_LINUX_FALSE@os_lib_inotify_lo =
2136 # os_lib_inotify_lo = os/inotify.lo
2137 @LIBGO_IS_LINUX_TRUE@os_lib_inotify_lo =
2138 libgo_go_objs = \
2139 bufio.lo \
2140 bytes.lo \
2141 bytes/index.lo \
2142 crypto.lo \
2143 encoding.lo \
2144 errors.lo \
2145 expvar.lo \
2146 flag.lo \
2147 fmt.lo \
2148 hash.lo \
2149 html.lo \
2150 image.lo \
2151 io.lo \
2152 log.lo \
2153 math.lo \
2154 mime.lo \
2155 net.lo \
2156 os.lo \
2157 path.lo \
2158 reflect-go.lo \
2159 reflect/makefunc_ffi_c.lo \
2160 regexp.lo \
2161 runtime-go.lo \
2162 sort.lo \
2163 strconv.lo \
2164 strings.lo \
2165 strings/index.lo \
2166 sync.lo \
2167 syscall.lo \
2168 syscall/errno.lo \
2169 syscall/signame.lo \
2170 syscall/wait.lo \
2171 testing.lo \
2172 time-go.lo \
2173 unicode.lo \
2174 archive/tar.lo \
2175 archive/zip.lo \
2176 compress/bzip2.lo \
2177 compress/flate.lo \
2178 compress/gzip.lo \
2179 compress/lzw.lo \
2180 compress/zlib.lo \
2181 container/heap.lo \
2182 container/list.lo \
2183 container/ring.lo \
2184 crypto/aes.lo \
2185 crypto/cipher.lo \
2186 crypto/des.lo \
2187 crypto/dsa.lo \
2188 crypto/ecdsa.lo \
2189 crypto/elliptic.lo \
2190 crypto/hmac.lo \
2191 crypto/md5.lo \
2192 crypto/rand.lo \
2193 crypto/rc4.lo \
2194 crypto/rsa.lo \
2195 crypto/sha1.lo \
2196 crypto/sha256.lo \
2197 crypto/sha512.lo \
2198 crypto/subtle.lo \
2199 crypto/tls.lo \
2200 crypto/x509.lo \
2201 crypto/x509/pkix.lo \
2202 database/sql.lo \
2203 database/sql/driver.lo \
2204 debug/dwarf.lo \
2205 debug/elf.lo \
2206 debug/gosym.lo \
2207 debug/macho.lo \
2208 debug/pe.lo \
2209 debug/plan9obj.lo \
2210 encoding/ascii85.lo \
2211 encoding/asn1.lo \
2212 encoding/base32.lo \
2213 encoding/base64.lo \
2214 encoding/binary.lo \
2215 encoding/csv.lo \
2216 encoding/gob.lo \
2217 encoding/hex.lo \
2218 encoding/json.lo \
2219 encoding/pem.lo \
2220 encoding/xml.lo \
2221 exp/proxy.lo \
2222 exp/terminal.lo \
2223 html/template.lo \
2224 go/ast.lo \
2225 go/build.lo \
2226 go/constant.lo \
2227 go/doc.lo \
2228 go/format.lo \
2229 go/importer.lo \
2230 go/internal/gcimporter.lo \
2231 go/internal/gccgoimporter.lo \
2232 go/parser.lo \
2233 go/printer.lo \
2234 go/scanner.lo \
2235 go/token.lo \
2236 go/types.lo \
2237 hash/adler32.lo \
2238 hash/crc32.lo \
2239 hash/crc64.lo \
2240 hash/fnv.lo \
2241 net/http/cgi.lo \
2242 net/http/cookiejar.lo \
2243 net/http/fcgi.lo \
2244 net/http/httptest.lo \
2245 net/http/httputil.lo \
2246 net/http/internal.lo \
2247 net/http/pprof.lo \
2248 image/color.lo \
2249 image/color/palette.lo \
2250 image/draw.lo \
2251 image/gif.lo \
2252 image/internal/imageutil.lo \
2253 image/jpeg.lo \
2254 image/png.lo \
2255 index/suffixarray.lo \
2256 internal/format.lo \
2257 internal/singleflight.lo \
2258 internal/syscall/unix.lo \
2259 internal/testenv.lo \
2260 internal/trace.lo \
2261 io/ioutil.lo \
2262 log/syslog.lo \
2263 log/syslog/syslog_c.lo \
2264 math/big.lo \
2265 math/cmplx.lo \
2266 math/rand.lo \
2267 mime/multipart.lo \
2268 mime/quotedprintable.lo \
2269 net/http.lo \
2270 net/internal/socktest.lo \
2271 net/mail.lo \
2272 net/rpc.lo \
2273 net/smtp.lo \
2274 net/textproto.lo \
2275 net/url.lo \
2276 old/regexp.lo \
2277 old/template.lo \
2278 os/exec.lo \
2279 $(os_lib_inotify_lo) \
2280 os/signal.lo \
2281 os/user.lo \
2282 path/filepath.lo \
2283 regexp/syntax.lo \
2284 net/rpc/jsonrpc.lo \
2285 runtime/debug.lo \
2286 runtime/pprof.lo \
2287 sync/atomic.lo \
2288 sync/atomic_c.lo \
2289 text/scanner.lo \
2290 text/tabwriter.lo \
2291 text/template.lo \
2292 text/template/parse.lo \
2293 testing/iotest.lo \
2294 testing/quick.lo \
2295 unicode/utf16.lo \
2296 unicode/utf8.lo
2298 libgo_ldflags = \
2299 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
2301 libgo_libadd = \
2302 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
2303 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
2305 libgo_la_SOURCES = $(runtime_files)
2306 libgo_la_LDFLAGS = $(libgo_ldflags)
2307 libgo_la_LIBADD = $(libgo_libadd)
2308 libgo_llgo_la_SOURCES = $(runtime_files)
2309 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
2310 libgo_llgo_la_LIBADD = $(libgo_libadd)
2311 libgobegin_a_SOURCES = \
2312 runtime/go-main.c
2314 libgobegin_llgo_a_SOURCES = \
2315 runtime/go-main.c
2318 # Use -fPIC for libgobegin so that it can be put in a PIE.
2319 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
2320 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
2321 libgolibbegin_a_SOURCES = \
2322 runtime/go-libmain.c
2324 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
2325 libnetgo_a_SOURCES = $(go_netgo_files)
2326 libnetgo_a_LIBADD = netgo.o
2327 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
2328 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
2329 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
2330 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
2331 $(AM_GOCFLAGS) $(GOCFLAGS)
2333 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
2334 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
2337 # Build the dependencies for a Go package.
2338 BUILDDEPS = \
2339 $(MKDIR_P) $(@D); \
2340 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
2341 mv -f $@.tmp $@
2344 # Build the .go files for a package, generating a .lo file.
2345 BUILDPACKAGE = \
2346 $(MKDIR_P) $(@D); \
2347 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
2348 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` -o $@ $$files
2351 # Build netgo.o.
2352 BUILDNETGO = \
2353 $(MKDIR_P) $(@D); \
2354 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
2355 $(GOCOMPILE) -I . -c -fPIC -fgo-pkgpath=net -o $@ $$files
2357 GOTESTFLAGS =
2358 GOBENCH =
2360 # Check a package.
2361 CHECK = \
2362 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
2363 export GC; \
2364 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
2365 export GOLIBS; \
2366 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
2367 export RUNTESTFLAGS; \
2368 MAKE="$(MAKE)"; \
2369 export MAKE; \
2370 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
2371 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
2372 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
2373 export LD_LIBRARY_PATH; \
2374 $(MKDIR_P) $(@D); \
2375 rm -f $@-testsum $@-testlog; \
2376 if test "$(USE_DEJAGNU)" = "yes"; then \
2377 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \
2378 elif test "$(GOBENCH)" != ""; then \
2379 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --bench="$(GOBENCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \
2380 else \
2381 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files) >>$@-testlog 2>&1; then \
2382 echo "PASS: $(@D)" >> $@-testlog; \
2383 echo "PASS: $(@D)"; \
2384 echo "PASS: $(@D)" > $@-testsum; \
2385 else \
2386 echo "FAIL: $(@D)" >> $@-testlog; \
2387 cat $@-testlog; \
2388 echo "FAIL: $(@D)" > $@-testsum; \
2389 exit 1; \
2390 fi; \
2394 # Build all packages before checking any.
2395 CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
2396 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
2397 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
2398 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
2399 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
2400 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
2401 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
2402 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
2403 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
2404 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
2405 $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
2406 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
2407 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
2408 $(toolexeclibgounicode_DATA) $(am__append_1) $(am__append_2)
2409 # At least for now, we need -static-libgo for this test, because
2410 # otherwise we can't get the line numbers.
2411 # Also use -fno-inline to get better results from the memory profiler.
2412 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
2414 # How to build a .gox file from a .lo file.
2415 BUILDGOX = \
2416 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2417 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2419 TEST_PACKAGES = \
2420 bufio/check \
2421 bytes/check \
2422 errors/check \
2423 expvar/check \
2424 flag/check \
2425 fmt/check \
2426 html/check \
2427 image/check \
2428 io/check \
2429 log/check \
2430 math/check \
2431 mime/check \
2432 net/check \
2433 os/check \
2434 path/check \
2435 reflect/check \
2436 regexp/check \
2437 runtime/check \
2438 sort/check \
2439 strconv/check \
2440 strings/check \
2441 sync/check \
2442 syscall/check \
2443 time/check \
2444 unicode/check \
2445 archive/tar/check \
2446 archive/zip/check \
2447 compress/bzip2/check \
2448 compress/flate/check \
2449 compress/gzip/check \
2450 compress/lzw/check \
2451 compress/zlib/check \
2452 container/heap/check \
2453 container/list/check \
2454 container/ring/check \
2455 crypto/aes/check \
2456 crypto/cipher/check \
2457 crypto/des/check \
2458 crypto/dsa/check \
2459 crypto/ecdsa/check \
2460 crypto/elliptic/check \
2461 crypto/hmac/check \
2462 crypto/md5/check \
2463 crypto/rand/check \
2464 crypto/rc4/check \
2465 crypto/rsa/check \
2466 crypto/sha1/check \
2467 crypto/sha256/check \
2468 crypto/sha512/check \
2469 crypto/subtle/check \
2470 crypto/tls/check \
2471 crypto/x509/check \
2472 database/sql/check \
2473 database/sql/driver/check \
2474 debug/dwarf/check \
2475 debug/elf/check \
2476 debug/macho/check \
2477 debug/pe/check \
2478 debug/plan9obj/check \
2479 encoding/ascii85/check \
2480 encoding/asn1/check \
2481 encoding/base32/check \
2482 encoding/base64/check \
2483 encoding/binary/check \
2484 encoding/csv/check \
2485 encoding/gob/check \
2486 encoding/hex/check \
2487 encoding/json/check \
2488 encoding/pem/check \
2489 encoding/xml/check \
2490 exp/proxy/check \
2491 exp/terminal/check \
2492 html/template/check \
2493 go/ast/check \
2494 go/build/check \
2495 go/constant/check \
2496 go/doc/check \
2497 go/format/check \
2498 go/internal/gcimporter/check \
2499 go/internal/gccgoimporter/check \
2500 go/parser/check \
2501 go/printer/check \
2502 go/scanner/check \
2503 go/token/check \
2504 go/types/check \
2505 hash/adler32/check \
2506 hash/crc32/check \
2507 hash/crc64/check \
2508 hash/fnv/check \
2509 image/color/check \
2510 image/draw/check \
2511 image/jpeg/check \
2512 image/png/check \
2513 index/suffixarray/check \
2514 internal/singleflight/check \
2515 internal/trace/check \
2516 io/ioutil/check \
2517 log/syslog/check \
2518 math/big/check \
2519 math/cmplx/check \
2520 math/rand/check \
2521 mime/multipart/check \
2522 mime/quotedprintable/check \
2523 net/http/check \
2524 net/http/cgi/check \
2525 net/http/cookiejar/check \
2526 net/http/fcgi/check \
2527 net/http/httptest/check \
2528 net/http/httputil/check \
2529 net/http/internal/check \
2530 net/internal/socktest/check \
2531 net/mail/check \
2532 net/rpc/check \
2533 net/smtp/check \
2534 net/textproto/check \
2535 net/url/check \
2536 net/rpc/jsonrpc/check \
2537 old/regexp/check \
2538 old/template/check \
2539 os/exec/check \
2540 os/signal/check \
2541 os/user/check \
2542 path/filepath/check \
2543 regexp/syntax/check \
2544 runtime/pprof/check \
2545 sync/atomic/check \
2546 text/scanner/check \
2547 text/tabwriter/check \
2548 text/template/check \
2549 text/template/parse/check \
2550 testing/quick/check \
2551 unicode/utf16/check \
2552 unicode/utf8/check
2554 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
2555 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
2556 all: config.h
2557 $(MAKE) $(AM_MAKEFLAGS) all-recursive
2559 .SUFFIXES:
2560 .SUFFIXES: .c .go .gox .o .obj .lo .a
2561 am--refresh: Makefile
2563 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2564 @for dep in $?; do \
2565 case '$(am__configure_deps)' in \
2566 *$$dep*) \
2567 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
2568 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2569 && exit 0; \
2570 exit 1;; \
2571 esac; \
2572 done; \
2573 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2574 $(am__cd) $(top_srcdir) && \
2575 $(AUTOMAKE) --foreign Makefile
2576 .PRECIOUS: Makefile
2577 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2578 @case '$?' in \
2579 *config.status*) \
2580 echo ' $(SHELL) ./config.status'; \
2581 $(SHELL) ./config.status;; \
2582 *) \
2583 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2584 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2585 esac;
2587 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2588 $(SHELL) ./config.status --recheck
2590 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2591 $(am__cd) $(srcdir) && $(AUTOCONF)
2592 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2593 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2594 $(am__aclocal_m4_deps):
2596 config.h: stamp-h1
2597 @if test ! -f $@; then rm -f stamp-h1; else :; fi
2598 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
2600 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2601 @rm -f stamp-h1
2602 cd $(top_builddir) && $(SHELL) ./config.status config.h
2603 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2604 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2605 rm -f stamp-h1
2606 touch $@
2608 distclean-hdr:
2609 -rm -f config.h stamp-h1
2610 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
2611 @$(NORMAL_INSTALL)
2612 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2613 list2=; for p in $$list; do \
2614 if test -f $$p; then \
2615 list2="$$list2 $$p"; \
2616 else :; fi; \
2617 done; \
2618 test -z "$$list2" || { \
2619 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
2620 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
2621 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2622 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
2623 @$(POST_INSTALL)
2624 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2625 for p in $$list; do \
2626 if test -f $$p; then \
2627 $(am__strip_dir) \
2628 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
2629 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
2630 else :; fi; \
2631 done
2633 uninstall-toolexeclibLIBRARIES:
2634 @$(NORMAL_UNINSTALL)
2635 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2636 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2637 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
2639 clean-toolexeclibLIBRARIES:
2640 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
2641 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
2642 -rm -f libgobegin-llgo.a
2643 $(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
2644 $(RANLIB) libgobegin-llgo.a
2645 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
2646 -rm -f libgobegin.a
2647 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
2648 $(RANLIB) libgobegin.a
2649 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
2650 -rm -f libgolibbegin.a
2651 $(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
2652 $(RANLIB) libgolibbegin.a
2653 libnetgo.a: $(libnetgo_a_OBJECTS) $(libnetgo_a_DEPENDENCIES) $(EXTRA_libnetgo_a_DEPENDENCIES)
2654 -rm -f libnetgo.a
2655 $(libnetgo_a_AR) libnetgo.a $(libnetgo_a_OBJECTS) $(libnetgo_a_LIBADD)
2656 $(RANLIB) libnetgo.a
2657 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
2658 @$(NORMAL_INSTALL)
2659 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2660 list2=; for p in $$list; do \
2661 if test -f $$p; then \
2662 list2="$$list2 $$p"; \
2663 else :; fi; \
2664 done; \
2665 test -z "$$list2" || { \
2666 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
2667 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
2668 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2669 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
2672 uninstall-toolexeclibLTLIBRARIES:
2673 @$(NORMAL_UNINSTALL)
2674 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2675 for p in $$list; do \
2676 $(am__strip_dir) \
2677 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
2678 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
2679 done
2681 clean-toolexeclibLTLIBRARIES:
2682 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
2683 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
2684 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2685 test "$$dir" != "$$p" || dir=.; \
2686 echo "rm -f \"$${dir}/so_locations\""; \
2687 rm -f "$${dir}/so_locations"; \
2688 done
2689 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
2690 $(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
2691 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
2692 $(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
2694 mostlyclean-compile:
2695 -rm -f *.$(OBJEXT)
2697 distclean-compile:
2698 -rm -f *.tab.c
2700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
2701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuprof.Plo@am__quote@
2702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_posix.Plo@am__quote@
2703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-bsd.Plo@am__quote@
2704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-irix.Plo@am__quote@
2705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-linux.Plo@am__quote@
2706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-none.Plo@am__quote@
2707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-solaris.Plo@am__quote@
2708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
2709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
2710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
2711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
2712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
2713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
2714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-callers.Plo@am__quote@
2715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
2716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cdiv.Plo@am__quote@
2717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
2718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
2719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
2720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
2721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-copy.Plo@am__quote@
2722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
2723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
2724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
2725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
2726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-ffi.Plo@am__quote@
2727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-fieldtrack.Plo@am__quote@
2728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-iface.Plo@am__quote@
2729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
2730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
2731 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
2732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-eface-compare.Plo@am__quote@
2733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
2734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-make-slice.Plo@am__quote@
2735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
2736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
2737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
2738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
2739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
2740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memcmp.Plo@am__quote@
2741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
2742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
2743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
2744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
2745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
2746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
2747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
2748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
2749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
2750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
2751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
2752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
2753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
2754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
2755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
2756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
2757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
2758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
2759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
2760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-traceback.Plo@am__quote@
2761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-complex.Plo@am__quote@
2762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
2763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
2764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-float.Plo@am__quote@
2765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
2766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
2767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
2768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
2769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
2770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
2771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
2772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsetenv.Plo@am__quote@
2773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
2774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@
2775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heapdump.Plo@am__quote@
2776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lfstack.Plo@am__quote@
2777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
2778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
2779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
2780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_futex.Plo@am__quote@
2781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_sema.Plo@am__quote@
2782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
2783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
2784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
2785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
2786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
2787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
2788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
2789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
2790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
2791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
2792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
2793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll.Plo@am__quote@
2794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_epoll.Plo@am__quote@
2795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_kqueue.Plo@am__quote@
2796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netpoll_select.Plo@am__quote@
2797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panic.Plo@am__quote@
2798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parfor.Plo@am__quote@
2799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
2800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
2801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdebug.Plo@am__quote@
2802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
2803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
2804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime.Plo@am__quote@
2805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime1.Plo@am__quote@
2806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sema.Plo@am__quote@
2807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal_unix.Plo@am__quote@
2808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
2809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
2810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
2811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
2812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
2813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
2814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
2816 .c.o:
2817 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2818 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2819 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2821 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
2823 .c.obj:
2824 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2825 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2828 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2830 .c.lo:
2831 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2832 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2835 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2837 libgobegin_llgo_a-go-main.o: runtime/go-main.c
2838 @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
2839 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
2840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
2841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2842 @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
2844 libgobegin_llgo_a-go-main.obj: runtime/go-main.c
2845 @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`
2846 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
2847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
2848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2849 @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`
2851 libgobegin_a-go-main.o: runtime/go-main.c
2852 @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
2853 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
2854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
2855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2856 @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
2858 libgobegin_a-go-main.obj: runtime/go-main.c
2859 @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`
2860 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
2861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
2862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2863 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_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`
2865 libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
2866 @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
2867 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
2868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
2869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2870 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
2872 libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
2873 @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`
2874 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
2875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
2876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2877 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(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`
2879 go-append.lo: runtime/go-append.c
2880 @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
2881 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
2882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
2883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2884 @am__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
2886 go-assert.lo: runtime/go-assert.c
2887 @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
2888 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
2889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
2890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2891 @am__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
2893 go-assert-interface.lo: runtime/go-assert-interface.c
2894 @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
2895 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
2896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2898 @am__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
2900 go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
2901 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2902 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
2903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2905 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-byte-array-to-string.lo `test -f 'runtime/go-byte-array-to-string.c' || echo '$(srcdir)/'`runtime/go-byte-array-to-string.c
2907 go-breakpoint.lo: runtime/go-breakpoint.c
2908 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2909 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
2910 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
2911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2912 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-breakpoint.lo `test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/'`runtime/go-breakpoint.c
2914 go-caller.lo: runtime/go-caller.c
2915 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2916 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
2917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
2918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2919 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-caller.lo `test -f 'runtime/go-caller.c' || echo '$(srcdir)/'`runtime/go-caller.c
2921 go-callers.lo: runtime/go-callers.c
2922 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2923 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-callers.Tpo $(DEPDIR)/go-callers.Plo
2924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-callers.c' object='go-callers.lo' libtool=yes @AMDEPBACKSLASH@
2925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2926 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-callers.lo `test -f 'runtime/go-callers.c' || echo '$(srcdir)/'`runtime/go-callers.c
2928 go-can-convert-interface.lo: runtime/go-can-convert-interface.c
2929 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2930 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
2931 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2933 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-can-convert-interface.lo `test -f 'runtime/go-can-convert-interface.c' || echo '$(srcdir)/'`runtime/go-can-convert-interface.c
2935 go-cdiv.lo: runtime/go-cdiv.c
2936 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2937 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cdiv.Tpo $(DEPDIR)/go-cdiv.Plo
2938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cdiv.c' object='go-cdiv.lo' libtool=yes @AMDEPBACKSLASH@
2939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2940 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cdiv.lo `test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/'`runtime/go-cdiv.c
2942 go-cgo.lo: runtime/go-cgo.c
2943 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2944 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
2945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
2946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2947 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cgo.lo `test -f 'runtime/go-cgo.c' || echo '$(srcdir)/'`runtime/go-cgo.c
2949 go-check-interface.lo: runtime/go-check-interface.c
2950 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2951 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
2952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
2953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2954 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-check-interface.lo `test -f 'runtime/go-check-interface.c' || echo '$(srcdir)/'`runtime/go-check-interface.c
2956 go-construct-map.lo: runtime/go-construct-map.c
2957 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2958 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
2959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
2960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2961 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-construct-map.lo `test -f 'runtime/go-construct-map.c' || echo '$(srcdir)/'`runtime/go-construct-map.c
2963 go-convert-interface.lo: runtime/go-convert-interface.c
2964 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2965 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
2966 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2968 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-convert-interface.lo `test -f 'runtime/go-convert-interface.c' || echo '$(srcdir)/'`runtime/go-convert-interface.c
2970 go-copy.lo: runtime/go-copy.c
2971 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2972 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-copy.Tpo $(DEPDIR)/go-copy.Plo
2973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-copy.c' object='go-copy.lo' libtool=yes @AMDEPBACKSLASH@
2974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2975 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-copy.lo `test -f 'runtime/go-copy.c' || echo '$(srcdir)/'`runtime/go-copy.c
2977 go-defer.lo: runtime/go-defer.c
2978 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2979 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
2980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
2981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2982 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-defer.lo `test -f 'runtime/go-defer.c' || echo '$(srcdir)/'`runtime/go-defer.c
2984 go-deferred-recover.lo: runtime/go-deferred-recover.c
2985 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2986 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
2987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
2988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2989 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-deferred-recover.lo `test -f 'runtime/go-deferred-recover.c' || echo '$(srcdir)/'`runtime/go-deferred-recover.c
2991 go-eface-compare.lo: runtime/go-eface-compare.c
2992 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
2993 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
2994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2996 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-eface-compare.lo `test -f 'runtime/go-eface-compare.c' || echo '$(srcdir)/'`runtime/go-eface-compare.c
2998 go-eface-val-compare.lo: runtime/go-eface-val-compare.c
2999 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3000 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
3001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
3002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3003 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-eface-val-compare.lo `test -f 'runtime/go-eface-val-compare.c' || echo '$(srcdir)/'`runtime/go-eface-val-compare.c
3005 go-ffi.lo: runtime/go-ffi.c
3006 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3007 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-ffi.Tpo $(DEPDIR)/go-ffi.Plo
3008 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-ffi.c' object='go-ffi.lo' libtool=yes @AMDEPBACKSLASH@
3009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3010 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-ffi.lo `test -f 'runtime/go-ffi.c' || echo '$(srcdir)/'`runtime/go-ffi.c
3012 go-fieldtrack.lo: runtime/go-fieldtrack.c
3013 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3014 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-fieldtrack.Tpo $(DEPDIR)/go-fieldtrack.Plo
3015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-fieldtrack.c' object='go-fieldtrack.lo' libtool=yes @AMDEPBACKSLASH@
3016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3017 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-fieldtrack.lo `test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/'`runtime/go-fieldtrack.c
3019 go-int-array-to-string.lo: runtime/go-int-array-to-string.c
3020 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3021 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
3022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
3023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3024 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-int-array-to-string.lo `test -f 'runtime/go-int-array-to-string.c' || echo '$(srcdir)/'`runtime/go-int-array-to-string.c
3026 go-int-to-string.lo: runtime/go-int-to-string.c
3027 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3028 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
3029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
3030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3031 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-int-to-string.lo `test -f 'runtime/go-int-to-string.c' || echo '$(srcdir)/'`runtime/go-int-to-string.c
3033 go-interface-compare.lo: runtime/go-interface-compare.c
3034 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3035 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
3036 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
3037 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3038 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-interface-compare.lo `test -f 'runtime/go-interface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-compare.c
3040 go-interface-eface-compare.lo: runtime/go-interface-eface-compare.c
3041 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3042 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-eface-compare.Tpo $(DEPDIR)/go-interface-eface-compare.Plo
3043 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-eface-compare.c' object='go-interface-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
3044 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3045 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-interface-eface-compare.lo `test -f 'runtime/go-interface-eface-compare.c' || echo '$(srcdir)/'`runtime/go-interface-eface-compare.c
3047 go-interface-val-compare.lo: runtime/go-interface-val-compare.c
3048 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3049 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
3050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
3051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3052 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-interface-val-compare.lo `test -f 'runtime/go-interface-val-compare.c' || echo '$(srcdir)/'`runtime/go-interface-val-compare.c
3054 go-make-slice.lo: runtime/go-make-slice.c
3055 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3056 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-make-slice.Tpo $(DEPDIR)/go-make-slice.Plo
3057 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-make-slice.c' object='go-make-slice.lo' libtool=yes @AMDEPBACKSLASH@
3058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3059 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-make-slice.lo `test -f 'runtime/go-make-slice.c' || echo '$(srcdir)/'`runtime/go-make-slice.c
3061 go-map-delete.lo: runtime/go-map-delete.c
3062 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3063 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
3064 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
3065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3066 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-delete.lo `test -f 'runtime/go-map-delete.c' || echo '$(srcdir)/'`runtime/go-map-delete.c
3068 go-map-index.lo: runtime/go-map-index.c
3069 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3070 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
3071 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
3072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3073 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-index.lo `test -f 'runtime/go-map-index.c' || echo '$(srcdir)/'`runtime/go-map-index.c
3075 go-map-len.lo: runtime/go-map-len.c
3076 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3077 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
3078 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
3079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3080 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-len.lo `test -f 'runtime/go-map-len.c' || echo '$(srcdir)/'`runtime/go-map-len.c
3082 go-map-range.lo: runtime/go-map-range.c
3083 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-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
3084 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
3085 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
3086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3087 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-range.lo `test -f 'runtime/go-map-range.c' || echo '$(srcdir)/'`runtime/go-map-range.c
3089 go-matherr.lo: runtime/go-matherr.c
3090 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3091 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
3092 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
3093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3094 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-matherr.lo `test -f 'runtime/go-matherr.c' || echo '$(srcdir)/'`runtime/go-matherr.c
3096 go-memcmp.lo: runtime/go-memcmp.c
3097 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3098 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memcmp.Tpo $(DEPDIR)/go-memcmp.Plo
3099 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memcmp.c' object='go-memcmp.lo' libtool=yes @AMDEPBACKSLASH@
3100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3101 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memcmp.lo `test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/'`runtime/go-memcmp.c
3103 go-nanotime.lo: runtime/go-nanotime.c
3104 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3105 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
3106 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
3107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3108 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-nanotime.lo `test -f 'runtime/go-nanotime.c' || echo '$(srcdir)/'`runtime/go-nanotime.c
3110 go-now.lo: runtime/go-now.c
3111 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3112 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
3113 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
3114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3115 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-now.lo `test -f 'runtime/go-now.c' || echo '$(srcdir)/'`runtime/go-now.c
3117 go-new-map.lo: runtime/go-new-map.c
3118 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3119 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
3120 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
3121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3122 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-new-map.lo `test -f 'runtime/go-new-map.c' || echo '$(srcdir)/'`runtime/go-new-map.c
3124 go-new.lo: runtime/go-new.c
3125 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3126 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
3127 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
3128 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3129 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-new.lo `test -f 'runtime/go-new.c' || echo '$(srcdir)/'`runtime/go-new.c
3131 go-nosys.lo: runtime/go-nosys.c
3132 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3133 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
3134 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
3135 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3136 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-nosys.lo `test -f 'runtime/go-nosys.c' || echo '$(srcdir)/'`runtime/go-nosys.c
3138 go-panic.lo: runtime/go-panic.c
3139 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3140 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
3141 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
3142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3143 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-panic.lo `test -f 'runtime/go-panic.c' || echo '$(srcdir)/'`runtime/go-panic.c
3145 go-print.lo: runtime/go-print.c
3146 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3147 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
3148 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
3149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3150 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-print.lo `test -f 'runtime/go-print.c' || echo '$(srcdir)/'`runtime/go-print.c
3152 go-recover.lo: runtime/go-recover.c
3153 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3154 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
3155 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
3156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3157 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-recover.lo `test -f 'runtime/go-recover.c' || echo '$(srcdir)/'`runtime/go-recover.c
3159 go-reflect-call.lo: runtime/go-reflect-call.c
3160 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3161 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
3162 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
3163 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3164 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect-call.lo `test -f 'runtime/go-reflect-call.c' || echo '$(srcdir)/'`runtime/go-reflect-call.c
3166 go-reflect-map.lo: runtime/go-reflect-map.c
3167 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3168 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
3169 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
3170 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3171 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect-map.lo `test -f 'runtime/go-reflect-map.c' || echo '$(srcdir)/'`runtime/go-reflect-map.c
3173 go-rune.lo: runtime/go-rune.c
3174 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3175 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
3176 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
3177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3178 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rune.lo `test -f 'runtime/go-rune.c' || echo '$(srcdir)/'`runtime/go-rune.c
3180 go-runtime-error.lo: runtime/go-runtime-error.c
3181 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3182 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
3183 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
3184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3185 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-runtime-error.lo `test -f 'runtime/go-runtime-error.c' || echo '$(srcdir)/'`runtime/go-runtime-error.c
3187 go-setenv.lo: runtime/go-setenv.c
3188 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3189 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
3190 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
3191 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3192 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-setenv.lo `test -f 'runtime/go-setenv.c' || echo '$(srcdir)/'`runtime/go-setenv.c
3194 go-signal.lo: runtime/go-signal.c
3195 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3196 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
3197 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
3198 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3199 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-signal.lo `test -f 'runtime/go-signal.c' || echo '$(srcdir)/'`runtime/go-signal.c
3201 go-strcmp.lo: runtime/go-strcmp.c
3202 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3203 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
3204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
3205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3206 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-strcmp.lo `test -f 'runtime/go-strcmp.c' || echo '$(srcdir)/'`runtime/go-strcmp.c
3208 go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
3209 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3210 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
3211 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
3212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3213 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-string-to-byte-array.lo `test -f 'runtime/go-string-to-byte-array.c' || echo '$(srcdir)/'`runtime/go-string-to-byte-array.c
3215 go-string-to-int-array.lo: runtime/go-string-to-int-array.c
3216 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3217 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
3218 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
3219 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3220 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-string-to-int-array.lo `test -f 'runtime/go-string-to-int-array.c' || echo '$(srcdir)/'`runtime/go-string-to-int-array.c
3222 go-strplus.lo: runtime/go-strplus.c
3223 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3224 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
3225 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
3226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3227 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-strplus.lo `test -f 'runtime/go-strplus.c' || echo '$(srcdir)/'`runtime/go-strplus.c
3229 go-strslice.lo: runtime/go-strslice.c
3230 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3231 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
3232 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
3233 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3234 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-strslice.lo `test -f 'runtime/go-strslice.c' || echo '$(srcdir)/'`runtime/go-strslice.c
3236 go-traceback.lo: runtime/go-traceback.c
3237 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3238 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-traceback.Tpo $(DEPDIR)/go-traceback.Plo
3239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-traceback.c' object='go-traceback.lo' libtool=yes @AMDEPBACKSLASH@
3240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3241 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-traceback.lo `test -f 'runtime/go-traceback.c' || echo '$(srcdir)/'`runtime/go-traceback.c
3243 go-type-complex.lo: runtime/go-type-complex.c
3244 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3245 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-complex.Tpo $(DEPDIR)/go-type-complex.Plo
3246 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-complex.c' object='go-type-complex.lo' libtool=yes @AMDEPBACKSLASH@
3247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3248 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-complex.lo `test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/'`runtime/go-type-complex.c
3250 go-type-eface.lo: runtime/go-type-eface.c
3251 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3252 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
3253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
3254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3255 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-eface.lo `test -f 'runtime/go-type-eface.c' || echo '$(srcdir)/'`runtime/go-type-eface.c
3257 go-type-error.lo: runtime/go-type-error.c
3258 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3259 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
3260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
3261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3262 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-error.lo `test -f 'runtime/go-type-error.c' || echo '$(srcdir)/'`runtime/go-type-error.c
3264 go-type-float.lo: runtime/go-type-float.c
3265 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-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
3266 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-float.Tpo $(DEPDIR)/go-type-float.Plo
3267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-float.c' object='go-type-float.lo' libtool=yes @AMDEPBACKSLASH@
3268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3269 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-float.lo `test -f 'runtime/go-type-float.c' || echo '$(srcdir)/'`runtime/go-type-float.c
3271 go-type-identity.lo: runtime/go-type-identity.c
3272 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-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
3273 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
3274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
3275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3276 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-identity.lo `test -f 'runtime/go-type-identity.c' || echo '$(srcdir)/'`runtime/go-type-identity.c
3278 go-type-interface.lo: runtime/go-type-interface.c
3279 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-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
3280 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
3281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
3282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3283 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-interface.lo `test -f 'runtime/go-type-interface.c' || echo '$(srcdir)/'`runtime/go-type-interface.c
3285 go-type-string.lo: runtime/go-type-string.c
3286 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-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
3287 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
3288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
3289 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3290 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-string.lo `test -f 'runtime/go-type-string.c' || echo '$(srcdir)/'`runtime/go-type-string.c
3292 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
3293 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3294 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
3295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
3296 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3297 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-typedesc-equal.lo `test -f 'runtime/go-typedesc-equal.c' || echo '$(srcdir)/'`runtime/go-typedesc-equal.c
3299 go-unsafe-new.lo: runtime/go-unsafe-new.c
3300 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3301 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
3302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
3303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3304 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-new.lo `test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/'`runtime/go-unsafe-new.c
3306 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
3307 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3308 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
3309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
3310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3311 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-newarray.lo `test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/'`runtime/go-unsafe-newarray.c
3313 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
3314 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3315 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
3316 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
3317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3318 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-pointer.lo `test -f 'runtime/go-unsafe-pointer.c' || echo '$(srcdir)/'`runtime/go-unsafe-pointer.c
3320 go-unsetenv.lo: runtime/go-unsetenv.c
3321 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3322 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsetenv.Tpo $(DEPDIR)/go-unsetenv.Plo
3323 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsetenv.c' object='go-unsetenv.lo' libtool=yes @AMDEPBACKSLASH@
3324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3325 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsetenv.lo `test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/'`runtime/go-unsetenv.c
3327 go-unwind.lo: runtime/go-unwind.c
3328 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3329 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
3330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
3331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3332 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unwind.lo `test -f 'runtime/go-unwind.c' || echo '$(srcdir)/'`runtime/go-unwind.c
3334 go-varargs.lo: runtime/go-varargs.c
3335 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-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
3336 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-varargs.Tpo $(DEPDIR)/go-varargs.Plo
3337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-varargs.c' object='go-varargs.lo' libtool=yes @AMDEPBACKSLASH@
3338 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3339 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-varargs.lo `test -f 'runtime/go-varargs.c' || echo '$(srcdir)/'`runtime/go-varargs.c
3341 env_posix.lo: runtime/env_posix.c
3342 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3343 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/env_posix.Tpo $(DEPDIR)/env_posix.Plo
3344 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/env_posix.c' object='env_posix.lo' libtool=yes @AMDEPBACKSLASH@
3345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3346 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o env_posix.lo `test -f 'runtime/env_posix.c' || echo '$(srcdir)/'`runtime/env_posix.c
3348 heapdump.lo: runtime/heapdump.c
3349 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT heapdump.lo -MD -MP -MF $(DEPDIR)/heapdump.Tpo -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
3350 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/heapdump.Tpo $(DEPDIR)/heapdump.Plo
3351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/heapdump.c' object='heapdump.lo' libtool=yes @AMDEPBACKSLASH@
3352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3353 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
3355 lock_sema.lo: runtime/lock_sema.c
3356 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3357 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_sema.Tpo $(DEPDIR)/lock_sema.Plo
3358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_sema.c' object='lock_sema.lo' libtool=yes @AMDEPBACKSLASH@
3359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3360 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_sema.lo `test -f 'runtime/lock_sema.c' || echo '$(srcdir)/'`runtime/lock_sema.c
3362 thread-sema.lo: runtime/thread-sema.c
3363 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3364 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
3365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
3366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3367 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
3369 lock_futex.lo: runtime/lock_futex.c
3370 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3371 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_futex.Tpo $(DEPDIR)/lock_futex.Plo
3372 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_futex.c' object='lock_futex.lo' libtool=yes @AMDEPBACKSLASH@
3373 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3374 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_futex.lo `test -f 'runtime/lock_futex.c' || echo '$(srcdir)/'`runtime/lock_futex.c
3376 thread-linux.lo: runtime/thread-linux.c
3377 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3378 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
3379 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
3380 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3381 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
3383 mcache.lo: runtime/mcache.c
3384 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcache.lo -MD -MP -MF $(DEPDIR)/mcache.Tpo -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
3385 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
3386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
3387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3388 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
3390 mcentral.lo: runtime/mcentral.c
3391 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcentral.lo -MD -MP -MF $(DEPDIR)/mcentral.Tpo -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
3392 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
3393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
3394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3395 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
3397 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
3398 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3399 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
3400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
3401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3402 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem_posix_memalign.lo `test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/'`runtime/mem_posix_memalign.c
3404 mem.lo: runtime/mem.c
3405 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mem.lo -MD -MP -MF $(DEPDIR)/mem.Tpo -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
3406 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
3407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
3408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3409 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
3411 mfixalloc.lo: runtime/mfixalloc.c
3412 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mfixalloc.lo -MD -MP -MF $(DEPDIR)/mfixalloc.Tpo -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
3413 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
3414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
3415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3416 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
3418 mgc0.lo: runtime/mgc0.c
3419 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mgc0.lo -MD -MP -MF $(DEPDIR)/mgc0.Tpo -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
3420 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
3421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
3422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3423 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
3425 mheap.lo: runtime/mheap.c
3426 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mheap.lo -MD -MP -MF $(DEPDIR)/mheap.Tpo -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
3427 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
3428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
3429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3430 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
3432 msize.lo: runtime/msize.c
3433 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msize.lo -MD -MP -MF $(DEPDIR)/msize.Tpo -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
3434 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
3435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
3436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3437 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
3439 netpoll_kqueue.lo: runtime/netpoll_kqueue.c
3440 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3441 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_kqueue.Tpo $(DEPDIR)/netpoll_kqueue.Plo
3442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_kqueue.c' object='netpoll_kqueue.lo' libtool=yes @AMDEPBACKSLASH@
3443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3444 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_kqueue.lo `test -f 'runtime/netpoll_kqueue.c' || echo '$(srcdir)/'`runtime/netpoll_kqueue.c
3446 netpoll_select.lo: runtime/netpoll_select.c
3447 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3448 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_select.Tpo $(DEPDIR)/netpoll_select.Plo
3449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_select.c' object='netpoll_select.lo' libtool=yes @AMDEPBACKSLASH@
3450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3451 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_select.lo `test -f 'runtime/netpoll_select.c' || echo '$(srcdir)/'`runtime/netpoll_select.c
3453 netpoll_epoll.lo: runtime/netpoll_epoll.c
3454 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3455 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/netpoll_epoll.Tpo $(DEPDIR)/netpoll_epoll.Plo
3456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/netpoll_epoll.c' object='netpoll_epoll.lo' libtool=yes @AMDEPBACKSLASH@
3457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3458 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netpoll_epoll.lo `test -f 'runtime/netpoll_epoll.c' || echo '$(srcdir)/'`runtime/netpoll_epoll.c
3460 panic.lo: runtime/panic.c
3461 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT panic.lo -MD -MP -MF $(DEPDIR)/panic.Tpo -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
3462 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/panic.Tpo $(DEPDIR)/panic.Plo
3463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/panic.c' object='panic.lo' libtool=yes @AMDEPBACKSLASH@
3464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3465 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
3467 parfor.lo: runtime/parfor.c
3468 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT parfor.lo -MD -MP -MF $(DEPDIR)/parfor.Tpo -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
3469 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/parfor.Tpo $(DEPDIR)/parfor.Plo
3470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/parfor.c' object='parfor.lo' libtool=yes @AMDEPBACKSLASH@
3471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3472 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
3474 print.lo: runtime/print.c
3475 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT print.lo -MD -MP -MF $(DEPDIR)/print.Tpo -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
3476 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/print.Tpo $(DEPDIR)/print.Plo
3477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/print.c' object='print.lo' libtool=yes @AMDEPBACKSLASH@
3478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3479 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
3481 proc.lo: runtime/proc.c
3482 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc.lo -MD -MP -MF $(DEPDIR)/proc.Tpo -c -o proc.lo `test -f 'runtime/proc.c' || echo '$(srcdir)/'`runtime/proc.c
3483 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
3484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
3485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3486 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc.lo `test -f 'runtime/proc.c' || echo '$(srcdir)/'`runtime/proc.c
3488 runtime.lo: runtime/runtime.c
3489 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT runtime.lo -MD -MP -MF $(DEPDIR)/runtime.Tpo -c -o runtime.lo `test -f 'runtime/runtime.c' || echo '$(srcdir)/'`runtime/runtime.c
3490 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime.Tpo $(DEPDIR)/runtime.Plo
3491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime.c' object='runtime.lo' libtool=yes @AMDEPBACKSLASH@
3492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3493 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o runtime.lo `test -f 'runtime/runtime.c' || echo '$(srcdir)/'`runtime/runtime.c
3495 signal_unix.lo: runtime/signal_unix.c
3496 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3497 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/signal_unix.Tpo $(DEPDIR)/signal_unix.Plo
3498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/signal_unix.c' object='signal_unix.lo' libtool=yes @AMDEPBACKSLASH@
3499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3500 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signal_unix.lo `test -f 'runtime/signal_unix.c' || echo '$(srcdir)/'`runtime/signal_unix.c
3502 thread.lo: runtime/thread.c
3503 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.lo -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.lo `test -f 'runtime/thread.c' || echo '$(srcdir)/'`runtime/thread.c
3504 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
3505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
3506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3507 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.lo `test -f 'runtime/thread.c' || echo '$(srcdir)/'`runtime/thread.c
3509 yield.lo: runtime/yield.c
3510 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yield.lo -MD -MP -MF $(DEPDIR)/yield.Tpo -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
3511 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
3512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
3513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3514 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
3516 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
3517 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3518 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
3519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
3520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3521 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rtems-task-variable-add.lo `test -f 'runtime/rtems-task-variable-add.c' || echo '$(srcdir)/'`runtime/rtems-task-variable-add.c
3523 getncpu-none.lo: runtime/getncpu-none.c
3524 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3525 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-none.Tpo $(DEPDIR)/getncpu-none.Plo
3526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-none.c' object='getncpu-none.lo' libtool=yes @AMDEPBACKSLASH@
3527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3528 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-none.lo `test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/'`runtime/getncpu-none.c
3530 getncpu-bsd.lo: runtime/getncpu-bsd.c
3531 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3532 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-bsd.Tpo $(DEPDIR)/getncpu-bsd.Plo
3533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-bsd.c' object='getncpu-bsd.lo' libtool=yes @AMDEPBACKSLASH@
3534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3535 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-bsd.lo `test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/'`runtime/getncpu-bsd.c
3537 getncpu-solaris.lo: runtime/getncpu-solaris.c
3538 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
3539 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-solaris.Tpo $(DEPDIR)/getncpu-solaris.Plo
3540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-solaris.c' object='getncpu-solaris.lo' libtool=yes @AMDEPBACKSLASH@
3541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3542 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-solaris.lo `test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/'`runtime/getncpu-solaris.c
3544 getncpu-irix.lo: runtime/getncpu-irix.c
3545 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-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
3546 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-irix.Tpo $(DEPDIR)/getncpu-irix.Plo
3547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-irix.c' object='getncpu-irix.lo' libtool=yes @AMDEPBACKSLASH@
3548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3549 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-irix.lo `test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/'`runtime/getncpu-irix.c
3551 getncpu-linux.lo: runtime/getncpu-linux.c
3552 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-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
3553 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-linux.Tpo $(DEPDIR)/getncpu-linux.Plo
3554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-linux.c' object='getncpu-linux.lo' libtool=yes @AMDEPBACKSLASH@
3555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3556 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-linux.lo `test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/'`runtime/getncpu-linux.c
3558 mostlyclean-libtool:
3559 -rm -f *.lo
3561 clean-libtool:
3562 -rm -rf .libs _libs
3564 distclean-libtool:
3565 -rm -f libtool config.lt
3567 # GNU Make needs to see an explicit $(MAKE) variable in the command it
3568 # runs to enable its job server during parallel builds. Hence the
3569 # comments below.
3570 all-multi:
3571 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3572 install-multi:
3573 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3575 mostlyclean-multi:
3576 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3577 clean-multi:
3578 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3579 distclean-multi:
3580 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3581 maintainer-clean-multi:
3582 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3583 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
3584 @$(NORMAL_INSTALL)
3585 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3586 if test -n "$$list"; then \
3587 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
3588 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
3589 fi; \
3590 for p in $$list; do \
3591 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3592 echo "$$d$$p"; \
3593 done | $(am__base_list) | \
3594 while read files; do \
3595 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
3596 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
3597 done
3599 uninstall-toolexeclibgoDATA:
3600 @$(NORMAL_UNINSTALL)
3601 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3602 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3603 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
3604 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
3605 @$(NORMAL_INSTALL)
3606 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3607 if test -n "$$list"; then \
3608 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
3609 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
3610 fi; \
3611 for p in $$list; do \
3612 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3613 echo "$$d$$p"; \
3614 done | $(am__base_list) | \
3615 while read files; do \
3616 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
3617 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
3618 done
3620 uninstall-toolexeclibgoarchiveDATA:
3621 @$(NORMAL_UNINSTALL)
3622 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3623 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3624 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
3625 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
3626 @$(NORMAL_INSTALL)
3627 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3628 if test -n "$$list"; then \
3629 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
3630 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
3631 fi; \
3632 for p in $$list; do \
3633 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3634 echo "$$d$$p"; \
3635 done | $(am__base_list) | \
3636 while read files; do \
3637 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
3638 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
3639 done
3641 uninstall-toolexeclibgocompressDATA:
3642 @$(NORMAL_UNINSTALL)
3643 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3644 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3645 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
3646 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
3647 @$(NORMAL_INSTALL)
3648 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3649 if test -n "$$list"; then \
3650 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
3651 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
3652 fi; \
3653 for p in $$list; do \
3654 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3655 echo "$$d$$p"; \
3656 done | $(am__base_list) | \
3657 while read files; do \
3658 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
3659 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
3660 done
3662 uninstall-toolexeclibgocontainerDATA:
3663 @$(NORMAL_UNINSTALL)
3664 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3665 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3666 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
3667 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
3668 @$(NORMAL_INSTALL)
3669 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3670 if test -n "$$list"; then \
3671 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
3672 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
3673 fi; \
3674 for p in $$list; do \
3675 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3676 echo "$$d$$p"; \
3677 done | $(am__base_list) | \
3678 while read files; do \
3679 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
3680 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
3681 done
3683 uninstall-toolexeclibgocryptoDATA:
3684 @$(NORMAL_UNINSTALL)
3685 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3686 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3687 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
3688 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
3689 @$(NORMAL_INSTALL)
3690 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
3691 if test -n "$$list"; then \
3692 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
3693 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
3694 fi; \
3695 for p in $$list; do \
3696 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3697 echo "$$d$$p"; \
3698 done | $(am__base_list) | \
3699 while read files; do \
3700 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
3701 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
3702 done
3704 uninstall-toolexeclibgocryptox509DATA:
3705 @$(NORMAL_UNINSTALL)
3706 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
3707 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3708 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
3709 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
3710 @$(NORMAL_INSTALL)
3711 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
3712 if test -n "$$list"; then \
3713 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
3714 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
3715 fi; \
3716 for p in $$list; do \
3717 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3718 echo "$$d$$p"; \
3719 done | $(am__base_list) | \
3720 while read files; do \
3721 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
3722 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
3723 done
3725 uninstall-toolexeclibgodatabaseDATA:
3726 @$(NORMAL_UNINSTALL)
3727 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
3728 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3729 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
3730 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
3731 @$(NORMAL_INSTALL)
3732 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
3733 if test -n "$$list"; then \
3734 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
3735 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
3736 fi; \
3737 for p in $$list; do \
3738 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3739 echo "$$d$$p"; \
3740 done | $(am__base_list) | \
3741 while read files; do \
3742 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
3743 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
3744 done
3746 uninstall-toolexeclibgodatabasesqlDATA:
3747 @$(NORMAL_UNINSTALL)
3748 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
3749 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3750 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
3751 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
3752 @$(NORMAL_INSTALL)
3753 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3754 if test -n "$$list"; then \
3755 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
3756 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
3757 fi; \
3758 for p in $$list; do \
3759 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3760 echo "$$d$$p"; \
3761 done | $(am__base_list) | \
3762 while read files; do \
3763 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
3764 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
3765 done
3767 uninstall-toolexeclibgodebugDATA:
3768 @$(NORMAL_UNINSTALL)
3769 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3770 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3771 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
3772 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
3773 @$(NORMAL_INSTALL)
3774 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3775 if test -n "$$list"; then \
3776 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
3777 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
3778 fi; \
3779 for p in $$list; do \
3780 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3781 echo "$$d$$p"; \
3782 done | $(am__base_list) | \
3783 while read files; do \
3784 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
3785 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
3786 done
3788 uninstall-toolexeclibgoencodingDATA:
3789 @$(NORMAL_UNINSTALL)
3790 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3791 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3792 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
3793 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
3794 @$(NORMAL_INSTALL)
3795 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3796 if test -n "$$list"; then \
3797 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
3798 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)" || exit 1; \
3799 fi; \
3800 for p in $$list; do \
3801 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3802 echo "$$d$$p"; \
3803 done | $(am__base_list) | \
3804 while read files; do \
3805 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
3806 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
3807 done
3809 uninstall-toolexeclibgoexpDATA:
3810 @$(NORMAL_UNINSTALL)
3811 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3812 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3813 dir='$(DESTDIR)$(toolexeclibgoexpdir)'; $(am__uninstall_files_from_dir)
3814 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
3815 @$(NORMAL_INSTALL)
3816 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3817 if test -n "$$list"; then \
3818 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
3819 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
3820 fi; \
3821 for p in $$list; do \
3822 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3823 echo "$$d$$p"; \
3824 done | $(am__base_list) | \
3825 while read files; do \
3826 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
3827 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
3828 done
3830 uninstall-toolexeclibgogoDATA:
3831 @$(NORMAL_UNINSTALL)
3832 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3833 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3834 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
3835 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
3836 @$(NORMAL_INSTALL)
3837 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3838 if test -n "$$list"; then \
3839 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
3840 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
3841 fi; \
3842 for p in $$list; do \
3843 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3844 echo "$$d$$p"; \
3845 done | $(am__base_list) | \
3846 while read files; do \
3847 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
3848 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
3849 done
3851 uninstall-toolexeclibgohashDATA:
3852 @$(NORMAL_UNINSTALL)
3853 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3854 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3855 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
3856 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
3857 @$(NORMAL_INSTALL)
3858 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
3859 if test -n "$$list"; then \
3860 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
3861 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
3862 fi; \
3863 for p in $$list; do \
3864 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3865 echo "$$d$$p"; \
3866 done | $(am__base_list) | \
3867 while read files; do \
3868 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
3869 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
3870 done
3872 uninstall-toolexeclibgohtmlDATA:
3873 @$(NORMAL_UNINSTALL)
3874 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
3875 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3876 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
3877 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
3878 @$(NORMAL_INSTALL)
3879 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3880 if test -n "$$list"; then \
3881 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
3882 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
3883 fi; \
3884 for p in $$list; do \
3885 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3886 echo "$$d$$p"; \
3887 done | $(am__base_list) | \
3888 while read files; do \
3889 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
3890 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
3891 done
3893 uninstall-toolexeclibgoimageDATA:
3894 @$(NORMAL_UNINSTALL)
3895 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3896 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3897 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
3898 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
3899 @$(NORMAL_INSTALL)
3900 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
3901 if test -n "$$list"; then \
3902 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
3903 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
3904 fi; \
3905 for p in $$list; do \
3906 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3907 echo "$$d$$p"; \
3908 done | $(am__base_list) | \
3909 while read files; do \
3910 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
3911 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
3912 done
3914 uninstall-toolexeclibgoimagecolorDATA:
3915 @$(NORMAL_UNINSTALL)
3916 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
3917 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3918 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
3919 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
3920 @$(NORMAL_INSTALL)
3921 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3922 if test -n "$$list"; then \
3923 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
3924 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
3925 fi; \
3926 for p in $$list; do \
3927 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3928 echo "$$d$$p"; \
3929 done | $(am__base_list) | \
3930 while read files; do \
3931 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
3932 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
3933 done
3935 uninstall-toolexeclibgoindexDATA:
3936 @$(NORMAL_UNINSTALL)
3937 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3938 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3939 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
3940 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
3941 @$(NORMAL_INSTALL)
3942 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3943 if test -n "$$list"; then \
3944 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
3945 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
3946 fi; \
3947 for p in $$list; do \
3948 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3949 echo "$$d$$p"; \
3950 done | $(am__base_list) | \
3951 while read files; do \
3952 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
3953 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
3954 done
3956 uninstall-toolexeclibgoioDATA:
3957 @$(NORMAL_UNINSTALL)
3958 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3959 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3960 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
3961 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
3962 @$(NORMAL_INSTALL)
3963 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
3964 if test -n "$$list"; then \
3965 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
3966 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
3967 fi; \
3968 for p in $$list; do \
3969 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3970 echo "$$d$$p"; \
3971 done | $(am__base_list) | \
3972 while read files; do \
3973 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
3974 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
3975 done
3977 uninstall-toolexeclibgologDATA:
3978 @$(NORMAL_UNINSTALL)
3979 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
3980 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3981 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
3982 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
3983 @$(NORMAL_INSTALL)
3984 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
3985 if test -n "$$list"; then \
3986 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
3987 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
3988 fi; \
3989 for p in $$list; do \
3990 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3991 echo "$$d$$p"; \
3992 done | $(am__base_list) | \
3993 while read files; do \
3994 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
3995 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
3996 done
3998 uninstall-toolexeclibgomathDATA:
3999 @$(NORMAL_UNINSTALL)
4000 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
4001 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4002 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
4003 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
4004 @$(NORMAL_INSTALL)
4005 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
4006 if test -n "$$list"; then \
4007 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
4008 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
4009 fi; \
4010 for p in $$list; do \
4011 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4012 echo "$$d$$p"; \
4013 done | $(am__base_list) | \
4014 while read files; do \
4015 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
4016 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
4017 done
4019 uninstall-toolexeclibgomimeDATA:
4020 @$(NORMAL_UNINSTALL)
4021 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
4022 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4023 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
4024 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
4025 @$(NORMAL_INSTALL)
4026 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
4027 if test -n "$$list"; then \
4028 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
4029 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
4030 fi; \
4031 for p in $$list; do \
4032 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4033 echo "$$d$$p"; \
4034 done | $(am__base_list) | \
4035 while read files; do \
4036 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
4037 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
4038 done
4040 uninstall-toolexeclibgonetDATA:
4041 @$(NORMAL_UNINSTALL)
4042 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
4043 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4044 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
4045 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
4046 @$(NORMAL_INSTALL)
4047 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
4048 if test -n "$$list"; then \
4049 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
4050 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
4051 fi; \
4052 for p in $$list; do \
4053 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4054 echo "$$d$$p"; \
4055 done | $(am__base_list) | \
4056 while read files; do \
4057 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
4058 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
4059 done
4061 uninstall-toolexeclibgonethttpDATA:
4062 @$(NORMAL_UNINSTALL)
4063 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
4064 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4065 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
4066 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
4067 @$(NORMAL_INSTALL)
4068 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
4069 if test -n "$$list"; then \
4070 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
4071 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
4072 fi; \
4073 for p in $$list; do \
4074 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4075 echo "$$d$$p"; \
4076 done | $(am__base_list) | \
4077 while read files; do \
4078 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
4079 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
4080 done
4082 uninstall-toolexeclibgonetrpcDATA:
4083 @$(NORMAL_UNINSTALL)
4084 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
4085 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4086 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
4087 install-toolexeclibgooldDATA: $(toolexeclibgoold_DATA)
4088 @$(NORMAL_INSTALL)
4089 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
4090 if test -n "$$list"; then \
4091 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoolddir)'"; \
4092 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoolddir)" || exit 1; \
4093 fi; \
4094 for p in $$list; do \
4095 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4096 echo "$$d$$p"; \
4097 done | $(am__base_list) | \
4098 while read files; do \
4099 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoolddir)'"; \
4100 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoolddir)" || exit $$?; \
4101 done
4103 uninstall-toolexeclibgooldDATA:
4104 @$(NORMAL_UNINSTALL)
4105 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
4106 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4107 dir='$(DESTDIR)$(toolexeclibgoolddir)'; $(am__uninstall_files_from_dir)
4108 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
4109 @$(NORMAL_INSTALL)
4110 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
4111 if test -n "$$list"; then \
4112 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
4113 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
4114 fi; \
4115 for p in $$list; do \
4116 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4117 echo "$$d$$p"; \
4118 done | $(am__base_list) | \
4119 while read files; do \
4120 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
4121 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
4122 done
4124 uninstall-toolexeclibgoosDATA:
4125 @$(NORMAL_UNINSTALL)
4126 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
4127 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4128 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
4129 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
4130 @$(NORMAL_INSTALL)
4131 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
4132 if test -n "$$list"; then \
4133 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
4134 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
4135 fi; \
4136 for p in $$list; do \
4137 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4138 echo "$$d$$p"; \
4139 done | $(am__base_list) | \
4140 while read files; do \
4141 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
4142 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
4143 done
4145 uninstall-toolexeclibgopathDATA:
4146 @$(NORMAL_UNINSTALL)
4147 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
4148 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4149 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
4150 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
4151 @$(NORMAL_INSTALL)
4152 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
4153 if test -n "$$list"; then \
4154 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
4155 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
4156 fi; \
4157 for p in $$list; do \
4158 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4159 echo "$$d$$p"; \
4160 done | $(am__base_list) | \
4161 while read files; do \
4162 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
4163 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
4164 done
4166 uninstall-toolexeclibgoregexpDATA:
4167 @$(NORMAL_UNINSTALL)
4168 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
4169 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4170 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
4171 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
4172 @$(NORMAL_INSTALL)
4173 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
4174 if test -n "$$list"; then \
4175 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
4176 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
4177 fi; \
4178 for p in $$list; do \
4179 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4180 echo "$$d$$p"; \
4181 done | $(am__base_list) | \
4182 while read files; do \
4183 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
4184 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
4185 done
4187 uninstall-toolexeclibgoruntimeDATA:
4188 @$(NORMAL_UNINSTALL)
4189 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
4190 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4191 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
4192 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
4193 @$(NORMAL_INSTALL)
4194 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
4195 if test -n "$$list"; then \
4196 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
4197 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
4198 fi; \
4199 for p in $$list; do \
4200 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4201 echo "$$d$$p"; \
4202 done | $(am__base_list) | \
4203 while read files; do \
4204 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
4205 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
4206 done
4208 uninstall-toolexeclibgosyncDATA:
4209 @$(NORMAL_UNINSTALL)
4210 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
4211 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4212 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
4213 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
4214 @$(NORMAL_INSTALL)
4215 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
4216 if test -n "$$list"; then \
4217 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
4218 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
4219 fi; \
4220 for p in $$list; do \
4221 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4222 echo "$$d$$p"; \
4223 done | $(am__base_list) | \
4224 while read files; do \
4225 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
4226 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
4227 done
4229 uninstall-toolexeclibgotestingDATA:
4230 @$(NORMAL_UNINSTALL)
4231 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
4232 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4233 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
4234 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
4235 @$(NORMAL_INSTALL)
4236 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
4237 if test -n "$$list"; then \
4238 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
4239 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
4240 fi; \
4241 for p in $$list; do \
4242 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4243 echo "$$d$$p"; \
4244 done | $(am__base_list) | \
4245 while read files; do \
4246 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
4247 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
4248 done
4250 uninstall-toolexeclibgotextDATA:
4251 @$(NORMAL_UNINSTALL)
4252 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
4253 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4254 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
4255 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
4256 @$(NORMAL_INSTALL)
4257 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
4258 if test -n "$$list"; then \
4259 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
4260 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
4261 fi; \
4262 for p in $$list; do \
4263 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4264 echo "$$d$$p"; \
4265 done | $(am__base_list) | \
4266 while read files; do \
4267 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
4268 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
4269 done
4271 uninstall-toolexeclibgotexttemplateDATA:
4272 @$(NORMAL_UNINSTALL)
4273 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
4274 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4275 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
4276 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
4277 @$(NORMAL_INSTALL)
4278 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
4279 if test -n "$$list"; then \
4280 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
4281 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
4282 fi; \
4283 for p in $$list; do \
4284 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4285 echo "$$d$$p"; \
4286 done | $(am__base_list) | \
4287 while read files; do \
4288 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
4289 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
4290 done
4292 uninstall-toolexeclibgounicodeDATA:
4293 @$(NORMAL_UNINSTALL)
4294 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
4295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4296 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
4298 # This directory's subdirectories are mostly independent; you can cd
4299 # into them and run `make' without going through this Makefile.
4300 # To change the values of `make' variables: instead of editing Makefiles,
4301 # (1) if the variable is set in `config.status', edit `config.status'
4302 # (which will cause the Makefiles to be regenerated when you run `make');
4303 # (2) otherwise, pass the desired values on the `make' command line.
4304 $(RECURSIVE_TARGETS):
4305 @fail= failcom='exit 1'; \
4306 for f in x $$MAKEFLAGS; do \
4307 case $$f in \
4308 *=* | --[!k]*);; \
4309 *k*) failcom='fail=yes';; \
4310 esac; \
4311 done; \
4312 dot_seen=no; \
4313 target=`echo $@ | sed s/-recursive//`; \
4314 list='$(SUBDIRS)'; for subdir in $$list; do \
4315 echo "Making $$target in $$subdir"; \
4316 if test "$$subdir" = "."; then \
4317 dot_seen=yes; \
4318 local_target="$$target-am"; \
4319 else \
4320 local_target="$$target"; \
4321 fi; \
4322 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4323 || eval $$failcom; \
4324 done; \
4325 if test "$$dot_seen" = "no"; then \
4326 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4327 fi; test -z "$$fail"
4329 $(RECURSIVE_CLEAN_TARGETS):
4330 @fail= failcom='exit 1'; \
4331 for f in x $$MAKEFLAGS; do \
4332 case $$f in \
4333 *=* | --[!k]*);; \
4334 *k*) failcom='fail=yes';; \
4335 esac; \
4336 done; \
4337 dot_seen=no; \
4338 case "$@" in \
4339 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4340 *) list='$(SUBDIRS)' ;; \
4341 esac; \
4342 rev=''; for subdir in $$list; do \
4343 if test "$$subdir" = "."; then :; else \
4344 rev="$$subdir $$rev"; \
4345 fi; \
4346 done; \
4347 rev="$$rev ."; \
4348 target=`echo $@ | sed s/-recursive//`; \
4349 for subdir in $$rev; do \
4350 echo "Making $$target in $$subdir"; \
4351 if test "$$subdir" = "."; then \
4352 local_target="$$target-am"; \
4353 else \
4354 local_target="$$target"; \
4355 fi; \
4356 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4357 || eval $$failcom; \
4358 done && test -z "$$fail"
4359 tags-recursive:
4360 list='$(SUBDIRS)'; for subdir in $$list; do \
4361 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
4362 done
4363 ctags-recursive:
4364 list='$(SUBDIRS)'; for subdir in $$list; do \
4365 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
4366 done
4368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4370 unique=`for i in $$list; do \
4371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4372 done | \
4373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4374 END { if (nonempty) { for (i in files) print i; }; }'`; \
4375 mkid -fID $$unique
4376 tags: TAGS
4378 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4379 $(TAGS_FILES) $(LISP)
4380 set x; \
4381 here=`pwd`; \
4382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4383 include_option=--etags-include; \
4384 empty_fix=.; \
4385 else \
4386 include_option=--include; \
4387 empty_fix=; \
4388 fi; \
4389 list='$(SUBDIRS)'; for subdir in $$list; do \
4390 if test "$$subdir" = .; then :; else \
4391 test ! -f $$subdir/TAGS || \
4392 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4393 fi; \
4394 done; \
4395 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4396 unique=`for i in $$list; do \
4397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4398 done | \
4399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4400 END { if (nonempty) { for (i in files) print i; }; }'`; \
4401 shift; \
4402 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4403 test -n "$$unique" || unique=$$empty_fix; \
4404 if test $$# -gt 0; then \
4405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4406 "$$@" $$unique; \
4407 else \
4408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4409 $$unique; \
4410 fi; \
4412 ctags: CTAGS
4413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4414 $(TAGS_FILES) $(LISP)
4415 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4416 unique=`for i in $$list; do \
4417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4418 done | \
4419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4420 END { if (nonempty) { for (i in files) print i; }; }'`; \
4421 test -z "$(CTAGS_ARGS)$$unique" \
4422 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4423 $$unique
4425 GTAGS:
4426 here=`$(am__cd) $(top_builddir) && pwd` \
4427 && $(am__cd) $(top_srcdir) \
4428 && gtags -i $(GTAGS_ARGS) "$$here"
4430 distclean-tags:
4431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4432 check-am: all-am
4433 check: check-recursive
4434 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
4435 config.h
4436 installdirs: installdirs-recursive
4437 installdirs-am:
4438 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 \
4439 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4440 done
4441 install: install-recursive
4442 install-exec: install-exec-recursive
4443 install-data: install-data-recursive
4444 uninstall: uninstall-recursive
4446 install-am: all-am
4447 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4449 installcheck: installcheck-recursive
4450 install-strip:
4451 if test -z '$(STRIP)'; then \
4452 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4453 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4454 install; \
4455 else \
4456 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4457 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4458 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4460 mostlyclean-generic:
4462 clean-generic:
4463 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4465 distclean-generic:
4466 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4467 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4469 maintainer-clean-generic:
4470 @echo "This command is intended for maintainers to use"
4471 @echo "it deletes files that may require special tools to rebuild."
4472 clean: clean-multi clean-recursive
4474 clean-am: clean-generic clean-libtool clean-local \
4475 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
4476 mostlyclean-am
4478 distclean: distclean-multi distclean-recursive
4479 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
4480 -rm -rf ./$(DEPDIR)
4481 -rm -f Makefile
4482 distclean-am: clean-am distclean-compile distclean-generic \
4483 distclean-hdr distclean-libtool distclean-tags
4485 dvi: dvi-recursive
4487 dvi-am:
4489 html: html-recursive
4491 html-am:
4493 info: info-recursive
4495 info-am:
4497 install-data-am:
4499 install-dvi: install-dvi-recursive
4501 install-dvi-am:
4503 install-exec-am: install-multi install-toolexeclibLIBRARIES \
4504 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
4505 install-toolexeclibgoarchiveDATA \
4506 install-toolexeclibgocompressDATA \
4507 install-toolexeclibgocontainerDATA \
4508 install-toolexeclibgocryptoDATA \
4509 install-toolexeclibgocryptox509DATA \
4510 install-toolexeclibgodatabaseDATA \
4511 install-toolexeclibgodatabasesqlDATA \
4512 install-toolexeclibgodebugDATA \
4513 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
4514 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4515 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
4516 install-toolexeclibgoimagecolorDATA \
4517 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4518 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
4519 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4520 install-toolexeclibgonethttpDATA \
4521 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
4522 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4523 install-toolexeclibgoregexpDATA \
4524 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
4525 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
4526 install-toolexeclibgotexttemplateDATA \
4527 install-toolexeclibgounicodeDATA
4529 install-html: install-html-recursive
4531 install-html-am:
4533 install-info: install-info-recursive
4535 install-info-am:
4537 install-man:
4539 install-pdf: install-pdf-recursive
4541 install-pdf-am:
4543 install-ps: install-ps-recursive
4545 install-ps-am:
4547 installcheck-am:
4549 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
4550 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
4551 -rm -rf $(top_srcdir)/autom4te.cache
4552 -rm -rf ./$(DEPDIR)
4553 -rm -f Makefile
4554 maintainer-clean-am: distclean-am maintainer-clean-generic
4556 mostlyclean: mostlyclean-multi mostlyclean-recursive
4558 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4559 mostlyclean-libtool mostlyclean-local
4561 pdf: pdf-recursive
4563 pdf-am:
4565 ps: ps-recursive
4567 ps-am:
4569 uninstall-am: uninstall-toolexeclibLIBRARIES \
4570 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4571 uninstall-toolexeclibgoarchiveDATA \
4572 uninstall-toolexeclibgocompressDATA \
4573 uninstall-toolexeclibgocontainerDATA \
4574 uninstall-toolexeclibgocryptoDATA \
4575 uninstall-toolexeclibgocryptox509DATA \
4576 uninstall-toolexeclibgodatabaseDATA \
4577 uninstall-toolexeclibgodatabasesqlDATA \
4578 uninstall-toolexeclibgodebugDATA \
4579 uninstall-toolexeclibgoencodingDATA \
4580 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4581 uninstall-toolexeclibgohashDATA \
4582 uninstall-toolexeclibgohtmlDATA \
4583 uninstall-toolexeclibgoimageDATA \
4584 uninstall-toolexeclibgoimagecolorDATA \
4585 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
4586 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
4587 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
4588 uninstall-toolexeclibgonethttpDATA \
4589 uninstall-toolexeclibgonetrpcDATA \
4590 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
4591 uninstall-toolexeclibgopathDATA \
4592 uninstall-toolexeclibgoregexpDATA \
4593 uninstall-toolexeclibgoruntimeDATA \
4594 uninstall-toolexeclibgosyncDATA \
4595 uninstall-toolexeclibgotestingDATA \
4596 uninstall-toolexeclibgotextDATA \
4597 uninstall-toolexeclibgotexttemplateDATA \
4598 uninstall-toolexeclibgounicodeDATA
4600 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
4601 clean-multi ctags-recursive distclean-multi install-am \
4602 install-multi install-strip maintainer-clean-multi \
4603 mostlyclean-multi tags-recursive
4605 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
4606 all all-am all-multi am--refresh check check-am clean \
4607 clean-generic clean-libtool clean-local clean-multi \
4608 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
4609 ctags-recursive distclean distclean-compile distclean-generic \
4610 distclean-hdr distclean-libtool distclean-multi distclean-tags \
4611 dvi dvi-am html html-am info info-am install install-am \
4612 install-data install-data-am install-dvi install-dvi-am \
4613 install-exec install-exec-am install-html install-html-am \
4614 install-info install-info-am install-man install-multi \
4615 install-pdf install-pdf-am install-ps install-ps-am \
4616 install-strip install-toolexeclibLIBRARIES \
4617 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
4618 install-toolexeclibgoarchiveDATA \
4619 install-toolexeclibgocompressDATA \
4620 install-toolexeclibgocontainerDATA \
4621 install-toolexeclibgocryptoDATA \
4622 install-toolexeclibgocryptox509DATA \
4623 install-toolexeclibgodatabaseDATA \
4624 install-toolexeclibgodatabasesqlDATA \
4625 install-toolexeclibgodebugDATA \
4626 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
4627 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4628 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
4629 install-toolexeclibgoimagecolorDATA \
4630 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4631 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
4632 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4633 install-toolexeclibgonethttpDATA \
4634 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
4635 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4636 install-toolexeclibgoregexpDATA \
4637 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
4638 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
4639 install-toolexeclibgotexttemplateDATA \
4640 install-toolexeclibgounicodeDATA installcheck installcheck-am \
4641 installdirs installdirs-am maintainer-clean \
4642 maintainer-clean-generic maintainer-clean-multi mostlyclean \
4643 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
4644 mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
4645 tags-recursive uninstall uninstall-am \
4646 uninstall-toolexeclibLIBRARIES \
4647 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4648 uninstall-toolexeclibgoarchiveDATA \
4649 uninstall-toolexeclibgocompressDATA \
4650 uninstall-toolexeclibgocontainerDATA \
4651 uninstall-toolexeclibgocryptoDATA \
4652 uninstall-toolexeclibgocryptox509DATA \
4653 uninstall-toolexeclibgodatabaseDATA \
4654 uninstall-toolexeclibgodatabasesqlDATA \
4655 uninstall-toolexeclibgodebugDATA \
4656 uninstall-toolexeclibgoencodingDATA \
4657 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4658 uninstall-toolexeclibgohashDATA \
4659 uninstall-toolexeclibgohtmlDATA \
4660 uninstall-toolexeclibgoimageDATA \
4661 uninstall-toolexeclibgoimagecolorDATA \
4662 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
4663 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
4664 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
4665 uninstall-toolexeclibgonethttpDATA \
4666 uninstall-toolexeclibgonetrpcDATA \
4667 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
4668 uninstall-toolexeclibgopathDATA \
4669 uninstall-toolexeclibgoregexpDATA \
4670 uninstall-toolexeclibgoruntimeDATA \
4671 uninstall-toolexeclibgosyncDATA \
4672 uninstall-toolexeclibgotestingDATA \
4673 uninstall-toolexeclibgotextDATA \
4674 uninstall-toolexeclibgotexttemplateDATA \
4675 uninstall-toolexeclibgounicodeDATA
4678 goc2c.$(OBJEXT): runtime/goc2c.c
4679 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
4681 goc2c: goc2c.$(OBJEXT)
4682 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
4684 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
4685 ./goc2c $< > $@.tmp
4686 mv -f $@.tmp $@
4688 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
4689 ./goc2c $< > $@.tmp
4690 mv -f $@.tmp $@
4692 netpoll.c: $(srcdir)/runtime/netpoll.goc goc2c
4693 ./goc2c $< > $@.tmp
4694 mv -f $@.tmp $@
4696 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
4697 ./goc2c $< > $@.tmp
4698 mv -f $@.tmp $@
4700 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
4701 ./goc2c $< > $@.tmp
4702 mv -f $@.tmp $@
4704 sema.c: $(srcdir)/runtime/sema.goc goc2c
4705 ./goc2c $< > $@.tmp
4706 mv -f $@.tmp $@
4708 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
4709 ./goc2c --go-pkgpath os_signal $< > $@.tmp
4710 mv -f $@.tmp $@
4712 time.c: $(srcdir)/runtime/time.goc goc2c
4713 ./goc2c $< > $@.tmp
4714 mv -f $@.tmp $@
4716 %.c: $(srcdir)/runtime/%.goc goc2c
4717 ./goc2c $< > $@.tmp
4718 mv -f $@.tmp $@
4720 version.go: s-version; @true
4721 s-version: Makefile
4722 rm -f version.go.tmp
4723 echo "package runtime" > version.go.tmp
4724 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
4725 echo 'const theVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
4726 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
4727 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
4728 echo 'const theGccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
4729 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
4730 $(STAMP) $@
4732 # Generate the list of go std packages that were included in libgo
4733 zstdpkglist.go: s-zstdpkglist; @true
4734 s-zstdpkglist: Makefile
4735 rm -f zstdpkglist.go.tmp
4736 echo 'package main' > zstdpkglist.go.tmp
4737 echo "" >> zstdpkglist.go.tmp
4738 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
4739 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
4740 echo '}' >> zstdpkglist.go.tmp
4741 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
4742 $(STAMP) $@
4744 libcalls.go: s-libcalls; @true
4745 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(go_base_syscall_files)
4746 rm -f libcalls.go.tmp
4747 files=`echo $^ | sed -e 's/libcalls-list//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
4748 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
4749 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
4750 $(STAMP) $@
4752 libcalls-list: s-libcalls-list; @true
4753 s-libcalls-list: Makefile
4754 rm -f libcalls-list.tmp
4755 echo $(go_base_syscall_files) > libcalls-list.tmp
4756 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
4757 $(STAMP) $@
4759 syscall_arch.go: s-syscall_arch; @true
4760 s-syscall_arch: Makefile
4761 rm -f syscall_arch.go.tmp
4762 echo "package syscall" > syscall_arch.go.tmp
4763 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
4764 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
4765 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
4766 $(STAMP) $@
4768 sysinfo.go: s-sysinfo; @true
4769 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
4770 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS) -O" $(SHELL) $(srcdir)/mksysinfo.sh
4771 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
4772 $(STAMP) $@
4774 # The epoll struct has an embedded union and is packed on x86_64,
4775 # which is too complicated for mksysinfo.sh. We find the offset of
4776 # the only field we care about in configure.ac, and generate the
4777 # struct here.
4778 epoll.go: s-epoll; @true
4779 s-epoll: Makefile
4780 rm -f epoll.go.tmp
4781 echo 'package syscall' > epoll.go.tmp
4782 echo 'type EpollEvent struct {' >> epoll.go.tmp
4783 echo ' Events uint32' >> epoll.go.tmp
4784 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
4785 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
4786 exit 1; ;; \
4787 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
4788 12,4) echo ' Fd int32' >> epoll.go.tmp; \
4789 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
4790 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
4791 echo ' Fd int32' >> epoll.go.tmp; ;; \
4792 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
4793 echo ' Fd int32' >> epoll.go.tmp; \
4794 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
4795 *) echo 1>&2 "*** struct epoll_event unsupported"; \
4796 exit 1; ;; \
4797 esac
4798 echo '}' >> epoll.go.tmp
4799 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
4800 $(STAMP) $@
4802 @go_include@ bufio.lo.dep
4803 bufio.lo.dep: $(go_bufio_files)
4804 $(BUILDDEPS)
4805 bufio.lo: $(go_bufio_files)
4806 $(BUILDPACKAGE)
4807 bufio/check: $(CHECK_DEPS)
4808 @$(CHECK)
4809 .PHONY: bufio/check
4811 @go_include@ bytes.lo.dep
4812 bytes.lo.dep: $(go_bytes_files)
4813 $(BUILDDEPS)
4814 bytes.lo: $(go_bytes_files)
4815 $(BUILDPACKAGE)
4816 bytes/index.lo: $(go_bytes_c_files)
4817 @$(MKDIR_P) bytes
4818 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
4819 bytes/check: $(CHECK_DEPS)
4820 @$(CHECK)
4821 .PHONY: bytes/check
4823 @go_include@ crypto.lo.dep
4824 crypto.lo.dep: $(go_crypto_files)
4825 $(BUILDDEPS)
4826 crypto.lo: $(go_crypto_files)
4827 $(BUILDPACKAGE)
4828 crypto/check: $(CHECK_DEPS)
4829 @$(CHECK)
4830 .PHONY: crypto/check
4832 @go_include@ encoding.lo.dep
4833 encoding.lo.dep: $(go_encoding_files)
4834 $(BUILDDEPS)
4835 encoding.lo: $(go_encoding_files)
4836 $(BUILDPACKAGE)
4837 encoding/check: $(CHECK_DEPS)
4838 @$(CHECK)
4839 .PHONY: encoding/check
4841 @go_include@ errors.lo.dep
4842 errors.lo.dep: $(go_errors_files)
4843 $(BUILDDEPS)
4844 errors.lo: $(go_errors_files)
4845 $(BUILDPACKAGE)
4846 errors/check: $(CHECK_DEPS)
4847 @$(CHECK)
4848 .PHONY: errors/check
4850 @go_include@ expvar.lo.dep
4851 expvar.lo.dep: $(go_expvar_files)
4852 $(BUILDDEPS)
4853 expvar.lo: $(go_expvar_files)
4854 $(BUILDPACKAGE)
4855 expvar/check: $(CHECK_DEPS)
4856 @$(CHECK)
4857 .PHONY: expvar/check
4859 @go_include@ flag.lo.dep
4860 flag.lo.dep: $(go_flag_files)
4861 $(BUILDDEPS)
4862 flag.lo: $(go_flag_files)
4863 $(BUILDPACKAGE)
4864 flag/check: $(CHECK_DEPS)
4865 @$(CHECK)
4866 .PHONY: flag/check
4868 @go_include@ fmt.lo.dep
4869 fmt.lo.dep: $(go_fmt_files)
4870 $(BUILDDEPS)
4871 fmt.lo: $(go_fmt_files)
4872 $(BUILDPACKAGE)
4873 fmt/check: $(CHECK_DEPS)
4874 @$(CHECK)
4875 .PHONY: fmt/check
4877 @go_include@ hash.lo.dep
4878 hash.lo.dep: $(go_hash_files)
4879 $(BUILDDEPS)
4880 hash.lo: $(go_hash_files)
4881 $(BUILDPACKAGE)
4882 hash/check: $(CHECK_DEPS)
4883 @$(CHECK)
4884 .PHONY: hash/check
4886 @go_include@ html.lo.dep
4887 html.lo.dep: $(go_html_files)
4888 $(BUILDDEPS)
4889 html.lo: $(go_html_files)
4890 $(BUILDPACKAGE)
4891 html/check: $(CHECK_DEPS)
4892 @$(CHECK)
4893 .PHONY: html/check
4895 @go_include@ image.lo.dep
4896 image.lo.dep: $(go_image_files)
4897 $(BUILDDEPS)
4898 image.lo: $(go_image_files)
4899 $(BUILDPACKAGE)
4900 image/check: $(CHECK_DEPS)
4901 @$(CHECK)
4902 .PHONY: image/check
4904 @go_include@ io.lo.dep
4905 io.lo.dep: $(go_io_files)
4906 $(BUILDDEPS)
4907 io.lo: $(go_io_files)
4908 $(BUILDPACKAGE)
4909 io/check: $(CHECK_DEPS)
4910 @$(CHECK)
4911 .PHONY: io/check
4913 @go_include@ log.lo.dep
4914 log.lo.dep: $(go_log_files)
4915 $(BUILDDEPS)
4916 log.lo: $(go_log_files)
4917 $(BUILDPACKAGE)
4918 log/check: $(CHECK_DEPS)
4919 @$(CHECK)
4920 .PHONY: log/check
4922 @go_include@ math.lo.dep
4923 math.lo.dep: $(go_math_files)
4924 $(BUILDDEPS)
4925 math.lo: $(go_math_files)
4926 $(MKDIR_P) $(@D)
4927 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
4928 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
4929 math/check: $(CHECK_DEPS)
4930 @$(CHECK)
4931 .PHONY: math/check
4933 @go_include@ mime.lo.dep
4934 mime.lo.dep: $(go_mime_files)
4935 $(BUILDDEPS)
4936 mime.lo: $(go_mime_files)
4937 $(BUILDPACKAGE)
4938 mime/check: $(CHECK_DEPS)
4939 @$(CHECK)
4940 .PHONY: mime/check
4942 @go_include@ net.lo.dep
4943 net.lo.dep: $(go_net_files)
4944 $(BUILDDEPS)
4945 net.lo: $(go_net_files)
4946 $(BUILDPACKAGE)
4947 net/check: $(CHECK_DEPS)
4948 @$(CHECK)
4949 .PHONY: net/check
4951 @go_include@ netgo.o.dep
4952 netgo.o.dep: $(go_netgo_files)
4953 $(BUILDDEPS)
4954 netgo.o: $(go_netgo_files)
4955 $(BUILDNETGO)
4957 @go_include@ os.lo.dep
4958 os.lo.dep: $(go_os_files)
4959 $(BUILDDEPS)
4960 os.lo: $(go_os_files)
4961 $(BUILDPACKAGE)
4962 os/check: $(CHECK_DEPS)
4963 @$(CHECK)
4964 .PHONY: os/check
4966 @go_include@ path.lo.dep
4967 path.lo.dep: $(go_path_files)
4968 $(BUILDDEPS)
4969 path.lo: $(go_path_files)
4970 $(BUILDPACKAGE)
4971 path/check: $(CHECK_DEPS)
4972 @$(CHECK)
4973 .PHONY: path/check
4975 @go_include@ reflect-go.lo.dep
4976 reflect-go.lo.dep: $(go_reflect_files)
4977 $(BUILDDEPS)
4978 reflect-go.lo: $(go_reflect_files)
4979 $(BUILDPACKAGE)
4980 reflect/check: $(CHECK_DEPS)
4981 @$(CHECK)
4982 reflect/makefunc_ffi_c.lo: $(go_reflect_makefunc_c_file)
4983 @$(MKDIR_P) reflect
4984 $(LTCOMPILE) -c -o $@ $<
4985 .PHONY: reflect/check
4987 @go_include@ regexp.lo.dep
4988 regexp.lo.dep: $(go_regexp_files)
4989 $(BUILDDEPS)
4990 regexp.lo: $(go_regexp_files)
4991 $(BUILDPACKAGE)
4992 regexp/check: $(CHECK_DEPS)
4993 @$(CHECK)
4994 .PHONY: regexp/check
4996 @go_include@ runtime-go.lo.dep
4997 runtime-go.lo.dep: $(go_runtime_files)
4998 $(BUILDDEPS)
4999 runtime-go.lo: $(go_runtime_files)
5000 $(BUILDPACKAGE)
5001 runtime/check: $(CHECK_DEPS)
5002 @$(CHECK)
5003 .PHONY: runtime/check
5005 @go_include@ sort.lo.dep
5006 sort.lo.dep: $(go_sort_files)
5007 $(BUILDDEPS)
5008 sort.lo: $(go_sort_files)
5009 $(BUILDPACKAGE)
5010 sort/check: $(CHECK_DEPS)
5011 @$(CHECK)
5012 .PHONY: sort/check
5014 @go_include@ strconv.lo.dep
5015 strconv.lo.dep: $(go_strconv_files)
5016 $(BUILDDEPS)
5017 strconv.lo: $(go_strconv_files)
5018 $(BUILDPACKAGE)
5019 strconv/check: $(CHECK_DEPS)
5020 @$(CHECK)
5021 .PHONY: strconv/check
5023 @go_include@ strings.lo.dep
5024 strings.lo.dep: $(go_strings_files)
5025 $(BUILDDEPS)
5026 strings.lo: $(go_strings_files)
5027 $(BUILDPACKAGE)
5028 strings/index.lo: $(go_strings_c_files)
5029 @$(MKDIR_P) strings
5030 $(LTCOMPILE) -c -o strings/index.lo $(srcdir)/go/strings/indexbyte.c
5031 strings/check: $(CHECK_DEPS)
5032 @$(CHECK)
5033 .PHONY: strings/check
5035 @go_include@ sync.lo.dep
5036 sync.lo.dep: $(go_sync_files)
5037 $(BUILDDEPS)
5038 sync.lo: $(go_sync_files)
5039 $(BUILDPACKAGE)
5040 sync/check: $(CHECK_DEPS)
5041 @$(CHECK)
5042 .PHONY: sync/check
5044 @go_include@ testing.lo.dep
5045 testing.lo.dep: $(go_testing_files)
5046 $(BUILDDEPS)
5047 testing.lo: $(go_testing_files)
5048 $(BUILDPACKAGE)
5049 testing/check: $(CHECK_DEPS)
5050 @$(CHECK)
5051 .PHONY: testing/check
5053 @go_include@ time-go.lo.dep
5054 time-go.lo.dep: $(go_time_files)
5055 $(BUILDDEPS)
5056 time-go.lo: $(go_time_files)
5057 $(BUILDPACKAGE)
5058 time/check: $(CHECK_DEPS)
5059 @$(CHECK)
5060 .PHONY: time/check
5062 @go_include@ unicode.lo.dep
5063 unicode.lo.dep: $(go_unicode_files)
5064 $(BUILDDEPS)
5065 unicode.lo: $(go_unicode_files)
5066 $(BUILDPACKAGE)
5067 unicode/check: $(CHECK_DEPS)
5068 @$(CHECK)
5069 .PHONY: unicode/check
5071 @go_include@ archive/tar.lo.dep
5072 archive/tar.lo.dep: $(go_archive_tar_files)
5073 $(BUILDDEPS)
5074 archive/tar.lo: $(go_archive_tar_files)
5075 $(BUILDPACKAGE)
5076 archive/tar/check: $(CHECK_DEPS)
5077 @$(CHECK)
5078 .PHONY: archive/tar/check
5080 @go_include@ archive/zip.lo.dep
5081 archive/zip.lo.dep: $(go_archive_zip_files)
5082 $(BUILDDEPS)
5083 archive/zip.lo: $(go_archive_zip_files)
5084 $(BUILDPACKAGE)
5085 archive/zip/check: $(CHECK_DEPS)
5086 @$(CHECK)
5087 .PHONY: archive/zip/check
5089 @go_include@ compress/bzip2.lo.dep
5090 compress/bzip2.lo.dep: $(go_compress_bzip2_files)
5091 $(BUILDDEPS)
5092 compress/bzip2.lo: $(go_compress_bzip2_files)
5093 $(BUILDPACKAGE)
5094 compress/bzip2/check: $(CHECK_DEPS)
5095 @$(CHECK)
5096 .PHONY: compress/bzip2/check
5098 @go_include@ compress/flate.lo.dep
5099 compress/flate.lo.dep: $(go_compress_flate_files)
5100 $(BUILDDEPS)
5101 compress/flate.lo: $(go_compress_flate_files)
5102 $(BUILDPACKAGE)
5103 compress/flate/check: $(CHECK_DEPS)
5104 @$(CHECK)
5105 .PHONY: compress/flate/check
5107 @go_include@ compress/gzip.lo.dep
5108 compress/gzip.lo.dep: $(go_compress_gzip_files)
5109 $(BUILDDEPS)
5110 compress/gzip.lo: $(go_compress_gzip_files)
5111 $(BUILDPACKAGE)
5112 compress/gzip/check: $(CHECK_DEPS)
5113 @$(CHECK)
5114 .PHONY: compress/gzip/check
5116 @go_include@ compress/lzw.lo.dep
5117 compress/lzw.lo.dep: $(go_compress_lzw_files)
5118 $(BUILDDEPS)
5119 compress/lzw.lo: $(go_compress_lzw_files)
5120 $(BUILDPACKAGE)
5121 compress/lzw/check: $(CHECK_DEPS)
5122 @$(CHECK)
5123 .PHONY: compress/lzw/check
5125 @go_include@ compress/zlib.lo.dep
5126 compress/zlib.lo.dep: $(go_compress_zlib_files)
5127 $(BUILDDEPS)
5128 compress/zlib.lo: $(go_compress_zlib_files)
5129 $(BUILDPACKAGE)
5130 compress/zlib/check: $(CHECK_DEPS)
5131 @$(CHECK)
5132 .PHONY: compress/zlib/check
5134 @go_include@ container/heap.lo.dep
5135 container/heap.lo.dep: $(go_container_heap_files)
5136 $(BUILDDEPS)
5137 container/heap.lo: $(go_container_heap_files)
5138 $(BUILDPACKAGE)
5139 container/heap/check: $(CHECK_DEPS)
5140 @$(CHECK)
5141 .PHONY: container/heap/check
5143 @go_include@ container/list.lo.dep
5144 container/list.lo.dep: $(go_container_list_files)
5145 $(BUILDDEPS)
5146 container/list.lo: $(go_container_list_files)
5147 $(BUILDPACKAGE)
5148 container/list/check: $(CHECK_DEPS)
5149 @$(CHECK)
5150 .PHONY: container/list/check
5152 @go_include@ container/ring.lo.dep
5153 container/ring.lo.dep: $(go_container_ring_files)
5154 $(BUILDDEPS)
5155 container/ring.lo: $(go_container_ring_files)
5156 $(BUILDPACKAGE)
5157 container/ring/check: $(CHECK_DEPS)
5158 @$(CHECK)
5159 .PHONY: container/ring/check
5161 @go_include@ crypto/aes.lo.dep
5162 crypto/aes.lo.dep: $(go_crypto_aes_files)
5163 $(BUILDDEPS)
5164 crypto/aes.lo: $(go_crypto_aes_files)
5165 $(BUILDPACKAGE)
5166 crypto/aes/check: $(CHECK_DEPS)
5167 @$(CHECK)
5168 .PHONY: crypto/aes/check
5170 @go_include@ crypto/cipher.lo.dep
5171 crypto/cipher.lo.dep: $(go_crypto_cipher_files)
5172 $(BUILDDEPS)
5173 crypto/cipher.lo: $(go_crypto_cipher_files)
5174 $(BUILDPACKAGE)
5175 crypto/cipher/check: $(CHECK_DEPS)
5176 @$(CHECK)
5177 .PHONY: crypto/cipher/check
5179 @go_include@ crypto/des.lo.dep
5180 crypto/des.lo.dep: $(go_crypto_des_files)
5181 $(BUILDDEPS)
5182 crypto/des.lo: $(go_crypto_des_files)
5183 $(BUILDPACKAGE)
5184 crypto/des/check: $(CHECK_DEPS)
5185 @$(CHECK)
5186 .PHONY: crypto/des/check
5188 @go_include@ crypto/dsa.lo.dep
5189 crypto/dsa.lo.dep: $(go_crypto_dsa_files)
5190 $(BUILDDEPS)
5191 crypto/dsa.lo: $(go_crypto_dsa_files)
5192 $(BUILDPACKAGE)
5193 crypto/dsa/check: $(CHECK_DEPS)
5194 @$(CHECK)
5195 .PHONY: crypto/dsa/check
5197 @go_include@ crypto/ecdsa.lo.dep
5198 crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
5199 $(BUILDDEPS)
5200 crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
5201 $(BUILDPACKAGE)
5202 crypto/ecdsa/check: $(CHECK_DEPS)
5203 @$(CHECK)
5204 .PHONY: crypto/ecdsa/check
5206 @go_include@ crypto/elliptic.lo.dep
5207 crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
5208 $(BUILDDEPS)
5209 crypto/elliptic.lo: $(go_crypto_elliptic_files)
5210 $(BUILDPACKAGE)
5211 crypto/elliptic/check: $(CHECK_DEPS)
5212 @$(CHECK)
5213 .PHONY: crypto/elliptic/check
5215 @go_include@ crypto/hmac.lo.dep
5216 crypto/hmac.lo.dep: $(go_crypto_hmac_files)
5217 $(BUILDDEPS)
5218 crypto/hmac.lo: $(go_crypto_hmac_files)
5219 $(BUILDPACKAGE)
5220 crypto/hmac/check: $(CHECK_DEPS)
5221 @$(CHECK)
5222 .PHONY: crypto/hmac/check
5224 @go_include@ crypto/md5.lo.dep
5225 crypto/md5.lo.dep: $(go_crypto_md5_files)
5226 $(BUILDDEPS)
5227 crypto/md5.lo: $(go_crypto_md5_files)
5228 $(BUILDPACKAGE)
5229 crypto/md5/check: $(CHECK_DEPS)
5230 @$(CHECK)
5231 .PHONY: crypto/md5/check
5233 @go_include@ crypto/rand.lo.dep
5234 crypto/rand.lo.dep: $(go_crypto_rand_files)
5235 $(BUILDDEPS)
5236 crypto/rand.lo: $(go_crypto_rand_files)
5237 $(BUILDPACKAGE)
5238 crypto/rand/check: $(CHECK_DEPS)
5239 @$(CHECK)
5240 .PHONY: crypto/rand/check
5242 @go_include@ crypto/rc4.lo.dep
5243 crypto/rc4.lo.dep: $(go_crypto_rc4_files)
5244 $(BUILDDEPS)
5245 crypto/rc4.lo: $(go_crypto_rc4_files)
5246 $(BUILDPACKAGE)
5247 crypto/rc4/check: $(CHECK_DEPS)
5248 @$(CHECK)
5249 .PHONY: crypto/rc4/check
5251 @go_include@ crypto/rsa.lo.dep
5252 crypto/rsa.lo.dep: $(go_crypto_rsa_files)
5253 $(BUILDDEPS)
5254 crypto/rsa.lo: $(go_crypto_rsa_files)
5255 $(BUILDPACKAGE)
5256 crypto/rsa/check: $(CHECK_DEPS)
5257 @$(CHECK)
5258 .PHONY: crypto/rsa/check
5260 @go_include@ crypto/sha1.lo.dep
5261 crypto/sha1.lo.dep: $(go_crypto_sha1_files)
5262 $(BUILDDEPS)
5263 crypto/sha1.lo: $(go_crypto_sha1_files)
5264 $(BUILDPACKAGE)
5265 crypto/sha1/check: $(CHECK_DEPS)
5266 @$(CHECK)
5267 .PHONY: crypto/sha1/check
5269 @go_include@ crypto/sha256.lo.dep
5270 crypto/sha256.lo.dep: $(go_crypto_sha256_files)
5271 $(BUILDDEPS)
5272 crypto/sha256.lo: $(go_crypto_sha256_files)
5273 $(BUILDPACKAGE)
5274 crypto/sha256/check: $(CHECK_DEPS)
5275 @$(CHECK)
5276 .PHONY: crypto/sha256/check
5278 @go_include@ crypto/sha512.lo.dep
5279 crypto/sha512.lo.dep: $(go_crypto_sha512_files)
5280 $(BUILDDEPS)
5281 crypto/sha512.lo: $(go_crypto_sha512_files)
5282 $(BUILDPACKAGE)
5283 crypto/sha512/check: $(CHECK_DEPS)
5284 @$(CHECK)
5285 .PHONY: crypto/sha512/check
5287 @go_include@ crypto/subtle.lo.dep
5288 crypto/subtle.lo.dep: $(go_crypto_subtle_files)
5289 $(BUILDDEPS)
5290 crypto/subtle.lo: $(go_crypto_subtle_files)
5291 $(BUILDPACKAGE)
5292 crypto/subtle/check: $(CHECK_DEPS)
5293 @$(CHECK)
5294 .PHONY: crypto/subtle/check
5296 @go_include@ crypto/tls.lo.dep
5297 crypto/tls.lo.dep: $(go_crypto_tls_files)
5298 $(BUILDDEPS)
5299 crypto/tls.lo: $(go_crypto_tls_files)
5300 $(BUILDPACKAGE)
5301 crypto/tls/check: $(CHECK_DEPS)
5302 @$(CHECK)
5303 .PHONY: crypto/tls/check
5305 @go_include@ crypto/x509.lo.dep
5306 crypto/x509.lo.dep: $(go_crypto_x509_files)
5307 $(BUILDDEPS)
5308 crypto/x509.lo: $(go_crypto_x509_files)
5309 $(BUILDPACKAGE)
5310 crypto/x509/check: $(CHECK_DEPS)
5311 @$(CHECK)
5312 .PHONY: crypto/x509/check
5314 @go_include@ crypto/x509/pkix.lo.dep
5315 crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
5316 $(BUILDDEPS)
5317 crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
5318 $(BUILDPACKAGE)
5319 crypto/x509/pkix/check: $(CHECK_DEPS)
5320 @$(CHECK)
5321 .PHONY: crypto/x509/pkix/check
5323 @go_include@ database/sql.lo.dep
5324 database/sql.lo.dep: $(go_database_sql_files)
5325 $(BUILDDEPS)
5326 database/sql.lo: $(go_database_sql_files)
5327 $(BUILDPACKAGE)
5328 database/sql/check: $(CHECK_DEPS)
5329 @$(CHECK)
5330 .PHONY: database/sql/check
5332 @go_include@ database/sql/driver.lo.dep
5333 database/sql/driver.lo.dep: $(go_database_sql_driver_files)
5334 $(BUILDDEPS)
5335 database/sql/driver.lo: $(go_database_sql_driver_files)
5336 $(BUILDPACKAGE)
5337 database/sql/driver/check: $(CHECK_DEPS)
5338 @$(CHECK)
5339 .PHONY: database/sql/driver/check
5341 @go_include@ debug/dwarf.lo.dep
5342 debug/dwarf.lo.dep: $(go_debug_dwarf_files)
5343 $(BUILDDEPS)
5344 debug/dwarf.lo: $(go_debug_dwarf_files)
5345 $(BUILDPACKAGE)
5346 debug/dwarf/check: $(CHECK_DEPS)
5347 @$(CHECK)
5348 .PHONY: debug/dwarf/check
5350 @go_include@ debug/elf.lo.dep
5351 debug/elf.lo.dep: $(go_debug_elf_files)
5352 $(BUILDDEPS)
5353 debug/elf.lo: $(go_debug_elf_files)
5354 $(BUILDPACKAGE)
5355 debug/elf/check: $(CHECK_DEPS)
5356 @$(CHECK)
5357 .PHONY: debug/elf/check
5359 @go_include@ debug/gosym.lo.dep
5360 debug/gosym.lo.dep: $(go_debug_gosym_files)
5361 $(BUILDDEPS)
5362 debug/gosym.lo: $(go_debug_gosym_files)
5363 $(BUILDPACKAGE)
5364 debug/gosym/check: $(CHECK_DEPS)
5365 @$(CHECK)
5366 .PHONY: debug/gosym/check
5368 @go_include@ debug/macho.lo.dep
5369 debug/macho.lo.dep: $(go_debug_macho_files)
5370 $(BUILDDEPS)
5371 debug/macho.lo: $(go_debug_macho_files)
5372 $(BUILDPACKAGE)
5373 debug/macho/check: $(CHECK_DEPS)
5374 @$(CHECK)
5375 .PHONY: debug/macho/check
5377 @go_include@ debug/pe.lo.dep
5378 debug/pe.lo.dep: $(go_debug_pe_files)
5379 $(BUILDDEPS)
5380 debug/pe.lo: $(go_debug_pe_files)
5381 $(BUILDPACKAGE)
5382 debug/pe/check: $(CHECK_DEPS)
5383 @$(CHECK)
5384 .PHONY: debug/pe/check
5386 @go_include@ debug/plan9obj.lo.dep
5387 debug/plan9obj.lo.dep: $(go_debug_plan9obj_files)
5388 $(BUILDDEPS)
5389 debug/plan9obj.lo: $(go_debug_plan9obj_files)
5390 $(BUILDPACKAGE)
5391 debug/plan9obj/check: $(CHECK_DEPS)
5392 @$(CHECK)
5393 .PHONY: debug/plan9obj/check
5395 @go_include@ encoding/asn1.lo.dep
5396 encoding/asn1.lo.dep: $(go_encoding_asn1_files)
5397 $(BUILDDEPS)
5398 encoding/asn1.lo: $(go_encoding_asn1_files)
5399 $(BUILDPACKAGE)
5400 encoding/asn1/check: $(CHECK_DEPS)
5401 @$(CHECK)
5402 .PHONY: encoding/asn1/check
5404 @go_include@ encoding/ascii85.lo.dep
5405 encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
5406 $(BUILDDEPS)
5407 encoding/ascii85.lo: $(go_encoding_ascii85_files)
5408 $(BUILDPACKAGE)
5409 encoding/ascii85/check: $(CHECK_DEPS)
5410 @$(CHECK)
5411 .PHONY: encoding/ascii85/check
5413 @go_include@ encoding/base32.lo.dep
5414 encoding/base32.lo.dep: $(go_encoding_base32_files)
5415 $(BUILDDEPS)
5416 encoding/base32.lo: $(go_encoding_base32_files)
5417 $(BUILDPACKAGE)
5418 encoding/base32/check: $(CHECK_DEPS)
5419 @$(CHECK)
5420 .PHONY: encoding/base32/check
5422 @go_include@ encoding/base64.lo.dep
5423 encoding/base64.lo.dep: $(go_encoding_base64_files)
5424 $(BUILDDEPS)
5425 encoding/base64.lo: $(go_encoding_base64_files)
5426 $(BUILDPACKAGE)
5427 encoding/base64/check: $(CHECK_DEPS)
5428 @$(CHECK)
5429 .PHONY: encoding/base64/check
5431 @go_include@ encoding/binary.lo.dep
5432 encoding/binary.lo.dep: $(go_encoding_binary_files)
5433 $(BUILDDEPS)
5434 encoding/binary.lo: $(go_encoding_binary_files)
5435 $(BUILDPACKAGE)
5436 encoding/binary/check: $(CHECK_DEPS)
5437 @$(CHECK)
5438 .PHONY: encoding/binary/check
5440 @go_include@ encoding/csv.lo.dep
5441 encoding/csv.lo.dep: $(go_encoding_csv_files)
5442 $(BUILDDEPS)
5443 encoding/csv.lo: $(go_encoding_csv_files)
5444 $(BUILDPACKAGE)
5445 encoding/csv/check: $(CHECK_DEPS)
5446 @$(CHECK)
5447 .PHONY: encoding/csv/check
5449 @go_include@ encoding/gob.lo.dep
5450 encoding/gob.lo.dep: $(go_encoding_gob_files)
5451 $(BUILDDEPS)
5452 encoding/gob.lo: $(go_encoding_gob_files)
5453 $(BUILDPACKAGE)
5454 encoding/gob/check: $(CHECK_DEPS)
5455 @$(CHECK)
5456 .PHONY: encoding/gob/check
5458 @go_include@ encoding/hex.lo.dep
5459 encoding/hex.lo.dep: $(go_encoding_hex_files)
5460 $(BUILDDEPS)
5461 encoding/hex.lo: $(go_encoding_hex_files)
5462 $(BUILDPACKAGE)
5463 encoding/hex/check: $(CHECK_DEPS)
5464 @$(CHECK)
5465 .PHONY: encoding/hex/check
5467 @go_include@ encoding/json.lo.dep
5468 encoding/json.lo.dep: $(go_encoding_json_files)
5469 $(BUILDDEPS)
5470 encoding/json.lo: $(go_encoding_json_files)
5471 $(BUILDPACKAGE)
5472 encoding/json/check: $(CHECK_DEPS)
5473 @$(CHECK)
5474 .PHONY: encoding/json/check
5476 @go_include@ encoding/pem.lo.dep
5477 encoding/pem.lo.dep: $(go_encoding_pem_files)
5478 $(BUILDDEPS)
5479 encoding/pem.lo: $(go_encoding_pem_files)
5480 $(BUILDPACKAGE)
5481 encoding/pem/check: $(CHECK_DEPS)
5482 @$(CHECK)
5483 .PHONY: encoding/pem/check
5485 @go_include@ encoding/xml.lo.dep
5486 encoding/xml.lo.dep: $(go_encoding_xml_files)
5487 $(BUILDDEPS)
5488 encoding/xml.lo: $(go_encoding_xml_files)
5489 $(BUILDPACKAGE)
5490 encoding/xml/check: $(CHECK_DEPS)
5491 @$(CHECK)
5492 .PHONY: encoding/xml/check
5494 @go_include@ exp/proxy.lo.dep
5495 exp/proxy.lo.dep: $(go_exp_proxy_files)
5496 $(BUILDDEPS)
5497 exp/proxy.lo: $(go_exp_proxy_files)
5498 $(BUILDPACKAGE)
5499 exp/proxy/check: $(CHECK_DEPS)
5500 @$(CHECK)
5501 .PHONY: exp/proxy/check
5503 @go_include@ exp/terminal.lo.dep
5504 exp/terminal.lo.dep: $(go_exp_terminal_files)
5505 $(BUILDDEPS)
5506 exp/terminal.lo: $(go_exp_terminal_files)
5507 $(BUILDPACKAGE)
5508 exp/terminal/check: $(CHECK_DEPS)
5509 @$(CHECK)
5510 .PHONY: exp/terminal/check
5512 @go_include@ html/template.lo.dep
5513 html/template.lo.dep: $(go_html_template_files)
5514 $(BUILDDEPS)
5515 html/template.lo: $(go_html_template_files)
5516 $(BUILDPACKAGE)
5517 html/template/check: $(CHECK_DEPS)
5518 @$(CHECK)
5519 .PHONY: html/template/check
5521 @go_include@ go/ast.lo.dep
5522 go/ast.lo.dep: $(go_go_ast_files)
5523 $(BUILDDEPS)
5524 go/ast.lo: $(go_go_ast_files)
5525 $(BUILDPACKAGE)
5526 go/ast/check: $(CHECK_DEPS)
5527 @$(CHECK)
5528 .PHONY: go/ast/check
5530 @go_include@ go/build.lo.dep
5531 go/build.lo.dep: $(go_go_build_files)
5532 $(BUILDDEPS)
5533 go/build.lo: $(go_go_build_files)
5534 $(BUILDPACKAGE)
5535 go/build/check: $(CHECK_DEPS)
5536 @$(CHECK)
5537 .PHONY: go/build/check
5539 @go_include@ go/constant.lo.dep
5540 go/constant.lo.dep: $(go_go_constant_files)
5541 $(BUILDDEPS)
5542 go/constant.lo: $(go_go_constant_files)
5543 $(BUILDPACKAGE)
5544 go/constant/check: $(CHECK_DEPS)
5545 @$(CHECK)
5546 .PHONY: go/constant/check
5548 @go_include@ go/doc.lo.dep
5549 go/doc.lo.dep: $(go_go_doc_files)
5550 $(BUILDDEPS)
5551 go/doc.lo: $(go_go_doc_files)
5552 $(BUILDPACKAGE)
5553 go/doc/check: $(CHECK_DEPS)
5554 @$(CHECK)
5555 .PHONY: go/doc/check
5557 @go_include@ go/format.lo.dep
5558 go/format.lo.dep: $(go_go_format_files)
5559 $(BUILDDEPS)
5560 go/format.lo: $(go_go_format_files)
5561 $(BUILDPACKAGE)
5562 go/format/check: $(CHECK_DEPS)
5563 @$(CHECK)
5564 .PHONY: go/format/check
5566 @go_include@ go/importer.lo.dep
5567 go/importer.lo.dep: $(go_go_importer_files)
5568 $(BUILDDEPS)
5569 go/importer.lo: $(go_go_importer_files)
5570 $(BUILDPACKAGE)
5571 go/importer/check: $(CHECK_DEPS)
5572 @$(CHECK)
5573 .PHONY: go/importer/check
5575 @go_include@ go/parser.lo.dep
5576 go/parser.lo.dep: $(go_go_parser_files)
5577 $(BUILDDEPS)
5578 go/parser.lo: $(go_go_parser_files)
5579 $(BUILDPACKAGE)
5580 go/parser/check: $(CHECK_DEPS)
5581 @$(CHECK)
5582 .PHONY: go/parser/check
5584 @go_include@ go/printer.lo.dep
5585 go/printer.lo.dep: $(go_go_printer_files)
5586 $(BUILDDEPS)
5587 go/printer.lo: $(go_go_printer_files)
5588 $(BUILDPACKAGE)
5589 go/printer/check: $(CHECK_DEPS)
5590 @$(CHECK)
5591 .PHONY: go/printer/check
5593 @go_include@ go/scanner.lo.dep
5594 go/scanner.lo.dep: $(go_go_scanner_files)
5595 $(BUILDDEPS)
5596 go/scanner.lo: $(go_go_scanner_files)
5597 $(BUILDPACKAGE)
5598 go/scanner/check: $(CHECK_DEPS)
5599 @$(CHECK)
5600 .PHONY: go/scanner/check
5602 @go_include@ go/token.lo.dep
5603 go/token.lo.dep: $(go_go_token_files)
5604 $(BUILDDEPS)
5605 go/token.lo: $(go_go_token_files)
5606 $(BUILDPACKAGE)
5607 go/token/check: $(CHECK_DEPS)
5608 @$(CHECK)
5609 .PHONY: go/token/check
5611 @go_include@ go/types.lo.dep
5612 go/types.lo.dep: $(go_go_types_files)
5613 $(BUILDDEPS)
5614 go/types.lo: $(go_go_types_files)
5615 $(BUILDPACKAGE)
5616 go/types/check: $(CHECK_DEPS)
5617 @$(CHECK)
5618 .PHONY: go/types/check
5620 @go_include@ go/internal/gcimporter.lo.dep
5621 go/internal/gcimporter.lo.dep: $(go_go_internal_gcimporter_files)
5622 $(BUILDDEPS)
5623 go/internal/gcimporter.lo: $(go_go_internal_gcimporter_files)
5624 $(BUILDPACKAGE)
5625 go/internal/gcimporter/check: $(CHECK_DEPS)
5626 @$(CHECK)
5627 .PHONY: go/internal/gcimporter/check
5629 @go_include@ go/internal/gccgoimporter.lo.dep
5630 go/internal/gccgoimporter.lo.dep: $(go_go_internal_gccgoimporter_files)
5631 $(BUILDDEPS)
5632 go/internal/gccgoimporter.lo: $(go_go_internal_gccgoimporter_files)
5633 $(BUILDPACKAGE)
5634 go/internal/gccgoimporter/check: $(CHECK_DEPS)
5635 @$(CHECK)
5636 .PHONY: go/internal/gccgoimporter/check
5638 @go_include@ hash/adler32.lo.dep
5639 hash/adler32.lo.dep: $(go_hash_adler32_files)
5640 $(BUILDDEPS)
5641 hash/adler32.lo: $(go_hash_adler32_files)
5642 $(BUILDPACKAGE)
5643 hash/adler32/check: $(CHECK_DEPS)
5644 @$(CHECK)
5645 .PHONY: hash/adler32/check
5647 @go_include@ hash/crc32.lo.dep
5648 hash/crc32.lo.dep: $(go_hash_crc32_files)
5649 $(BUILDDEPS)
5650 hash/crc32.lo: $(go_hash_crc32_files)
5651 $(BUILDPACKAGE)
5652 hash/crc32/check: $(CHECK_DEPS)
5653 @$(CHECK)
5654 .PHONY: hash/crc32/check
5656 @go_include@ hash/crc64.lo.dep
5657 hash/crc64.lo.dep: $(go_hash_crc64_files)
5658 $(BUILDDEPS)
5659 hash/crc64.lo: $(go_hash_crc64_files)
5660 $(BUILDPACKAGE)
5661 hash/crc64/check: $(CHECK_DEPS)
5662 @$(CHECK)
5663 .PHONY: hash/crc64/check
5665 @go_include@ hash/fnv.lo.dep
5666 hash/fnv.lo.dep: $(go_hash_fnv_files)
5667 $(BUILDDEPS)
5668 hash/fnv.lo: $(go_hash_fnv_files)
5669 $(BUILDPACKAGE)
5670 hash/fnv/check: $(CHECK_DEPS)
5671 @$(CHECK)
5672 .PHONY: hash/fnv/check
5674 @go_include@ image/color.lo.dep
5675 image/color.lo.dep: $(go_image_color_files)
5676 $(BUILDDEPS)
5677 image/color.lo: $(go_image_color_files)
5678 $(BUILDPACKAGE)
5679 image/color/check: $(CHECK_DEPS)
5680 @$(CHECK)
5681 .PHONY: image/color/check
5683 @go_include@ image/color/palette.lo.dep
5684 image/color/palette.lo.dep: $(go_image_color_palette_files)
5685 $(BUILDDEPS)
5686 image/color/palette.lo: $(go_image_color_palette_files)
5687 $(BUILDPACKAGE)
5688 image/color/palette/check: $(CHECK_DEPS)
5689 @$(CHECK)
5690 .PHONY: image/color/palette/check
5692 @go_include@ image/draw.lo.dep
5693 image/draw.lo.dep: $(go_image_draw_files)
5694 $(BUILDDEPS)
5695 image/draw.lo: $(go_image_draw_files)
5696 $(BUILDPACKAGE)
5697 image/draw/check: $(CHECK_DEPS)
5698 @$(CHECK)
5699 .PHONY: image/draw/check
5701 @go_include@ image/gif.lo.dep
5702 image/gif.lo.dep: $(go_image_gif_files)
5703 $(BUILDDEPS)
5704 image/gif.lo: $(go_image_gif_files)
5705 $(BUILDPACKAGE)
5706 image/gif/check: $(CHECK_DEPS)
5707 @$(CHECK)
5708 .PHONY: image/gif/check
5710 @go_include@ image/internal/imageutil.lo.dep
5711 image/internal/imageutil.lo.dep: $(go_image_internal_imageutil_files)
5712 $(BUILDDEPS)
5713 image/internal/imageutil.lo: $(go_image_internal_imageutil_files)
5714 $(BUILDPACKAGE)
5715 image/internal/imageutil/check: $(CHECK_DEPS)
5716 @$(CHECK)
5717 .PHONY: image/internal/imageutil/check
5719 @go_include@ image/jpeg.lo.dep
5720 image/jpeg.lo.dep: $(go_image_jpeg_files)
5721 $(BUILDDEPS)
5722 image/jpeg.lo: $(go_image_jpeg_files)
5723 $(BUILDPACKAGE)
5724 image/jpeg/check: $(CHECK_DEPS)
5725 @$(CHECK)
5726 .PHONY: image/jpeg/check
5728 @go_include@ image/png.lo.dep
5729 image/png.lo.dep: $(go_image_png_files)
5730 $(BUILDDEPS)
5731 image/png.lo: $(go_image_png_files)
5732 $(BUILDPACKAGE)
5733 image/png/check: $(CHECK_DEPS)
5734 @$(CHECK)
5735 .PHONY: image/png/check
5737 @go_include@ index/suffixarray.lo.dep
5738 index/suffixarray.lo.dep: $(go_index_suffixarray_files)
5739 $(BUILDDEPS)
5740 index/suffixarray.lo: $(go_index_suffixarray_files)
5741 $(BUILDPACKAGE)
5742 index/suffixarray/check: $(CHECK_DEPS)
5743 @$(CHECK)
5744 .PHONY: index/suffixarray/check
5746 @go_include@ internal/format.lo.dep
5747 internal/format.lo.dep: $(go_internal_format_files)
5748 $(BUILDDEPS)
5749 internal/format.lo: $(go_internal_format_files)
5750 $(BUILDPACKAGE)
5751 internal/format/check: $(CHECK_DEPS)
5752 @$(CHECK)
5753 .PHONY: internal/format/check
5755 @go_include@ internal/singleflight.lo.dep
5756 internal/singleflight.lo.dep: $(go_internal_singleflight_files)
5757 $(BUILDDEPS)
5758 internal/singleflight.lo: $(go_internal_singleflight_files)
5759 $(BUILDPACKAGE)
5760 internal/singleflight/check: $(CHECK_DEPS)
5761 @$(CHECK)
5762 .PHONY: internal/singleflight/check
5764 @go_include@ internal/syscall/unix.lo.dep
5765 internal/syscall/unix.lo.dep: $(go_internal_syscall_unix_files)
5766 $(BUILDDEPS)
5767 internal/syscall/unix.lo: $(go_internal_syscall_unix_files)
5768 $(BUILDPACKAGE)
5769 internal/syscall/unix/check: $(CHECK_DEPS)
5770 @$(CHECK)
5771 .PHONY: internal/syscall/unix/check
5773 @go_include@ internal/testenv.lo.dep
5774 internal/testenv.lo.dep: $(go_internal_testenv_files)
5775 $(BUILDDEPS)
5776 internal/testenv.lo: $(go_internal_testenv_files)
5777 $(BUILDPACKAGE)
5778 internal/testenv/check: $(CHECK_DEPS)
5779 @$(CHECK)
5780 .PHONY: internal/testenv/check
5782 @go_include@ internal/trace.lo.dep
5783 internal/trace.lo.dep: $(go_internal_trace_files)
5784 $(BUILDDEPS)
5785 internal/trace.lo: $(go_internal_trace_files)
5786 $(BUILDPACKAGE)
5787 internal/trace/check: $(CHECK_DEPS)
5788 @$(CHECK)
5789 .PHONY: internal/trace/check
5791 @go_include@ io/ioutil.lo.dep
5792 io/ioutil.lo.dep: $(go_io_ioutil_files)
5793 $(BUILDDEPS)
5794 io/ioutil.lo: $(go_io_ioutil_files)
5795 $(BUILDPACKAGE)
5796 io/ioutil/check: $(CHECK_DEPS)
5797 @$(CHECK)
5798 .PHONY: io/ioutil/check
5800 @go_include@ log/syslog.lo.dep
5801 log/syslog.lo.dep: $(go_log_syslog_files)
5802 $(BUILDDEPS)
5803 log/syslog.lo: $(go_log_syslog_files)
5804 $(BUILDPACKAGE)
5805 log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
5806 @$(MKDIR_P) log/syslog
5807 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
5808 log/syslog/check: $(CHECK_DEPS)
5809 @$(CHECK)
5810 .PHONY: log/syslog/check
5812 @go_include@ math/big.lo.dep
5813 math/big.lo.dep: $(go_math_big_files)
5814 $(BUILDDEPS)
5815 math/big.lo: $(go_math_big_files)
5816 $(BUILDPACKAGE)
5817 math/big/check: $(CHECK_DEPS)
5818 @$(CHECK)
5819 .PHONY: math/big/check
5821 @go_include@ math/cmplx.lo.dep
5822 math/cmplx.lo.dep: $(go_math_cmplx_files)
5823 $(BUILDDEPS)
5824 math/cmplx.lo: $(go_math_cmplx_files)
5825 $(BUILDPACKAGE)
5826 math/cmplx/check: $(CHECK_DEPS)
5827 @$(CHECK)
5828 .PHONY: math/cmplx/check
5830 @go_include@ math/rand.lo.dep
5831 math/rand.lo.dep: $(go_math_rand_files)
5832 $(BUILDDEPS)
5833 math/rand.lo: $(go_math_rand_files)
5834 $(BUILDPACKAGE)
5835 math/rand/check: $(CHECK_DEPS)
5836 @$(CHECK)
5837 .PHONY: math/rand/check
5839 @go_include@ mime/multipart.lo.dep
5840 mime/multipart.lo.dep: $(go_mime_multipart_files)
5841 $(BUILDDEPS)
5842 mime/multipart.lo: $(go_mime_multipart_files)
5843 $(BUILDPACKAGE)
5844 mime/multipart/check: $(CHECK_DEPS)
5845 @$(CHECK)
5846 .PHONY: mime/multipart/check
5848 @go_include@ mime/quotedprintable.lo.dep
5849 mime/quotedprintable.lo.dep: $(go_mime_quotedprintable_files)
5850 $(BUILDDEPS)
5851 mime/quotedprintable.lo: $(go_mime_quotedprintable_files)
5852 $(BUILDPACKAGE)
5853 mime/quotedprintable/check: $(CHECK_DEPS)
5854 @$(CHECK)
5855 .PHONY: mime/quotedprintable/check
5857 @go_include@ net/http.lo.dep
5858 net/http.lo.dep: $(go_net_http_files)
5859 $(BUILDDEPS)
5860 net/http.lo: $(go_net_http_files)
5861 $(BUILDPACKAGE)
5862 net/http/check: $(CHECK_DEPS)
5863 @$(CHECK)
5864 .PHONY: net/http/check
5866 @go_include@ net/mail.lo.dep
5867 net/mail.lo.dep: $(go_net_mail_files)
5868 $(BUILDDEPS)
5869 net/mail.lo: $(go_net_mail_files)
5870 $(BUILDPACKAGE)
5871 net/mail/check: $(CHECK_DEPS)
5872 @$(CHECK)
5873 .PHONY: net/mail/check
5875 @go_include@ net/rpc.lo.dep
5876 net/rpc.lo.dep: $(go_net_rpc_files)
5877 $(BUILDDEPS)
5878 net/rpc.lo: $(go_net_rpc_files)
5879 $(BUILDPACKAGE)
5880 net/rpc/check: $(CHECK_DEPS)
5881 @$(CHECK)
5882 .PHONY: net/rpc/check
5884 @go_include@ net/smtp.lo.dep
5885 net/smtp.lo.dep: $(go_net_smtp_files)
5886 $(BUILDDEPS)
5887 net/smtp.lo: $(go_net_smtp_files)
5888 $(BUILDPACKAGE)
5889 net/smtp/check: $(CHECK_DEPS)
5890 @$(CHECK)
5891 .PHONY: net/smtp/check
5893 @go_include@ net/url.lo.dep
5894 net/url.lo.dep: $(go_net_url_files)
5895 $(BUILDDEPS)
5896 net/url.lo: $(go_net_url_files)
5897 $(BUILDPACKAGE)
5898 net/url/check: $(CHECK_DEPS)
5899 @$(CHECK)
5900 .PHONY: net/url/check
5902 @go_include@ net/textproto.lo.dep
5903 net/textproto.lo.dep: $(go_net_textproto_files)
5904 $(BUILDDEPS)
5905 net/textproto.lo: $(go_net_textproto_files)
5906 $(BUILDPACKAGE)
5907 net/textproto/check: $(CHECK_DEPS)
5908 @$(CHECK)
5909 .PHONY: net/textproto/check
5911 @go_include@ net/http/cgi.lo.dep
5912 net/http/cgi.lo.dep: $(go_net_http_cgi_files)
5913 $(BUILDDEPS)
5914 net/http/cgi.lo: $(go_net_http_cgi_files)
5915 $(BUILDPACKAGE)
5916 net/http/cgi/check: $(CHECK_DEPS)
5917 @$(CHECK)
5918 .PHONY: net/http/cgi/check
5920 @go_include@ net/http/cookiejar.lo.dep
5921 net/http/cookiejar.lo.dep: $(go_net_http_cookiejar_files)
5922 $(BUILDDEPS)
5923 net/http/cookiejar.lo: $(go_net_http_cookiejar_files)
5924 $(BUILDPACKAGE)
5925 net/http/cookiejar/check: $(CHECK_DEPS)
5926 @$(CHECK)
5927 .PHONY: net/http/cookiejar/check
5929 @go_include@ net/http/fcgi.lo.dep
5930 net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
5931 $(BUILDDEPS)
5932 net/http/fcgi.lo: $(go_net_http_fcgi_files)
5933 $(BUILDPACKAGE)
5934 net/http/fcgi/check: $(CHECK_DEPS)
5935 @$(CHECK)
5936 .PHONY: net/http/fcgi/check
5938 @go_include@ net/http/httptest.lo.dep
5939 net/http/httptest.lo.dep: $(go_net_http_httptest_files)
5940 $(BUILDDEPS)
5941 net/http/httptest.lo: $(go_net_http_httptest_files)
5942 $(BUILDPACKAGE)
5943 net/http/httptest/check: $(check_deps)
5944 @$(CHECK)
5945 .PHONY: net/http/httptest/check
5947 @go_include@ net/http/httputil.lo.dep
5948 net/http/httputil.lo.dep: $(go_net_http_httputil_files)
5949 $(BUILDDEPS)
5950 net/http/httputil.lo: $(go_net_http_httputil_files)
5951 $(BUILDPACKAGE)
5952 net/http/httputil/check: $(check_deps)
5953 @$(CHECK)
5954 .PHONY: net/http/httputil/check
5956 @go_include@ net/http/internal.lo.dep
5957 net/http/internal.lo.dep: $(go_net_http_internal_files)
5958 $(BUILDDEPS)
5959 net/http/internal.lo: $(go_net_http_internal_files)
5960 $(BUILDPACKAGE)
5961 net/http/internal/check: $(CHECK_DEPS)
5962 @$(CHECK)
5963 .PHONY: net/http/internal/check
5965 @go_include@ net/http/pprof.lo.dep
5966 net/http/pprof.lo.dep: $(go_net_http_pprof_files)
5967 $(BUILDDEPS)
5968 net/http/pprof.lo: $(go_net_http_pprof_files)
5969 $(BUILDPACKAGE)
5970 net/http/pprof/check: $(CHECK_DEPS)
5971 @$(CHECK)
5972 .PHONY: net/http/pprof/check
5974 @go_include@ net/internal/socktest.lo.dep
5975 net/internal/socktest.lo.dep: $(go_net_internal_socktest_files)
5976 $(BUILDDEPS)
5977 net/internal/socktest.lo: $(go_net_internal_socktest_files)
5978 $(BUILDPACKAGE)
5979 net/internal/socktest/check: $(CHECK_DEPS)
5980 @$(CHECK)
5981 .PHONY: net/internal/socktest/check
5983 @go_include@ net/rpc/jsonrpc.lo.dep
5984 net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
5985 $(BUILDDEPS)
5986 net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
5987 $(BUILDPACKAGE)
5988 net/rpc/jsonrpc/check: $(CHECK_DEPS)
5989 @$(CHECK)
5990 .PHONY: net/rpc/jsonrpc/check
5992 @go_include@ old/regexp.lo.dep
5993 old/regexp.lo.dep: $(go_old_regexp_files)
5994 $(BUILDDEPS)
5995 old/regexp.lo: $(go_old_regexp_files)
5996 $(BUILDPACKAGE)
5997 old/regexp/check: $(CHECK_DEPS)
5998 @$(CHECK)
5999 .PHONY: old/regexp/check
6001 @go_include@ old/template.lo.dep
6002 old/template.lo.dep: $(go_old_template_files)
6003 $(BUILDDEPS)
6004 old/template.lo: $(go_old_template_files)
6005 $(BUILDPACKAGE)
6006 old/template/check: $(CHECK_DEPS)
6007 @$(CHECK)
6008 .PHONY: old/template/check
6010 @go_include@ os/exec.lo.dep
6011 os/exec.lo.dep: $(go_os_exec_files)
6012 $(BUILDDEPS)
6013 os/exec.lo: $(go_os_exec_files)
6014 $(BUILDPACKAGE)
6015 os/exec/check: $(CHECK_DEPS)
6016 @$(CHECK)
6017 .PHONY: os/exec/check
6019 @go_include@ os/signal.lo.dep
6020 os/signal.lo.dep: $(go_os_signal_files)
6021 $(BUILDDEPS)
6022 os/signal.lo: $(go_os_signal_files)
6023 $(BUILDPACKAGE)
6024 os/signal/check: $(CHECK_DEPS)
6025 @$(CHECK)
6026 .PHONY: os/signal/check
6028 @go_include@ os/user.lo.dep
6029 os/user.lo.dep: $(go_os_user_files)
6030 $(BUILDDEPS)
6031 os/user.lo: $(go_os_user_files)
6032 $(BUILDPACKAGE)
6033 os/user/check: $(CHECK_DEPS)
6034 @$(CHECK)
6035 .PHONY: os/user/check
6037 @go_include@ path/filepath.lo.dep
6038 path/filepath.lo.dep: $(go_path_filepath_files)
6039 $(BUILDDEPS)
6040 path/filepath.lo: $(go_path_filepath_files)
6041 $(BUILDPACKAGE)
6042 path/filepath/check: $(CHECK_DEPS)
6043 @$(CHECK)
6044 .PHONY: path/filepath/check
6046 @go_include@ regexp/syntax.lo.dep
6047 regexp/syntax.lo.dep: $(go_regexp_syntax_files)
6048 $(BUILDDEPS)
6049 regexp/syntax.lo: $(go_regexp_syntax_files)
6050 $(BUILDPACKAGE)
6051 regexp/syntax/check: $(CHECK_DEPS)
6052 @$(CHECK)
6053 .PHONY: regexp/syntax/check
6055 @go_include@ runtime/debug.lo.dep
6056 runtime/debug.lo.dep: $(go_runtime_debug_files)
6057 $(BUILDDEPS)
6058 runtime/debug.lo: $(go_runtime_debug_files)
6059 $(BUILDPACKAGE)
6060 runtime/debug/check: $(CHECK_DEPS)
6061 @$(CHECK)
6062 .PHONY: runtime/debug/check
6064 @go_include@ runtime/pprof.lo.dep
6065 runtime/pprof.lo.dep: $(go_runtime_pprof_files)
6066 $(BUILDDEPS)
6067 runtime/pprof.lo: $(go_runtime_pprof_files)
6068 $(BUILDPACKAGE)
6069 runtime/pprof/check: $(CHECK_DEPS)
6070 @$(CHECK)
6071 .PHONY: runtime/pprof/check
6073 @go_include@ sync/atomic.lo.dep
6074 sync/atomic.lo.dep: $(go_sync_atomic_files)
6075 $(BUILDDEPS)
6076 sync/atomic.lo: $(go_sync_atomic_files)
6077 $(BUILDPACKAGE)
6078 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
6079 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
6080 sync/atomic/check: $(CHECK_DEPS)
6081 @$(CHECK)
6082 .PHONY: sync/atomic/check
6084 @go_include@ text/scanner.lo.dep
6085 text/scanner.lo.dep: $(go_text_scanner_files)
6086 $(BUILDDEPS)
6087 text/scanner.lo: $(go_text_scanner_files)
6088 $(BUILDPACKAGE)
6089 text/scanner/check: $(CHECK_DEPS)
6090 @$(CHECK)
6091 .PHONY: text/scanner/check
6093 @go_include@ text/tabwriter.lo.dep
6094 text/tabwriter.lo.dep: $(go_text_tabwriter_files)
6095 $(BUILDDEPS)
6096 text/tabwriter.lo: $(go_text_tabwriter_files)
6097 $(BUILDPACKAGE)
6098 text/tabwriter/check: $(CHECK_DEPS)
6099 @$(CHECK)
6100 .PHONY: text/tabwriter/check
6102 @go_include@ text/template.lo.dep
6103 text/template.lo.dep: $(go_text_template_files)
6104 $(BUILDDEPS)
6105 text/template.lo: $(go_text_template_files)
6106 $(BUILDPACKAGE)
6107 text/template/check: $(CHECK_DEPS)
6108 @$(CHECK)
6109 .PHONY: text/template/check
6111 @go_include@ text/template/parse.lo.dep
6112 text/template/parse.lo.dep: $(go_text_template_parse_files)
6113 $(BUILDDEPS)
6114 text/template/parse.lo: $(go_text_template_parse_files)
6115 $(BUILDPACKAGE)
6116 text/template/parse/check: $(CHECK_DEPS)
6117 @$(CHECK)
6118 .PHONY: text/template/parse/check
6120 @go_include@ testing/iotest.lo.dep
6121 testing/iotest.lo.dep: $(go_testing_iotest_files)
6122 $(BUILDDEPS)
6123 testing/iotest.lo: $(go_testing_iotest_files)
6124 $(BUILDPACKAGE)
6125 testing/iotest/check: $(CHECK_DEPS)
6126 @$(CHECK)
6127 .PHONY: testing/iotest/check
6129 @go_include@ testing/quick.lo.dep
6130 testing/quick.lo.dep: $(go_testing_quick_files)
6131 $(BUILDDEPS)
6132 testing/quick.lo: $(go_testing_quick_files)
6133 $(BUILDPACKAGE)
6134 testing/quick/check: $(CHECK_DEPS)
6135 @$(CHECK)
6136 .PHONY: testing/quick/check
6138 @go_include@ unicode/utf16.lo.dep
6139 unicode/utf16.lo.dep: $(go_unicode_utf16_files)
6140 $(BUILDDEPS)
6141 unicode/utf16.lo: $(go_unicode_utf16_files)
6142 $(BUILDPACKAGE)
6143 unicode/utf16/check: $(CHECK_DEPS)
6144 @$(CHECK)
6145 .PHONY: unicode/utf16/check
6147 @go_include@ unicode/utf8.lo.dep
6148 unicode/utf8.lo.dep: $(go_unicode_utf8_files)
6149 $(BUILDDEPS)
6150 unicode/utf8.lo: $(go_unicode_utf8_files)
6151 $(BUILDPACKAGE)
6152 unicode/utf8/check: $(CHECK_DEPS)
6153 @$(CHECK)
6154 .PHONY: unicode/utf8/check
6156 @go_include@ syscall.lo.dep
6157 syscall.lo.dep: $(go_syscall_files)
6158 $(BUILDDEPS)
6159 syscall.lo: $(go_syscall_files)
6160 $(BUILDPACKAGE)
6161 syscall/errno.lo: go/syscall/errno.c
6162 @$(MKDIR_P) syscall
6163 $(LTCOMPILE) -c -o $@ $<
6164 syscall/signame.lo: go/syscall/signame.c
6165 @$(MKDIR_P) syscall
6166 $(LTCOMPILE) -c -o $@ $<
6167 syscall/wait.lo: go/syscall/wait.c
6168 @$(MKDIR_P) syscall
6169 $(LTCOMPILE) -c -o $@ $<
6170 syscall/check: $(CHECK_DEPS)
6171 @$(CHECK)
6172 .PHONY: syscall/check
6174 bufio.gox: bufio.lo
6175 $(BUILDGOX)
6176 bytes.gox: bytes.lo
6177 $(BUILDGOX)
6178 crypto.gox: crypto.lo
6179 $(BUILDGOX)
6180 encoding.gox: encoding.lo
6181 $(BUILDGOX)
6182 errors.gox: errors.lo
6183 $(BUILDGOX)
6184 expvar.gox: expvar.lo
6185 $(BUILDGOX)
6186 flag.gox: flag.lo
6187 $(BUILDGOX)
6188 fmt.gox: fmt.lo
6189 $(BUILDGOX)
6190 hash.gox: hash.lo
6191 $(BUILDGOX)
6192 html.gox: html.lo
6193 $(BUILDGOX)
6194 image.gox: image.lo
6195 $(BUILDGOX)
6196 io.gox: io.lo
6197 $(BUILDGOX)
6198 log.gox: log.lo
6199 $(BUILDGOX)
6200 math.gox: math.lo
6201 $(BUILDGOX)
6202 mime.gox: mime.lo
6203 $(BUILDGOX)
6204 net.gox: net.lo
6205 $(BUILDGOX)
6206 os.gox: os.lo
6207 $(BUILDGOX)
6208 path.gox: path.lo
6209 $(BUILDGOX)
6210 reflect.gox: reflect-go.lo
6211 $(BUILDGOX)
6212 regexp.gox: regexp.lo
6213 $(BUILDGOX)
6214 runtime.gox: runtime-go.lo
6215 $(BUILDGOX)
6216 sort.gox: sort.lo
6217 $(BUILDGOX)
6218 strconv.gox: strconv.lo
6219 $(BUILDGOX)
6220 strings.gox: strings.lo
6221 $(BUILDGOX)
6222 sync.gox: sync.lo
6223 $(BUILDGOX)
6224 syscall.gox: syscall.lo
6225 $(BUILDGOX)
6226 testing.gox: testing.lo
6227 $(BUILDGOX)
6228 time.gox: time-go.lo
6229 $(BUILDGOX)
6230 unicode.gox: unicode.lo
6231 $(BUILDGOX)
6233 archive/tar.gox: archive/tar.lo
6234 $(BUILDGOX)
6235 archive/zip.gox: archive/zip.lo
6236 $(BUILDGOX)
6238 compress/bzip2.gox: compress/bzip2.lo
6239 $(BUILDGOX)
6240 compress/flate.gox: compress/flate.lo
6241 $(BUILDGOX)
6242 compress/gzip.gox: compress/gzip.lo
6243 $(BUILDGOX)
6244 compress/lzw.gox: compress/lzw.lo
6245 $(BUILDGOX)
6246 compress/zlib.gox: compress/zlib.lo
6247 $(BUILDGOX)
6249 container/heap.gox: container/heap.lo
6250 $(BUILDGOX)
6251 container/list.gox: container/list.lo
6252 $(BUILDGOX)
6253 container/ring.gox: container/ring.lo
6254 $(BUILDGOX)
6256 crypto/aes.gox: crypto/aes.lo
6257 $(BUILDGOX)
6258 crypto/cipher.gox: crypto/cipher.lo
6259 $(BUILDGOX)
6260 crypto/des.gox: crypto/des.lo
6261 $(BUILDGOX)
6262 crypto/dsa.gox: crypto/dsa.lo
6263 $(BUILDGOX)
6264 crypto/ecdsa.gox: crypto/ecdsa.lo
6265 $(BUILDGOX)
6266 crypto/elliptic.gox: crypto/elliptic.lo
6267 $(BUILDGOX)
6268 crypto/hmac.gox: crypto/hmac.lo
6269 $(BUILDGOX)
6270 crypto/md5.gox: crypto/md5.lo
6271 $(BUILDGOX)
6272 crypto/rand.gox: crypto/rand.lo
6273 $(BUILDGOX)
6274 crypto/rc4.gox: crypto/rc4.lo
6275 $(BUILDGOX)
6276 crypto/rsa.gox: crypto/rsa.lo
6277 $(BUILDGOX)
6278 crypto/sha1.gox: crypto/sha1.lo
6279 $(BUILDGOX)
6280 crypto/sha256.gox: crypto/sha256.lo
6281 $(BUILDGOX)
6282 crypto/sha512.gox: crypto/sha512.lo
6283 $(BUILDGOX)
6284 crypto/subtle.gox: crypto/subtle.lo
6285 $(BUILDGOX)
6286 crypto/tls.gox: crypto/tls.lo
6287 $(BUILDGOX)
6288 crypto/x509.gox: crypto/x509.lo
6289 $(BUILDGOX)
6291 crypto/x509/pkix.gox: crypto/x509/pkix.lo
6292 $(BUILDGOX)
6294 database/sql.gox: database/sql.lo
6295 $(BUILDGOX)
6297 database/sql/driver.gox: database/sql/driver.lo
6298 $(BUILDGOX)
6300 debug/dwarf.gox: debug/dwarf.lo
6301 $(BUILDGOX)
6302 debug/elf.gox: debug/elf.lo
6303 $(BUILDGOX)
6304 debug/gosym.gox: debug/gosym.lo
6305 $(BUILDGOX)
6306 debug/macho.gox: debug/macho.lo
6307 $(BUILDGOX)
6308 debug/pe.gox: debug/pe.lo
6309 $(BUILDGOX)
6310 debug/plan9obj.gox: debug/plan9obj.lo
6311 $(BUILDGOX)
6313 encoding/ascii85.gox: encoding/ascii85.lo
6314 $(BUILDGOX)
6315 encoding/asn1.gox: encoding/asn1.lo
6316 $(BUILDGOX)
6317 encoding/base32.gox: encoding/base32.lo
6318 $(BUILDGOX)
6319 encoding/base64.gox: encoding/base64.lo
6320 $(BUILDGOX)
6321 encoding/binary.gox: encoding/binary.lo
6322 $(BUILDGOX)
6323 encoding/csv.gox: encoding/csv.lo
6324 $(BUILDGOX)
6325 encoding/gob.gox: encoding/gob.lo
6326 $(BUILDGOX)
6327 encoding/hex.gox: encoding/hex.lo
6328 $(BUILDGOX)
6329 encoding/json.gox: encoding/json.lo
6330 $(BUILDGOX)
6331 encoding/pem.gox: encoding/pem.lo
6332 $(BUILDGOX)
6333 encoding/xml.gox: encoding/xml.lo
6334 $(BUILDGOX)
6336 exp/proxy.gox: exp/proxy.lo
6337 $(BUILDGOX)
6338 exp/terminal.gox: exp/terminal.lo
6339 $(BUILDGOX)
6341 html/template.gox: html/template.lo
6342 $(BUILDGOX)
6344 go/ast.gox: go/ast.lo
6345 $(BUILDGOX)
6346 go/build.gox: go/build.lo
6347 $(BUILDGOX)
6348 go/constant.gox: go/constant.lo
6349 $(BUILDGOX)
6350 go/doc.gox: go/doc.lo
6351 $(BUILDGOX)
6352 go/format.gox: go/format.lo
6353 $(BUILDGOX)
6354 go/importer.gox: go/importer.lo
6355 $(BUILDGOX)
6356 go/parser.gox: go/parser.lo
6357 $(BUILDGOX)
6358 go/printer.gox: go/printer.lo
6359 $(BUILDGOX)
6360 go/scanner.gox: go/scanner.lo
6361 $(BUILDGOX)
6362 go/token.gox: go/token.lo
6363 $(BUILDGOX)
6364 go/types.gox: go/types.lo
6365 $(BUILDGOX)
6367 go/internal/gcimporter.gox: go/internal/gcimporter.lo
6368 $(BUILDGOX)
6369 go/internal/gccgoimporter.gox: go/internal/gccgoimporter.lo
6370 $(BUILDGOX)
6372 hash/adler32.gox: hash/adler32.lo
6373 $(BUILDGOX)
6374 hash/crc32.gox: hash/crc32.lo
6375 $(BUILDGOX)
6376 hash/crc64.gox: hash/crc64.lo
6377 $(BUILDGOX)
6378 hash/fnv.gox: hash/fnv.lo
6379 $(BUILDGOX)
6381 image/color.gox: image/color.lo
6382 $(BUILDGOX)
6383 image/draw.gox: image/draw.lo
6384 $(BUILDGOX)
6385 image/gif.gox: image/gif.lo
6386 $(BUILDGOX)
6387 image/internal/imageutil.gox: image/internal/imageutil.lo
6388 $(BUILDGOX)
6389 image/jpeg.gox: image/jpeg.lo
6390 $(BUILDGOX)
6391 image/png.gox: image/png.lo
6392 $(BUILDGOX)
6394 image/color/palette.gox: image/color/palette.lo
6395 $(BUILDGOX)
6397 index/suffixarray.gox: index/suffixarray.lo
6398 $(BUILDGOX)
6400 internal/format.gox: internal/format.lo
6401 $(BUILDGOX)
6402 internal/singleflight.gox: internal/singleflight.lo
6403 $(BUILDGOX)
6404 internal/syscall/unix.gox: internal/syscall/unix.lo
6405 $(BUILDGOX)
6406 internal/testenv.gox: internal/testenv.lo
6407 $(BUILDGOX)
6408 internal/trace.gox: internal/trace.lo
6409 $(BUILDGOX)
6411 io/ioutil.gox: io/ioutil.lo
6412 $(BUILDGOX)
6414 log/syslog.gox: log/syslog.lo
6415 $(BUILDGOX)
6417 math/big.gox: math/big.lo
6418 $(BUILDGOX)
6419 math/cmplx.gox: math/cmplx.lo
6420 $(BUILDGOX)
6421 math/rand.gox: math/rand.lo
6422 $(BUILDGOX)
6424 mime/multipart.gox: mime/multipart.lo
6425 $(BUILDGOX)
6426 mime/quotedprintable.gox: mime/quotedprintable.lo
6427 $(BUILDGOX)
6429 net/http.gox: net/http.lo
6430 $(BUILDGOX)
6431 net/mail.gox: net/mail.lo
6432 $(BUILDGOX)
6433 net/rpc.gox: net/rpc.lo
6434 $(BUILDGOX)
6435 net/smtp.gox: net/smtp.lo
6436 $(BUILDGOX)
6437 net/textproto.gox: net/textproto.lo
6438 $(BUILDGOX)
6439 net/url.gox: net/url.lo
6440 $(BUILDGOX)
6442 net/http/cgi.gox: net/http/cgi.lo
6443 $(BUILDGOX)
6444 net/http/cookiejar.gox: net/http/cookiejar.lo
6445 $(BUILDGOX)
6446 net/http/fcgi.gox: net/http/fcgi.lo
6447 $(BUILDGOX)
6448 net/http/httptest.gox: net/http/httptest.lo
6449 $(BUILDGOX)
6450 net/http/httputil.gox: net/http/httputil.lo
6451 $(BUILDGOX)
6452 net/http/pprof.gox: net/http/pprof.lo
6453 $(BUILDGOX)
6455 net/http/internal.gox: net/http/internal.lo
6456 $(BUILDGOX)
6458 net/internal/socktest.gox: net/internal/socktest.lo
6459 $(BUILDGOX)
6461 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
6462 $(BUILDGOX)
6464 old/regexp.gox: old/regexp.lo
6465 $(BUILDGOX)
6466 old/template.gox: old/template.lo
6467 $(BUILDGOX)
6469 os/exec.gox: os/exec.lo
6470 $(BUILDGOX)
6471 os/signal.gox: os/signal.lo
6472 $(BUILDGOX)
6473 os/user.gox: os/user.lo
6474 $(BUILDGOX)
6476 path/filepath.gox: path/filepath.lo
6477 $(BUILDGOX)
6479 regexp/syntax.gox: regexp/syntax.lo
6480 $(BUILDGOX)
6482 runtime/debug.gox: runtime/debug.lo
6483 $(BUILDGOX)
6484 runtime/pprof.gox: runtime/pprof.lo
6485 $(BUILDGOX)
6487 sync/atomic.gox: sync/atomic.lo
6488 $(BUILDGOX)
6490 text/scanner.gox: text/scanner.lo
6491 $(BUILDGOX)
6492 text/tabwriter.gox: text/tabwriter.lo
6493 $(BUILDGOX)
6494 text/template.gox: text/template.lo
6495 $(BUILDGOX)
6496 text/template/parse.gox: text/template/parse.lo
6497 $(BUILDGOX)
6499 testing/iotest.gox: testing/iotest.lo
6500 $(BUILDGOX)
6501 testing/quick.gox: testing/quick.lo
6502 $(BUILDGOX)
6504 unicode/utf16.gox: unicode/utf16.lo
6505 $(BUILDGOX)
6506 unicode/utf8.gox: unicode/utf8.lo
6507 $(BUILDGOX)
6509 check: check-tail
6510 check-recursive: check-head
6512 check-head:
6513 @echo "Test Run By $${USER} on `date`" > libgo.head
6514 @echo "Native configuration is $(host_triplet)" >> libgo.head
6515 @echo >> libgo.head
6516 @echo " === libgo tests ===" >> libgo.head
6517 @echo >> libgo.head
6519 check-tail: check-recursive check-multi
6520 @if test "$(USE_DEJAGNU)" = "yes"; then \
6521 exit 0; \
6522 fi; \
6523 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
6524 for dir in . $(MULTIDIRS); do \
6525 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
6526 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
6527 done; \
6528 mv libgo.head libgo.sum; \
6529 cp libgo.sum libgo.log; \
6530 echo "Schedule of variations:" >> libgo.sum; \
6531 for dir in . $(MULTIDIRS); do \
6532 multidir=../$${dir}/$${lib}; \
6533 multivar=`cat $${multidir}/libgo.var`; \
6534 echo " $${multivar}" >> libgo.sum; \
6535 done; \
6536 echo >> libgo.sum; \
6537 pass=0; fail=0; untested=0; \
6538 for dir in . $(MULTIDIRS); do \
6539 multidir=../$${dir}/$${lib}; \
6540 multivar=`cat $${multidir}/libgo.var`; \
6541 echo "Running target $${multivar}" >> libgo.sum; \
6542 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
6543 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
6544 cat $${multidir}/libgo.log.sep >> libgo.log; \
6545 if test -n "${MULTIDIRS}"; then \
6546 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
6547 echo >> libgo.sum; \
6548 fi; \
6549 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
6550 pass=`expr $$pass + $$p`; \
6551 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6552 echo "# of expected passes $$p" >> libgo.sum; \
6553 fi; \
6554 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
6555 fail=`expr $$fail + $$p`; \
6556 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6557 echo "# of unexpected failures $$p" >> libgo.sum; \
6558 fi; \
6559 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
6560 untested=`expr $$untested + $$p`; \
6561 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
6562 echo "# of untested testcases $$p" >> libgo.sum; \
6563 fi; \
6564 done; \
6565 echo >> libgo.sum; \
6566 echo " === libgo Summary ===" >> libgo.sum; \
6567 echo >> libgo.sum; \
6568 if test "$$pass" -ne "0"; then \
6569 echo "# of expected passes $$pass" >> libgo.sum; \
6570 fi; \
6571 if test "$$fail" -ne "0"; then \
6572 echo "# of unexpected failures $$fail" >> libgo.sum; \
6573 fi; \
6574 if test "$$untested" -ne "0"; then \
6575 echo "# of untested testcases $$untested" >> libgo.sum; \
6576 fi; \
6577 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
6578 echo >> libgo.log; \
6579 echo "runtest completed at `date`" >> libgo.log; \
6580 if test "$$fail" -ne "0"; then \
6581 status=1; \
6582 else \
6583 status=0; \
6584 fi; \
6585 exit $$status
6587 check-am:
6588 @rm -f libgo.sum libgo.log libgo.tail
6589 @multivar="unix"; \
6590 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
6591 echo "$${multivar}" > libgo.var
6592 @for f in $(TEST_PACKAGES); do \
6593 rm -f $$f-testsum $$f-testlog; \
6594 done
6595 -@$(MAKE) -k $(TEST_PACKAGES)
6596 @for f in $(TEST_PACKAGES); do \
6597 if test -f $$f-testsum; then \
6598 cat $$f-testsum >> libgo.sum; \
6599 fi; \
6600 if test -f $$f-testlog; then \
6601 cat $$f-testlog >> libgo.log; \
6602 fi; \
6603 done
6605 check-multi:
6606 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
6608 bench:
6609 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
6611 mostlyclean-local:
6612 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
6613 find . -name '*.$(OBJEXT)' -print | xargs rm -f
6614 find . -name '*-testsum' -print | xargs rm -f
6615 find . -name '*-testlog' -print | xargs rm -f
6617 clean-local:
6618 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
6619 find . -name '*.a' -print | xargs rm -f
6621 # Tell versions [3.59,3.63) of GNU make to not export all variables.
6622 # Otherwise a system limit (for SysV at least) may be exceeded.
6623 .NOEXPORT: