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