OSDN Git Service

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