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