OSDN Git Service

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