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