OSDN Git Service

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