OSDN Git Service

5060d289261cdc554f54f92db27f2365c36161a0
[pf3gnuchains/gcc-fork.git] / libgo / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
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.
10
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.
15
16 @SET_MAKE@
17
18 # Makefile.am -- Go library Makefile.
19
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.
23
24 # Process this file with autoreconf to produce Makefile.in.
25
26
27
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 $(am__configure_deps) $(srcdir)/../config.guess \
50         $(srcdir)/../config.sub $(srcdir)/../depcomp \
51         $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
52         $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
53         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54         $(srcdir)/config.h.in $(top_srcdir)/configure
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
57         $(top_srcdir)/../config/lead-dot.m4 \
58         $(top_srcdir)/../config/multi.m4 \
59         $(top_srcdir)/../config/override.m4 \
60         $(top_srcdir)/../config/unwind_ipinfo.m4 \
61         $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
62         $(top_srcdir)/config/ltoptions.m4 \
63         $(top_srcdir)/config/ltsugar.m4 \
64         $(top_srcdir)/config/ltversion.m4 \
65         $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno config.status.lineno
70 CONFIG_HEADER = config.h
71 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES =
73 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74 am__vpath_adj = case $$p in \
75     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76     *) f=$$p;; \
77   esac;
78 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
79 am__install_max = 40
80 am__nobase_strip_setup = \
81   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
82 am__nobase_strip = \
83   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
84 am__nobase_list = $(am__nobase_strip_setup); \
85   for p in $$list; do echo "$$p $$p"; done | \
86   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
87   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
88     if (++n[$$2] == $(am__install_max)) \
89       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
90     END { for (dir in files) print dir, files[dir] }'
91 am__base_list = \
92   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
95         "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
96         "$(DESTDIR)$(toolexeclibgoarchivedir)" \
97         "$(DESTDIR)$(toolexeclibgocompressdir)" \
98         "$(DESTDIR)$(toolexeclibgocontainerdir)" \
99         "$(DESTDIR)$(toolexeclibgocryptodir)" \
100         "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" \
101         "$(DESTDIR)$(toolexeclibgodebugdir)" \
102         "$(DESTDIR)$(toolexeclibgoencodingdir)" \
103         "$(DESTDIR)$(toolexeclibgoexpdir)" \
104         "$(DESTDIR)$(toolexeclibgogodir)" \
105         "$(DESTDIR)$(toolexeclibgohashdir)" \
106         "$(DESTDIR)$(toolexeclibgohttpdir)" \
107         "$(DESTDIR)$(toolexeclibgoimagedir)" \
108         "$(DESTDIR)$(toolexeclibgoindexdir)" \
109         "$(DESTDIR)$(toolexeclibgoiodir)" \
110         "$(DESTDIR)$(toolexeclibgomimedir)" \
111         "$(DESTDIR)$(toolexeclibgonetdir)" \
112         "$(DESTDIR)$(toolexeclibgoosdir)" \
113         "$(DESTDIR)$(toolexeclibgopathdir)" \
114         "$(DESTDIR)$(toolexeclibgorpcdir)" \
115         "$(DESTDIR)$(toolexeclibgoruntimedir)" \
116         "$(DESTDIR)$(toolexeclibgosyncdir)" \
117         "$(DESTDIR)$(toolexeclibgotestingdir)"
118 LIBRARIES = $(toolexeclib_LIBRARIES)
119 ARFLAGS = cru
120 libgobegin_a_AR = $(AR) $(ARFLAGS)
121 libgobegin_a_LIBADD =
122 am_libgobegin_a_OBJECTS = go-main.$(OBJEXT)
123 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
124 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
125 am__DEPENDENCIES_1 =
126 am__DEPENDENCIES_2 = asn1/asn1.lo big/big.lo bufio/bufio.lo \
127         bytes/bytes.lo bytes/index.lo cmath/cmath.lo crypto/crypto.lo \
128         ebnf/ebnf.lo exec/exec.lo expvar/expvar.lo flag/flag.lo \
129         fmt/fmt.lo gob/gob.lo hash/hash.lo html/html.lo http/http.lo \
130         image/image.lo io/io.lo json/json.lo log/log.lo math/math.lo \
131         mime/mime.lo net/net.lo netchan/netchan.lo os/os.lo \
132         patch/patch.lo path/path.lo rand/rand.lo reflect/reflect.lo \
133         regexp/regexp.lo rpc/rpc.lo runtime/runtime.lo \
134         scanner/scanner.lo smtp/smtp.lo sort/sort.lo \
135         strconv/strconv.lo strings/strings.lo sync/sync.lo \
136         syslog/syslog.lo syslog/syslog_c.lo tabwriter/tabwriter.lo \
137         template/template.lo time/time.lo try/try.lo \
138         unicode/unicode.lo utf16/utf16.lo utf8/utf8.lo \
139         websocket/websocket.lo xml/xml.lo archive/tar.lo \
140         archive/zip.lo compress/bzip2.lo compress/flate.lo \
141         compress/gzip.lo compress/lzw.lo compress/zlib.lo \
142         container/heap.lo container/list.lo container/ring.lo \
143         container/vector.lo crypto/aes.lo crypto/blowfish.lo \
144         crypto/cast5.lo crypto/cipher.lo crypto/des.lo crypto/dsa.lo \
145         crypto/ecdsa.lo crypto/elliptic.lo crypto/hmac.lo \
146         crypto/md4.lo crypto/md5.lo crypto/ocsp.lo crypto/openpgp.lo \
147         crypto/rand.lo crypto/rc4.lo crypto/ripemd160.lo crypto/rsa.lo \
148         crypto/sha1.lo crypto/sha256.lo crypto/sha512.lo \
149         crypto/subtle.lo crypto/tls.lo crypto/twofish.lo \
150         crypto/x509.lo crypto/xtea.lo crypto/openpgp/armor.lo \
151         crypto/openpgp/error.lo crypto/openpgp/packet.lo \
152         crypto/openpgp/s2k.lo debug/dwarf.lo debug/elf.lo \
153         debug/gosym.lo debug/macho.lo debug/pe.lo debug/proc.lo \
154         encoding/ascii85.lo encoding/base32.lo encoding/base64.lo \
155         encoding/binary.lo encoding/git85.lo encoding/hex.lo \
156         encoding/line.lo encoding/pem.lo exp/datafmt.lo exp/draw.lo \
157         exp/eval.lo go/ast.lo go/doc.lo go/parser.lo go/printer.lo \
158         go/scanner.lo go/token.lo go/typechecker.lo go/types.lo \
159         hash/adler32.lo hash/crc32.lo hash/crc64.lo hash/fnv.lo \
160         http/cgi.lo http/fcgi.lo http/httptest.lo http/pprof.lo \
161         http/spdy.lo image/gif.lo image/jpeg.lo image/png.lo \
162         image/tiff.lo image/ycbcr.lo index/suffixarray.lo io/ioutil.lo \
163         mime/multipart.lo net/dict.lo net/textproto.lo \
164         $(am__DEPENDENCIES_1) os/user.lo os/signal.lo path/filepath.lo \
165         rpc/jsonrpc.lo runtime/debug.lo runtime/pprof.lo \
166         sync/atomic.lo sync/atomic_c.lo syscalls/syscall.lo \
167         syscalls/errno.lo testing/testing.lo testing/iotest.lo \
168         testing/quick.lo testing/script.lo
169 libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
170         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
171         $(am__DEPENDENCIES_1)
172 am__libgo_la_SOURCES_DIST = runtime/go-append.c runtime/go-assert.c \
173         runtime/go-assert-interface.c \
174         runtime/go-byte-array-to-string.c runtime/go-breakpoint.c \
175         runtime/go-caller.c runtime/go-can-convert-interface.c \
176         runtime/go-cgo.c runtime/go-chan-cap.c runtime/go-chan-len.c \
177         runtime/go-check-interface.c runtime/go-close.c \
178         runtime/go-construct-map.c runtime/go-convert-interface.c \
179         runtime/go-copy.c runtime/go-defer.c \
180         runtime/go-deferred-recover.c runtime/go-eface-compare.c \
181         runtime/go-eface-val-compare.c runtime/go-getgoroot.c \
182         runtime/go-go.c runtime/go-gomaxprocs.c \
183         runtime/go-int-array-to-string.c runtime/go-int-to-string.c \
184         runtime/go-interface-compare.c \
185         runtime/go-interface-eface-compare.c \
186         runtime/go-interface-val-compare.c runtime/go-lock-os-thread.c \
187         runtime/go-make-slice.c runtime/go-map-delete.c \
188         runtime/go-map-index.c runtime/go-map-len.c \
189         runtime/go-map-range.c runtime/go-nanotime.c \
190         runtime/go-new-channel.c runtime/go-new-map.c runtime/go-new.c \
191         runtime/go-note.c runtime/go-panic.c runtime/go-panic-defer.c \
192         runtime/go-print.c runtime/go-rec-big.c \
193         runtime/go-rec-nb-big.c runtime/go-rec-nb-small.c \
194         runtime/go-rec-small.c runtime/go-recover.c \
195         runtime/go-reflect.c runtime/go-reflect-call.c \
196         runtime/go-reflect-chan.c runtime/go-reflect-map.c \
197         runtime/go-rune.c runtime/go-runtime-error.c \
198         runtime/go-sched.c runtime/go-select.c runtime/go-semacquire.c \
199         runtime/go-send-big.c runtime/go-send-nb-big.c \
200         runtime/go-send-nb-small.c runtime/go-send-small.c \
201         runtime/go-setenv.c runtime/go-signal.c runtime/go-strcmp.c \
202         runtime/go-string-to-byte-array.c \
203         runtime/go-string-to-int-array.c runtime/go-strplus.c \
204         runtime/go-strslice.c runtime/go-trampoline.c \
205         runtime/go-type-eface.c runtime/go-type-error.c \
206         runtime/go-type-identity.c runtime/go-type-interface.c \
207         runtime/go-type-string.c runtime/go-typedesc-equal.c \
208         runtime/go-typestring.c runtime/go-unreflect.c \
209         runtime/go-unsafe-new.c runtime/go-unsafe-newarray.c \
210         runtime/go-unsafe-pointer.c runtime/go-unwind.c \
211         runtime/cpuprof.c runtime/mcache.c runtime/mcentral.c \
212         runtime/mem_posix_memalign.c runtime/mem.c runtime/mfinal.c \
213         runtime/mfixalloc.c runtime/mgc0.c runtime/mheap.c \
214         runtime/msize.c runtime/proc.c runtime/thread.c \
215         runtime/rtems-task-variable-add.c chan.c iface.c malloc.c \
216         map.c mprof.c reflect.c sigqueue.c string.c
217 @HAVE_SYS_MMAN_H_FALSE@am__objects_1 = mem_posix_memalign.lo
218 @HAVE_SYS_MMAN_H_TRUE@am__objects_1 = mem.lo
219 @LIBGO_IS_RTEMS_TRUE@am__objects_2 = rtems-task-variable-add.lo
220 am__objects_3 = go-append.lo go-assert.lo go-assert-interface.lo \
221         go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
222         go-can-convert-interface.lo go-cgo.lo go-chan-cap.lo \
223         go-chan-len.lo go-check-interface.lo go-close.lo \
224         go-construct-map.lo go-convert-interface.lo go-copy.lo \
225         go-defer.lo go-deferred-recover.lo go-eface-compare.lo \
226         go-eface-val-compare.lo go-getgoroot.lo go-go.lo \
227         go-gomaxprocs.lo go-int-array-to-string.lo go-int-to-string.lo \
228         go-interface-compare.lo go-interface-eface-compare.lo \
229         go-interface-val-compare.lo go-lock-os-thread.lo \
230         go-make-slice.lo go-map-delete.lo go-map-index.lo \
231         go-map-len.lo go-map-range.lo go-nanotime.lo go-new-channel.lo \
232         go-new-map.lo go-new.lo go-note.lo go-panic.lo \
233         go-panic-defer.lo go-print.lo go-rec-big.lo go-rec-nb-big.lo \
234         go-rec-nb-small.lo go-rec-small.lo go-recover.lo go-reflect.lo \
235         go-reflect-call.lo go-reflect-chan.lo go-reflect-map.lo \
236         go-rune.lo go-runtime-error.lo go-sched.lo go-select.lo \
237         go-semacquire.lo go-send-big.lo go-send-nb-big.lo \
238         go-send-nb-small.lo go-send-small.lo go-setenv.lo go-signal.lo \
239         go-strcmp.lo go-string-to-byte-array.lo \
240         go-string-to-int-array.lo go-strplus.lo go-strslice.lo \
241         go-trampoline.lo go-type-eface.lo go-type-error.lo \
242         go-type-identity.lo go-type-interface.lo go-type-string.lo \
243         go-typedesc-equal.lo go-typestring.lo go-unreflect.lo \
244         go-unsafe-new.lo go-unsafe-newarray.lo go-unsafe-pointer.lo \
245         go-unwind.lo cpuprof.lo mcache.lo mcentral.lo $(am__objects_1) \
246         mfinal.lo mfixalloc.lo mgc0.lo mheap.lo msize.lo proc.lo \
247         thread.lo $(am__objects_2) chan.lo iface.lo malloc.lo map.lo \
248         mprof.lo reflect.lo sigqueue.lo string.lo
249 am_libgo_la_OBJECTS = $(am__objects_3)
250 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
251 libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
252         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
253         $(LDFLAGS) -o $@
254 DEFAULT_INCLUDES = -I.@am__isrc@
255 depcomp = $(SHELL) $(top_srcdir)/../depcomp
256 am__depfiles_maybe = depfiles
257 am__mv = mv -f
258 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
259         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
260 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
261         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
262         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
263 CCLD = $(CC)
264 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
265         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
266         $(LDFLAGS) -o $@
267 SOURCES = $(libgobegin_a_SOURCES) $(libgo_la_SOURCES)
268 DIST_SOURCES = $(libgobegin_a_SOURCES) $(am__libgo_la_SOURCES_DIST)
269 MULTISRCTOP = 
270 MULTIBUILDTOP = 
271 MULTIDIRS = 
272 MULTISUBDIR = 
273 MULTIDO = true
274 MULTICLEAN = true
275 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
276         html-recursive info-recursive install-data-recursive \
277         install-dvi-recursive install-exec-recursive \
278         install-html-recursive install-info-recursive \
279         install-pdf-recursive install-ps-recursive install-recursive \
280         installcheck-recursive installdirs-recursive pdf-recursive \
281         ps-recursive uninstall-recursive
282 DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
283         $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
284         $(toolexeclibgocrypto_DATA) $(toolexeclibgocryptoopenpgp_DATA) \
285         $(toolexeclibgodebug_DATA) $(toolexeclibgoencoding_DATA) \
286         $(toolexeclibgoexp_DATA) $(toolexeclibgogo_DATA) \
287         $(toolexeclibgohash_DATA) $(toolexeclibgohttp_DATA) \
288         $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
289         $(toolexeclibgoio_DATA) $(toolexeclibgomime_DATA) \
290         $(toolexeclibgonet_DATA) $(toolexeclibgoos_DATA) \
291         $(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \
292         $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
293         $(toolexeclibgotesting_DATA)
294 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
295   distclean-recursive maintainer-clean-recursive
296 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
297         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
298         distdir dist dist-all distcheck
299 ETAGS = etags
300 CTAGS = ctags
301 DIST_SUBDIRS = testsuite
302 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
303 distdir = $(PACKAGE)-$(VERSION)
304 top_distdir = $(distdir)
305 am__remove_distdir = \
306   { test ! -d "$(distdir)" \
307     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
308          && rm -fr "$(distdir)"; }; }
309 am__relativize = \
310   dir0=`pwd`; \
311   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
312   sed_rest='s,^[^/]*/*,,'; \
313   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
314   sed_butlast='s,/*[^/]*$$,,'; \
315   while test -n "$$dir1"; do \
316     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
317     if test "$$first" != "."; then \
318       if test "$$first" = ".."; then \
319         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
320         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
321       else \
322         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
323         if test "$$first2" = "$$first"; then \
324           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
325         else \
326           dir2="../$$dir2"; \
327         fi; \
328         dir0="$$dir0"/"$$first"; \
329       fi; \
330     fi; \
331     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
332   done; \
333   reldir="$$dir2"
334 DIST_ARCHIVES = $(distdir).tar.gz
335 GZIP_ENV = --best
336 distuninstallcheck_listfiles = find . -type f -print
337 distcleancheck_listfiles = find . -type f -print
338 ACLOCAL = @ACLOCAL@
339 AMTAR = @AMTAR@
340 AR = @AR@
341 AUTOCONF = @AUTOCONF@
342 AUTOHEADER = @AUTOHEADER@
343 AUTOMAKE = @AUTOMAKE@
344 AWK = @AWK@
345 CC = @CC@
346 CCDEPMODE = @CCDEPMODE@
347 CC_FOR_BUILD = @CC_FOR_BUILD@
348 CFLAGS = @CFLAGS@
349 CPP = @CPP@
350 CPPFLAGS = @CPPFLAGS@
351 CYGPATH_W = @CYGPATH_W@
352 DEFS = @DEFS@
353 DEPDIR = @DEPDIR@
354 DSYMUTIL = @DSYMUTIL@
355 DUMPBIN = @DUMPBIN@
356 ECHO_C = @ECHO_C@
357 ECHO_N = @ECHO_N@
358 ECHO_T = @ECHO_T@
359 EGREP = @EGREP@
360 EXEEXT = @EXEEXT@
361 FGREP = @FGREP@
362 GOARCH = @GOARCH@
363 GOC = @GOC@
364 GOCFLAGS = $(CFLAGS)
365 GOOS = @GOOS@
366 GO_DEBUG_PROC_REGS_OS_ARCH_FILE = @GO_DEBUG_PROC_REGS_OS_ARCH_FILE@
367 GO_SYSCALLS_SYSCALL_OS_ARCH_FILE = @GO_SYSCALLS_SYSCALL_OS_ARCH_FILE@
368 GREP = @GREP@
369 INSTALL = @INSTALL@
370 INSTALL_DATA = @INSTALL_DATA@
371 INSTALL_PROGRAM = @INSTALL_PROGRAM@
372 INSTALL_SCRIPT = @INSTALL_SCRIPT@
373 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
374 LD = @LD@
375 LDFLAGS = @LDFLAGS@
376 LIBFFI = @LIBFFI@
377 LIBFFIINCS = @LIBFFIINCS@
378 LIBOBJS = @LIBOBJS@
379 LIBS = @LIBS@
380 LIBTOOL = @LIBTOOL@
381 LIPO = @LIPO@
382 LN_S = @LN_S@
383 LTLIBOBJS = @LTLIBOBJS@
384 MAINT = @MAINT@
385 MAKEINFO = @MAKEINFO@
386 MATH_LIBS = @MATH_LIBS@
387 MKDIR_P = @MKDIR_P@
388 NET_LIBS = @NET_LIBS@
389 NM = @NM@
390 NMEDIT = @NMEDIT@
391 OBJCOPY = @OBJCOPY@
392 OBJDUMP = @OBJDUMP@
393 OBJEXT = @OBJEXT@
394 OSCFLAGS = @OSCFLAGS@
395 OTOOL = @OTOOL@
396 OTOOL64 = @OTOOL64@
397 PACKAGE = @PACKAGE@
398 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
399 PACKAGE_NAME = @PACKAGE_NAME@
400 PACKAGE_STRING = @PACKAGE_STRING@
401 PACKAGE_TARNAME = @PACKAGE_TARNAME@
402 PACKAGE_URL = @PACKAGE_URL@
403 PACKAGE_VERSION = @PACKAGE_VERSION@
404 PATH_SEPARATOR = @PATH_SEPARATOR@
405 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
406 PTHREAD_LIBS = @PTHREAD_LIBS@
407 RANLIB = @RANLIB@
408 SED = @SED@
409 SET_MAKE = @SET_MAKE@
410 SHELL = @SHELL@
411 SPLIT_STACK = @SPLIT_STACK@
412 STRINGOPS_FLAG = @STRINGOPS_FLAG@
413 STRIP = @STRIP@
414 VERSION = @VERSION@
415 WARN_FLAGS = @WARN_FLAGS@
416 WERROR = @WERROR@
417 abs_builddir = @abs_builddir@
418 abs_srcdir = @abs_srcdir@
419 abs_top_builddir = @abs_top_builddir@
420 abs_top_srcdir = @abs_top_srcdir@
421 ac_ct_CC = @ac_ct_CC@
422 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
423 am__include = @am__include@
424 am__leading_dot = @am__leading_dot@
425 am__quote = @am__quote@
426 am__tar = @am__tar@
427 am__untar = @am__untar@
428 bindir = @bindir@
429 build = @build@
430 build_alias = @build_alias@
431 build_cpu = @build_cpu@
432 build_os = @build_os@
433 build_vendor = @build_vendor@
434 builddir = @builddir@
435 datadir = @datadir@
436 datarootdir = @datarootdir@
437 docdir = @docdir@
438 dvidir = @dvidir@
439 enable_shared = @enable_shared@
440 enable_static = @enable_static@
441 exec_prefix = @exec_prefix@
442 glibgo_prefixdir = @glibgo_prefixdir@
443 glibgo_toolexecdir = @glibgo_toolexecdir@
444 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
445 host = @host@
446 host_alias = @host_alias@
447 host_cpu = @host_cpu@
448 host_os = @host_os@
449 host_vendor = @host_vendor@
450 htmldir = @htmldir@
451 includedir = @includedir@
452 infodir = @infodir@
453 install_sh = @install_sh@
454 libdir = @libdir@
455 libexecdir = @libexecdir@
456 libtool_VERSION = @libtool_VERSION@
457 localedir = @localedir@
458 localstatedir = @localstatedir@
459 mandir = @mandir@
460 mkdir_p = @mkdir_p@
461 multi_basedir = @multi_basedir@
462 oldincludedir = @oldincludedir@
463 pdfdir = @pdfdir@
464 prefix = @prefix@
465 program_transform_name = @program_transform_name@
466 psdir = @psdir@
467 sbindir = @sbindir@
468 sharedstatedir = @sharedstatedir@
469 srcdir = @srcdir@
470 sysconfdir = @sysconfdir@
471 target = @target@
472 target_alias = @target_alias@
473 target_cpu = @target_cpu@
474 target_os = @target_os@
475 target_vendor = @target_vendor@
476 top_build_prefix = @top_build_prefix@
477 top_builddir = @top_builddir@
478 top_srcdir = @top_srcdir@
479
480 # Go support.
481 SUFFIXES = .c .go .gox .o .obj .lo .a
482 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
483 SUBDIRS = ${subdirs}
484 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
485 MAINT_CHARSET = latin1
486 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
487 PWD_COMMAND = $${PWDCMD-pwd}
488 STAMP = echo timestamp >
489 toolexecdir = $(glibgo_toolexecdir)
490 toolexeclibdir = $(glibgo_toolexeclibdir)
491 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
492
493 # -I/-D flags to pass when compiling.
494 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
495 ACLOCAL_AMFLAGS = -I ./config -I ../config
496 AM_CFLAGS = -fexceptions -fplan9-extensions $(SPLIT_STACK) $(WARN_CFLAGS) \
497         $(STRINGOPS_FLAG) \
498         -I $(srcdir)/../gcc -I $(MULTIBUILDTOP)../../gcc/include
499
500 @USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
501
502 # Multilib support.
503 MAKEOVERRIDES = 
504
505 # Work around what appears to be a GNU make  handling MAKEFLAGS
506 # values defined in terms of make variables, as is the case for CC and
507 # friends when we are called from the top level Makefile.
508 AM_MAKEFLAGS = \
509         "AR_FLAGS=$(AR_FLAGS)" \
510         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
511         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
512         "CFLAGS=$(CFLAGS)" \
513         "CXXFLAGS=$(CXXFLAGS)" \
514         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
515         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
516         "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
517         "GOC=$(GOC)" \
518         "GOCFLAGS=$(GOCFLAGS)" \
519         "INSTALL=$(INSTALL)" \
520         "INSTALL_DATA=$(INSTALL_DATA)" \
521         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
522         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
523         "LDFLAGS=$(LDFLAGS)" \
524         "LIBCFLAGS=$(LIBCFLAGS)" \
525         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
526         "MAKE=$(MAKE)" \
527         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
528         "PICFLAG=$(PICFLAG)" \
529         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
530         "SHELL=$(SHELL)" \
531         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
532         "exec_prefix=$(exec_prefix)" \
533         "infodir=$(infodir)" \
534         "libdir=$(libdir)" \
535         "includedir=$(includedir)" \
536         "prefix=$(prefix)" \
537         "tooldir=$(tooldir)" \
538         "gxx_include_dir=$(gxx_include_dir)" \
539         "AR=$(AR)" \
540         "AS=$(AS)" \
541         "LD=$(LD)" \
542         "RANLIB=$(RANLIB)" \
543         "NM=$(NM)" \
544         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
545         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
546         "DESTDIR=$(DESTDIR)" \
547         "WERROR=$(WERROR)"
548
549
550 # Subdir rules rely on $(FLAGS_TO_PASS)
551 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
552 toolexeclib_LTLIBRARIES = libgo.la
553 toolexeclib_LIBRARIES = libgobegin.a
554 toolexeclibgodir = $(toolexeclibdir)/go/$(gcc_version)/$(target_alias)
555 toolexeclibgo_DATA = \
556         asn1.gox \
557         big.gox \
558         bufio.gox \
559         bytes.gox \
560         cmath.gox \
561         crypto.gox \
562         ebnf.gox \
563         exec.gox \
564         expvar.gox \
565         flag.gox \
566         fmt.gox \
567         gob.gox \
568         hash.gox \
569         html.gox \
570         http.gox \
571         image.gox \
572         io.gox \
573         json.gox \
574         log.gox \
575         math.gox \
576         mime.gox \
577         net.gox \
578         netchan.gox \
579         os.gox \
580         patch.gox \
581         path.gox \
582         rand.gox \
583         reflect.gox \
584         regexp.gox \
585         rpc.gox \
586         runtime.gox \
587         scanner.gox \
588         smtp.gox \
589         sort.gox \
590         strconv.gox \
591         strings.gox \
592         sync.gox \
593         syscall.gox \
594         syslog.gox \
595         tabwriter.gox \
596         template.gox \
597         testing.gox \
598         time.gox \
599         try.gox \
600         unicode.gox \
601         utf16.gox \
602         utf8.gox \
603         websocket.gox \
604         xml.gox
605
606 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
607 toolexeclibgoarchive_DATA = \
608         archive/tar.gox \
609         archive/zip.gox
610
611 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
612 toolexeclibgocompress_DATA = \
613         compress/bzip2.gox \
614         compress/flate.gox \
615         compress/gzip.gox \
616         compress/lzw.gox \
617         compress/zlib.gox
618
619 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
620 toolexeclibgocontainer_DATA = \
621         container/heap.gox \
622         container/list.gox \
623         container/ring.gox \
624         container/vector.gox
625
626 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
627 toolexeclibgocrypto_DATA = \
628         crypto/aes.gox \
629         crypto/blowfish.gox \
630         crypto/cast5.gox \
631         crypto/cipher.gox \
632         crypto/des.gox \
633         crypto/dsa.gox \
634         crypto/ecdsa.gox \
635         crypto/elliptic.gox \
636         crypto/hmac.gox \
637         crypto/md4.gox \
638         crypto/md5.gox \
639         crypto/ocsp.gox \
640         crypto/openpgp.gox \
641         crypto/rand.gox \
642         crypto/rc4.gox \
643         crypto/ripemd160.gox \
644         crypto/rsa.gox \
645         crypto/sha1.gox \
646         crypto/sha256.gox \
647         crypto/sha512.gox \
648         crypto/subtle.gox \
649         crypto/tls.gox \
650         crypto/twofish.gox \
651         crypto/x509.gox \
652         crypto/xtea.gox
653
654 toolexeclibgocryptoopenpgpdir = $(toolexeclibgocryptodir)/openpgp
655 toolexeclibgocryptoopenpgp_DATA = \
656         crypto/openpgp/armor.gox \
657         crypto/openpgp/error.gox \
658         crypto/openpgp/packet.gox \
659         crypto/openpgp/s2k.gox
660
661 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
662 toolexeclibgodebug_DATA = \
663         debug/dwarf.gox \
664         debug/elf.gox \
665         debug/gosym.gox \
666         debug/macho.gox \
667         debug/pe.gox \
668         debug/proc.gox
669
670 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
671 toolexeclibgoencoding_DATA = \
672         encoding/ascii85.gox \
673         encoding/base32.gox \
674         encoding/base64.gox \
675         encoding/binary.gox \
676         encoding/line.gox \
677         encoding/git85.gox \
678         encoding/hex.gox \
679         encoding/pem.gox
680
681 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
682 toolexeclibgoexp_DATA = \
683         exp/datafmt.gox \
684         exp/draw.gox \
685         exp/eval.gox
686
687 toolexeclibgogodir = $(toolexeclibgodir)/go
688 toolexeclibgogo_DATA = \
689         go/ast.gox \
690         go/doc.gox \
691         go/parser.gox \
692         go/printer.gox \
693         go/scanner.gox \
694         go/token.gox \
695         go/typechecker.gox \
696         go/types.gox
697
698 toolexeclibgohashdir = $(toolexeclibgodir)/hash
699 toolexeclibgohash_DATA = \
700         hash/adler32.gox \
701         hash/crc32.gox \
702         hash/crc64.gox \
703         hash/fnv.gox
704
705 toolexeclibgohttpdir = $(toolexeclibgodir)/http
706 toolexeclibgohttp_DATA = \
707         http/cgi.gox \
708         http/fcgi.gox \
709         http/httptest.gox \
710         http/pprof.gox \
711         http/spdy.gox
712
713 toolexeclibgoimagedir = $(toolexeclibgodir)/image
714 toolexeclibgoimage_DATA = \
715         image/gif.gox \
716         image/jpeg.gox \
717         image/png.gox \
718         image/tiff.gox \
719         image/ycbcr.gox
720
721 toolexeclibgoindexdir = $(toolexeclibgodir)/index
722 toolexeclibgoindex_DATA = \
723         index/suffixarray.gox
724
725 toolexeclibgoiodir = $(toolexeclibgodir)/io
726 toolexeclibgoio_DATA = \
727         io/ioutil.gox
728
729 toolexeclibgomimedir = $(toolexeclibgodir)/mime
730 toolexeclibgomime_DATA = \
731         mime/multipart.gox
732
733 toolexeclibgonetdir = $(toolexeclibgodir)/net
734 toolexeclibgonet_DATA = \
735         net/dict.gox \
736         net/textproto.gox
737
738 toolexeclibgoosdir = $(toolexeclibgodir)/os
739 @LIBGO_IS_LINUX_FALSE@os_inotify_gox = 
740
741 # os_inotify_gox = os/inotify.gox
742 @LIBGO_IS_LINUX_TRUE@os_inotify_gox = 
743 toolexeclibgoos_DATA = \
744         $(os_inotify_gox) \
745         os/user.gox \
746         os/signal.gox
747
748 toolexeclibgopathdir = $(toolexeclibgodir)/path
749 toolexeclibgopath_DATA = \
750         path/filepath.gox
751
752 toolexeclibgorpcdir = $(toolexeclibgodir)/rpc
753 toolexeclibgorpc_DATA = \
754         rpc/jsonrpc.gox
755
756 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
757 toolexeclibgoruntime_DATA = \
758         runtime/debug.gox \
759         runtime/pprof.gox
760
761 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
762 toolexeclibgosync_DATA = \
763         sync/atomic.gox
764
765 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
766 toolexeclibgotesting_DATA = \
767         testing/iotest.gox \
768         testing/quick.gox \
769         testing/script.gox
770
771 @HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
772 @HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
773 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file = 
774 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
775 runtime_files = \
776         runtime/go-append.c \
777         runtime/go-assert.c \
778         runtime/go-assert-interface.c \
779         runtime/go-byte-array-to-string.c \
780         runtime/go-breakpoint.c \
781         runtime/go-caller.c \
782         runtime/go-can-convert-interface.c \
783         runtime/go-cgo.c \
784         runtime/go-chan-cap.c \
785         runtime/go-chan-len.c \
786         runtime/go-check-interface.c \
787         runtime/go-close.c \
788         runtime/go-construct-map.c \
789         runtime/go-convert-interface.c \
790         runtime/go-copy.c \
791         runtime/go-defer.c \
792         runtime/go-deferred-recover.c \
793         runtime/go-eface-compare.c \
794         runtime/go-eface-val-compare.c \
795         runtime/go-getgoroot.c \
796         runtime/go-go.c \
797         runtime/go-gomaxprocs.c \
798         runtime/go-int-array-to-string.c \
799         runtime/go-int-to-string.c \
800         runtime/go-interface-compare.c \
801         runtime/go-interface-eface-compare.c \
802         runtime/go-interface-val-compare.c \
803         runtime/go-lock-os-thread.c \
804         runtime/go-make-slice.c \
805         runtime/go-map-delete.c \
806         runtime/go-map-index.c \
807         runtime/go-map-len.c \
808         runtime/go-map-range.c \
809         runtime/go-nanotime.c \
810         runtime/go-new-channel.c \
811         runtime/go-new-map.c \
812         runtime/go-new.c \
813         runtime/go-note.c \
814         runtime/go-panic.c \
815         runtime/go-panic-defer.c \
816         runtime/go-print.c \
817         runtime/go-rec-big.c \
818         runtime/go-rec-nb-big.c \
819         runtime/go-rec-nb-small.c \
820         runtime/go-rec-small.c \
821         runtime/go-recover.c \
822         runtime/go-reflect.c \
823         runtime/go-reflect-call.c \
824         runtime/go-reflect-chan.c \
825         runtime/go-reflect-map.c \
826         runtime/go-rune.c \
827         runtime/go-runtime-error.c \
828         runtime/go-sched.c \
829         runtime/go-select.c \
830         runtime/go-semacquire.c \
831         runtime/go-send-big.c \
832         runtime/go-send-nb-big.c \
833         runtime/go-send-nb-small.c \
834         runtime/go-send-small.c \
835         runtime/go-setenv.c \
836         runtime/go-signal.c \
837         runtime/go-strcmp.c \
838         runtime/go-string-to-byte-array.c \
839         runtime/go-string-to-int-array.c \
840         runtime/go-strplus.c \
841         runtime/go-strslice.c \
842         runtime/go-trampoline.c \
843         runtime/go-type-eface.c \
844         runtime/go-type-error.c \
845         runtime/go-type-identity.c \
846         runtime/go-type-interface.c \
847         runtime/go-type-string.c \
848         runtime/go-typedesc-equal.c \
849         runtime/go-typestring.c \
850         runtime/go-unreflect.c \
851         runtime/go-unsafe-new.c \
852         runtime/go-unsafe-newarray.c \
853         runtime/go-unsafe-pointer.c \
854         runtime/go-unwind.c \
855         runtime/cpuprof.c \
856         runtime/mcache.c \
857         runtime/mcentral.c \
858         $(runtime_mem_file) \
859         runtime/mfinal.c \
860         runtime/mfixalloc.c \
861         runtime/mgc0.c \
862         runtime/mheap.c \
863         runtime/msize.c \
864         runtime/proc.c \
865         runtime/thread.c \
866         $(rtems_task_variable_add_file) \
867         chan.c \
868         iface.c \
869         malloc.c \
870         map.c \
871         mprof.c \
872         reflect.c \
873         sigqueue.c \
874         string.c
875
876 go_asn1_files = \
877         go/asn1/asn1.go \
878         go/asn1/common.go \
879         go/asn1/marshal.go
880
881 go_big_files = \
882         go/big/arith.go \
883         go/big/int.go \
884         go/big/nat.go \
885         go/big/rat.go
886
887 go_bufio_files = \
888         go/bufio/bufio.go
889
890 go_bytes_files = \
891         go/bytes/buffer.go \
892         go/bytes/bytes.go \
893         go/bytes/bytes_decl.go
894
895 go_bytes_c_files = \
896         go/bytes/indexbyte.c
897
898 go_cmath_files = \
899         go/cmath/abs.go \
900         go/cmath/asin.go \
901         go/cmath/conj.go \
902         go/cmath/exp.go \
903         go/cmath/isinf.go \
904         go/cmath/isnan.go \
905         go/cmath/log.go \
906         go/cmath/phase.go \
907         go/cmath/polar.go \
908         go/cmath/pow.go \
909         go/cmath/rect.go \
910         go/cmath/sin.go \
911         go/cmath/sqrt.go \
912         go/cmath/tan.go
913
914 go_crypto_files = \
915         go/crypto/crypto.go
916
917 go_ebnf_files = \
918         go/ebnf/ebnf.go \
919         go/ebnf/parser.go
920
921 go_exec_files = \
922         go/exec/exec.go \
923         go/exec/lp_unix.go
924
925 go_expvar_files = \
926         go/expvar/expvar.go
927
928 go_flag_files = \
929         go/flag/flag.go
930
931 go_fmt_files = \
932         go/fmt/doc.go \
933         go/fmt/format.go \
934         go/fmt/print.go \
935         go/fmt/scan.go
936
937 go_gob_files = \
938         go/gob/decode.go \
939         go/gob/decoder.go \
940         go/gob/doc.go \
941         go/gob/encode.go \
942         go/gob/encoder.go \
943         go/gob/error.go \
944         go/gob/type.go
945
946 go_hash_files = \
947         go/hash/hash.go
948
949 go_html_files = \
950         go/html/doc.go \
951         go/html/entity.go \
952         go/html/escape.go \
953         go/html/parse.go \
954         go/html/token.go
955
956 go_http_files = \
957         go/http/chunked.go \
958         go/http/client.go \
959         go/http/cookie.go \
960         go/http/dump.go \
961         go/http/fs.go \
962         go/http/header.go \
963         go/http/lex.go \
964         go/http/persist.go \
965         go/http/request.go \
966         go/http/response.go \
967         go/http/reverseproxy.go \
968         go/http/server.go \
969         go/http/status.go \
970         go/http/transfer.go \
971         go/http/transport.go \
972         go/http/url.go
973
974 go_image_files = \
975         go/image/color.go \
976         go/image/format.go \
977         go/image/geom.go \
978         go/image/image.go \
979         go/image/names.go
980
981 go_io_files = \
982         go/io/multi.go \
983         go/io/io.go \
984         go/io/pipe.go
985
986 go_json_files = \
987         go/json/decode.go \
988         go/json/encode.go \
989         go/json/indent.go \
990         go/json/scanner.go \
991         go/json/stream.go
992
993 go_log_files = \
994         go/log/log.go
995
996 go_math_files = \
997         go/math/acosh.go \
998         go/math/asin.go \
999         go/math/asinh.go \
1000         go/math/atan.go \
1001         go/math/atanh.go \
1002         go/math/atan2.go \
1003         go/math/bits.go \
1004         go/math/cbrt.go \
1005         go/math/const.go \
1006         go/math/copysign.go \
1007         go/math/erf.go \
1008         go/math/exp.go \
1009         go/math/exp_port.go \
1010         go/math/exp2.go \
1011         go/math/expm1.go \
1012         go/math/fabs.go \
1013         go/math/fdim.go \
1014         go/math/floor.go \
1015         go/math/fmod.go \
1016         go/math/frexp.go \
1017         go/math/gamma.go \
1018         go/math/hypot.go \
1019         go/math/hypot_port.go \
1020         go/math/j0.go \
1021         go/math/j1.go \
1022         go/math/jn.go \
1023         go/math/ldexp.go \
1024         go/math/lgamma.go \
1025         go/math/log.go \
1026         go/math/log1p.go \
1027         go/math/log10.go \
1028         go/math/logb.go \
1029         go/math/modf.go \
1030         go/math/nextafter.go \
1031         go/math/pow.go \
1032         go/math/pow10.go \
1033         go/math/remainder.go \
1034         go/math/signbit.go \
1035         go/math/sin.go \
1036         go/math/sincos.go \
1037         go/math/sinh.go \
1038         go/math/sqrt.go \
1039         go/math/sqrt_port.go \
1040         go/math/tan.go \
1041         go/math/tanh.go \
1042         go/math/unsafe.go
1043
1044 go_mime_files = \
1045         go/mime/grammar.go \
1046         go/mime/mediatype.go \
1047         go/mime/type.go
1048
1049 # By default use select with pipes.  Most systems should have
1050 # something better.
1051 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_select.go
1052 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_linux.go
1053 @LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_select.go
1054 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
1055 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
1056 @LIBGO_IS_RTEMS_TRUE@go_net_newpollserver_file = go/net/newpollserver_rtems.go
1057 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_bsd.go
1058 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_cgo_file = go/net/cgo_linux.go
1059 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_cgo_file = go/net/cgo_linux.go
1060 @LIBGO_IS_LINUX_TRUE@go_net_cgo_file = go/net/cgo_linux.go
1061 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
1062 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sock_file = go/net/sock_linux.go
1063 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sock_file = go/net/sock_linux.go
1064 @LIBGO_IS_LINUX_TRUE@go_net_sock_file = go/net/sock_linux.go
1065 go_net_files = \
1066         go/net/cgo_unix.go \
1067         $(go_net_cgo_file) \
1068         go/net/dial.go \
1069         go/net/dnsclient.go \
1070         go/net/dnsconfig.go \
1071         go/net/dnsmsg.go \
1072         $(go_net_newpollserver_file) \
1073         go/net/fd.go \
1074         $(go_net_fd_os_file) \
1075         go/net/file.go \
1076         go/net/hosts.go \
1077         go/net/ip.go \
1078         go/net/iprawsock.go \
1079         go/net/ipsock.go \
1080         go/net/lookup.go \
1081         go/net/net.go \
1082         go/net/parse.go \
1083         go/net/pipe.go \
1084         go/net/port.go \
1085         go/net/sock.go \
1086         $(go_net_sock_file) \
1087         go/net/tcpsock.go \
1088         go/net/udpsock.go \
1089         go/net/unixsock.go
1090
1091 go_netchan_files = \
1092         go/netchan/common.go \
1093         go/netchan/export.go \
1094         go/netchan/import.go
1095
1096 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@go_os_dir_file = go/os/dir_regfile.go
1097 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@go_os_dir_file = go/os/dir_largefile.go
1098 @LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@go_os_dir_file = go/os/dir_largefile.go
1099 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_regfile.go
1100 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_largefile.go
1101 @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
1102 @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
1103 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
1104 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_os_sys_file = go/os/sys_uname.go
1105 @LIBGO_IS_LINUX_TRUE@go_os_sys_file = go/os/sys_linux.go
1106 go_os_files = \
1107         $(go_os_dir_file) \
1108         go/os/dir.go \
1109         go/os/env.go \
1110         go/os/env_unix.go \
1111         go/os/error.go \
1112         go/os/error_posix.go \
1113         go/os/exec.go \
1114         go/os/exec_posix.go \
1115         go/os/exec_unix.go \
1116         go/os/file.go \
1117         go/os/file_posix.go \
1118         go/os/file_unix.go \
1119         go/os/getwd.go \
1120         go/os/path.go \
1121         go/os/proc.go \
1122         go/os/stat.go \
1123         $(go_os_sys_file) \
1124         go/os/time.go \
1125         go/os/types.go
1126
1127 go_patch_files = \
1128         go/patch/apply.go \
1129         go/patch/git.go \
1130         go/patch/patch.go \
1131         go/patch/textdiff.go
1132
1133 go_path_files = \
1134         go/path/match.go \
1135         go/path/path.go
1136
1137 go_rand_files = \
1138         go/rand/exp.go \
1139         go/rand/normal.go \
1140         go/rand/rand.go \
1141         go/rand/rng.go \
1142         go/rand/zipf.go
1143
1144 go_reflect_files = \
1145         go/reflect/deepequal.go \
1146         go/reflect/type.go \
1147         go/reflect/value.go
1148
1149 go_regexp_files = \
1150         go/regexp/regexp.go
1151
1152 go_rpc_files = \
1153         go/rpc/client.go \
1154         go/rpc/debug.go \
1155         go/rpc/server.go
1156
1157 go_runtime_files = \
1158         go/runtime/debug.go \
1159         go/runtime/error.go \
1160         go/runtime/extern.go \
1161         go/runtime/mem.go \
1162         go/runtime/sig.go \
1163         go/runtime/softfloat64.go \
1164         go/runtime/type.go \
1165         version.go
1166
1167 go_scanner_files = \
1168         go/scanner/scanner.go
1169
1170 go_smtp_files = \
1171         go/smtp/auth.go \
1172         go/smtp/smtp.go
1173
1174 go_sort_files = \
1175         go/sort/search.go \
1176         go/sort/sort.go
1177
1178 go_strconv_files = \
1179         go/strconv/atob.go \
1180         go/strconv/atof.go \
1181         go/strconv/atoi.go \
1182         go/strconv/decimal.go \
1183         go/strconv/ftoa.go \
1184         go/strconv/itoa.go \
1185         go/strconv/quote.go
1186
1187 go_strings_files = \
1188         go/strings/reader.go \
1189         go/strings/strings.go
1190
1191 go_sync_files = \
1192         go/sync/cond.go \
1193         go/sync/mutex.go \
1194         go/sync/once.go \
1195         go/sync/rwmutex.go \
1196         go/sync/waitgroup.go
1197
1198 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/syslog/syslog_unix.go
1199 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/syslog/syslog_libc.go
1200 @LIBGO_IS_SOLARIS_TRUE@go_syslog_file = go/syslog/syslog_libc.go
1201 go_syslog_files = \
1202         go/syslog/syslog.go \
1203         $(go_syslog_file)
1204
1205 go_syslog_c_files = \
1206         go/syslog/syslog_c.c
1207
1208 go_tabwriter_files = \
1209         go/tabwriter/tabwriter.go
1210
1211 go_template_files = \
1212         go/template/format.go \
1213         go/template/template.go
1214
1215 go_testing_files = \
1216         go/testing/benchmark.go \
1217         go/testing/testing.go
1218
1219 go_time_files = \
1220         go/time/format.go \
1221         go/time/sleep.go \
1222         go/time/sys.go \
1223         go/time/tick.go \
1224         go/time/time.go \
1225         go/time/zoneinfo_unix.go
1226
1227 go_try_files = \
1228         go/try/try.go
1229
1230 go_unicode_files = \
1231         go/unicode/casetables.go \
1232         go/unicode/digit.go \
1233         go/unicode/letter.go \
1234         go/unicode/tables.go
1235
1236 go_utf16_files = \
1237         go/utf16/utf16.go
1238
1239 go_utf8_files = \
1240         go/utf8/string.go \
1241         go/utf8/utf8.go
1242
1243 go_websocket_files = \
1244         go/websocket/client.go \
1245         go/websocket/server.go \
1246         go/websocket/websocket.go
1247
1248 go_xml_files = \
1249         go/xml/read.go \
1250         go/xml/xml.go
1251
1252 go_archive_tar_files = \
1253         go/archive/tar/common.go \
1254         go/archive/tar/reader.go \
1255         go/archive/tar/writer.go
1256
1257 go_archive_zip_files = \
1258         go/archive/zip/reader.go \
1259         go/archive/zip/struct.go
1260
1261 go_compress_bzip2_files = \
1262         go/compress/bzip2/bit_reader.go \
1263         go/compress/bzip2/bzip2.go \
1264         go/compress/bzip2/huffman.go \
1265         go/compress/bzip2/move_to_front.go
1266
1267 go_compress_flate_files = \
1268         go/compress/flate/deflate.go \
1269         go/compress/flate/huffman_bit_writer.go \
1270         go/compress/flate/huffman_code.go \
1271         go/compress/flate/inflate.go \
1272         go/compress/flate/reverse_bits.go \
1273         go/compress/flate/token.go \
1274         go/compress/flate/util.go
1275
1276 go_compress_gzip_files = \
1277         go/compress/gzip/gzip.go \
1278         go/compress/gzip/gunzip.go
1279
1280 go_compress_lzw_files = \
1281         go/compress/lzw/reader.go \
1282         go/compress/lzw/writer.go
1283
1284 go_compress_zlib_files = \
1285         go/compress/zlib/reader.go \
1286         go/compress/zlib/writer.go
1287
1288 go_container_heap_files = \
1289         go/container/heap/heap.go
1290
1291 go_container_list_files = \
1292         go/container/list/list.go
1293
1294 go_container_ring_files = \
1295         go/container/ring/ring.go
1296
1297 go_container_vector_files = \
1298         go/container/vector/defs.go \
1299         go/container/vector/intvector.go \
1300         go/container/vector/stringvector.go \
1301         go/container/vector/vector.go
1302
1303 go_crypto_aes_files = \
1304         go/crypto/aes/block.go \
1305         go/crypto/aes/cipher.go \
1306         go/crypto/aes/const.go
1307
1308 go_crypto_blowfish_files = \
1309         go/crypto/blowfish/block.go \
1310         go/crypto/blowfish/const.go \
1311         go/crypto/blowfish/cipher.go
1312
1313 go_crypto_cast5_files = \
1314         go/crypto/cast5/cast5.go
1315
1316 go_crypto_cipher_files = \
1317         go/crypto/cipher/cbc.go \
1318         go/crypto/cipher/cfb.go \
1319         go/crypto/cipher/cipher.go \
1320         go/crypto/cipher/ctr.go \
1321         go/crypto/cipher/io.go \
1322         go/crypto/cipher/ocfb.go \
1323         go/crypto/cipher/ofb.go
1324
1325 go_crypto_des_files = \
1326         go/crypto/des/block.go \
1327         go/crypto/des/cipher.go \
1328         go/crypto/des/const.go
1329
1330 go_crypto_dsa_files = \
1331         go/crypto/dsa/dsa.go
1332
1333 go_crypto_ecdsa_files = \
1334         go/crypto/ecdsa/ecdsa.go
1335
1336 go_crypto_elliptic_files = \
1337         go/crypto/elliptic/elliptic.go
1338
1339 go_crypto_hmac_files = \
1340         go/crypto/hmac/hmac.go
1341
1342 go_crypto_md4_files = \
1343         go/crypto/md4/md4.go \
1344         go/crypto/md4/md4block.go
1345
1346 go_crypto_md5_files = \
1347         go/crypto/md5/md5.go \
1348         go/crypto/md5/md5block.go
1349
1350 go_crypto_ocsp_files = \
1351         go/crypto/ocsp/ocsp.go
1352
1353 go_crypto_openpgp_files = \
1354         go/crypto/openpgp/canonical_text.go \
1355         go/crypto/openpgp/keys.go \
1356         go/crypto/openpgp/read.go \
1357         go/crypto/openpgp/write.go
1358
1359 go_crypto_rand_files = \
1360         go/crypto/rand/rand.go \
1361         go/crypto/rand/rand_unix.go
1362
1363 go_crypto_rc4_files = \
1364         go/crypto/rc4/rc4.go
1365
1366 go_crypto_ripemd160_files = \
1367         go/crypto/ripemd160/ripemd160.go \
1368         go/crypto/ripemd160/ripemd160block.go
1369
1370 go_crypto_rsa_files = \
1371         go/crypto/rsa/pkcs1v15.go \
1372         go/crypto/rsa/rsa.go
1373
1374 go_crypto_sha1_files = \
1375         go/crypto/sha1/sha1.go \
1376         go/crypto/sha1/sha1block.go
1377
1378 go_crypto_sha256_files = \
1379         go/crypto/sha256/sha256.go \
1380         go/crypto/sha256/sha256block.go
1381
1382 go_crypto_sha512_files = \
1383         go/crypto/sha512/sha512.go \
1384         go/crypto/sha512/sha512block.go
1385
1386 go_crypto_subtle_files = \
1387         go/crypto/subtle/constant_time.go
1388
1389 go_crypto_tls_files = \
1390         go/crypto/tls/alert.go \
1391         go/crypto/tls/cipher_suites.go \
1392         go/crypto/tls/common.go \
1393         go/crypto/tls/conn.go \
1394         go/crypto/tls/handshake_client.go \
1395         go/crypto/tls/handshake_messages.go \
1396         go/crypto/tls/handshake_server.go \
1397         go/crypto/tls/key_agreement.go \
1398         go/crypto/tls/prf.go \
1399         go/crypto/tls/tls.go
1400
1401 go_crypto_twofish_files = \
1402         go/crypto/twofish/twofish.go
1403
1404 go_crypto_x509_files = \
1405         go/crypto/x509/cert_pool.go \
1406         go/crypto/x509/verify.go \
1407         go/crypto/x509/x509.go
1408
1409 go_crypto_xtea_files = \
1410         go/crypto/xtea/block.go \
1411         go/crypto/xtea/cipher.go
1412
1413 go_crypto_openpgp_armor_files = \
1414         go/crypto/openpgp/armor/armor.go \
1415         go/crypto/openpgp/armor/encode.go
1416
1417 go_crypto_openpgp_error_files = \
1418         go/crypto/openpgp/error/error.go
1419
1420 go_crypto_openpgp_packet_files = \
1421         go/crypto/openpgp/packet/compressed.go \
1422         go/crypto/openpgp/packet/encrypted_key.go \
1423         go/crypto/openpgp/packet/literal.go \
1424         go/crypto/openpgp/packet/one_pass_signature.go \
1425         go/crypto/openpgp/packet/packet.go \
1426         go/crypto/openpgp/packet/private_key.go \
1427         go/crypto/openpgp/packet/public_key.go \
1428         go/crypto/openpgp/packet/reader.go \
1429         go/crypto/openpgp/packet/signature.go \
1430         go/crypto/openpgp/packet/symmetric_key_encrypted.go \
1431         go/crypto/openpgp/packet/symmetrically_encrypted.go \
1432         go/crypto/openpgp/packet/userid.go
1433
1434 go_crypto_openpgp_s2k_files = \
1435         go/crypto/openpgp/s2k/s2k.go
1436
1437 go_debug_dwarf_files = \
1438         go/debug/dwarf/buf.go \
1439         go/debug/dwarf/const.go \
1440         go/debug/dwarf/entry.go \
1441         go/debug/dwarf/open.go \
1442         go/debug/dwarf/type.go \
1443         go/debug/dwarf/unit.go
1444
1445 go_debug_elf_files = \
1446         go/debug/elf/elf.go \
1447         go/debug/elf/file.go
1448
1449 go_debug_gosym_files = \
1450         go/debug/gosym/pclntab.go \
1451         go/debug/gosym/symtab.go
1452
1453 go_debug_macho_files = \
1454         go/debug/macho/file.go \
1455         go/debug/macho/macho.go
1456
1457 go_debug_pe_files = \
1458         go/debug/pe/file.go \
1459         go/debug/pe/pe.go
1460
1461 go_debug_proc_files = \
1462         go/debug/proc/proc.go \
1463         go/debug/proc/proc_$(GOOS).go \
1464         $(GO_DEBUG_PROC_REGS_OS_ARCH_FILE)
1465
1466 go_encoding_ascii85_files = \
1467         go/encoding/ascii85/ascii85.go
1468
1469 go_encoding_base32_files = \
1470         go/encoding/base32/base32.go
1471
1472 go_encoding_base64_files = \
1473         go/encoding/base64/base64.go
1474
1475 go_encoding_binary_files = \
1476         go/encoding/binary/binary.go
1477
1478 go_encoding_git85_files = \
1479         go/encoding/git85/git.go
1480
1481 go_encoding_hex_files = \
1482         go/encoding/hex/hex.go
1483
1484 go_encoding_line_files = \
1485         go/encoding/line/line.go
1486
1487 go_encoding_pem_files = \
1488         go/encoding/pem/pem.go
1489
1490 go_exp_datafmt_files = \
1491         go/exp/datafmt/datafmt.go \
1492         go/exp/datafmt/parser.go
1493
1494 go_exp_draw_files = \
1495         go/exp/draw/draw.go \
1496         go/exp/draw/event.go
1497
1498 go_exp_eval_files = \
1499         go/exp/eval/abort.go \
1500         go/exp/eval/bridge.go \
1501         go/exp/eval/compiler.go \
1502         go/exp/eval/expr.go \
1503         go/exp/eval/expr1.go \
1504         go/exp/eval/func.go \
1505         go/exp/eval/scope.go \
1506         go/exp/eval/stmt.go \
1507         go/exp/eval/type.go \
1508         go/exp/eval/typec.go \
1509         go/exp/eval/value.go \
1510         go/exp/eval/world.go
1511
1512 go_go_ast_files = \
1513         go/go/ast/ast.go \
1514         go/go/ast/filter.go \
1515         go/go/ast/print.go \
1516         go/go/ast/resolve.go \
1517         go/go/ast/scope.go \
1518         go/go/ast/walk.go
1519
1520 go_go_doc_files = \
1521         go/go/doc/comment.go \
1522         go/go/doc/doc.go
1523
1524 go_go_parser_files = \
1525         go/go/parser/interface.go \
1526         go/go/parser/parser.go
1527
1528 go_go_printer_files = \
1529         go/go/printer/nodes.go \
1530         go/go/printer/printer.go
1531
1532 go_go_scanner_files = \
1533         go/go/scanner/errors.go \
1534         go/go/scanner/scanner.go
1535
1536 go_go_token_files = \
1537         go/go/token/position.go \
1538         go/go/token/token.go
1539
1540 go_go_typechecker_files = \
1541         go/go/typechecker/scope.go \
1542         go/go/typechecker/type.go \
1543         go/go/typechecker/typechecker.go \
1544         go/go/typechecker/universe.go
1545
1546 go_go_types_files = \
1547         go/go/types/const.go \
1548         go/go/types/exportdata.go \
1549         go/go/types/gcimporter.go \
1550         go/go/types/types.go \
1551         go/go/types/universe.go
1552
1553 go_hash_adler32_files = \
1554         go/hash/adler32/adler32.go
1555
1556 go_hash_crc32_files = \
1557         go/hash/crc32/crc32.go
1558
1559 go_hash_crc64_files = \
1560         go/hash/crc64/crc64.go
1561
1562 go_hash_fnv_files = \
1563         go/hash/fnv/fnv.go
1564
1565 go_http_cgi_files = \
1566         go/http/cgi/child.go \
1567         go/http/cgi/host.go
1568
1569 go_http_fcgi_files = \
1570         go/http/fcgi/child.go \
1571         go/http/fcgi/fcgi.go
1572
1573 go_http_httptest_files = \
1574         go/http/httptest/recorder.go \
1575         go/http/httptest/server.go
1576
1577 go_http_pprof_files = \
1578         go/http/pprof/pprof.go
1579
1580 go_http_spdy_files = \
1581         go/http/spdy/protocol.go
1582
1583 go_image_gif_files = \
1584         go/image/gif/reader.go
1585
1586 go_image_jpeg_files = \
1587         go/image/jpeg/fdct.go \
1588         go/image/jpeg/huffman.go \
1589         go/image/jpeg/idct.go \
1590         go/image/jpeg/reader.go \
1591         go/image/jpeg/writer.go
1592
1593 go_image_png_files = \
1594         go/image/png/reader.go \
1595         go/image/png/writer.go
1596
1597 go_image_tiff_files = \
1598         go/image/tiff/buffer.go \
1599         go/image/tiff/consts.go \
1600         go/image/tiff/reader.go
1601
1602 go_image_ycbcr_files = \
1603         go/image/ycbcr/ycbcr.go
1604
1605 go_index_suffixarray_files = \
1606         go/index/suffixarray/qsufsort.go \
1607         go/index/suffixarray/suffixarray.go
1608
1609 go_io_ioutil_files = \
1610         go/io/ioutil/ioutil.go \
1611         go/io/ioutil/tempfile.go
1612
1613 go_mime_multipart_files = \
1614         go/mime/multipart/formdata.go \
1615         go/mime/multipart/multipart.go
1616
1617 go_net_dict_files = \
1618         go/net/dict/dict.go
1619
1620 go_net_textproto_files = \
1621         go/net/textproto/header.go \
1622         go/net/textproto/pipeline.go \
1623         go/net/textproto/reader.go \
1624         go/net/textproto/textproto.go \
1625         go/net/textproto/writer.go
1626
1627 go_os_inotify_files = \
1628         go/os/inotify/inotify_linux.go
1629
1630 go_os_user_files = \
1631         go/os/user/user.go \
1632         go/os/user/lookup_unix.go
1633
1634 go_os_signal_files = \
1635         go/os/signal/signal.go \
1636         unix.go
1637
1638 go_path_filepath_files = \
1639         go/path/filepath/match.go \
1640         go/path/filepath/path.go \
1641         go/path/filepath/path_unix.go
1642
1643 go_rpc_jsonrpc_files = \
1644         go/rpc/jsonrpc/client.go \
1645         go/rpc/jsonrpc/server.go
1646
1647 go_runtime_debug_files = \
1648         go/runtime/debug/stack.go
1649
1650 go_runtime_pprof_files = \
1651         go/runtime/pprof/pprof.go
1652
1653 go_sync_atomic_files = \
1654         go/sync/atomic/doc.go
1655
1656 go_sync_atomic_c_files = \
1657         go/sync/atomic/atomic.c
1658
1659 go_testing_iotest_files = \
1660         go/testing/iotest/logger.go \
1661         go/testing/iotest/reader.go \
1662         go/testing/iotest/writer.go
1663
1664 go_testing_quick_files = \
1665         go/testing/quick/quick.go
1666
1667 go_testing_script_files = \
1668         go/testing/script/script.go
1669
1670 @LIBGO_IS_RTEMS_FALSE@syscall_syscall_file = syscalls/syscall.go
1671
1672 # Define Syscall and Syscall6.
1673 @LIBGO_IS_RTEMS_TRUE@syscall_syscall_file = syscalls/syscall_stubs.go
1674 # Use lseek on 64-bit Solaris.
1675 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_filesize_file = syscalls/sysfile_regfile.go
1676 # Use lseek64 on 32-bit Solaris/SPARC.
1677 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1678 # Use lseek64 on 32-bit Solaris/x86.
1679 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1680 # Use lseek by default.
1681 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_filesize_file = syscalls/sysfile_regfile.go
1682
1683 # Declare libc functions that vary for largefile systems.
1684 # Always use lseek64 on GNU/Linux.
1685 @LIBGO_IS_LINUX_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1686 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_stat_file = syscalls/sysfile_stat_regfile.go
1687 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1688 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1689 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_stat_file = syscalls/sysfile_stat_regfile.go
1690 @LIBGO_IS_LINUX_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1691 @LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = syscalls/exec.go
1692
1693 # Define ForkExec, PtraceForkExec, and Exec.
1694 @LIBGO_IS_RTEMS_TRUE@syscall_exec_os_file = syscalls/exec_stubs.go
1695 @HAVE_WAIT4_FALSE@syscall_wait_file = syscalls/waitpid.go
1696
1697 # Define Wait4.
1698 @HAVE_WAIT4_TRUE@syscall_wait_file = syscalls/wait4.go
1699 @LIBGO_IS_RTEMS_FALSE@syscall_sleep_file = syscalls/sleep_select.go
1700
1701 # Define Sleep.
1702 @LIBGO_IS_RTEMS_TRUE@syscall_sleep_file = syscalls/sleep_rtems.go
1703 @HAVE_STRERROR_R_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = syscalls/errstr_nor.go
1704 @HAVE_STRERROR_R_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = syscalls/errstr.go
1705
1706 # Define Errstr.
1707 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_file = syscalls/errstr_rtems.go
1708 # On other systems we hope strerror_r is just strerror_r.
1709 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl.go
1710 # On GNU/Linux the POSIX strerror_r is called __xpg_strerror_r.
1711 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl_linux.go
1712
1713 # Declare libc_strerror_r which is the Go name for strerror_r.
1714 # RTEMS uses newlib in which strerror_r returns char *.
1715 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_decl_file = syscalls/errstr_decl_rtems.go
1716 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_os_file = syscalls/socket_bsd.go
1717 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_os_file = syscalls/socket_irix.go
1718 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_socket_os_file = syscalls/socket_solaris.go
1719
1720 # Define socket sizes and types.
1721 @LIBGO_IS_LINUX_TRUE@syscall_socket_os_file = syscalls/socket_linux.go
1722 @LIBGO_IS_LINUX_FALSE@syscall_socket_epoll_file = 
1723
1724 # Support for epoll.
1725 @LIBGO_IS_LINUX_TRUE@syscall_socket_epoll_file = syscalls/socket_epoll.go
1726 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file = syscalls/syscall_uname.go
1727
1728 # Support for uname.
1729 # 32-bit Solaris 2/x86 needs _nuname, handled in syscall_solaris_386.go.
1730 @LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file = 
1731 @LIBGO_IS_SOLARIS_FALSE@syscall_uname_file = syscalls/syscall_uname.go
1732 go_syscall_files = \
1733         $(syscall_errstr_file) \
1734         $(syscall_errstr_decl_file) \
1735         syscalls/exec_helpers.go \
1736         $(syscall_exec_os_file) \
1737         $(syscall_wait_file) \
1738         $(syscall_filesize_file) \
1739         $(syscall_stat_file) \
1740         $(syscall_sleep_file) \
1741         syscalls/socket.go \
1742         $(syscall_socket_os_file) \
1743         $(syscall_socket_epoll_file) \
1744         $(syscall_syscall_file) \
1745         $(syscall_uname_file) \
1746         syscalls/syscall_unix.go \
1747         syscalls/stringbyte.go \
1748         syscalls/syscall_$(GOOS).go \
1749         $(GO_SYSCALLS_SYSCALL_OS_ARCH_FILE) \
1750         syscalls/sysfile_posix.go \
1751         sysinfo.go \
1752         syscall_arch.go
1753
1754 go_syscall_c_files = \
1755         syscalls/errno.c
1756
1757 @LIBGO_IS_LINUX_FALSE@os_lib_inotify_lo = 
1758
1759 # os_lib_inotify_lo = os/inotify.lo
1760 @LIBGO_IS_LINUX_TRUE@os_lib_inotify_lo = 
1761 libgo_go_objs = \
1762         asn1/asn1.lo \
1763         big/big.lo \
1764         bufio/bufio.lo \
1765         bytes/bytes.lo \
1766         bytes/index.lo \
1767         cmath/cmath.lo \
1768         crypto/crypto.lo \
1769         ebnf/ebnf.lo \
1770         exec/exec.lo \
1771         expvar/expvar.lo \
1772         flag/flag.lo \
1773         fmt/fmt.lo \
1774         gob/gob.lo \
1775         hash/hash.lo \
1776         html/html.lo \
1777         http/http.lo \
1778         image/image.lo \
1779         io/io.lo \
1780         json/json.lo \
1781         log/log.lo \
1782         math/math.lo \
1783         mime/mime.lo \
1784         net/net.lo \
1785         netchan/netchan.lo \
1786         os/os.lo \
1787         patch/patch.lo \
1788         path/path.lo \
1789         rand/rand.lo \
1790         reflect/reflect.lo \
1791         regexp/regexp.lo \
1792         rpc/rpc.lo \
1793         runtime/runtime.lo \
1794         scanner/scanner.lo \
1795         smtp/smtp.lo \
1796         sort/sort.lo \
1797         strconv/strconv.lo \
1798         strings/strings.lo \
1799         sync/sync.lo \
1800         syslog/syslog.lo \
1801         syslog/syslog_c.lo \
1802         tabwriter/tabwriter.lo \
1803         template/template.lo \
1804         time/time.lo \
1805         try/try.lo \
1806         unicode/unicode.lo \
1807         utf16/utf16.lo \
1808         utf8/utf8.lo \
1809         websocket/websocket.lo \
1810         xml/xml.lo \
1811         archive/tar.lo \
1812         archive/zip.lo \
1813         compress/bzip2.lo \
1814         compress/flate.lo \
1815         compress/gzip.lo \
1816         compress/lzw.lo \
1817         compress/zlib.lo \
1818         container/heap.lo \
1819         container/list.lo \
1820         container/ring.lo \
1821         container/vector.lo \
1822         crypto/aes.lo \
1823         crypto/blowfish.lo \
1824         crypto/cast5.lo \
1825         crypto/cipher.lo \
1826         crypto/des.lo \
1827         crypto/dsa.lo \
1828         crypto/ecdsa.lo \
1829         crypto/elliptic.lo \
1830         crypto/hmac.lo \
1831         crypto/md4.lo \
1832         crypto/md5.lo \
1833         crypto/ocsp.lo \
1834         crypto/openpgp.lo \
1835         crypto/rand.lo \
1836         crypto/rc4.lo \
1837         crypto/ripemd160.lo \
1838         crypto/rsa.lo \
1839         crypto/sha1.lo \
1840         crypto/sha256.lo \
1841         crypto/sha512.lo \
1842         crypto/subtle.lo \
1843         crypto/tls.lo \
1844         crypto/twofish.lo \
1845         crypto/x509.lo \
1846         crypto/xtea.lo \
1847         crypto/openpgp/armor.lo \
1848         crypto/openpgp/error.lo \
1849         crypto/openpgp/packet.lo \
1850         crypto/openpgp/s2k.lo \
1851         debug/dwarf.lo \
1852         debug/elf.lo \
1853         debug/gosym.lo \
1854         debug/macho.lo \
1855         debug/pe.lo \
1856         debug/proc.lo \
1857         encoding/ascii85.lo \
1858         encoding/base32.lo \
1859         encoding/base64.lo \
1860         encoding/binary.lo \
1861         encoding/git85.lo \
1862         encoding/hex.lo \
1863         encoding/line.lo \
1864         encoding/pem.lo \
1865         exp/datafmt.lo \
1866         exp/draw.lo \
1867         exp/eval.lo \
1868         go/ast.lo \
1869         go/doc.lo \
1870         go/parser.lo \
1871         go/printer.lo \
1872         go/scanner.lo \
1873         go/token.lo \
1874         go/typechecker.lo \
1875         go/types.lo \
1876         hash/adler32.lo \
1877         hash/crc32.lo \
1878         hash/crc64.lo \
1879         hash/fnv.lo \
1880         http/cgi.lo \
1881         http/fcgi.lo \
1882         http/httptest.lo \
1883         http/pprof.lo \
1884         http/spdy.lo \
1885         image/gif.lo \
1886         image/jpeg.lo \
1887         image/png.lo \
1888         image/tiff.lo \
1889         image/ycbcr.lo \
1890         index/suffixarray.lo \
1891         io/ioutil.lo \
1892         mime/multipart.lo \
1893         net/dict.lo \
1894         net/textproto.lo \
1895         $(os_lib_inotify_lo) \
1896         os/user.lo \
1897         os/signal.lo \
1898         path/filepath.lo \
1899         rpc/jsonrpc.lo \
1900         runtime/debug.lo \
1901         runtime/pprof.lo \
1902         sync/atomic.lo \
1903         sync/atomic_c.lo \
1904         syscalls/syscall.lo \
1905         syscalls/errno.lo \
1906         testing/testing.lo \
1907         testing/iotest.lo \
1908         testing/quick.lo \
1909         testing/script.lo
1910
1911 libgo_la_SOURCES = $(runtime_files)
1912 libgo_la_LDFLAGS = $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1913 libgo_la_LIBADD = \
1914         $(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1915
1916 libgobegin_a_SOURCES = \
1917         runtime/go-main.c
1918
1919 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1920 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1921 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1922 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1923         $(AM_GOCFLAGS) $(GOCFLAGS)
1924
1925 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1926         $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1927
1928
1929 # Build the .go files for a package, generating a .lo file.
1930 BUILDPACKAGE = \
1931         $(MKDIR_P) $(@D); \
1932         files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1933         $(LTGOCOMPILE) -I . -c -fgo-prefix="libgo_$(@D)" -o $@ $$files
1934
1935 @LIBGO_IS_RTEMS_FALSE@use_dejagnu = no
1936 @LIBGO_IS_RTEMS_TRUE@use_dejagnu = yes
1937 GOTESTFLAGS = 
1938
1939 # Check a package.
1940 CHECK = \
1941         GC="$(GOC) $(GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1942         export GC; \
1943         RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1944         export RUNTESTFLAGS; \
1945         MAKE="$(MAKE)"; \
1946         export MAKE; \
1947         libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1948         LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1949         LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1950         export LD_LIBRARY_PATH; \
1951         rm -f $@-testsum $@-testlog; \
1952         prefix=`if test "$(@D)" = "regexp"; then echo regexp-test; else dirname $(@D); fi`; \
1953         test "$${prefix}" != "." || prefix="$(@D)"; \
1954         if test "$(use_dejagnu)" = "yes"; then \
1955           $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" $(GOTESTFLAGS); \
1956         else \
1957           if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1958             echo "PASS: $(@D)" >> $@-testlog; \
1959             echo "PASS: $(@D)"; \
1960             echo "PASS: $(@D)" > $@-testsum; \
1961           else \
1962             echo "FAIL: $(@D)" >> $@-testlog; \
1963             cat $@-testlog; \
1964             echo "FAIL: $(@D)" > $@-testsum; \
1965             exit 1; \
1966           fi; \
1967         fi
1968
1969
1970 # Check a package that is only tested if GCCGO_RUN_ALL_TESTS is set.
1971 CHECK_ON_REQUEST = \
1972         if test "$$GCCGO_RUN_ALL_TESTS" != ""; then \
1973           $(CHECK); \
1974         else \
1975           rm -f $@-testsum $@-testlog; \
1976           echo "Set GCCGO_RUN_ALL_TESTS in environment to run $(@D) test" > $@-testlog; \
1977           echo "UNTESTED: $(@D)" >> $@-testlog; \
1978           echo "UNTESTED: $(@D)"; \
1979           echo "UNTESTED: $(@D)" > $@-testsum; \
1980         fi
1981
1982
1983 # Build all packages before checking any.
1984 CHECK_DEPS = libgo.la libgobegin.a \
1985         $(toolexeclibgo_DATA) \
1986         $(toolexeclibgoarchive_DATA) \
1987         $(toolexeclibgocompress_DATA) \
1988         $(toolexeclibgocontainer_DATA) \
1989         $(toolexeclibgocrypto_DATA) \
1990         $(toolexeclibgocryptoopenpgp_DATA) \
1991         $(toolexeclibgodebug_DATA) \
1992         $(toolexeclibgoencoding_DATA) \
1993         $(toolexeclibgoexp_DATA) \
1994         $(toolexeclibgogo_DATA) \
1995         $(toolexeclibgohash_DATA) \
1996         $(toolexeclibgohttp_DATA) \
1997         $(toolexeclibgoimage_DATA) \
1998         $(toolexeclibgoindex_DATA) \
1999         $(toolexeclibgoio_DATA) \
2000         $(toolexeclibgomime_DATA) \
2001         $(toolexeclibgonet_DATA) \
2002         $(toolexeclibgoos_DATA) \
2003         $(toolexeclibgopath_DATA) \
2004         $(toolexeclibgorpc_DATA) \
2005         $(toolexeclibgoruntime_DATA) \
2006         $(toolexeclibgosync_DATA) \
2007         $(toolexeclibgotesting_DATA)
2008
2009
2010 # How to build a .gox file from a .lo file.
2011 BUILDGOX = \
2012         f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2013         $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2014
2015 @LIBGO_IS_LINUX_FALSE@os_inotify_check = 
2016
2017 # os_inotify_check = os/inotify/check
2018 @LIBGO_IS_LINUX_TRUE@os_inotify_check = 
2019 TEST_PACKAGES = \
2020         asn1/check \
2021         big/check \
2022         bufio/check \
2023         bytes/check \
2024         cmath/check \
2025         ebnf/check \
2026         exec/check \
2027         expvar/check \
2028         flag/check \
2029         fmt/check \
2030         gob/check \
2031         html/check \
2032         http/check \
2033         io/check \
2034         json/check \
2035         log/check \
2036         math/check \
2037         mime/check \
2038         net/check \
2039         netchan/check \
2040         os/check \
2041         patch/check \
2042         path/check \
2043         rand/check \
2044         reflect/check \
2045         regexp/check \
2046         rpc/check \
2047         runtime/check \
2048         scanner/check \
2049         smtp/check \
2050         sort/check \
2051         strconv/check \
2052         strings/check \
2053         sync/check \
2054         syslog/check \
2055         tabwriter/check \
2056         template/check \
2057         time/check \
2058         try/check \
2059         unicode/check \
2060         utf16/check \
2061         utf8/check \
2062         websocket/check \
2063         xml/check \
2064         archive/tar/check \
2065         archive/zip/check \
2066         compress/bzip2/check \
2067         compress/flate/check \
2068         compress/gzip/check \
2069         compress/lzw/check \
2070         compress/zlib/check \
2071         container/heap/check \
2072         container/list/check \
2073         container/ring/check \
2074         container/vector/check \
2075         crypto/aes/check \
2076         crypto/blowfish/check \
2077         crypto/cast5/check \
2078         crypto/cipher/check \
2079         crypto/des/check \
2080         crypto/dsa/check \
2081         crypto/ecdsa/check \
2082         crypto/elliptic/check \
2083         crypto/hmac/check \
2084         crypto/md4/check \
2085         crypto/md5/check \
2086         crypto/ocsp/check \
2087         crypto/openpgp/check \
2088         crypto/rand/check \
2089         crypto/rc4/check \
2090         crypto/ripemd160/check \
2091         crypto/rsa/check \
2092         crypto/sha1/check \
2093         crypto/sha256/check \
2094         crypto/sha512/check \
2095         crypto/subtle/check \
2096         crypto/tls/check \
2097         crypto/twofish/check \
2098         crypto/x509/check \
2099         crypto/xtea/check \
2100         crypto/openpgp/armor/check \
2101         crypto/openpgp/packet/check \
2102         crypto/openpgp/s2k/check \
2103         debug/dwarf/check \
2104         debug/elf/check \
2105         debug/macho/check \
2106         debug/pe/check \
2107         encoding/ascii85/check \
2108         encoding/base32/check \
2109         encoding/base64/check \
2110         encoding/binary/check \
2111         encoding/git85/check \
2112         encoding/hex/check \
2113         encoding/line/check \
2114         encoding/pem/check \
2115         exp/datafmt/check \
2116         exp/draw/check \
2117         exp/eval/check \
2118         go/ast/check \
2119         go/parser/check \
2120         go/printer/check \
2121         go/scanner/check \
2122         go/token/check \
2123         go/typechecker/check \
2124         $(go_types_check_omitted_since_it_calls_6g) \
2125         hash/adler32/check \
2126         hash/crc32/check \
2127         hash/crc64/check \
2128         hash/fnv/check \
2129         http/cgi/check \
2130         http/fcgi/check \
2131         http/spdy/check \
2132         image/jpeg/check \
2133         image/png/check \
2134         image/tiff/check \
2135         image/ycbcr/check \
2136         index/suffixarray/check \
2137         io/ioutil/check \
2138         mime/multipart/check \
2139         net/textproto/check \
2140         $(os_inotify_check) \
2141         os/user/check \
2142         os/signal/check \
2143         path/filepath/check \
2144         rpc/jsonrpc/check \
2145         sync/atomic/check \
2146         testing/quick/check \
2147         testing/script/check
2148
2149 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
2150 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
2151 all: config.h
2152         $(MAKE) $(AM_MAKEFLAGS) all-recursive
2153
2154 .SUFFIXES:
2155 .SUFFIXES: .c .go .gox .o .obj .lo .a
2156 am--refresh:
2157         @:
2158 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
2159         @for dep in $?; do \
2160           case '$(am__configure_deps)' in \
2161             *$$dep*) \
2162               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
2163               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2164                 && exit 0; \
2165               exit 1;; \
2166           esac; \
2167         done; \
2168         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2169         $(am__cd) $(top_srcdir) && \
2170           $(AUTOMAKE) --foreign Makefile
2171 .PRECIOUS: Makefile
2172 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2173         @case '$?' in \
2174           *config.status*) \
2175             echo ' $(SHELL) ./config.status'; \
2176             $(SHELL) ./config.status;; \
2177           *) \
2178             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2179             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2180         esac;
2181
2182 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2183         $(SHELL) ./config.status --recheck
2184
2185 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2186         $(am__cd) $(srcdir) && $(AUTOCONF)
2187 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2188         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2189 $(am__aclocal_m4_deps):
2190
2191 config.h: stamp-h1
2192         @if test ! -f $@; then \
2193           rm -f stamp-h1; \
2194           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2195         else :; fi
2196
2197 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2198         @rm -f stamp-h1
2199         cd $(top_builddir) && $(SHELL) ./config.status config.h
2200 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
2201         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2202         rm -f stamp-h1
2203         touch $@
2204
2205 distclean-hdr:
2206         -rm -f config.h stamp-h1
2207 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
2208         @$(NORMAL_INSTALL)
2209         test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2210         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2211         list2=; for p in $$list; do \
2212           if test -f $$p; then \
2213             list2="$$list2 $$p"; \
2214           else :; fi; \
2215         done; \
2216         test -z "$$list2" || { \
2217           echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2218           $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
2219         @$(POST_INSTALL)
2220         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2221         for p in $$list; do \
2222           if test -f $$p; then \
2223             $(am__strip_dir) \
2224             echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
2225             ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
2226           else :; fi; \
2227         done
2228
2229 uninstall-toolexeclibLIBRARIES:
2230         @$(NORMAL_UNINSTALL)
2231         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2232         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2233         test -n "$$files" || exit 0; \
2234         echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f "$$files" )"; \
2235         cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
2236
2237 clean-toolexeclibLIBRARIES:
2238         -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
2239 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) 
2240         -rm -f libgobegin.a
2241         $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
2242         $(RANLIB) libgobegin.a
2243 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
2244         @$(NORMAL_INSTALL)
2245         test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2246         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2247         list2=; for p in $$list; do \
2248           if test -f $$p; then \
2249             list2="$$list2 $$p"; \
2250           else :; fi; \
2251         done; \
2252         test -z "$$list2" || { \
2253           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2254           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
2255         }
2256
2257 uninstall-toolexeclibLTLIBRARIES:
2258         @$(NORMAL_UNINSTALL)
2259         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2260         for p in $$list; do \
2261           $(am__strip_dir) \
2262           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
2263           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
2264         done
2265
2266 clean-toolexeclibLTLIBRARIES:
2267         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
2268         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
2269           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2270           test "$$dir" != "$$p" || dir=.; \
2271           echo "rm -f \"$${dir}/so_locations\""; \
2272           rm -f "$${dir}/so_locations"; \
2273         done
2274 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) 
2275         $(libgo_la_LINK) -rpath $(toolexeclibdir) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
2276
2277 mostlyclean-compile:
2278         -rm -f *.$(OBJEXT)
2279
2280 distclean-compile:
2281         -rm -f *.tab.c
2282
2283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
2284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuprof.Plo@am__quote@
2285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
2287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
2288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
2289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
2290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
2291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
2292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
2293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-cap.Plo@am__quote@
2294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-len.Plo@am__quote@
2295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
2296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-close.Plo@am__quote@
2297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
2298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
2299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-copy.Plo@am__quote@
2300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
2301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
2302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
2303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
2304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-getgoroot.Plo@am__quote@
2305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-go.Plo@am__quote@
2306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-gomaxprocs.Plo@am__quote@
2307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
2308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
2309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
2310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-eface-compare.Plo@am__quote@
2311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
2312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-lock-os-thread.Plo@am__quote@
2313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-main.Po@am__quote@
2314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-make-slice.Plo@am__quote@
2315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
2316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
2317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
2318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
2319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
2320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-channel.Plo@am__quote@
2321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
2322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
2323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-note.Plo@am__quote@
2324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic-defer.Plo@am__quote@
2325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
2326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
2327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-big.Plo@am__quote@
2328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-big.Plo@am__quote@
2329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-small.Plo@am__quote@
2330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-small.Plo@am__quote@
2331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
2332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
2333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-chan.Plo@am__quote@
2334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
2335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect.Plo@am__quote@
2336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
2337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
2338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-sched.Plo@am__quote@
2339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-select.Plo@am__quote@
2340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-semacquire.Plo@am__quote@
2341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-big.Plo@am__quote@
2342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-big.Plo@am__quote@
2343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-small.Plo@am__quote@
2344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-small.Plo@am__quote@
2345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
2346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
2347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
2348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
2349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
2350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
2351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
2352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-trampoline.Plo@am__quote@
2353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
2354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
2355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
2356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
2357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
2358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
2359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typestring.Plo@am__quote@
2360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unreflect.Plo@am__quote@
2361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
2362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
2363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
2364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
2365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iface.Plo@am__quote@
2366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
2367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
2368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
2369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
2370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
2371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
2372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfinal.Plo@am__quote@
2373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
2374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
2375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
2376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
2377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
2378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
2379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
2380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
2381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
2382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
2383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
2384
2385 .c.o:
2386 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2387 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2390 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
2391
2392 .c.obj:
2393 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2394 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2397 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
2398
2399 .c.lo:
2400 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2401 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2404 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
2405
2406 go-main.o: runtime/go-main.c
2407 @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
2408 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-main.c' object='go-main.o' libtool=no @AMDEPBACKSLASH@
2410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2411 @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
2412
2413 go-main.obj: runtime/go-main.c
2414 @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`
2415 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-main.c' object='go-main.obj' libtool=no @AMDEPBACKSLASH@
2417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2418 @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`
2419
2420 go-append.lo: runtime/go-append.c
2421 @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
2422 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
2423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
2424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2425 @am__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
2426
2427 go-assert.lo: runtime/go-assert.c
2428 @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
2429 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
2430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
2431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2432 @am__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
2433
2434 go-assert-interface.lo: runtime/go-assert-interface.c
2435 @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
2436 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
2437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2439 @am__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
2440
2441 go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
2442 @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
2443 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
2444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2446 @am__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
2447
2448 go-breakpoint.lo: runtime/go-breakpoint.c
2449 @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
2450 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
2451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
2452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2453 @am__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
2454
2455 go-caller.lo: runtime/go-caller.c
2456 @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
2457 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
2458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
2459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2460 @am__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
2461
2462 go-can-convert-interface.lo: runtime/go-can-convert-interface.c
2463 @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
2464 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
2465 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2466 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2467 @am__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
2468
2469 go-cgo.lo: runtime/go-cgo.c
2470 @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
2471 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
2472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
2473 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2474 @am__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
2475
2476 go-chan-cap.lo: runtime/go-chan-cap.c
2477 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-cap.lo -MD -MP -MF $(DEPDIR)/go-chan-cap.Tpo -c -o go-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2478 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-chan-cap.Tpo $(DEPDIR)/go-chan-cap.Plo
2479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-chan-cap.c' object='go-chan-cap.lo' libtool=yes @AMDEPBACKSLASH@
2480 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2481 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2482
2483 go-chan-len.lo: runtime/go-chan-len.c
2484 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-len.lo -MD -MP -MF $(DEPDIR)/go-chan-len.Tpo -c -o go-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2485 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-chan-len.Tpo $(DEPDIR)/go-chan-len.Plo
2486 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-chan-len.c' object='go-chan-len.lo' libtool=yes @AMDEPBACKSLASH@
2487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2488 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2489
2490 go-check-interface.lo: runtime/go-check-interface.c
2491 @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
2492 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
2493 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
2494 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2495 @am__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
2496
2497 go-close.lo: runtime/go-close.c
2498 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-close.lo -MD -MP -MF $(DEPDIR)/go-close.Tpo -c -o go-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2499 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-close.Tpo $(DEPDIR)/go-close.Plo
2500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-close.c' object='go-close.lo' libtool=yes @AMDEPBACKSLASH@
2501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2502 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2503
2504 go-construct-map.lo: runtime/go-construct-map.c
2505 @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
2506 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
2507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
2508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2509 @am__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
2510
2511 go-convert-interface.lo: runtime/go-convert-interface.c
2512 @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
2513 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
2514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2516 @am__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
2517
2518 go-copy.lo: runtime/go-copy.c
2519 @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
2520 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-copy.Tpo $(DEPDIR)/go-copy.Plo
2521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-copy.c' object='go-copy.lo' libtool=yes @AMDEPBACKSLASH@
2522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2523 @am__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
2524
2525 go-defer.lo: runtime/go-defer.c
2526 @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
2527 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
2528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
2529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2530 @am__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
2531
2532 go-deferred-recover.lo: runtime/go-deferred-recover.c
2533 @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
2534 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
2535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
2536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2537 @am__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
2538
2539 go-eface-compare.lo: runtime/go-eface-compare.c
2540 @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
2541 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
2542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2544 @am__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
2545
2546 go-eface-val-compare.lo: runtime/go-eface-val-compare.c
2547 @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
2548 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
2549 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2551 @am__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
2552
2553 go-getgoroot.lo: runtime/go-getgoroot.c
2554 @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
2555 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-getgoroot.Tpo $(DEPDIR)/go-getgoroot.Plo
2556 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-getgoroot.c' object='go-getgoroot.lo' libtool=yes @AMDEPBACKSLASH@
2557 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2558 @am__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
2559
2560 go-go.lo: runtime/go-go.c
2561 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-go.lo -MD -MP -MF $(DEPDIR)/go-go.Tpo -c -o go-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2562 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-go.Tpo $(DEPDIR)/go-go.Plo
2563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-go.c' object='go-go.lo' libtool=yes @AMDEPBACKSLASH@
2564 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2565 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2566
2567 go-gomaxprocs.lo: runtime/go-gomaxprocs.c
2568 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-gomaxprocs.lo -MD -MP -MF $(DEPDIR)/go-gomaxprocs.Tpo -c -o go-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2569 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-gomaxprocs.Tpo $(DEPDIR)/go-gomaxprocs.Plo
2570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-gomaxprocs.c' object='go-gomaxprocs.lo' libtool=yes @AMDEPBACKSLASH@
2571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2572 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2573
2574 go-int-array-to-string.lo: runtime/go-int-array-to-string.c
2575 @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
2576 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
2577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2579 @am__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
2580
2581 go-int-to-string.lo: runtime/go-int-to-string.c
2582 @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
2583 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
2584 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2585 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2586 @am__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
2587
2588 go-interface-compare.lo: runtime/go-interface-compare.c
2589 @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
2590 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
2591 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2592 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2593 @am__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
2594
2595 go-interface-eface-compare.lo: runtime/go-interface-eface-compare.c
2596 @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
2597 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-interface-eface-compare.Tpo $(DEPDIR)/go-interface-eface-compare.Plo
2598 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-interface-eface-compare.c' object='go-interface-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2599 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2600 @am__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
2601
2602 go-interface-val-compare.lo: runtime/go-interface-val-compare.c
2603 @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
2604 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
2605 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2606 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2607 @am__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
2608
2609 go-lock-os-thread.lo: runtime/go-lock-os-thread.c
2610 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-lock-os-thread.lo -MD -MP -MF $(DEPDIR)/go-lock-os-thread.Tpo -c -o go-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2611 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-lock-os-thread.Tpo $(DEPDIR)/go-lock-os-thread.Plo
2612 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-lock-os-thread.c' object='go-lock-os-thread.lo' libtool=yes @AMDEPBACKSLASH@
2613 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2614 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2615
2616 go-make-slice.lo: runtime/go-make-slice.c
2617 @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
2618 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-make-slice.Tpo $(DEPDIR)/go-make-slice.Plo
2619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-make-slice.c' object='go-make-slice.lo' libtool=yes @AMDEPBACKSLASH@
2620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2621 @am__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
2622
2623 go-map-delete.lo: runtime/go-map-delete.c
2624 @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
2625 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
2626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2628 @am__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
2629
2630 go-map-index.lo: runtime/go-map-index.c
2631 @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
2632 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
2633 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
2634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2635 @am__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
2636
2637 go-map-len.lo: runtime/go-map-len.c
2638 @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
2639 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
2640 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
2641 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2642 @am__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
2643
2644 go-map-range.lo: runtime/go-map-range.c
2645 @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
2646 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
2647 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
2648 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2649 @am__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
2650
2651 go-nanotime.lo: runtime/go-nanotime.c
2652 @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
2653 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
2654 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
2655 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2656 @am__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
2657
2658 go-new-channel.lo: runtime/go-new-channel.c
2659 @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-channel.lo -MD -MP -MF $(DEPDIR)/go-new-channel.Tpo -c -o go-new-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2660 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new-channel.Tpo $(DEPDIR)/go-new-channel.Plo
2661 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new-channel.c' object='go-new-channel.lo' libtool=yes @AMDEPBACKSLASH@
2662 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2663 @am__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-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2664
2665 go-new-map.lo: runtime/go-new-map.c
2666 @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
2667 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
2668 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
2669 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2670 @am__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
2671
2672 go-new.lo: runtime/go-new.c
2673 @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
2674 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
2675 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
2676 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2677 @am__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
2678
2679 go-note.lo: runtime/go-note.c
2680 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-note.lo -MD -MP -MF $(DEPDIR)/go-note.Tpo -c -o go-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2681 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-note.Tpo $(DEPDIR)/go-note.Plo
2682 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-note.c' object='go-note.lo' libtool=yes @AMDEPBACKSLASH@
2683 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2684 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2685
2686 go-panic.lo: runtime/go-panic.c
2687 @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
2688 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
2689 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
2690 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2691 @am__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
2692
2693 go-panic-defer.lo: runtime/go-panic-defer.c
2694 @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-defer.lo -MD -MP -MF $(DEPDIR)/go-panic-defer.Tpo -c -o go-panic-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2695 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-panic-defer.Tpo $(DEPDIR)/go-panic-defer.Plo
2696 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-panic-defer.c' object='go-panic-defer.lo' libtool=yes @AMDEPBACKSLASH@
2697 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2698 @am__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-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2699
2700 go-print.lo: runtime/go-print.c
2701 @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
2702 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
2703 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
2704 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2705 @am__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
2706
2707 go-rec-big.lo: runtime/go-rec-big.c
2708 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-big.lo -MD -MP -MF $(DEPDIR)/go-rec-big.Tpo -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2709 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-big.Tpo $(DEPDIR)/go-rec-big.Plo
2710 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-big.c' object='go-rec-big.lo' libtool=yes @AMDEPBACKSLASH@
2711 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2712 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2713
2714 go-rec-nb-big.lo: runtime/go-rec-nb-big.c
2715 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-big.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-big.Tpo -c -o go-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2716 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-nb-big.Tpo $(DEPDIR)/go-rec-nb-big.Plo
2717 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-nb-big.c' object='go-rec-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2718 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2719 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2720
2721 go-rec-nb-small.lo: runtime/go-rec-nb-small.c
2722 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-small.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-small.Tpo -c -o go-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2723 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-nb-small.Tpo $(DEPDIR)/go-rec-nb-small.Plo
2724 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-nb-small.c' object='go-rec-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2725 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2726 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2727
2728 go-rec-small.lo: runtime/go-rec-small.c
2729 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-small.lo -MD -MP -MF $(DEPDIR)/go-rec-small.Tpo -c -o go-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2730 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-small.Tpo $(DEPDIR)/go-rec-small.Plo
2731 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-small.c' object='go-rec-small.lo' libtool=yes @AMDEPBACKSLASH@
2732 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2733 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2734
2735 go-recover.lo: runtime/go-recover.c
2736 @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
2737 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
2738 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
2739 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2740 @am__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
2741
2742 go-reflect.lo: runtime/go-reflect.c
2743 @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.lo -MD -MP -MF $(DEPDIR)/go-reflect.Tpo -c -o go-reflect.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
2744 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect.Tpo $(DEPDIR)/go-reflect.Plo
2745 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect.c' object='go-reflect.lo' libtool=yes @AMDEPBACKSLASH@
2746 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2747 @am__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.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
2748
2749 go-reflect-call.lo: runtime/go-reflect-call.c
2750 @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
2751 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
2752 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
2753 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2754 @am__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
2755
2756 go-reflect-chan.lo: runtime/go-reflect-chan.c
2757 @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-chan.lo -MD -MP -MF $(DEPDIR)/go-reflect-chan.Tpo -c -o go-reflect-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2758 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-chan.Tpo $(DEPDIR)/go-reflect-chan.Plo
2759 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-chan.c' object='go-reflect-chan.lo' libtool=yes @AMDEPBACKSLASH@
2760 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2761 @am__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-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2762
2763 go-reflect-map.lo: runtime/go-reflect-map.c
2764 @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
2765 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
2766 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
2767 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2768 @am__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
2769
2770 go-rune.lo: runtime/go-rune.c
2771 @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
2772 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
2773 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
2774 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2775 @am__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
2776
2777 go-runtime-error.lo: runtime/go-runtime-error.c
2778 @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
2779 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
2780 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
2781 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2782 @am__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
2783
2784 go-sched.lo: runtime/go-sched.c
2785 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-sched.lo -MD -MP -MF $(DEPDIR)/go-sched.Tpo -c -o go-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2786 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-sched.Tpo $(DEPDIR)/go-sched.Plo
2787 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-sched.c' object='go-sched.lo' libtool=yes @AMDEPBACKSLASH@
2788 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2789 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2790
2791 go-select.lo: runtime/go-select.c
2792 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-select.lo -MD -MP -MF $(DEPDIR)/go-select.Tpo -c -o go-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2793 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-select.Tpo $(DEPDIR)/go-select.Plo
2794 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-select.c' object='go-select.lo' libtool=yes @AMDEPBACKSLASH@
2795 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2796 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2797
2798 go-semacquire.lo: runtime/go-semacquire.c
2799 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-semacquire.lo -MD -MP -MF $(DEPDIR)/go-semacquire.Tpo -c -o go-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2800 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-semacquire.Tpo $(DEPDIR)/go-semacquire.Plo
2801 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-semacquire.c' object='go-semacquire.lo' libtool=yes @AMDEPBACKSLASH@
2802 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2803 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2804
2805 go-send-big.lo: runtime/go-send-big.c
2806 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-big.lo -MD -MP -MF $(DEPDIR)/go-send-big.Tpo -c -o go-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2807 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-big.Tpo $(DEPDIR)/go-send-big.Plo
2808 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-big.c' object='go-send-big.lo' libtool=yes @AMDEPBACKSLASH@
2809 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2810 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2811
2812 go-send-nb-big.lo: runtime/go-send-nb-big.c
2813 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-big.lo -MD -MP -MF $(DEPDIR)/go-send-nb-big.Tpo -c -o go-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2814 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-nb-big.Tpo $(DEPDIR)/go-send-nb-big.Plo
2815 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-nb-big.c' object='go-send-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2816 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2817 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2818
2819 go-send-nb-small.lo: runtime/go-send-nb-small.c
2820 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-small.lo -MD -MP -MF $(DEPDIR)/go-send-nb-small.Tpo -c -o go-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2821 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-nb-small.Tpo $(DEPDIR)/go-send-nb-small.Plo
2822 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-nb-small.c' object='go-send-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2823 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2824 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2825
2826 go-send-small.lo: runtime/go-send-small.c
2827 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-small.lo -MD -MP -MF $(DEPDIR)/go-send-small.Tpo -c -o go-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2828 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-small.Tpo $(DEPDIR)/go-send-small.Plo
2829 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-small.c' object='go-send-small.lo' libtool=yes @AMDEPBACKSLASH@
2830 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2831 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2832
2833 go-setenv.lo: runtime/go-setenv.c
2834 @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
2835 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
2836 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
2837 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2838 @am__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
2839
2840 go-signal.lo: runtime/go-signal.c
2841 @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
2842 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
2843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
2844 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2845 @am__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
2846
2847 go-strcmp.lo: runtime/go-strcmp.c
2848 @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
2849 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
2850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
2851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2852 @am__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
2853
2854 go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
2855 @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
2856 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
2857 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
2858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2859 @am__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
2860
2861 go-string-to-int-array.lo: runtime/go-string-to-int-array.c
2862 @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
2863 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
2864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
2865 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2866 @am__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
2867
2868 go-strplus.lo: runtime/go-strplus.c
2869 @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
2870 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
2871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
2872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2873 @am__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
2874
2875 go-strslice.lo: runtime/go-strslice.c
2876 @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
2877 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
2878 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
2879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2880 @am__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
2881
2882 go-trampoline.lo: runtime/go-trampoline.c
2883 @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
2884 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-trampoline.Tpo $(DEPDIR)/go-trampoline.Plo
2885 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-trampoline.c' object='go-trampoline.lo' libtool=yes @AMDEPBACKSLASH@
2886 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2887 @am__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
2888
2889 go-type-eface.lo: runtime/go-type-eface.c
2890 @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
2891 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
2892 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
2893 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2894 @am__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
2895
2896 go-type-error.lo: runtime/go-type-error.c
2897 @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
2898 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
2899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
2900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2901 @am__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
2902
2903 go-type-identity.lo: runtime/go-type-identity.c
2904 @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
2905 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
2906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
2907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2908 @am__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
2909
2910 go-type-interface.lo: runtime/go-type-interface.c
2911 @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
2912 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
2913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
2914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2915 @am__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
2916
2917 go-type-string.lo: runtime/go-type-string.c
2918 @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
2919 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
2920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
2921 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2922 @am__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
2923
2924 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
2925 @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
2926 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
2927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
2928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2929 @am__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
2930
2931 go-typestring.lo: runtime/go-typestring.c
2932 @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
2933 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-typestring.Tpo $(DEPDIR)/go-typestring.Plo
2934 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-typestring.c' object='go-typestring.lo' libtool=yes @AMDEPBACKSLASH@
2935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2936 @am__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
2937
2938 go-unreflect.lo: runtime/go-unreflect.c
2939 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unreflect.lo -MD -MP -MF $(DEPDIR)/go-unreflect.Tpo -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
2940 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unreflect.Tpo $(DEPDIR)/go-unreflect.Plo
2941 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unreflect.c' object='go-unreflect.lo' libtool=yes @AMDEPBACKSLASH@
2942 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2943 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
2944
2945 go-unsafe-new.lo: runtime/go-unsafe-new.c
2946 @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
2947 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
2948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
2949 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2950 @am__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
2951
2952 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
2953 @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
2954 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
2955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
2956 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2957 @am__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
2958
2959 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
2960 @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
2961 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
2962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
2963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2964 @am__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
2965
2966 go-unwind.lo: runtime/go-unwind.c
2967 @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
2968 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
2969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
2970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2971 @am__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
2972
2973 cpuprof.lo: runtime/cpuprof.c
2974 @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
2975 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/cpuprof.Tpo $(DEPDIR)/cpuprof.Plo
2976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/cpuprof.c' object='cpuprof.lo' libtool=yes @AMDEPBACKSLASH@
2977 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2978 @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
2979
2980 mcache.lo: runtime/mcache.c
2981 @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
2982 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
2983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
2984 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2985 @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
2986
2987 mcentral.lo: runtime/mcentral.c
2988 @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
2989 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
2990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
2991 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2992 @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
2993
2994 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
2995 @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
2996 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
2997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
2998 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2999 @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
3000
3001 mem.lo: runtime/mem.c
3002 @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
3003 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
3004 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
3005 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3006 @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
3007
3008 mfinal.lo: runtime/mfinal.c
3009 @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
3010 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mfinal.Tpo $(DEPDIR)/mfinal.Plo
3011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mfinal.c' object='mfinal.lo' libtool=yes @AMDEPBACKSLASH@
3012 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3013 @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
3014
3015 mfixalloc.lo: runtime/mfixalloc.c
3016 @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
3017 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
3018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
3019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3020 @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
3021
3022 mgc0.lo: runtime/mgc0.c
3023 @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
3024 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
3025 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
3026 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3027 @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
3028
3029 mheap.lo: runtime/mheap.c
3030 @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
3031 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
3032 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
3033 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3034 @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
3035
3036 msize.lo: runtime/msize.c
3037 @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
3038 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
3039 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
3040 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3041 @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
3042
3043 proc.lo: runtime/proc.c
3044 @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
3045 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
3046 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
3047 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3048 @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
3049
3050 thread.lo: runtime/thread.c
3051 @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
3052 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
3053 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
3054 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3055 @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
3056
3057 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
3058 @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
3059 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
3060 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
3061 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3062 @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
3063
3064 mostlyclean-libtool:
3065         -rm -f *.lo
3066
3067 clean-libtool:
3068         -rm -rf .libs _libs
3069
3070 distclean-libtool:
3071         -rm -f libtool config.lt
3072
3073 # GNU Make needs to see an explicit $(MAKE) variable in the command it
3074 # runs to enable its job server during parallel builds.  Hence the
3075 # comments below.
3076 all-multi:
3077         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3078 install-multi:
3079         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3080
3081 mostlyclean-multi:
3082         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3083 clean-multi:
3084         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3085 distclean-multi:
3086         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3087 maintainer-clean-multi:
3088         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3089 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
3090         @$(NORMAL_INSTALL)
3091         test -z "$(toolexeclibgodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)"
3092         @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3093         for p in $$list; do \
3094           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3095           echo "$$d$$p"; \
3096         done | $(am__base_list) | \
3097         while read files; do \
3098           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
3099           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
3100         done
3101
3102 uninstall-toolexeclibgoDATA:
3103         @$(NORMAL_UNINSTALL)
3104         @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3105         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3106         test -n "$$files" || exit 0; \
3107         echo " ( cd '$(DESTDIR)$(toolexeclibgodir)' && rm -f" $$files ")"; \
3108         cd "$(DESTDIR)$(toolexeclibgodir)" && rm -f $$files
3109 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
3110         @$(NORMAL_INSTALL)
3111         test -z "$(toolexeclibgoarchivedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)"
3112         @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3113         for p in $$list; do \
3114           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3115           echo "$$d$$p"; \
3116         done | $(am__base_list) | \
3117         while read files; do \
3118           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
3119           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
3120         done
3121
3122 uninstall-toolexeclibgoarchiveDATA:
3123         @$(NORMAL_UNINSTALL)
3124         @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3125         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3126         test -n "$$files" || exit 0; \
3127         echo " ( cd '$(DESTDIR)$(toolexeclibgoarchivedir)' && rm -f" $$files ")"; \
3128         cd "$(DESTDIR)$(toolexeclibgoarchivedir)" && rm -f $$files
3129 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
3130         @$(NORMAL_INSTALL)
3131         test -z "$(toolexeclibgocompressdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)"
3132         @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3133         for p in $$list; do \
3134           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3135           echo "$$d$$p"; \
3136         done | $(am__base_list) | \
3137         while read files; do \
3138           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
3139           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
3140         done
3141
3142 uninstall-toolexeclibgocompressDATA:
3143         @$(NORMAL_UNINSTALL)
3144         @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3145         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3146         test -n "$$files" || exit 0; \
3147         echo " ( cd '$(DESTDIR)$(toolexeclibgocompressdir)' && rm -f" $$files ")"; \
3148         cd "$(DESTDIR)$(toolexeclibgocompressdir)" && rm -f $$files
3149 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
3150         @$(NORMAL_INSTALL)
3151         test -z "$(toolexeclibgocontainerdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)"
3152         @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3153         for p in $$list; do \
3154           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3155           echo "$$d$$p"; \
3156         done | $(am__base_list) | \
3157         while read files; do \
3158           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
3159           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
3160         done
3161
3162 uninstall-toolexeclibgocontainerDATA:
3163         @$(NORMAL_UNINSTALL)
3164         @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3165         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3166         test -n "$$files" || exit 0; \
3167         echo " ( cd '$(DESTDIR)$(toolexeclibgocontainerdir)' && rm -f" $$files ")"; \
3168         cd "$(DESTDIR)$(toolexeclibgocontainerdir)" && rm -f $$files
3169 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
3170         @$(NORMAL_INSTALL)
3171         test -z "$(toolexeclibgocryptodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)"
3172         @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3173         for p in $$list; do \
3174           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3175           echo "$$d$$p"; \
3176         done | $(am__base_list) | \
3177         while read files; do \
3178           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
3179           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
3180         done
3181
3182 uninstall-toolexeclibgocryptoDATA:
3183         @$(NORMAL_UNINSTALL)
3184         @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3185         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3186         test -n "$$files" || exit 0; \
3187         echo " ( cd '$(DESTDIR)$(toolexeclibgocryptodir)' && rm -f" $$files ")"; \
3188         cd "$(DESTDIR)$(toolexeclibgocryptodir)" && rm -f $$files
3189 install-toolexeclibgocryptoopenpgpDATA: $(toolexeclibgocryptoopenpgp_DATA)
3190         @$(NORMAL_INSTALL)
3191         test -z "$(toolexeclibgocryptoopenpgpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)"
3192         @list='$(toolexeclibgocryptoopenpgp_DATA)'; test -n "$(toolexeclibgocryptoopenpgpdir)" || list=; \
3193         for p in $$list; do \
3194           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3195           echo "$$d$$p"; \
3196         done | $(am__base_list) | \
3197         while read files; do \
3198           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)'"; \
3199           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" || exit $$?; \
3200         done
3201
3202 uninstall-toolexeclibgocryptoopenpgpDATA:
3203         @$(NORMAL_UNINSTALL)
3204         @list='$(toolexeclibgocryptoopenpgp_DATA)'; test -n "$(toolexeclibgocryptoopenpgpdir)" || list=; \
3205         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3206         test -n "$$files" || exit 0; \
3207         echo " ( cd '$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)' && rm -f" $$files ")"; \
3208         cd "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" && rm -f $$files
3209 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
3210         @$(NORMAL_INSTALL)
3211         test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
3212         @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3213         for p in $$list; do \
3214           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3215           echo "$$d$$p"; \
3216         done | $(am__base_list) | \
3217         while read files; do \
3218           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
3219           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
3220         done
3221
3222 uninstall-toolexeclibgodebugDATA:
3223         @$(NORMAL_UNINSTALL)
3224         @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3225         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3226         test -n "$$files" || exit 0; \
3227         echo " ( cd '$(DESTDIR)$(toolexeclibgodebugdir)' && rm -f" $$files ")"; \
3228         cd "$(DESTDIR)$(toolexeclibgodebugdir)" && rm -f $$files
3229 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
3230         @$(NORMAL_INSTALL)
3231         test -z "$(toolexeclibgoencodingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)"
3232         @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3233         for p in $$list; do \
3234           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3235           echo "$$d$$p"; \
3236         done | $(am__base_list) | \
3237         while read files; do \
3238           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
3239           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
3240         done
3241
3242 uninstall-toolexeclibgoencodingDATA:
3243         @$(NORMAL_UNINSTALL)
3244         @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3245         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3246         test -n "$$files" || exit 0; \
3247         echo " ( cd '$(DESTDIR)$(toolexeclibgoencodingdir)' && rm -f" $$files ")"; \
3248         cd "$(DESTDIR)$(toolexeclibgoencodingdir)" && rm -f $$files
3249 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
3250         @$(NORMAL_INSTALL)
3251         test -z "$(toolexeclibgoexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)"
3252         @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3253         for p in $$list; do \
3254           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3255           echo "$$d$$p"; \
3256         done | $(am__base_list) | \
3257         while read files; do \
3258           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
3259           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
3260         done
3261
3262 uninstall-toolexeclibgoexpDATA:
3263         @$(NORMAL_UNINSTALL)
3264         @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3265         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3266         test -n "$$files" || exit 0; \
3267         echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
3268         cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
3269 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
3270         @$(NORMAL_INSTALL)
3271         test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
3272         @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3273         for p in $$list; do \
3274           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3275           echo "$$d$$p"; \
3276         done | $(am__base_list) | \
3277         while read files; do \
3278           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
3279           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
3280         done
3281
3282 uninstall-toolexeclibgogoDATA:
3283         @$(NORMAL_UNINSTALL)
3284         @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3285         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3286         test -n "$$files" || exit 0; \
3287         echo " ( cd '$(DESTDIR)$(toolexeclibgogodir)' && rm -f" $$files ")"; \
3288         cd "$(DESTDIR)$(toolexeclibgogodir)" && rm -f $$files
3289 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
3290         @$(NORMAL_INSTALL)
3291         test -z "$(toolexeclibgohashdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)"
3292         @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3293         for p in $$list; do \
3294           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3295           echo "$$d$$p"; \
3296         done | $(am__base_list) | \
3297         while read files; do \
3298           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
3299           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
3300         done
3301
3302 uninstall-toolexeclibgohashDATA:
3303         @$(NORMAL_UNINSTALL)
3304         @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3305         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3306         test -n "$$files" || exit 0; \
3307         echo " ( cd '$(DESTDIR)$(toolexeclibgohashdir)' && rm -f" $$files ")"; \
3308         cd "$(DESTDIR)$(toolexeclibgohashdir)" && rm -f $$files
3309 install-toolexeclibgohttpDATA: $(toolexeclibgohttp_DATA)
3310         @$(NORMAL_INSTALL)
3311         test -z "$(toolexeclibgohttpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohttpdir)"
3312         @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
3313         for p in $$list; do \
3314           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3315           echo "$$d$$p"; \
3316         done | $(am__base_list) | \
3317         while read files; do \
3318           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohttpdir)'"; \
3319           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohttpdir)" || exit $$?; \
3320         done
3321
3322 uninstall-toolexeclibgohttpDATA:
3323         @$(NORMAL_UNINSTALL)
3324         @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
3325         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3326         test -n "$$files" || exit 0; \
3327         echo " ( cd '$(DESTDIR)$(toolexeclibgohttpdir)' && rm -f" $$files ")"; \
3328         cd "$(DESTDIR)$(toolexeclibgohttpdir)" && rm -f $$files
3329 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
3330         @$(NORMAL_INSTALL)
3331         test -z "$(toolexeclibgoimagedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)"
3332         @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3333         for p in $$list; do \
3334           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3335           echo "$$d$$p"; \
3336         done | $(am__base_list) | \
3337         while read files; do \
3338           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
3339           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
3340         done
3341
3342 uninstall-toolexeclibgoimageDATA:
3343         @$(NORMAL_UNINSTALL)
3344         @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3345         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3346         test -n "$$files" || exit 0; \
3347         echo " ( cd '$(DESTDIR)$(toolexeclibgoimagedir)' && rm -f" $$files ")"; \
3348         cd "$(DESTDIR)$(toolexeclibgoimagedir)" && rm -f $$files
3349 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
3350         @$(NORMAL_INSTALL)
3351         test -z "$(toolexeclibgoindexdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)"
3352         @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3353         for p in $$list; do \
3354           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3355           echo "$$d$$p"; \
3356         done | $(am__base_list) | \
3357         while read files; do \
3358           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
3359           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
3360         done
3361
3362 uninstall-toolexeclibgoindexDATA:
3363         @$(NORMAL_UNINSTALL)
3364         @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3365         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3366         test -n "$$files" || exit 0; \
3367         echo " ( cd '$(DESTDIR)$(toolexeclibgoindexdir)' && rm -f" $$files ")"; \
3368         cd "$(DESTDIR)$(toolexeclibgoindexdir)" && rm -f $$files
3369 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
3370         @$(NORMAL_INSTALL)
3371         test -z "$(toolexeclibgoiodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)"
3372         @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3373         for p in $$list; do \
3374           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3375           echo "$$d$$p"; \
3376         done | $(am__base_list) | \
3377         while read files; do \
3378           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
3379           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
3380         done
3381
3382 uninstall-toolexeclibgoioDATA:
3383         @$(NORMAL_UNINSTALL)
3384         @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3385         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3386         test -n "$$files" || exit 0; \
3387         echo " ( cd '$(DESTDIR)$(toolexeclibgoiodir)' && rm -f" $$files ")"; \
3388         cd "$(DESTDIR)$(toolexeclibgoiodir)" && rm -f $$files
3389 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
3390         @$(NORMAL_INSTALL)
3391         test -z "$(toolexeclibgomimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)"
3392         @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
3393         for p in $$list; do \
3394           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3395           echo "$$d$$p"; \
3396         done | $(am__base_list) | \
3397         while read files; do \
3398           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
3399           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
3400         done
3401
3402 uninstall-toolexeclibgomimeDATA:
3403         @$(NORMAL_UNINSTALL)
3404         @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
3405         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3406         test -n "$$files" || exit 0; \
3407         echo " ( cd '$(DESTDIR)$(toolexeclibgomimedir)' && rm -f" $$files ")"; \
3408         cd "$(DESTDIR)$(toolexeclibgomimedir)" && rm -f $$files
3409 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
3410         @$(NORMAL_INSTALL)
3411         test -z "$(toolexeclibgonetdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)"
3412         @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
3413         for p in $$list; do \
3414           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3415           echo "$$d$$p"; \
3416         done | $(am__base_list) | \
3417         while read files; do \
3418           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
3419           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
3420         done
3421
3422 uninstall-toolexeclibgonetDATA:
3423         @$(NORMAL_UNINSTALL)
3424         @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
3425         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3426         test -n "$$files" || exit 0; \
3427         echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
3428         cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
3429 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
3430         @$(NORMAL_INSTALL)
3431         test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
3432         @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
3433         for p in $$list; do \
3434           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3435           echo "$$d$$p"; \
3436         done | $(am__base_list) | \
3437         while read files; do \
3438           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
3439           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
3440         done
3441
3442 uninstall-toolexeclibgoosDATA:
3443         @$(NORMAL_UNINSTALL)
3444         @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
3445         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3446         test -n "$$files" || exit 0; \
3447         echo " ( cd '$(DESTDIR)$(toolexeclibgoosdir)' && rm -f" $$files ")"; \
3448         cd "$(DESTDIR)$(toolexeclibgoosdir)" && rm -f $$files
3449 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
3450         @$(NORMAL_INSTALL)
3451         test -z "$(toolexeclibgopathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)"
3452         @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3453         for p in $$list; do \
3454           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3455           echo "$$d$$p"; \
3456         done | $(am__base_list) | \
3457         while read files; do \
3458           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
3459           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
3460         done
3461
3462 uninstall-toolexeclibgopathDATA:
3463         @$(NORMAL_UNINSTALL)
3464         @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3465         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3466         test -n "$$files" || exit 0; \
3467         echo " ( cd '$(DESTDIR)$(toolexeclibgopathdir)' && rm -f" $$files ")"; \
3468         cd "$(DESTDIR)$(toolexeclibgopathdir)" && rm -f $$files
3469 install-toolexeclibgorpcDATA: $(toolexeclibgorpc_DATA)
3470         @$(NORMAL_INSTALL)
3471         test -z "$(toolexeclibgorpcdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgorpcdir)"
3472         @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3473         for p in $$list; do \
3474           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3475           echo "$$d$$p"; \
3476         done | $(am__base_list) | \
3477         while read files; do \
3478           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgorpcdir)'"; \
3479           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgorpcdir)" || exit $$?; \
3480         done
3481
3482 uninstall-toolexeclibgorpcDATA:
3483         @$(NORMAL_UNINSTALL)
3484         @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3485         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3486         test -n "$$files" || exit 0; \
3487         echo " ( cd '$(DESTDIR)$(toolexeclibgorpcdir)' && rm -f" $$files ")"; \
3488         cd "$(DESTDIR)$(toolexeclibgorpcdir)" && rm -f $$files
3489 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
3490         @$(NORMAL_INSTALL)
3491         test -z "$(toolexeclibgoruntimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)"
3492         @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3493         for p in $$list; do \
3494           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3495           echo "$$d$$p"; \
3496         done | $(am__base_list) | \
3497         while read files; do \
3498           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
3499           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
3500         done
3501
3502 uninstall-toolexeclibgoruntimeDATA:
3503         @$(NORMAL_UNINSTALL)
3504         @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3505         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3506         test -n "$$files" || exit 0; \
3507         echo " ( cd '$(DESTDIR)$(toolexeclibgoruntimedir)' && rm -f" $$files ")"; \
3508         cd "$(DESTDIR)$(toolexeclibgoruntimedir)" && rm -f $$files
3509 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
3510         @$(NORMAL_INSTALL)
3511         test -z "$(toolexeclibgosyncdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)"
3512         @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3513         for p in $$list; do \
3514           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3515           echo "$$d$$p"; \
3516         done | $(am__base_list) | \
3517         while read files; do \
3518           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
3519           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
3520         done
3521
3522 uninstall-toolexeclibgosyncDATA:
3523         @$(NORMAL_UNINSTALL)
3524         @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3525         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3526         test -n "$$files" || exit 0; \
3527         echo " ( cd '$(DESTDIR)$(toolexeclibgosyncdir)' && rm -f" $$files ")"; \
3528         cd "$(DESTDIR)$(toolexeclibgosyncdir)" && rm -f $$files
3529 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
3530         @$(NORMAL_INSTALL)
3531         test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
3532         @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3533         for p in $$list; do \
3534           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3535           echo "$$d$$p"; \
3536         done | $(am__base_list) | \
3537         while read files; do \
3538           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
3539           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
3540         done
3541
3542 uninstall-toolexeclibgotestingDATA:
3543         @$(NORMAL_UNINSTALL)
3544         @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3545         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3546         test -n "$$files" || exit 0; \
3547         echo " ( cd '$(DESTDIR)$(toolexeclibgotestingdir)' && rm -f" $$files ")"; \
3548         cd "$(DESTDIR)$(toolexeclibgotestingdir)" && rm -f $$files
3549
3550 # This directory's subdirectories are mostly independent; you can cd
3551 # into them and run `make' without going through this Makefile.
3552 # To change the values of `make' variables: instead of editing Makefiles,
3553 # (1) if the variable is set in `config.status', edit `config.status'
3554 #     (which will cause the Makefiles to be regenerated when you run `make');
3555 # (2) otherwise, pass the desired values on the `make' command line.
3556 $(RECURSIVE_TARGETS):
3557         @fail= failcom='exit 1'; \
3558         for f in x $$MAKEFLAGS; do \
3559           case $$f in \
3560             *=* | --[!k]*);; \
3561             *k*) failcom='fail=yes';; \
3562           esac; \
3563         done; \
3564         dot_seen=no; \
3565         target=`echo $@ | sed s/-recursive//`; \
3566         list='$(SUBDIRS)'; for subdir in $$list; do \
3567           echo "Making $$target in $$subdir"; \
3568           if test "$$subdir" = "."; then \
3569             dot_seen=yes; \
3570             local_target="$$target-am"; \
3571           else \
3572             local_target="$$target"; \
3573           fi; \
3574           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3575           || eval $$failcom; \
3576         done; \
3577         if test "$$dot_seen" = "no"; then \
3578           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3579         fi; test -z "$$fail"
3580
3581 $(RECURSIVE_CLEAN_TARGETS):
3582         @fail= failcom='exit 1'; \
3583         for f in x $$MAKEFLAGS; do \
3584           case $$f in \
3585             *=* | --[!k]*);; \
3586             *k*) failcom='fail=yes';; \
3587           esac; \
3588         done; \
3589         dot_seen=no; \
3590         case "$@" in \
3591           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3592           *) list='$(SUBDIRS)' ;; \
3593         esac; \
3594         rev=''; for subdir in $$list; do \
3595           if test "$$subdir" = "."; then :; else \
3596             rev="$$subdir $$rev"; \
3597           fi; \
3598         done; \
3599         rev="$$rev ."; \
3600         target=`echo $@ | sed s/-recursive//`; \
3601         for subdir in $$rev; do \
3602           echo "Making $$target in $$subdir"; \
3603           if test "$$subdir" = "."; then \
3604             local_target="$$target-am"; \
3605           else \
3606             local_target="$$target"; \
3607           fi; \
3608           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3609           || eval $$failcom; \
3610         done && test -z "$$fail"
3611 tags-recursive:
3612         list='$(SUBDIRS)'; for subdir in $$list; do \
3613           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3614         done
3615 ctags-recursive:
3616         list='$(SUBDIRS)'; for subdir in $$list; do \
3617           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3618         done
3619
3620 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3621         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3622         unique=`for i in $$list; do \
3623             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3624           done | \
3625           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3626               END { if (nonempty) { for (i in files) print i; }; }'`; \
3627         mkid -fID $$unique
3628 tags: TAGS
3629
3630 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3631                 $(TAGS_FILES) $(LISP)
3632         set x; \
3633         here=`pwd`; \
3634         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3635           include_option=--etags-include; \
3636           empty_fix=.; \
3637         else \
3638           include_option=--include; \
3639           empty_fix=; \
3640         fi; \
3641         list='$(SUBDIRS)'; for subdir in $$list; do \
3642           if test "$$subdir" = .; then :; else \
3643             test ! -f $$subdir/TAGS || \
3644               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3645           fi; \
3646         done; \
3647         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3648         unique=`for i in $$list; do \
3649             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3650           done | \
3651           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3652               END { if (nonempty) { for (i in files) print i; }; }'`; \
3653         shift; \
3654         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3655           test -n "$$unique" || unique=$$empty_fix; \
3656           if test $$# -gt 0; then \
3657             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3658               "$$@" $$unique; \
3659           else \
3660             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3661               $$unique; \
3662           fi; \
3663         fi
3664 ctags: CTAGS
3665 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3666                 $(TAGS_FILES) $(LISP)
3667         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3668         unique=`for i in $$list; do \
3669             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3670           done | \
3671           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3672               END { if (nonempty) { for (i in files) print i; }; }'`; \
3673         test -z "$(CTAGS_ARGS)$$unique" \
3674           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3675              $$unique
3676
3677 GTAGS:
3678         here=`$(am__cd) $(top_builddir) && pwd` \
3679           && $(am__cd) $(top_srcdir) \
3680           && gtags -i $(GTAGS_ARGS) "$$here"
3681
3682 distclean-tags:
3683         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3684
3685 distdir: $(DISTFILES)
3686         $(am__remove_distdir)
3687         test -d "$(distdir)" || mkdir "$(distdir)"
3688         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3689         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3690         list='$(DISTFILES)'; \
3691           dist_files=`for file in $$list; do echo $$file; done | \
3692           sed -e "s|^$$srcdirstrip/||;t" \
3693               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3694         case $$dist_files in \
3695           */*) $(MKDIR_P) `echo "$$dist_files" | \
3696                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3697                            sort -u` ;; \
3698         esac; \
3699         for file in $$dist_files; do \
3700           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3701           if test -d $$d/$$file; then \
3702             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3703             if test -d "$(distdir)/$$file"; then \
3704               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3705             fi; \
3706             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3707               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3708               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3709             fi; \
3710             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3711           else \
3712             test -f "$(distdir)/$$file" \
3713             || cp -p $$d/$$file "$(distdir)/$$file" \
3714             || exit 1; \
3715           fi; \
3716         done
3717         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3718           if test "$$subdir" = .; then :; else \
3719             test -d "$(distdir)/$$subdir" \
3720             || $(MKDIR_P) "$(distdir)/$$subdir" \
3721             || exit 1; \
3722           fi; \
3723         done
3724         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3725           if test "$$subdir" = .; then :; else \
3726             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3727             $(am__relativize); \
3728             new_distdir=$$reldir; \
3729             dir1=$$subdir; dir2="$(top_distdir)"; \
3730             $(am__relativize); \
3731             new_top_distdir=$$reldir; \
3732             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
3733             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
3734             ($(am__cd) $$subdir && \
3735               $(MAKE) $(AM_MAKEFLAGS) \
3736                 top_distdir="$$new_top_distdir" \
3737                 distdir="$$new_distdir" \
3738                 am__remove_distdir=: \
3739                 am__skip_length_check=: \
3740                 am__skip_mode_fix=: \
3741                 distdir) \
3742               || exit 1; \
3743           fi; \
3744         done
3745         -test -n "$(am__skip_mode_fix)" \
3746         || find "$(distdir)" -type d ! -perm -755 \
3747                 -exec chmod u+rwx,go+rx {} \; -o \
3748           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
3749           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
3750           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
3751         || chmod -R a+r "$(distdir)"
3752 dist-gzip: distdir
3753         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3754         $(am__remove_distdir)
3755
3756 dist-bzip2: distdir
3757         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
3758         $(am__remove_distdir)
3759
3760 dist-lzma: distdir
3761         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
3762         $(am__remove_distdir)
3763
3764 dist-xz: distdir
3765         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
3766         $(am__remove_distdir)
3767
3768 dist-tarZ: distdir
3769         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
3770         $(am__remove_distdir)
3771
3772 dist-shar: distdir
3773         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
3774         $(am__remove_distdir)
3775
3776 dist-zip: distdir
3777         -rm -f $(distdir).zip
3778         zip -rq $(distdir).zip $(distdir)
3779         $(am__remove_distdir)
3780
3781 dist dist-all: distdir
3782         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3783         $(am__remove_distdir)
3784
3785 # This target untars the dist file and tries a VPATH configuration.  Then
3786 # it guarantees that the distribution is self-contained by making another
3787 # tarfile.
3788 distcheck: dist
3789         case '$(DIST_ARCHIVES)' in \
3790         *.tar.gz*) \
3791           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
3792         *.tar.bz2*) \
3793           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
3794         *.tar.lzma*) \
3795           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
3796         *.tar.xz*) \
3797           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
3798         *.tar.Z*) \
3799           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
3800         *.shar.gz*) \
3801           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
3802         *.zip*) \
3803           unzip $(distdir).zip ;;\
3804         esac
3805         chmod -R a-w $(distdir); chmod a+w $(distdir)
3806         mkdir $(distdir)/_build
3807         mkdir $(distdir)/_inst
3808         chmod a-w $(distdir)
3809         test -d $(distdir)/_build || exit 0; \
3810         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
3811           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
3812           && am__cwd=`pwd` \
3813           && $(am__cd) $(distdir)/_build \
3814           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
3815             $(DISTCHECK_CONFIGURE_FLAGS) \
3816           && $(MAKE) $(AM_MAKEFLAGS) \
3817           && $(MAKE) $(AM_MAKEFLAGS) dvi \
3818           && $(MAKE) $(AM_MAKEFLAGS) check \
3819           && $(MAKE) $(AM_MAKEFLAGS) install \
3820           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
3821           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
3822           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
3823                 distuninstallcheck \
3824           && chmod -R a-w "$$dc_install_base" \
3825           && ({ \
3826                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
3827                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
3828                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
3829                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
3830                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
3831               } || { rm -rf "$$dc_destdir"; exit 1; }) \
3832           && rm -rf "$$dc_destdir" \
3833           && $(MAKE) $(AM_MAKEFLAGS) dist \
3834           && rm -rf $(DIST_ARCHIVES) \
3835           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
3836           && cd "$$am__cwd" \
3837           || exit 1
3838         $(am__remove_distdir)
3839         @(echo "$(distdir) archives ready for distribution: "; \
3840           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
3841           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
3842 distuninstallcheck:
3843         @$(am__cd) '$(distuninstallcheck_dir)' \
3844         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
3845            || { echo "ERROR: files left after uninstall:" ; \
3846                 if test -n "$(DESTDIR)"; then \
3847                   echo "  (check DESTDIR support)"; \
3848                 fi ; \
3849                 $(distuninstallcheck_listfiles) ; \
3850                 exit 1; } >&2
3851 distcleancheck: distclean
3852         @if test '$(srcdir)' = . ; then \
3853           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
3854           exit 1 ; \
3855         fi
3856         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3857           || { echo "ERROR: files left in build directory after distclean:" ; \
3858                $(distcleancheck_listfiles) ; \
3859                exit 1; } >&2
3860 check-am: all-am
3861 check: check-recursive
3862 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
3863                 config.h
3864 installdirs: installdirs-recursive
3865 installdirs-am:
3866         for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgoexpdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohttpdir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgorpcdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)"; do \
3867           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3868         done
3869 install: install-recursive
3870 install-exec: install-exec-recursive
3871 install-data: install-data-recursive
3872 uninstall: uninstall-recursive
3873
3874 install-am: all-am
3875         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3876
3877 installcheck: installcheck-recursive
3878 install-strip:
3879         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3880           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3881           `test -z '$(STRIP)' || \
3882             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3883 mostlyclean-generic:
3884
3885 clean-generic:
3886         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3887
3888 distclean-generic:
3889         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3890         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3891
3892 maintainer-clean-generic:
3893         @echo "This command is intended for maintainers to use"
3894         @echo "it deletes files that may require special tools to rebuild."
3895 clean: clean-multi clean-recursive
3896
3897 clean-am: clean-generic clean-libtool clean-local \
3898         clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
3899         mostlyclean-am
3900
3901 distclean: distclean-multi distclean-recursive
3902         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3903         -rm -rf ./$(DEPDIR)
3904         -rm -f Makefile
3905 distclean-am: clean-am distclean-compile distclean-generic \
3906         distclean-hdr distclean-libtool distclean-tags
3907
3908 dvi: dvi-recursive
3909
3910 dvi-am:
3911
3912 html: html-recursive
3913
3914 html-am:
3915
3916 info: info-recursive
3917
3918 info-am:
3919
3920 install-data-am:
3921
3922 install-dvi: install-dvi-recursive
3923
3924 install-dvi-am:
3925
3926 install-exec-am: install-multi install-toolexeclibLIBRARIES \
3927         install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
3928         install-toolexeclibgoarchiveDATA \
3929         install-toolexeclibgocompressDATA \
3930         install-toolexeclibgocontainerDATA \
3931         install-toolexeclibgocryptoDATA \
3932         install-toolexeclibgocryptoopenpgpDATA \
3933         install-toolexeclibgodebugDATA \
3934         install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
3935         install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
3936         install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
3937         install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
3938         install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
3939         install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
3940         install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
3941         install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA
3942
3943 install-html: install-html-recursive
3944
3945 install-html-am:
3946
3947 install-info: install-info-recursive
3948
3949 install-info-am:
3950
3951 install-man:
3952
3953 install-pdf: install-pdf-recursive
3954
3955 install-pdf-am:
3956
3957 install-ps: install-ps-recursive
3958
3959 install-ps-am:
3960
3961 installcheck-am:
3962
3963 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
3964         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3965         -rm -rf $(top_srcdir)/autom4te.cache
3966         -rm -rf ./$(DEPDIR)
3967         -rm -f Makefile
3968 maintainer-clean-am: distclean-am maintainer-clean-generic
3969
3970 mostlyclean: mostlyclean-multi mostlyclean-recursive
3971
3972 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3973         mostlyclean-libtool mostlyclean-local
3974
3975 pdf: pdf-recursive
3976
3977 pdf-am:
3978
3979 ps: ps-recursive
3980
3981 ps-am:
3982
3983 uninstall-am: uninstall-toolexeclibLIBRARIES \
3984         uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3985         uninstall-toolexeclibgoarchiveDATA \
3986         uninstall-toolexeclibgocompressDATA \
3987         uninstall-toolexeclibgocontainerDATA \
3988         uninstall-toolexeclibgocryptoDATA \
3989         uninstall-toolexeclibgocryptoopenpgpDATA \
3990         uninstall-toolexeclibgodebugDATA \
3991         uninstall-toolexeclibgoencodingDATA \
3992         uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3993         uninstall-toolexeclibgohashDATA \
3994         uninstall-toolexeclibgohttpDATA \
3995         uninstall-toolexeclibgoimageDATA \
3996         uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3997         uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3998         uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
3999         uninstall-toolexeclibgorpcDATA \
4000         uninstall-toolexeclibgoruntimeDATA \
4001         uninstall-toolexeclibgosyncDATA \
4002         uninstall-toolexeclibgotestingDATA
4003
4004 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
4005         clean-multi ctags-recursive distclean-multi install-am \
4006         install-multi install-strip maintainer-clean-multi \
4007         mostlyclean-multi tags-recursive
4008
4009 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
4010         all all-am all-multi am--refresh check check-am clean \
4011         clean-generic clean-libtool clean-local clean-multi \
4012         clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
4013         ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
4014         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
4015         distclean-compile distclean-generic distclean-hdr \
4016         distclean-libtool distclean-multi distclean-tags \
4017         distcleancheck distdir distuninstallcheck dvi dvi-am html \
4018         html-am info info-am install install-am install-data \
4019         install-data-am install-dvi install-dvi-am install-exec \
4020         install-exec-am install-html install-html-am install-info \
4021         install-info-am install-man install-multi install-pdf \
4022         install-pdf-am install-ps install-ps-am install-strip \
4023         install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
4024         install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
4025         install-toolexeclibgocompressDATA \
4026         install-toolexeclibgocontainerDATA \
4027         install-toolexeclibgocryptoDATA \
4028         install-toolexeclibgocryptoopenpgpDATA \
4029         install-toolexeclibgodebugDATA \
4030         install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
4031         install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4032         install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
4033         install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4034         install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4035         install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4036         install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
4037         install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA \
4038         installcheck installcheck-am installdirs installdirs-am \
4039         maintainer-clean maintainer-clean-generic \
4040         maintainer-clean-multi mostlyclean mostlyclean-compile \
4041         mostlyclean-generic mostlyclean-libtool mostlyclean-local \
4042         mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
4043         uninstall uninstall-am uninstall-toolexeclibLIBRARIES \
4044         uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4045         uninstall-toolexeclibgoarchiveDATA \
4046         uninstall-toolexeclibgocompressDATA \
4047         uninstall-toolexeclibgocontainerDATA \
4048         uninstall-toolexeclibgocryptoDATA \
4049         uninstall-toolexeclibgocryptoopenpgpDATA \
4050         uninstall-toolexeclibgodebugDATA \
4051         uninstall-toolexeclibgoencodingDATA \
4052         uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4053         uninstall-toolexeclibgohashDATA \
4054         uninstall-toolexeclibgohttpDATA \
4055         uninstall-toolexeclibgoimageDATA \
4056         uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
4057         uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
4058         uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
4059         uninstall-toolexeclibgorpcDATA \
4060         uninstall-toolexeclibgoruntimeDATA \
4061         uninstall-toolexeclibgosyncDATA \
4062         uninstall-toolexeclibgotestingDATA
4063
4064
4065 goc2c.$(OBJEXT): runtime/goc2c.c
4066         $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
4067
4068 goc2c: goc2c.$(OBJEXT)
4069         $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
4070
4071 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
4072         ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4073         mv -f $@.tmp $@
4074
4075 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
4076         ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4077         mv -f $@.tmp $@
4078
4079 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
4080         ./goc2c --gcc --go-prefix libgo_reflect $< > $@.tmp
4081         mv -f $@.tmp $@
4082
4083 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
4084         ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4085         mv -f $@.tmp $@
4086
4087 %.c: $(srcdir)/runtime/%.goc goc2c
4088         ./goc2c --gcc $< > $@.tmp
4089         mv -f $@.tmp $@
4090
4091 version.go: s-version; @true
4092 s-version: Makefile
4093         rm -f version.go.tmp
4094         echo "package runtime" > version.go.tmp
4095         echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
4096         echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
4097         echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
4098         echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
4099         $(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
4100         $(STAMP) $@
4101
4102 syscall_arch.go: s-syscall_arch; @true
4103 s-syscall_arch: Makefile
4104         rm -f syscall_arch.go.tmp
4105         echo "package syscall" > syscall_arch.go.tmp
4106         echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
4107         echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
4108         $(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
4109         $(STAMP) $@
4110
4111 asn1/asn1.lo: $(go_asn1_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \
4112                 strconv.gox strings.gox time.gox
4113         $(BUILDPACKAGE)
4114 asn1/check: $(CHECK_DEPS)
4115         @$(CHECK)
4116 .PHONY: asn1/check
4117
4118 big/big.lo: $(go_big_files) fmt.gox rand.gox strings.gox os.gox
4119         $(BUILDPACKAGE)
4120 big/check: $(CHECK_DEPS)
4121         @$(CHECK)
4122 .PHONY: big/check
4123
4124 bufio/bufio.lo: $(go_bufio_files) bytes.gox io.gox os.gox strconv.gox utf8.gox
4125         $(BUILDPACKAGE)
4126 bufio/check: $(CHECK_DEPS)
4127         @$(CHECK)
4128 .PHONY: bufio/check
4129
4130 bytes/bytes.lo: $(go_bytes_files) io.gox os.gox unicode.gox utf8.gox
4131         $(BUILDPACKAGE)
4132 bytes/index.lo: $(go_bytes_c_files) bytes/bytes.lo
4133         $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
4134 bytes/check: $(CHECK_DEPS)
4135         @$(CHECK)
4136 .PHONY: bytes/check
4137
4138 cmath/cmath.lo: $(go_cmath_files) math.gox
4139         $(BUILDPACKAGE)
4140 cmath/check: $(CHECK_DEPS)
4141         @$(CHECK)
4142 .PHONY: cmath/check
4143
4144 crypto/crypto.lo: $(go_crypto_files) hash.gox
4145         $(BUILDPACKAGE)
4146 crypto/check: $(CHECK_DEPS)
4147         @$(CHECK)
4148 .PHONY: crypto/check
4149
4150 ebnf/ebnf.lo: $(go_ebnf_files) container/vector.gox go/scanner.gox \
4151                 go/token.gox os.gox strconv.gox unicode.gox utf8.gox
4152         $(BUILDPACKAGE)
4153 ebnf/check: $(CHECK_DEPS)
4154         @$(CHECK)
4155 .PHONY: ebnf/check
4156
4157 exec/exec.lo: $(go_exec_files) os.gox strconv.gox strings.gox
4158         $(BUILDPACKAGE)
4159 exec/check: $(CHECK_DEPS)
4160         @$(CHECK)
4161 .PHONY: exec/check
4162
4163 expvar/expvar.lo: $(go_expvar_files) bytes.gox fmt.gox http.gox json.gox \
4164                 log.gox os.gox runtime.gox strconv.gox sync.gox
4165         $(BUILDPACKAGE)
4166 expvar/check: $(CHECK_DEPS)
4167         @$(CHECK)
4168 .PHONY: expvar/check
4169
4170 flag/flag.lo: $(go_flag_files) fmt.gox os.gox strconv.gox
4171         $(BUILDPACKAGE)
4172 flag/check: $(CHECK_DEPS)
4173         @$(CHECK)
4174 .PHONY: flag/check
4175
4176 fmt/fmt.lo: $(go_fmt_files) bytes.gox io.gox math.gox os.gox reflect.gox \
4177                 strconv.gox strings.gox unicode.gox utf8.gox
4178         $(BUILDPACKAGE)
4179 fmt/check: $(CHECK_DEPS)
4180         @$(CHECK)
4181 .PHONY: fmt/check
4182
4183 gob/gob.lo: $(go_gob_files) bufio.gox bytes.gox fmt.gox io.gox math.gox \
4184                 os.gox reflect.gox runtime.gox strings.gox sync.gox \
4185                 unicode.gox utf8.gox
4186         $(BUILDPACKAGE)
4187 gob/check: $(CHECK_DEPS)
4188         @$(CHECK)
4189 .PHONY: gob/check
4190
4191 hash/hash.lo: $(go_hash_files) io.gox
4192         $(BUILDPACKAGE)
4193 hash/check: $(CHECK_DEPS)
4194         @$(CHECK)
4195 .PHONY: hash/check
4196
4197 html/html.lo: $(go_html_files) bytes.gox io.gox os.gox strconv.gox strings.gox \
4198                 utf8.gox
4199         $(BUILDPACKAGE)
4200 html/check: $(CHECK_DEPS)
4201         @$(CHECK)
4202 .PHONY: html/check
4203
4204 http/http.lo: $(go_http_files) bufio.gox bytes.gox compress/gzip.gox \
4205                 container/vector.gox crypto/rand.gox crypto/tls.gox \
4206                 encoding/base64.gox fmt.gox io.gox io/ioutil.gox log.gox \
4207                 mime.gox mime/multipart.gox net.gox net/textproto.gox os.gox \
4208                 path.gox path/filepath.gox sort.gox strconv.gox strings.gox \
4209                 sync.gox time.gox utf8.gox
4210         $(BUILDPACKAGE)
4211 http/check: $(CHECK_DEPS)
4212         @$(CHECK)
4213 .PHONY: http/check
4214
4215 image/image.lo: $(go_image_files) bufio.gox io.gox os.gox strconv.gox
4216         $(BUILDPACKAGE)
4217 image/check: $(CHECK_DEPS)
4218         @$(CHECK)
4219 .PHONY: image/check
4220
4221 io/io.lo: $(go_io_files) os.gox sync.gox
4222         $(BUILDPACKAGE)
4223 io/check: $(CHECK_DEPS)
4224         @$(CHECK)
4225 .PHONY: io/check
4226
4227 json/json.lo: $(go_json_files) bytes.gox container/vector.gox \
4228                 encoding/base64.gox fmt.gox io.gox math.gox os.gox \
4229                 reflect.gox runtime.gox strconv.gox strings.gox unicode.gox \
4230                 utf16.gox utf8.gox
4231         $(BUILDPACKAGE)
4232 json/check: $(CHECK_DEPS)
4233         @$(CHECK)
4234 .PHONY: json/check
4235
4236 log/log.lo: $(go_log_files) bytes.gox fmt.gox io.gox runtime.gox os.gox \
4237                 sync.gox time.gox
4238         $(BUILDPACKAGE)
4239 log/check: $(CHECK_DEPS)
4240         @$(CHECK)
4241 .PHONY: log/check
4242
4243 math/math.lo: $(go_math_files)
4244         $(BUILDPACKAGE)
4245 math/check: $(CHECK_DEPS)
4246         @$(CHECK)
4247 .PHONY: math/check
4248
4249 mime/mime.lo: $(go_mime_files) bufio.gox bytes.gox fmt.gox os.gox strings.gox \
4250                 sync.gox unicode.gox
4251         $(BUILDPACKAGE)
4252 mime/check: $(CHECK_DEPS)
4253         @$(CHECK)
4254 .PHONY: mime/check
4255
4256 net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
4257                 reflect.gox sort.gox strconv.gox strings.gox sync.gox \
4258                 syscall.gox time.gox
4259         $(BUILDPACKAGE)
4260 net/check: $(CHECK_DEPS)
4261         @$(CHECK_ON_REQUEST)
4262 .PHONY: net/check
4263
4264 netchan/netchan.lo: $(go_netchan_files) gob.gox io.gox log.gox net.gox os.gox \
4265                 reflect.gox strconv.gox sync.gox time.gox
4266         $(BUILDPACKAGE)
4267 netchan/check: $(CHECK_DEPS)
4268         @$(CHECK)
4269 .PHONY: netchan/check
4270
4271 os/os.lo: $(go_os_files) runtime.gox sync.gox syscall.gox
4272         $(BUILDPACKAGE)
4273 os/check: $(CHECK_DEPS)
4274         @$(CHECK)
4275 .PHONY: os/check
4276
4277 patch/patch.lo: $(go_patch_files) bytes.gox compress/zlib.gox \
4278                 crypto/sha1.gox encoding/git85.gox fmt.gox io.gox os.gox \
4279                 path.gox strings.gox
4280         $(BUILDPACKAGE)
4281 patch/check: $(CHECK_DEPS)
4282         @$(CHECK)
4283 .PHONY: patch/check
4284
4285 path/path.lo: $(go_path_files) os.gox strings.gox utf8.gox
4286         $(BUILDPACKAGE)
4287 path/check: $(CHECK_DEPS)
4288         @$(CHECK)
4289 .PHONY: path/check
4290
4291 rand/rand.lo: $(go_rand_files) math.gox sync.gox
4292         $(BUILDPACKAGE)
4293 rand/check: $(CHECK_DEPS)
4294         @$(CHECK)
4295 .PHONY: rand/check
4296
4297 reflect/reflect.lo: $(go_reflect_files) math.gox runtime.gox strconv.gox \
4298                 sync.gox
4299         $(BUILDPACKAGE)
4300 reflect/check: $(CHECK_DEPS)
4301         @$(CHECK)
4302 .PHONY: reflect/check
4303
4304 regexp/regexp.lo: $(go_regexp_files) bytes.gox io.gox os.gox strings.gox \
4305                 utf8.gox
4306         $(BUILDPACKAGE)
4307 regexp/check: $(CHECK_DEPS)
4308         @$(CHECK)
4309 .PHONY: regexp/check
4310
4311 rpc/rpc.lo: $(go_rpc_files) bufio.gox fmt.gox gob.gox http.gox io.gox log.gox \
4312                 net.gox os.gox reflect.gox sort.gox strings.gox strconv.gox \
4313                 sync.gox template.gox unicode.gox utf8.gox
4314         $(BUILDPACKAGE)
4315 rpc/check: $(CHECK_DEPS)
4316         @$(CHECK)
4317 .PHONY: rpc/check
4318
4319 runtime/runtime.lo: $(go_runtime_files)
4320         $(BUILDPACKAGE)
4321 runtime/check: $(CHECK_DEPS)
4322         @$(CHECK)
4323 .PHONY: runtime/check
4324
4325 scanner/scanner.lo: $(go_scanner_files) bytes.gox fmt.gox io.gox os.gox \
4326                 unicode.gox utf8.gox
4327         $(BUILDPACKAGE)
4328 scanner/check: $(CHECK_DEPS)
4329         @$(CHECK)
4330 .PHONY: scanner/check
4331
4332 smtp/smtp.lo: $(go_smtp_files) crypto/tls.gox encoding/base64.gox io.gox \
4333                 net.gox net/textproto.gox os.gox strings.gox
4334         $(BUILDPACKAGE)
4335 smtp/check: $(CHECK_DEPS)
4336         @$(CHECK)
4337 .PHONY: smtp/check
4338
4339 sort/sort.lo: $(go_sort_files)
4340         $(BUILDPACKAGE)
4341 sort/check: $(CHECK_DEPS)
4342         @$(CHECK)
4343 .PHONY: sort/check
4344
4345 strconv/strconv.lo: $(go_strconv_files) bytes.gox math.gox os.gox strings.gox \
4346                 unicode.gox utf8.gox
4347         $(BUILDPACKAGE)
4348 strconv/check: $(CHECK_DEPS)
4349         @$(CHECK)
4350 .PHONY: strconv/check
4351
4352 strings/strings.lo: $(go_strings_files) os.gox unicode.gox utf8.gox
4353         $(BUILDPACKAGE)
4354 strings/check: $(CHECK_DEPS)
4355         @$(CHECK)
4356 .PHONY: strings/check
4357
4358 sync/sync.lo: $(go_sync_files) runtime.gox sync/atomic.gox
4359         $(BUILDPACKAGE)
4360 sync/check: $(CHECK_DEPS)
4361         @$(CHECK)
4362 .PHONY: sync/check
4363
4364 syslog/syslog.lo: $(go_syslog_files) fmt.gox log.gox net.gox os.gox syscall.gox
4365         $(BUILDPACKAGE)
4366 syslog/syslog_c.lo: $(go_syslog_c_files) syslog/syslog.lo
4367         $(LTCOMPILE) -c -o $@ $(srcdir)/go/syslog/syslog_c.c
4368 syslog/check: $(CHECK_DEPS)
4369         @$(CHECK_ON_REQUEST)
4370 .PHONY: syslog/check
4371
4372 tabwriter/tabwriter.lo: $(go_tabwriter_files) bytes.gox io.gox os.gox utf8.gox
4373         $(BUILDPACKAGE)
4374 tabwriter/check: $(CHECK_DEPS)
4375         @$(CHECK)
4376 .PHONY: tabwriter/check
4377
4378 template/template.lo: $(go_template_files) bytes.gox fmt.gox io.gox os.gox \
4379                 reflect.gox runtime.gox strings.gox container/vector.gox
4380         $(BUILDPACKAGE)
4381 template/check: $(CHECK_DEPS)
4382         @$(CHECK)
4383 .PHONY: template/check
4384
4385 testing/testing.lo: $(go_testing_files) flag.gox fmt.gox os.gox regexp.gox \
4386                 runtime.gox runtime/pprof.gox time.gox
4387         $(BUILDPACKAGE)
4388 testing/check: $(CHECK_DEPS)
4389         @$(CHECK)
4390 .PHONY: testing/check
4391
4392 time/time.lo: $(go_time_files) bytes.gox container/heap.gox io/ioutil.gox \
4393                 os.gox strconv.gox sync.gox syscall.gox
4394         $(BUILDPACKAGE)
4395 time/check: $(CHECK_DEPS)
4396         @$(CHECK)
4397 .PHONY: time/check
4398
4399 try/try.lo: $(go_try_files) fmt.gox io.gox os.gox reflect.gox unicode.gox
4400         $(BUILDPACKAGE)
4401 try/check: $(CHECK_DEPS)
4402         @$(CHECK)
4403 .PHONY: try/check
4404
4405 unicode/unicode.lo: $(go_unicode_files)
4406         $(BUILDPACKAGE)
4407 unicode/check: $(CHECK_DEPS)
4408         @$(CHECK)
4409 .PHONY: unicode/check
4410
4411 utf16/utf16.lo: $(go_utf16_files) unicode.gox
4412         $(BUILDPACKAGE)
4413 utf16/check: $(CHECK_DEPS)
4414         @$(CHECK)
4415 .PHONY: utf16/check
4416
4417 utf8/utf8.lo: $(go_utf8_files) unicode.gox
4418         $(BUILDPACKAGE)
4419 utf8/check: $(CHECK_DEPS)
4420         @$(CHECK)
4421 .PHONY: utf8/check
4422
4423 websocket/websocket.lo: $(go_websocket_files) bufio.gox bytes.gox \
4424                 container/vector.gox crypto/md5.gox crypto/tls.gox \
4425                 encoding/binary.gox fmt.gox http.gox io.gox net.gox os.gox \
4426                 rand.gox strings.gox
4427         $(BUILDPACKAGE)
4428 websocket/check: $(CHECK_DEPS)
4429         @$(CHECK)
4430 .PHONY: websocket/check
4431
4432 xml/xml.lo: $(go_xml_files) bufio.gox bytes.gox fmt.gox io.gox os.gox \
4433                 reflect.gox strconv.gox strings.gox unicode.gox utf8.gox
4434         $(BUILDPACKAGE)
4435 xml/check: $(CHECK_DEPS)
4436         @$(CHECK)
4437 .PHONY: xml/check
4438
4439 archive/tar.lo: $(go_archive_tar_files) bytes.gox io.gox io/ioutil.gox os.gox \
4440                 strconv.gox strings.gox
4441         $(BUILDPACKAGE)
4442 archive/tar/check: $(CHECK_DEPS)
4443         @$(MKDIR_P) archive/tar
4444         @$(CHECK)
4445 .PHONY: archive/tar/check
4446
4447 archive/zip.lo: $(go_archive_zip_files) bufio.gox bytes.gox \
4448                 compress/flate.gox hash.gox hash/crc32.gox \
4449                 encoding/binary.gox io.gox io/ioutil.gox os.gox
4450         $(BUILDPACKAGE)
4451 archive/zip/check: $(CHECK_DEPS)
4452         @$(MKDIR_P) archive/zip
4453         @$(CHECK)
4454 .PHONY: archive/zip/check
4455
4456 compress/bzip2.lo: $(go_compress_bzip2_files) bufio.gox io.gox os.gox sort.gox
4457         $(BUILDPACKAGE)
4458 compress/bzip2/check: $(CHECK_DEPS)
4459         @$(MKDIR_P) compress/bzip2
4460         @$(CHECK)
4461 .PHONY: compress/bzip2/check
4462
4463 compress/flate.lo: $(go_compress_flate_files) bufio.gox io.gox math.gox \
4464                 os.gox sort.gox strconv.gox
4465         $(BUILDPACKAGE)
4466 compress/flate/check: $(CHECK_DEPS)
4467         @$(MKDIR_P) compress/flate
4468         @$(CHECK)
4469 .PHONY: compress/flate/check
4470
4471 compress/gzip.lo: $(go_compress_gzip_files) bufio.gox compress/flate.gox \
4472                 hash.gox hash/crc32.gox io.gox os.gox
4473         $(BUILDPACKAGE)
4474 compress/gzip/check: $(CHECK_DEPS)
4475         @$(MKDIR_P) compress/gzip
4476         @$(CHECK)
4477 .PHONY: compress/gzip/check
4478
4479 compress/lzw.lo: $(go_compress_lzw_files) bufio.gox fmt.gox io.gox os.gox
4480         $(BUILDPACKAGE)
4481 compress/lzw/check: $(CHECK_DEPS)
4482         @$(MKDIR_P) compress/lzw
4483         @$(CHECK)
4484 .PHONY: compress/lzw/check
4485
4486 compress/zlib.lo: $(go_compress_zlib_files) bufio.gox compress/flate.gox \
4487                 hash.gox hash/adler32.gox io.gox os.gox
4488         $(BUILDPACKAGE)
4489 compress/zlib/check: $(CHECK_DEPS)
4490         @$(MKDIR_P) compress/zlib
4491         @$(CHECK)
4492 .PHONY: compress/zlib/check
4493
4494 container/heap.lo: $(go_container_heap_files) sort.gox
4495         $(BUILDPACKAGE)
4496 container/heap/check: $(CHECK_DEPS)
4497         @$(MKDIR_P) container/heap
4498         @$(CHECK)
4499 .PHONY: container/heap/check
4500
4501 container/list.lo: $(go_container_list_files)
4502         $(BUILDPACKAGE)
4503 container/list/check: $(CHECK_DEPS)
4504         @$(MKDIR_P) container/list
4505         @$(CHECK)
4506 .PHONY: container/list/check
4507
4508 container/ring.lo: $(go_container_ring_files)
4509         $(BUILDPACKAGE)
4510 container/ring/check: $(CHECK_DEPS)
4511         @$(MKDIR_P) container/ring
4512         @$(CHECK)
4513 .PHONY: container/ring/check
4514
4515 container/vector.lo: $(go_container_vector_files)
4516         $(BUILDPACKAGE)
4517 container/vector/check: $(CHECK_DEPS)
4518         @$(MKDIR_P) container/vector
4519         @$(CHECK)
4520 .PHONY: container/vector/check
4521
4522 crypto/aes.lo: $(go_crypto_aes_files) os.gox strconv.gox
4523         $(BUILDPACKAGE)
4524 crypto/aes/check: $(CHECK_DEPS)
4525         @$(MKDIR_P) crypto/aes
4526         @$(CHECK)
4527 .PHONY: crypto/aes/check
4528
4529 crypto/blowfish.lo: $(go_crypto_blowfish_files) os.gox strconv.gox
4530         $(BUILDPACKAGE)
4531 crypto/blowfish/check: $(CHECK_DEPS)
4532         @$(MKDIR_P) crypto/blowfish
4533         @$(CHECK)
4534 .PHONY: crypto/blowfish/check
4535
4536 crypto/cast5.lo: $(go_crypto_cast5_files) os.gox
4537         $(BUILDPACKAGE)
4538 crypto/cast5/check: $(CHECK_DEPS)
4539         @$(MKDIR_P) crypto/cast5
4540         @$(CHECK)
4541 .PHONY: crypto/cast5/check
4542
4543 crypto/cipher.lo: $(go_crypto_cipher_files) io.gox os.gox
4544         $(BUILDPACKAGE)
4545 crypto/cipher/check: $(CHECK_DEPS)
4546         @$(MKDIR_P) crypto/cipher
4547         @$(CHECK)
4548 .PHONY: crypto/cipher/check
4549
4550 crypto/des.lo: $(go_crypto_des_files) encoding/binary.gox os.gox strconv.gox
4551         $(BUILDPACKAGE)
4552 crypto/des/check: $(CHECK_DEPS)
4553         @$(MKDIR_P) crypto/des
4554         @$(CHECK)
4555 .PHONY: crypto/des/check
4556
4557 crypto/dsa.lo: $(go_crypto_dsa_files) big.gox io.gox os.gox
4558         $(BUILDPACKAGE)
4559 crypto/dsa/check: $(CHECK_DEPS)
4560         @$(MKDIR_P) crypto/dsa
4561         @$(CHECK)
4562 .PHONY: crypto/dsa/check
4563
4564 crypto/ecdsa.lo: $(go_crypto_ecdsa_files) big.gox crypto/elliptic.gox io.gox \
4565                 os.gox
4566         $(BUILDPACKAGE)
4567 crypto/ecdsa/check: $(CHECK_DEPS)
4568         @$(MKDIR_P) crypto/ecdsa
4569         @$(CHECK)
4570 .PHONY: crypto/ecdsa/check
4571
4572 crypto/elliptic.lo: $(go_crypto_elliptic_files) big.gox io.gox os.gox sync.gox
4573         $(BUILDPACKAGE)
4574 crypto/elliptic/check: $(CHECK_DEPS)
4575         @$(MKDIR_P) crypto/elliptic
4576         @$(CHECK)
4577 .PHONY: crypto/elliptic/check
4578
4579 crypto/hmac.lo: $(go_crypto_hmac_files) crypto/md5.gox crypto/sha1.gox \
4580                 crypto/sha256.gox hash.gox os.gox
4581         $(BUILDPACKAGE)
4582 crypto/hmac/check: $(CHECK_DEPS)
4583         @$(MKDIR_P) crypto/hmac
4584         @$(CHECK)
4585 .PHONY: crypto/hmac/check
4586
4587 crypto/md4.lo: $(go_crypto_md4_files) crypto.gox hash.gox os.gox
4588         $(BUILDPACKAGE)
4589 crypto/md4/check: $(CHECK_DEPS)
4590         @$(MKDIR_P) crypto/md4
4591         @$(CHECK)
4592 .PHONY: crypto/md4/check
4593
4594 crypto/md5.lo: $(go_crypto_md5_files) crypto.gox hash.gox os.gox
4595         $(BUILDPACKAGE)
4596 crypto/md5/check: $(CHECK_DEPS)
4597         @$(MKDIR_P) crypto/md5
4598         @$(CHECK)
4599 .PHONY: crypto/md5/check
4600
4601 crypto/ocsp.lo: $(go_crypto_ocsp_files) asn1.gox crypto.gox crypto/rsa.gox \
4602                 crypto/sha1.gox crypto/x509.gox os.gox time.gox
4603         $(BUILDPACKAGE)
4604 crypto/ocsp/check: $(CHECK_DEPS)
4605         @$(MKDIR_P) crypto/ocsp
4606         @$(CHECK)
4607 .PHONY: crypto/ocsp/check
4608
4609 crypto/openpgp.lo: $(go_crypto_openpgp_files) crypto.gox crypto/dsa.gox \
4610                 crypto/openpgp/armor.gox crypto/openpgp/error.gox \
4611                 crypto/openpgp/packet.gox crypto/rsa.gox crypto/sha256.gox \
4612                 hash.gox io.gox os.gox strconv.gox time.gox
4613         $(BUILDPACKAGE)
4614 crypto/openpgp/check: $(CHECK_DEPS)
4615         @$(MKDIR_P) crypto/openpgp
4616         @$(CHECK)
4617 .PHONY: crypto/openpgp/check
4618
4619 crypto/rand.lo: $(go_crypto_rand_files) bufio.gox crypto/aes.gox io.gox \
4620                 os.gox sync.gox time.gox
4621         $(BUILDPACKAGE)
4622 crypto/rand/check: $(CHECK_DEPS)
4623         @$(MKDIR_P) crypto/rand
4624         @$(CHECK)
4625 .PHONY: crypto/rand/check
4626
4627 crypto/rc4.lo: $(go_crypto_rc4_files) os.gox strconv.gox
4628         $(BUILDPACKAGE)
4629 crypto/rc4/check: $(CHECK_DEPS)
4630         @$(MKDIR_P) crypto/rc4
4631         @$(CHECK)
4632 .PHONY: crypto/rc4/check
4633
4634 crypto/ripemd160.lo: $(go_crypto_ripemd160_files) crypto.gox hash.gox os.gox
4635         $(BUILDPACKAGE)
4636 crypto/ripemd160/check: $(CHECK_DEPS)
4637         @$(MKDIR_P) crypto/ripemd160
4638         @$(CHECK)
4639 .PHONY: crypto/ripemd160/check
4640
4641 crypto/rsa.lo: $(go_crypto_rsa_files) big.gox crypto.gox crypto/sha1.gox \
4642                 crypto/subtle.gox encoding/hex.gox hash.gox io.gox os.gox
4643         $(BUILDPACKAGE)
4644 crypto/rsa/check: $(CHECK_DEPS)
4645         @$(MKDIR_P) crypto/rsa
4646         @$(CHECK)
4647 .PHONY: crypto/rsa/check
4648
4649 crypto/sha1.lo: $(go_crypto_sha1_files) crypto.gox hash.gox os.gox
4650         $(BUILDPACKAGE)
4651 crypto/sha1/check: $(CHECK_DEPS)
4652         @$(MKDIR_P) crypto/sha1
4653         @$(CHECK)
4654 .PHONY: crypto/sha1/check
4655
4656 crypto/sha256.lo: $(go_crypto_sha256_files) crypto.gox hash.gox os.gox
4657         $(BUILDPACKAGE)
4658 crypto/sha256/check: $(CHECK_DEPS)
4659         @$(MKDIR_P) crypto/sha256
4660         @$(CHECK)
4661 .PHONY: crypto/sha256/check
4662
4663 crypto/sha512.lo: $(go_crypto_sha512_files) crypto.gox hash.gox os.gox
4664         $(BUILDPACKAGE)
4665 crypto/sha512/check: $(CHECK_DEPS)
4666         @$(MKDIR_P) crypto/sha512
4667         @$(CHECK)
4668 .PHONY: crypto/sha512/check
4669
4670 crypto/subtle.lo: $(go_crypto_subtle_files)
4671         $(BUILDPACKAGE)
4672 crypto/subtle/check: $(CHECK_DEPS)
4673         @$(MKDIR_P) crypto/subtle
4674         @$(CHECK)
4675 .PHONY: crypto/subtle/check
4676
4677 crypto/tls.lo: $(go_crypto_tls_files) big.gox bytes.gox crypto.gox \
4678                 crypto/aes.gox crypto/cipher.gox crypto/elliptic.gox \
4679                 crypto/hmac.gox crypto/md5.gox crypto/rand.gox crypto/rc4.gox \
4680                 crypto/rsa.gox crypto/sha1.gox crypto/subtle.gox \
4681                 crypto/x509.gox encoding/pem.gox hash.gox io.gox \
4682                 io/ioutil.gox net.gox os.gox strconv.gox strings.gox sync.gox \
4683                 time.gox
4684         $(BUILDPACKAGE)
4685 crypto/tls/check: $(CHECK_DEPS)
4686         @$(MKDIR_P) crypto/tls
4687         @$(CHECK)
4688 .PHONY: crypto/tls/check
4689
4690 crypto/twofish.lo: $(go_crypto_twofish_files) os.gox strconv.gox
4691         $(BUILDPACKAGE)
4692 crypto/twofish/check: $(CHECK_DEPS)
4693         @$(MKDIR_P) crypto/twofish
4694         @$(CHECK)
4695 .PHONY: crypto/twofish/check
4696
4697 crypto/x509.lo: $(go_crypto_x509_files) asn1.gox big.gox bytes.gox \
4698                 container/vector.gox crypto.gox crypto/rsa.gox \
4699                 crypto/sha1.gox encoding/pem.gox hash.gox os.gox strings.gox \
4700                 time.gox
4701         $(BUILDPACKAGE)
4702 crypto/x509/check: $(CHECK_DEPS)
4703         @$(MKDIR_P) crypto/x509
4704         @$(CHECK)
4705 .PHONY: crypto/x509/check
4706
4707 crypto/xtea.lo: $(go_crypto_xtea_files) os.gox strconv.gox
4708         $(BUILDPACKAGE)
4709 crypto/xtea/check: $(CHECK_DEPS)
4710         @$(MKDIR_P) crypto/xtea
4711         @$(CHECK)
4712 .PHONY: crypto/xtea/check
4713
4714 crypto/openpgp/armor.lo: $(go_crypto_openpgp_armor_files) bufio.gox bytes.gox \
4715                 crypto/openpgp/error.gox encoding/base64.gox io.gox os.gox
4716         $(BUILDPACKAGE)
4717 crypto/openpgp/armor/check: $(CHECK_DEPS)
4718         @$(MKDIR_P) crypto/openpgp/armor
4719         @$(CHECK)
4720 .PHONY: crypto/openpgp/armor/check
4721
4722 crypto/openpgp/error.lo: $(go_crypto_openpgp_error_files) strconv.gox
4723         $(BUILDPACKAGE)
4724 crypto/openpgp/error/check: $(CHECK_DEPS)
4725         @$(MKDIR_P) crypto/openpgp/error
4726         @$(CHECK)
4727 .PHONY: crypto/openpgp/error/check
4728
4729 crypto/openpgp/packet.lo: $(go_crypto_openpgp_packet_files) big.gox bytes.gox \
4730                 compress/flate.gox compress/zlib.gox crypto.gox \
4731                 crypto/aes.gox crypto/cast5.gox crypto/cipher.gox \
4732                 crypto/dsa.gox crypto/openpgp/error.gox \
4733                 crypto/openpgp/s2k.gox crypto/rand.gox crypto/rsa.gox \
4734                 crypto/sha1.gox crypto/subtle.gox encoding/binary.gox fmt.gox \
4735                 hash.gox io.gox io/ioutil.gox os.gox strconv.gox strings.gox
4736         $(BUILDPACKAGE)
4737 crypto/openpgp/packet/check: $(CHECK_DEPS)
4738         @$(MKDIR_P) crypto/openpgp/packet
4739         @$(CHECK)
4740 .PHONY: crypto/openpgp/packet/check
4741
4742 crypto/openpgp/s2k.lo: $(go_crypto_openpgp_s2k_files) crypto.gox \
4743                 crypto/md5.gox crypto/openpgp/error.gox crypto/ripemd160.gox \
4744                 crypto/sha1.gox crypto/sha256.gox crypto/sha512.gox hash.gox \
4745                 io.gox os.gox
4746         $(BUILDPACKAGE)
4747 crypto/openpgp/s2k/check: $(CHECK_DEPS)
4748         @$(MKDIR_P) crypto/openpgp/s2k
4749         @$(CHECK)
4750 .PHONY: crypto/openpgp/s2k/check
4751
4752 debug/dwarf.lo: $(go_debug_dwarf_files) encoding/binary.gox os.gox strconv.gox
4753         $(BUILDPACKAGE)
4754 debug/dwarf/check: $(CHECK_DEPS)
4755         @$(MKDIR_P) debug/dwarf
4756         @$(CHECK)
4757 .PHONY: debug/dwarf/check
4758
4759 debug/elf.lo: $(go_debug_elf_files) bytes.gox debug/dwarf.gox \
4760                 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4761         $(BUILDPACKAGE)
4762 debug/elf/check: $(CHECK_DEPS)
4763         @$(MKDIR_P) debug/elf
4764         @$(CHECK)
4765 .PHONY: debug/elf/check
4766
4767 debug/gosym.lo: $(go_debug_gosym_files) encoding/binary.gox fmt.gox os.gox \
4768                 strconv.gox strings.gox
4769         $(BUILDPACKAGE)
4770 debug/gosym/check: $(CHECK_DEPS)
4771         @$(MKDIR_P) debug/gosym
4772         @$(CHECK)
4773 .PHONY: debug/gosym/check
4774
4775 debug/macho.lo: $(go_debug_macho_files) bytes.gox debug/dwarf.gox \
4776                 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4777         $(BUILDPACKAGE)
4778 debug/macho/check: $(CHECK_DEPS)
4779         @$(MKDIR_P) debug/macho
4780         @$(CHECK)
4781 .PHONY: debug/macho/check
4782
4783 debug/pe.lo: $(go_debug_pe_files) debug/dwarf.gox \
4784                 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4785         $(BUILDPACKAGE)
4786 debug/pe/check: $(CHECK_DEPS)
4787         @$(MKDIR_P) debug/pe
4788         @$(CHECK)
4789 .PHONY: debug/pe/check
4790
4791 debug/proc.lo: $(go_debug_proc_files) container/vector.gox fmt.gox \
4792                 io/ioutil.gox os.gox runtime.gox strconv.gox strings.gox \
4793                 sync.gox syscall.gox
4794         $(BUILDPACKAGE)
4795 debug/proc/check: $(CHECK_DEPS)
4796         @$(MKDIR_P) debug/proc
4797         @$(CHECK)
4798 .PHONY: debug/proc/check
4799
4800 encoding/ascii85.lo: $(go_encoding_ascii85_files) io.gox os.gox strconv.gox
4801         $(BUILDPACKAGE)
4802 encoding/ascii85/check: $(CHECK_DEPS)
4803         @$(MKDIR_P) encoding/ascii85
4804         @$(CHECK)
4805 .PHONY: encoding/ascii85/check
4806
4807 encoding/base32.lo: $(go_encoding_base32_files) io.gox os.gox strconv.gox
4808         $(BUILDPACKAGE)
4809 encoding/base32/check: $(CHECK_DEPS)
4810         @$(MKDIR_P) encoding/base32
4811         @$(CHECK)
4812 .PHONY: encoding/base32/check
4813
4814 encoding/base64.lo: $(go_encoding_base64_files) io.gox os.gox strconv.gox
4815         $(BUILDPACKAGE)
4816 encoding/base64/check: $(CHECK_DEPS)
4817         @$(MKDIR_P) encoding/base64
4818         @$(CHECK)
4819 .PHONY: encoding/base64/check
4820
4821 encoding/binary.lo: $(go_encoding_binary_files) io.gox math.gox os.gox \
4822                 reflect.gox
4823         $(BUILDPACKAGE)
4824 encoding/binary/check: $(CHECK_DEPS)
4825         @$(MKDIR_P) encoding/binary
4826         @$(CHECK)
4827 .PHONY: encoding/binary/check
4828
4829 encoding/git85.lo: $(go_encoding_git85_files) bytes.gox io.gox os.gox \
4830                 strconv.gox
4831         $(BUILDPACKAGE)
4832 encoding/git85/check: $(CHECK_DEPS)
4833         @$(MKDIR_P) encoding/git85
4834         @$(CHECK)
4835 .PHONY: encoding/git85/check
4836
4837 encoding/hex.lo: $(go_encoding_hex_files) os.gox strconv.gox
4838         $(BUILDPACKAGE)
4839 encoding/hex/check: $(CHECK_DEPS)
4840         @$(MKDIR_P) encoding/hex
4841         @$(CHECK)
4842 .PHONY: encoding/hex/check
4843
4844 encoding/line.lo: $(go_encoding_line_files) io.gox os.gox
4845         $(BUILDPACKAGE)
4846 encoding/line/check: $(CHECK_DEPS)
4847         @$(MKDIR_P) encoding/line
4848         @$(CHECK)
4849 .PHONY: encoding/line/check
4850
4851 encoding/pem.lo: $(go_encoding_pem_files) bytes.gox encoding/base64.gox
4852         $(BUILDPACKAGE)
4853 encoding/pem/check: $(CHECK_DEPS)
4854         @$(MKDIR_P) encoding/pem
4855         @$(CHECK)
4856 .PHONY: encoding/pem/check
4857
4858 exp/datafmt.lo: $(go_exp_datafmt_files) bytes.gox container/vector.gox \
4859                 fmt.gox go/scanner.gox go/token.gox io.gox os.gox reflect.gox \
4860                 runtime.gox strconv.gox strings.gox
4861         $(BUILDPACKAGE)
4862 exp/datafmt/check: $(CHECK_DEPS)
4863         @$(MKDIR_P) exp/datafmt
4864         @$(CHECK)
4865 .PHONY: exp/datafmt/check
4866
4867 exp/draw.lo: $(go_exp_draw_files) image.gox image/ycbcr.gox os.gox
4868         $(BUILDPACKAGE)
4869 exp/draw/check: $(CHECK_DEPS)
4870         @$(MKDIR_P) exp/draw
4871         @$(CHECK)
4872 .PHONY: exp/draw/check
4873
4874 exp/eval.lo: $(go_exp_eval_files) big.gox go/ast.gox go/parser.gox \
4875                 go/scanner.gox go/token.gox fmt.gox log.gox strconv.gox \
4876                 strings.gox os.gox reflect.gox runtime.gox sort.gox template.gox
4877         $(BUILDPACKAGE)
4878 exp/eval/check: $(CHECK_DEPS)
4879         @$(MKDIR_P) exp/eval
4880         @$(CHECK)
4881 .PHONY: exp/eval/check
4882
4883 go/ast.lo: $(go_go_ast_files) bytes.gox fmt.gox go/scanner.gox go/token.gox \
4884                 io.gox os.gox reflect.gox unicode.gox utf8.gox
4885         $(BUILDPACKAGE)
4886 go/ast/check: $(CHECK_DEPS)
4887         @$(MKDIR_P) go/ast
4888         @$(CHECK)
4889 .PHONY: go/ast/check
4890
4891 go/doc.lo: $(go_go_doc_files) go/ast.gox go/token.gox io.gox regexp.gox \
4892                 sort.gox strings.gox template.gox
4893         $(BUILDPACKAGE)
4894 go/doc/check: $(CHECK_DEPS)
4895         @$(MKDIR_P) go/doc
4896         @$(CHECK)
4897 .PHONY: go/doc/check
4898
4899 go/parser.lo: $(go_go_parser_files) bytes.gox fmt.gox go/ast.gox \
4900                 go/scanner.gox go/token.gox io.gox io/ioutil.gox os.gox \
4901                 path/filepath.gox strings.gox
4902         $(BUILDPACKAGE)
4903 go/parser/check: $(CHECK_DEPS)
4904         @$(MKDIR_P) go/parser
4905         @$(CHECK)
4906 .PHONY: go/parser/check
4907
4908 go/printer.lo: $(go_go_printer_files) bytes.gox fmt.gox go/ast.gox \
4909                 go/token.gox io.gox os.gox path/filepath.gox reflect.gox \
4910                 runtime.gox strings.gox tabwriter.gox
4911         $(BUILDPACKAGE)
4912 go/printer/check: $(CHECK_DEPS)
4913         @$(MKDIR_P) go/printer
4914         @$(CHECK)
4915 .PHONY: go/printer/check
4916
4917 go/scanner.lo: $(go_go_scanner_files) bytes.gox container/vector.gox fmt.gox \
4918                 go/token.gox io.gox os.gox path/filepath.gox sort.gox \
4919                 strconv.gox unicode.gox utf8.gox
4920         $(BUILDPACKAGE)
4921 go/scanner/check: $(CHECK_DEPS)
4922         @$(MKDIR_P) go/scanner
4923         @$(CHECK)
4924 .PHONY: go/scanner/check
4925
4926 go/token.lo: $(go_go_token_files) fmt.gox strconv.gox
4927         $(BUILDPACKAGE)
4928 go/token/check: $(CHECK_DEPS)
4929         @$(MKDIR_P) go/token
4930         @$(CHECK)
4931 .PHONY: go/token/check
4932
4933 go/typechecker.lo: $(go_go_typechecker_files) fmt.gox go/ast.gox go/token.gox \
4934                 go/scanner.gox os.gox
4935         $(BUILDPACKAGE)
4936 go/typechecker/check: $(CHECK_DEPS)
4937         @$(MKDIR_P) go/typechecker
4938         @$(CHECK)
4939 .PHONY: go/typechecker/check
4940
4941 go/types.lo: $(go_go_types_files) big.gox bufio.gox fmt.gox go/ast.gox \
4942                 go/token.gox io.gox os.gox path/filepath.gox runtime.gox \
4943                 scanner.gox strconv.gox strings.gox
4944         $(BUILDPACKAGE)
4945 go/types/check: $(CHECK_DEPS)
4946         @$(MKDIR_P) go/types
4947         @$(CHECK)
4948 .PHONY: go/types/check
4949
4950 hash/adler32.lo: $(go_hash_adler32_files) hash.gox os.gox
4951         $(BUILDPACKAGE)
4952 hash/adler32/check: $(CHECK_DEPS)
4953         @$(MKDIR_P) hash/adler32
4954         @$(CHECK)
4955 .PHONY: hash/adler32/check
4956
4957 hash/crc32.lo: $(go_hash_crc32_files) hash.gox os.gox
4958         $(BUILDPACKAGE)
4959 hash/crc32/check: $(CHECK_DEPS)
4960         @$(MKDIR_P) hash/crc32
4961         @$(CHECK)
4962 .PHONY: hash/crc32/check
4963
4964 hash/crc64.lo: $(go_hash_crc64_files) hash.gox os.gox
4965         $(BUILDPACKAGE)
4966 hash/crc64/check: $(CHECK_DEPS)
4967         @$(MKDIR_P) hash/crc64
4968         @$(CHECK)
4969 .PHONY: hash/crc64/check
4970
4971 hash/fnv.lo: $(go_hash_fnv_files) encoding/binary.gox hash.gox os.gox
4972         $(BUILDPACKAGE)
4973 hash/fnv/check: $(CHECK_DEPS)
4974         @$(MKDIR_P) hash/fnv
4975         @$(CHECK)
4976 .PHONY: hash/fnv/check
4977
4978 http/cgi.lo: $(go_http_cgi_files) bufio.gox bytes.gox crypto/tls.gox \
4979                 exec.gox fmt.gox http.gox net.gox io.gox io/ioutil.gox \
4980                 log.gox os.gox path/filepath.gox regexp.gox strconv.gox \
4981                 strings.gox
4982         $(BUILDPACKAGE)
4983 http/cgi/check: $(CHECK_DEPS)
4984         @$(MKDIR_P) http/cgi
4985         @$(CHECK)
4986 .PHONY: http/cgi/check
4987
4988 http/fcgi.lo: $(go_http_fcgi_files) bufio.gox bytes.gox encoding/binary.gox \
4989                 fmt.gox http.gox http/cgi.gox io.gox net.gox os.gox sync.gox \
4990                 time.gox
4991         $(BUILDPACKAGE)
4992 http/fcgi/check: $(CHECK_DEPS)
4993         @$(MKDIR_P) http/fcgi
4994         @$(CHECK)
4995 .PHONY: http/fcgi/check
4996
4997 http/httptest.lo: $(go_http_httptest_files) bytes.gox crypto/rand.gox \
4998                 crypto/tls.gox fmt.gox http.gox net.gox os.gox time.gox
4999         $(BUILDPACKAGE)
5000 http/httptest/check: $(CHECK_DEPS)
5001         @$(MKDIR_P) http/httptest
5002         @$(CHECK)
5003 .PHONY: http/httptest/check
5004
5005 http/pprof.lo: $(go_http_pprof_files) bufio.gox bytes.gox fmt.gox http.gox \
5006                 os.gox runtime.gox runtime/pprof.gox strconv.gox strings.gox
5007         $(BUILDPACKAGE)
5008 http/pprof/check: $(CHECK_DEPS)
5009         @$(MKDIR_P) http/pprof
5010         @$(CHECK)
5011 .PHONY: http/pprof/check
5012
5013 http/spdy.lo: $(go_http_spdy_files) bytes.gox compress/zlib.gox \
5014                 encoding/binary.gox http.gox io.gox os.gox strconv.gox \
5015                 strings.gox sync.gox
5016         $(BUILDPACKAGE)
5017 http/spdy/check: $(CHECK_DEPS)
5018         @$(MKDIR_P) http/spdy
5019         @$(CHECK)
5020 .PHONY: http/spdy/check
5021
5022 image/gif.lo: $(go_image_gif_files) bufio.gox compress/lzw.gox fmt.gox \
5023                 image.gox io.gox os.gox
5024         $(BUILDPACKAGE)
5025 image/gif/check: $(CHECK_DEPS)
5026         @$(MKDIR_P) image/gif
5027         @$(CHECK)
5028 .PHONY: image/gif/check
5029
5030 image/jpeg.lo: $(go_image_jpeg_files) bufio.gox image.gox image/ycbcr.gox \
5031                 io.gox os.gox
5032         $(BUILDPACKAGE)
5033 image/jpeg/check: $(CHECK_DEPS)
5034         @$(MKDIR_P) image/jpeg
5035         @$(CHECK)
5036 .PHONY: image/jpeg/check
5037
5038 image/png.lo: $(go_image_png_files) bufio.gox compress/zlib.gox fmt.gox \
5039                 hash.gox hash/crc32.gox image.gox io.gox os.gox strconv.gox
5040         $(BUILDPACKAGE)
5041 image/png/check: $(CHECK_DEPS)
5042         @$(MKDIR_P) image/png
5043         @$(CHECK)
5044 .PHONY: image/png/check
5045
5046 image/tiff.lo: $(go_image_tiff_files) compress/lzw.gox compress/zlib.gox \
5047                 encoding/binary.gox image.gox io.gox io/ioutil.gox os.gox
5048         $(BUILDPACKAGE)
5049 image/tiff/check: $(CHECK_DEPS)
5050         @$(MKDIR_P) image/tiff
5051         @$(CHECK)
5052 .PHONY: image/tiff/check
5053
5054 image/ycbcr.lo: $(go_image_ycbcr_files) image.gox
5055         $(BUILDPACKAGE)
5056 image/ycbcr/check: $(CHECK_DEPS)
5057         @$(MKDIR_P) image/ycbcr
5058         @$(CHECK)
5059 .PHONY: image/ycbcr/check
5060
5061 index/suffixarray.lo: $(go_index_suffixarray_files) bytes.gox regexp.gox \
5062                 sort.gox
5063         $(BUILDPACKAGE)
5064 index/suffixarray/check: $(CHECK_DEPS)
5065         @$(MKDIR_P) index/suffixarray
5066         @$(CHECK)
5067 .PHONY: index/suffixarray/check
5068
5069 io/ioutil.lo: $(go_io_ioutil_files) bytes.gox io.gox os.gox path/filepath.gox \
5070                 sort.gox strconv.gox
5071         $(BUILDPACKAGE)
5072 io/ioutil/check: $(CHECK_DEPS)
5073         @$(MKDIR_P) io/ioutil
5074         @$(CHECK)
5075 .PHONY: io/ioutil/check
5076
5077 mime/multipart.lo: $(go_mime_multipart_files) bufio.gox bytes.gox fmt.gox \
5078                 io.gox io/ioutil.gox mime.gox net/textproto.gox os.gox \
5079                 regexp.gox
5080         $(BUILDPACKAGE)
5081 mime/multipart/check: $(CHECK_DEPS)
5082         @$(MKDIR_P) mime/multipart
5083         @$(CHECK)
5084 .PHONY: mime/multipart/check
5085
5086 net/dict.lo: $(go_net_dict_files) container/vector.gox net/textproto.gox \
5087                 os.gox strconv.gox strings.gox
5088         $(BUILDPACKAGE)
5089
5090 net/textproto.lo: $(go_net_textproto_files) bufio.gox bytes.gox \
5091                 container/vector.gox fmt.gox io.gox io/ioutil.gox net.gox \
5092                 os.gox strconv.gox sync.gox
5093         $(BUILDPACKAGE)
5094 net/textproto/check: $(CHECK_DEPS)
5095         @$(MKDIR_P) net/textproto
5096         @$(CHECK)
5097 .PHONY: net/textproto/check
5098
5099 os/inotify.lo: $(go_os_inotify_files) fmt.gox os.gox strings.gox syscall.gox
5100         $(BUILDPACKAGE)
5101 os/inotify/check: $(CHECK_DEPS)
5102         @$(MKDIR_P) os/inotify
5103         @$(CHECK)
5104 .PHONY: os/inotify/check
5105
5106 os/user.lo: $(go_os_user_files) fmt.gox os.gox runtime.gox strconv.gox \
5107                 strings.gox syscall.gox
5108         $(BUILDPACKAGE)
5109 os/user/check: $(CHECK_DEPS)
5110         @$(MKDIR_P) os/user
5111         @$(CHECK)
5112 .PHONY: os/user/check
5113
5114 os/signal.lo: $(go_os_signal_files) runtime.gox strconv.gox
5115         $(BUILDPACKAGE)
5116 os/signal/check: $(CHECK_DEPS)
5117         @$(MKDIR_P) os/signal
5118         @$(CHECK)
5119 .PHONY: os/signal/check
5120
5121 unix.go: $(srcdir)/go/os/signal/mkunix.sh sysinfo.go
5122         $(SHELL) $(srcdir)/go/os/signal/mkunix.sh sysinfo.go > $@.tmp
5123         mv -f $@.tmp $@
5124
5125 path/filepath.lo: $(go_path_filepath_files) bytes.gox os.gox sort.gox \
5126                 strings.gox utf8.gox
5127         $(BUILDPACKAGE)
5128 path/filepath/check: $(CHECK_DEPS)
5129         @$(MKDIR_P) path/filepath
5130         @$(CHECK)
5131 .PHONY: path/filepath/check
5132
5133 rpc/jsonrpc.lo: $(go_rpc_jsonrpc_files) fmt.gox io.gox json.gox net.gox \
5134                 os.gox rpc.gox sync.gox
5135         $(BUILDPACKAGE)
5136 rpc/jsonrpc/check: $(CHECK_DEPS)
5137         @$(MKDIR_P) rpc/jsonrpc
5138         @$(CHECK)
5139 .PHONY: rpc/jsonrpc/check
5140
5141 runtime/debug.lo: $(go_runtime_debug_files) bytes.gox fmt.gox io/ioutil.gox \
5142                 os.gox runtime.gox
5143         $(BUILDPACKAGE)
5144 runtime/debug/check: $(CHECK_DEPS)
5145         @$(MKDIR_P) runtime/debug
5146         @$(CHECK)
5147 .PHONY: runtime/debug/check
5148
5149 runtime/pprof.lo: $(go_runtime_pprof_files) bufio.gox fmt.gox io.gox os.gox \
5150                 runtime.gox sync.gox
5151         $(BUILDPACKAGE)
5152 runtime/pprof/check: $(CHECK_DEPS)
5153         @$(MKDIR_P) runtime/pprof
5154         @$(CHECK)
5155 .PHONY: runtime/pprof/check
5156
5157 sync/atomic.lo: $(go_sync_atomic_files)
5158         $(BUILDPACKAGE)
5159 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
5160         $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
5161 sync/atomic/check: $(CHECK_DEPS)
5162         @$(MKDIR_P) sync/atomic
5163         @$(CHECK)
5164 .PHONY: sync/atomic/check
5165
5166 testing/iotest.lo: $(go_testing_iotest_files) io.gox log.gox os.gox
5167         $(BUILDPACKAGE)
5168 testing/iotest/check: $(CHECK_DEPS)
5169         @$(MKDIR_P) testing/iotest
5170         @$(CHECK)
5171 .PHONY: testing/iotest/check
5172
5173 testing/quick.lo: $(go_testing_quick_files) flag.gox fmt.gox math.gox os.gox \
5174                 rand.gox reflect.gox strings.gox
5175         $(BUILDPACKAGE)
5176 testing/quick/check: $(CHECK_DEPS)
5177         @$(MKDIR_P) testing/quick
5178         @$(CHECK)
5179 .PHONY: testing/quick/check
5180
5181 testing/script.lo: $(go_testing_script_files) fmt.gox os.gox rand.gox \
5182                 reflect.gox strings.gox
5183         $(BUILDPACKAGE)
5184 testing/script/check: $(CHECK_DEPS)
5185         @$(MKDIR_P) testing/script
5186         @$(CHECK)
5187 .PHONY: testing/script/check
5188
5189 sysinfo.go: s-sysinfo; @true
5190 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
5191         CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
5192         $(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
5193         $(STAMP) $@
5194
5195 syscalls/syscall.lo: $(go_syscall_files) sync.gox
5196         $(BUILDPACKAGE)
5197 syscalls/errno.lo: $(go_syscall_c_files) syscalls/syscall.lo
5198         $(LTCOMPILE) -c -o $@ $(srcdir)/syscalls/errno.c
5199
5200 asn1.gox: asn1/asn1.lo
5201         $(BUILDGOX)
5202 big.gox: big/big.lo
5203         $(BUILDGOX)
5204 bufio.gox: bufio/bufio.lo
5205         $(BUILDGOX)
5206 bytes.gox: bytes/bytes.lo
5207         $(BUILDGOX)
5208 cmath.gox: cmath/cmath.lo
5209         $(BUILDGOX)
5210 crypto.gox: crypto/crypto.lo
5211         $(BUILDGOX)
5212 ebnf.gox: ebnf/ebnf.lo
5213         $(BUILDGOX)
5214 exec.gox: exec/exec.lo
5215         $(BUILDGOX)
5216 expvar.gox: expvar/expvar.lo
5217         $(BUILDGOX)
5218 flag.gox: flag/flag.lo
5219         $(BUILDGOX)
5220 fmt.gox: fmt/fmt.lo
5221         $(BUILDGOX)
5222 gob.gox: gob/gob.lo
5223         $(BUILDGOX)
5224 hash.gox: hash/hash.lo
5225         $(BUILDGOX)
5226 html.gox: html/html.lo
5227         $(BUILDGOX)
5228 http.gox: http/http.lo
5229         $(BUILDGOX)
5230 image.gox: image/image.lo
5231         $(BUILDGOX)
5232 io.gox: io/io.lo
5233         $(BUILDGOX)
5234 json.gox: json/json.lo
5235         $(BUILDGOX)
5236 log.gox: log/log.lo
5237         $(BUILDGOX)
5238 math.gox: math/math.lo
5239         $(BUILDGOX)
5240 mime.gox: mime/mime.lo
5241         $(BUILDGOX)
5242 net.gox: net/net.lo
5243         $(BUILDGOX)
5244 netchan.gox: netchan/netchan.lo
5245         $(BUILDGOX)
5246 os.gox: os/os.lo
5247         $(BUILDGOX)
5248 patch.gox: patch/patch.lo
5249         $(BUILDGOX)
5250 path.gox: path/path.lo
5251         $(BUILDGOX)
5252 rand.gox: rand/rand.lo
5253         $(BUILDGOX)
5254 reflect.gox: reflect/reflect.lo
5255         $(BUILDGOX)
5256 regexp.gox: regexp/regexp.lo
5257         $(BUILDGOX)
5258 rpc.gox: rpc/rpc.lo
5259         $(BUILDGOX)
5260 runtime.gox: runtime/runtime.lo
5261         $(BUILDGOX)
5262 scanner.gox: scanner/scanner.lo
5263         $(BUILDGOX)
5264 smtp.gox: smtp/smtp.lo
5265         $(BUILDGOX)
5266 sort.gox: sort/sort.lo
5267         $(BUILDGOX)
5268 strconv.gox: strconv/strconv.lo
5269         $(BUILDGOX)
5270 strings.gox: strings/strings.lo
5271         $(BUILDGOX)
5272 sync.gox: sync/sync.lo
5273         $(BUILDGOX)
5274 syslog.gox: syslog/syslog.lo
5275         $(BUILDGOX)
5276 syscall.gox: syscalls/syscall.lo
5277         $(BUILDGOX)
5278 tabwriter.gox: tabwriter/tabwriter.lo
5279         $(BUILDGOX)
5280 template.gox: template/template.lo
5281         $(BUILDGOX)
5282 testing.gox: testing/testing.lo
5283         $(BUILDGOX)
5284 time.gox: time/time.lo
5285         $(BUILDGOX)
5286 try.gox: try/try.lo
5287         $(BUILDGOX)
5288 unicode.gox: unicode/unicode.lo
5289         $(BUILDGOX)
5290 utf16.gox: utf16/utf16.lo
5291         $(BUILDGOX)
5292 utf8.gox: utf8/utf8.lo
5293         $(BUILDGOX)
5294 websocket.gox: websocket/websocket.lo
5295         $(BUILDGOX)
5296 xml.gox: xml/xml.lo
5297         $(BUILDGOX)
5298
5299 archive/tar.gox: archive/tar.lo
5300         $(BUILDGOX)
5301 archive/zip.gox: archive/zip.lo
5302         $(BUILDGOX)
5303
5304 compress/bzip2.gox: compress/bzip2.lo
5305         $(BUILDGOX)
5306 compress/flate.gox: compress/flate.lo
5307         $(BUILDGOX)
5308 compress/gzip.gox: compress/gzip.lo
5309         $(BUILDGOX)
5310 compress/lzw.gox: compress/lzw.lo
5311         $(BUILDGOX)
5312 compress/zlib.gox: compress/zlib.lo
5313         $(BUILDGOX)
5314
5315 container/heap.gox: container/heap.lo
5316         $(BUILDGOX)
5317 container/list.gox: container/list.lo
5318         $(BUILDGOX)
5319 container/ring.gox: container/ring.lo
5320         $(BUILDGOX)
5321 container/vector.gox: container/vector.lo
5322         $(BUILDGOX)
5323
5324 crypto/aes.gox: crypto/aes.lo
5325         $(BUILDGOX)
5326 crypto/blowfish.gox: crypto/blowfish.lo
5327         $(BUILDGOX)
5328 crypto/cast5.gox: crypto/cast5.lo
5329         $(BUILDGOX)
5330 crypto/cipher.gox: crypto/cipher.lo
5331         $(BUILDGOX)
5332 crypto/des.gox: crypto/des.lo
5333         $(BUILDGOX)
5334 crypto/dsa.gox: crypto/dsa.lo
5335         $(BUILDGOX)
5336 crypto/ecdsa.gox: crypto/ecdsa.lo       
5337         $(BUILDGOX)
5338 crypto/elliptic.gox: crypto/elliptic.lo
5339         $(BUILDGOX)
5340 crypto/hmac.gox: crypto/hmac.lo
5341         $(BUILDGOX)
5342 crypto/md4.gox: crypto/md4.lo
5343         $(BUILDGOX)
5344 crypto/md5.gox: crypto/md5.lo
5345         $(BUILDGOX)
5346 crypto/ocsp.gox: crypto/ocsp.lo
5347         $(BUILDGOX)
5348 crypto/openpgp.gox: crypto/openpgp.lo
5349         $(BUILDGOX)
5350 crypto/rand.gox: crypto/rand.lo
5351         $(BUILDGOX)
5352 crypto/rc4.gox: crypto/rc4.lo
5353         $(BUILDGOX)
5354 crypto/ripemd160.gox: crypto/ripemd160.lo
5355         $(BUILDGOX)
5356 crypto/rsa.gox: crypto/rsa.lo
5357         $(BUILDGOX)
5358 crypto/sha1.gox: crypto/sha1.lo
5359         $(BUILDGOX)
5360 crypto/sha256.gox: crypto/sha256.lo
5361         $(BUILDGOX)
5362 crypto/sha512.gox: crypto/sha512.lo
5363         $(BUILDGOX)
5364 crypto/subtle.gox: crypto/subtle.lo
5365         $(BUILDGOX)
5366 crypto/tls.gox: crypto/tls.lo
5367         $(BUILDGOX)
5368 crypto/twofish.gox: crypto/twofish.lo
5369         $(BUILDGOX)
5370 crypto/x509.gox: crypto/x509.lo
5371         $(BUILDGOX)
5372 crypto/xtea.gox: crypto/xtea.lo
5373         $(BUILDGOX)
5374
5375 crypto/openpgp/armor.gox: crypto/openpgp/armor.lo
5376         $(BUILDGOX)
5377 crypto/openpgp/error.gox: crypto/openpgp/error.lo
5378         $(BUILDGOX)
5379 crypto/openpgp/packet.gox: crypto/openpgp/packet.lo
5380         $(BUILDGOX)
5381 crypto/openpgp/s2k.gox: crypto/openpgp/s2k.lo
5382         $(BUILDGOX)
5383
5384 debug/dwarf.gox: debug/dwarf.lo
5385         $(BUILDGOX)
5386 debug/elf.gox: debug/elf.lo
5387         $(BUILDGOX)
5388 debug/gosym.gox: debug/gosym.lo
5389         $(BUILDGOX)
5390 debug/macho.gox: debug/macho.lo
5391         $(BUILDGOX)
5392 debug/pe.gox: debug/pe.lo
5393         $(BUILDGOX)
5394 debug/proc.gox: debug/proc.lo
5395         $(BUILDGOX)
5396
5397 encoding/ascii85.gox: encoding/ascii85.lo
5398         $(BUILDGOX)
5399 encoding/base32.gox: encoding/base32.lo
5400         $(BUILDGOX)
5401 encoding/base64.gox: encoding/base64.lo
5402         $(BUILDGOX)
5403 encoding/binary.gox: encoding/binary.lo
5404         $(BUILDGOX)
5405 encoding/git85.gox: encoding/git85.lo
5406         $(BUILDGOX)
5407 encoding/hex.gox: encoding/hex.lo
5408         $(BUILDGOX)
5409 encoding/line.gox: encoding/line.lo
5410         $(BUILDGOX)
5411 encoding/pem.gox: encoding/pem.lo
5412         $(BUILDGOX)
5413
5414 exp/datafmt.gox: exp/datafmt.lo
5415         $(BUILDGOX)
5416 exp/draw.gox: exp/draw.lo
5417         $(BUILDGOX)
5418 exp/eval.gox: exp/eval.lo
5419         $(BUILDGOX)
5420
5421 go/ast.gox: go/ast.lo
5422         $(BUILDGOX)
5423 go/doc.gox: go/doc.lo
5424         $(BUILDGOX)
5425 go/parser.gox: go/parser.lo
5426         $(BUILDGOX)
5427 go/printer.gox: go/printer.lo
5428         $(BUILDGOX)
5429 go/scanner.gox: go/scanner.lo
5430         $(BUILDGOX)
5431 go/token.gox: go/token.lo
5432         $(BUILDGOX)
5433 go/typechecker.gox: go/typechecker.lo
5434         $(BUILDGOX)
5435 go/types.gox: go/types.lo
5436         $(BUILDGOX)
5437
5438 hash/adler32.gox: hash/adler32.lo
5439         $(BUILDGOX)
5440 hash/crc32.gox: hash/crc32.lo
5441         $(BUILDGOX)
5442 hash/crc64.gox: hash/crc64.lo
5443         $(BUILDGOX)
5444 hash/fnv.gox: hash/fnv.lo
5445         $(BUILDGOX)
5446
5447 http/cgi.gox: http/cgi.lo
5448         $(BUILDGOX)
5449 http/fcgi.gox: http/fcgi.lo
5450         $(BUILDGOX)
5451 http/httptest.gox: http/httptest.lo
5452         $(BUILDGOX)
5453 http/pprof.gox: http/pprof.lo
5454         $(BUILDGOX)
5455 http/spdy.gox: http/spdy.lo
5456         $(BUILDGOX)
5457
5458 image/gif.gox: image/gif.lo
5459         $(BUILDGOX)
5460 image/jpeg.gox: image/jpeg.lo
5461         $(BUILDGOX)
5462 image/png.gox: image/png.lo
5463         $(BUILDGOX)
5464 image/tiff.gox: image/tiff.lo
5465         $(BUILDGOX)
5466 image/ycbcr.gox: image/ycbcr.lo
5467         $(BUILDGOX)
5468
5469 index/suffixarray.gox: index/suffixarray.lo
5470         $(BUILDGOX)
5471
5472 io/ioutil.gox: io/ioutil.lo
5473         $(BUILDGOX)
5474
5475 mime/multipart.gox: mime/multipart.lo
5476         $(BUILDGOX)
5477
5478 net/dict.gox: net/dict.lo
5479         $(BUILDGOX)
5480 net/textproto.gox: net/textproto.lo
5481         $(BUILDGOX)
5482
5483 os/inotify.gox: os/inotify.lo
5484         $(BUILDGOX)
5485 os/user.gox: os/user.lo
5486         $(BUILDGOX)
5487 os/signal.gox: os/signal.lo
5488         $(BUILDGOX)
5489
5490 path/filepath.gox: path/filepath.lo
5491         $(BUILDGOX)
5492
5493 rpc/jsonrpc.gox: rpc/jsonrpc.lo
5494         $(BUILDGOX)
5495
5496 runtime/debug.gox: runtime/debug.lo
5497         $(BUILDGOX)
5498 runtime/pprof.gox: runtime/pprof.lo
5499         $(BUILDGOX)
5500
5501 sync/atomic.gox: sync/atomic.lo
5502         $(BUILDGOX)
5503
5504 testing/iotest.gox: testing/iotest.lo
5505         $(BUILDGOX)
5506 testing/quick.gox: testing/quick.lo
5507         $(BUILDGOX)
5508 testing/script.gox: testing/script.lo
5509         $(BUILDGOX)
5510
5511 check: check-tail
5512 check-recursive: check-head
5513
5514 check-head:
5515         @echo "Test Run By $${USER} on `date`" > libgo.head
5516         @echo "Native configuration is $(host_triplet)" >> libgo.head
5517         @echo >> libgo.head
5518         @echo "         === libgo tests ===" >> libgo.head
5519         @echo >> libgo.head
5520
5521 check-tail: check-recursive check-multi
5522         @lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
5523         for dir in . $(MULTIDIRS); do \
5524           mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
5525           mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
5526         done; \
5527         mv libgo.head libgo.sum; \
5528         cp libgo.sum libgo.log; \
5529         echo "Schedule of variations:" >> libgo.sum; \
5530         for dir in . $(MULTIDIRS); do \
5531           multidir=../$${dir}/$${lib}; \
5532           multivar=`cat $${multidir}/libgo.var`; \
5533           echo "    $${multivar}" >> libgo.sum; \
5534         done; \
5535         echo >> libgo.sum; \
5536         pass=0; fail=0; untested=0; \
5537         for dir in . $(MULTIDIRS); do \
5538           multidir=../$${dir}/$${lib}; \
5539           multivar=`cat $${multidir}/libgo.var`; \
5540           echo "Running target $${multivar}" >> libgo.sum; \
5541           echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
5542           cat $${multidir}/libgo.sum.sep >> libgo.sum; \
5543           cat $${multidir}/libgo.log.sep >> libgo.log; \
5544           if test -n "${MULTIDIRS}"; then \
5545             echo "              === libgo Summary for $${multivar} ===" >> libgo.sum; \
5546             echo >> libgo.sum; \
5547           fi; \
5548           p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
5549           pass=`expr $$pass + $$p`; \
5550           if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5551             echo "# of expected passes          $$p" >> libgo.sum; \
5552           fi; \
5553           p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
5554           fail=`expr $$fail + $$p`; \
5555           if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5556             echo "# of unexpected failures      $$p" >> libgo.sum; \
5557           fi; \
5558           p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
5559           untested=`expr $$untested + $$p`; \
5560           if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5561             echo "# of untested testcases               $$p" >> libgo.sum; \
5562           fi; \
5563         done; \
5564         echo >> libgo.sum; \
5565         echo "          === libgo Summary ===" >> libgo.sum; \
5566         echo >> libgo.sum; \
5567         if test "$$pass" -ne "0"; then \
5568           echo "# of expected passes            $$pass" >> libgo.sum; \
5569         fi; \
5570         if test "$$fail" -ne "0"; then \
5571           echo "# of unexpected failures        $$fail" >> libgo.sum; \
5572         fi; \
5573         if test "$$untested" -ne "0"; then \
5574           echo "# of untested testcases         $$untested" >> libgo.sum; \
5575         fi; \
5576         echo `echo $(GOC) | sed -e 's/ .*//'`  `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
5577         echo >> libgo.log; \
5578         echo "runtest completed at `date`" >> libgo.log; \
5579         if test "$$fail" -ne "0"; then \
5580           status=1; \
5581         else \
5582           status=0; \
5583         fi; \
5584         exit $$status
5585
5586 check-am:
5587         @rm -f libgo.sum libgo.log libgo.tail
5588         @multivar="unix"; \
5589         [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
5590         echo "$${multivar}" > libgo.var
5591         @for f in $(TEST_PACKAGES); do \
5592            rm -f $$f-testsum $$f-testlog; \
5593          done
5594         -@$(MAKE) -k $(TEST_PACKAGES)
5595         @for f in $(TEST_PACKAGES); do \
5596           if test -f $$f-testsum; then \
5597             cat $$f-testsum >> libgo.sum; \
5598           fi; \
5599           if test -f $$f-testlog; then \
5600             cat $$f-testlog >> libgo.log; \
5601           fi; \
5602         done
5603
5604 check-multi:
5605         $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
5606
5607 mostlyclean-local:
5608         find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
5609         find . -name '*.$(OBJEXT)' -print | xargs rm -f
5610         find . -name '*-testsum' -print | xargs rm -f
5611         find . -name '*-testlog' -print | xargs rm -f
5612
5613 clean-local:
5614         find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
5615         find . -name '*.a' -print | xargs rm -f
5616
5617 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5618 # Otherwise a system limit (for SysV at least) may be exceeded.
5619 .NOEXPORT: