summaryrefslogtreecommitdiffstats
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-16 15:47:21 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-16 15:47:21 +0000
commit49b4e44b7d540fa846d353b10237848a67789cbf (patch)
treeea2b52e3c258d6b6d9356977c683c7f72a4a5fd5 /libgo/Makefile.in
parent82ceb8f6a88a0193971f53e0571e017f2764f7d7 (diff)
downloadppe42-gcc-49b4e44b7d540fa846d353b10237848a67789cbf.tar.gz
ppe42-gcc-49b4e44b7d540fa846d353b10237848a67789cbf.zip
Update Go library to r60.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178910 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in893
1 files changed, 655 insertions, 238 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 42a160f3cf5..41ffe7c7230 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -98,9 +98,13 @@ am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
"$(DESTDIR)$(toolexeclibgocontainerdir)" \
"$(DESTDIR)$(toolexeclibgocryptodir)" \
"$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" \
+ "$(DESTDIR)$(toolexeclibgocryptox509dir)" \
"$(DESTDIR)$(toolexeclibgodebugdir)" \
"$(DESTDIR)$(toolexeclibgoencodingdir)" \
"$(DESTDIR)$(toolexeclibgoexpdir)" \
+ "$(DESTDIR)$(toolexeclibgoexpguidir)" \
+ "$(DESTDIR)$(toolexeclibgoexpregexpdir)" \
+ "$(DESTDIR)$(toolexeclibgoexptemplatedir)" \
"$(DESTDIR)$(toolexeclibgogodir)" \
"$(DESTDIR)$(toolexeclibgohashdir)" \
"$(DESTDIR)$(toolexeclibgohttpdir)" \
@@ -109,11 +113,13 @@ am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
"$(DESTDIR)$(toolexeclibgoiodir)" \
"$(DESTDIR)$(toolexeclibgomimedir)" \
"$(DESTDIR)$(toolexeclibgonetdir)" \
+ "$(DESTDIR)$(toolexeclibgoolddir)" \
"$(DESTDIR)$(toolexeclibgoosdir)" \
"$(DESTDIR)$(toolexeclibgopathdir)" \
"$(DESTDIR)$(toolexeclibgorpcdir)" \
"$(DESTDIR)$(toolexeclibgoruntimedir)" \
"$(DESTDIR)$(toolexeclibgosyncdir)" \
+ "$(DESTDIR)$(toolexeclibgotemplatedir)" \
"$(DESTDIR)$(toolexeclibgotestingdir)"
LIBRARIES = $(toolexeclib_LIBRARIES)
ARFLAGS = cru
@@ -125,18 +131,18 @@ LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__DEPENDENCIES_2 = asn1/asn1.lo big/big.lo bufio/bufio.lo \
bytes/bytes.lo bytes/index.lo cmath/cmath.lo crypto/crypto.lo \
- ebnf/ebnf.lo exec/exec.lo expvar/expvar.lo flag/flag.lo \
- fmt/fmt.lo gob/gob.lo hash/hash.lo html/html.lo http/http.lo \
- image/image.lo io/io.lo json/json.lo log/log.lo math/math.lo \
- mime/mime.lo net/net.lo netchan/netchan.lo os/os.lo \
- patch/patch.lo path/path.lo rand/rand.lo reflect/reflect.lo \
- regexp/regexp.lo rpc/rpc.lo runtime/runtime.lo \
- scanner/scanner.lo smtp/smtp.lo sort/sort.lo \
- strconv/strconv.lo strings/strings.lo sync/sync.lo \
- syslog/syslog.lo syslog/syslog_c.lo tabwriter/tabwriter.lo \
- template/template.lo time/time.lo try/try.lo \
- unicode/unicode.lo utf16/utf16.lo utf8/utf8.lo \
- websocket/websocket.lo xml/xml.lo archive/tar.lo \
+ csv/csv.lo ebnf/ebnf.lo exec/exec.lo expvar/expvar.lo \
+ flag/flag.lo fmt/fmt.lo gob/gob.lo hash/hash.lo html/html.lo \
+ http/http.lo image/image.lo io/io.lo json/json.lo log/log.lo \
+ math/math.lo mail/mail.lo mime/mime.lo net/net.lo \
+ netchan/netchan.lo os/os.lo patch/patch.lo path/path.lo \
+ rand/rand.lo reflect/reflect.lo regexp/regexp.lo rpc/rpc.lo \
+ runtime/runtime.lo scanner/scanner.lo smtp/smtp.lo \
+ sort/sort.lo strconv/strconv.lo strings/strings.lo \
+ sync/sync.lo syslog/syslog.lo syslog/syslog_c.lo \
+ tabwriter/tabwriter.lo template/template.lo time/time.lo \
+ try/try.lo unicode/unicode.lo url/url.lo utf16/utf16.lo \
+ utf8/utf8.lo websocket/websocket.lo xml/xml.lo archive/tar.lo \
archive/zip.lo compress/bzip2.lo compress/flate.lo \
compress/gzip.lo compress/lzw.lo compress/zlib.lo \
container/heap.lo container/list.lo container/ring.lo \
@@ -148,24 +154,27 @@ am__DEPENDENCIES_2 = asn1/asn1.lo big/big.lo bufio/bufio.lo \
crypto/sha1.lo crypto/sha256.lo crypto/sha512.lo \
crypto/subtle.lo crypto/tls.lo crypto/twofish.lo \
crypto/x509.lo crypto/xtea.lo crypto/openpgp/armor.lo \
- crypto/openpgp/error.lo crypto/openpgp/packet.lo \
- crypto/openpgp/s2k.lo debug/dwarf.lo debug/elf.lo \
- debug/gosym.lo debug/macho.lo debug/pe.lo debug/proc.lo \
- encoding/ascii85.lo encoding/base32.lo encoding/base64.lo \
- encoding/binary.lo encoding/git85.lo encoding/hex.lo \
- encoding/line.lo encoding/pem.lo exp/datafmt.lo exp/draw.lo \
- exp/eval.lo go/ast.lo go/doc.lo go/parser.lo go/printer.lo \
+ crypto/openpgp/elgamal.lo crypto/openpgp/error.lo \
+ crypto/openpgp/packet.lo crypto/openpgp/s2k.lo \
+ crypto/x509/pkix.lo debug/dwarf.lo debug/elf.lo debug/gosym.lo \
+ debug/macho.lo debug/pe.lo encoding/ascii85.lo \
+ encoding/base32.lo encoding/base64.lo encoding/binary.lo \
+ encoding/git85.lo encoding/hex.lo encoding/pem.lo \
+ exp/datafmt.lo exp/gui.lo exp/norm.lo exp/regexp.lo \
+ exp/gui/x11.lo exp/regexp/syntax.lo exp/template/html.lo \
+ go/ast.lo go/build.lo go/doc.lo go/parser.lo go/printer.lo \
go/scanner.lo go/token.lo go/typechecker.lo go/types.lo \
hash/adler32.lo hash/crc32.lo hash/crc64.lo hash/fnv.lo \
http/cgi.lo http/fcgi.lo http/httptest.lo http/pprof.lo \
- http/spdy.lo image/gif.lo image/jpeg.lo image/png.lo \
- image/tiff.lo image/ycbcr.lo index/suffixarray.lo io/ioutil.lo \
- mime/multipart.lo net/dict.lo net/textproto.lo \
+ http/spdy.lo image/bmp.lo image/draw.lo image/gif.lo \
+ image/jpeg.lo image/png.lo image/tiff.lo image/ycbcr.lo \
+ index/suffixarray.lo io/ioutil.lo mime/multipart.lo \
+ net/dict.lo net/textproto.lo old/template.lo \
$(am__DEPENDENCIES_1) os/user.lo os/signal.lo path/filepath.lo \
rpc/jsonrpc.lo runtime/debug.lo runtime/pprof.lo \
sync/atomic.lo sync/atomic_c.lo syscalls/syscall.lo \
- syscalls/errno.lo testing/testing.lo testing/iotest.lo \
- testing/quick.lo testing/script.lo
+ syscalls/errno.lo template/parse.lo testing/testing.lo \
+ testing/iotest.lo testing/quick.lo testing/script.lo
libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
@@ -189,7 +198,7 @@ am__libgo_la_SOURCES_DIST = runtime/go-append.c runtime/go-assert.c \
runtime/go-map-range.c runtime/go-nanotime.c \
runtime/go-new-channel.c runtime/go-new-map.c runtime/go-new.c \
runtime/go-note.c runtime/go-panic.c runtime/go-panic-defer.c \
- runtime/go-print.c runtime/go-rec-big.c \
+ runtime/go-print.c runtime/go-rand.c runtime/go-rec-big.c \
runtime/go-rec-nb-big.c runtime/go-rec-nb-small.c \
runtime/go-rec-small.c runtime/go-recover.c \
runtime/go-reflect.c runtime/go-reflect-call.c \
@@ -230,22 +239,23 @@ am__objects_3 = go-append.lo go-assert.lo go-assert-interface.lo \
go-make-slice.lo go-map-delete.lo go-map-index.lo \
go-map-len.lo go-map-range.lo go-nanotime.lo go-new-channel.lo \
go-new-map.lo go-new.lo go-note.lo go-panic.lo \
- go-panic-defer.lo go-print.lo go-rec-big.lo go-rec-nb-big.lo \
- go-rec-nb-small.lo go-rec-small.lo go-recover.lo go-reflect.lo \
- go-reflect-call.lo go-reflect-chan.lo go-reflect-map.lo \
- go-rune.lo go-runtime-error.lo go-sched.lo go-select.lo \
- go-semacquire.lo go-send-big.lo go-send-nb-big.lo \
- go-send-nb-small.lo go-send-small.lo go-setenv.lo go-signal.lo \
- go-strcmp.lo go-string-to-byte-array.lo \
- go-string-to-int-array.lo go-strplus.lo go-strslice.lo \
- go-trampoline.lo go-type-eface.lo go-type-error.lo \
- go-type-identity.lo go-type-interface.lo go-type-string.lo \
- go-typedesc-equal.lo go-typestring.lo go-unreflect.lo \
- go-unsafe-new.lo go-unsafe-newarray.lo go-unsafe-pointer.lo \
- go-unwind.lo cpuprof.lo mcache.lo mcentral.lo $(am__objects_1) \
- mfinal.lo mfixalloc.lo mgc0.lo mheap.lo msize.lo proc.lo \
- thread.lo $(am__objects_2) chan.lo iface.lo malloc.lo map.lo \
- mprof.lo reflect.lo sigqueue.lo string.lo
+ go-panic-defer.lo go-print.lo go-rand.lo go-rec-big.lo \
+ go-rec-nb-big.lo go-rec-nb-small.lo go-rec-small.lo \
+ go-recover.lo go-reflect.lo go-reflect-call.lo \
+ go-reflect-chan.lo go-reflect-map.lo go-rune.lo \
+ go-runtime-error.lo go-sched.lo go-select.lo go-semacquire.lo \
+ go-send-big.lo go-send-nb-big.lo go-send-nb-small.lo \
+ go-send-small.lo go-setenv.lo go-signal.lo go-strcmp.lo \
+ go-string-to-byte-array.lo go-string-to-int-array.lo \
+ go-strplus.lo go-strslice.lo go-trampoline.lo go-type-eface.lo \
+ go-type-error.lo go-type-identity.lo go-type-interface.lo \
+ go-type-string.lo go-typedesc-equal.lo go-typestring.lo \
+ go-unreflect.lo go-unsafe-new.lo go-unsafe-newarray.lo \
+ go-unsafe-pointer.lo go-unwind.lo cpuprof.lo mcache.lo \
+ mcentral.lo $(am__objects_1) mfinal.lo mfixalloc.lo mgc0.lo \
+ mheap.lo msize.lo proc.lo thread.lo $(am__objects_2) chan.lo \
+ iface.lo malloc.lo map.lo mprof.lo reflect.lo sigqueue.lo \
+ string.lo
am_libgo_la_OBJECTS = $(am__objects_3)
libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -282,14 +292,17 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
$(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
$(toolexeclibgocrypto_DATA) $(toolexeclibgocryptoopenpgp_DATA) \
- $(toolexeclibgodebug_DATA) $(toolexeclibgoencoding_DATA) \
- $(toolexeclibgoexp_DATA) $(toolexeclibgogo_DATA) \
+ $(toolexeclibgocryptox509_DATA) $(toolexeclibgodebug_DATA) \
+ $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
+ $(toolexeclibgoexpgui_DATA) $(toolexeclibgoexpregexp_DATA) \
+ $(toolexeclibgoexptemplate_DATA) $(toolexeclibgogo_DATA) \
$(toolexeclibgohash_DATA) $(toolexeclibgohttp_DATA) \
$(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
$(toolexeclibgoio_DATA) $(toolexeclibgomime_DATA) \
- $(toolexeclibgonet_DATA) $(toolexeclibgoos_DATA) \
- $(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \
- $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
+ $(toolexeclibgonet_DATA) $(toolexeclibgoold_DATA) \
+ $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
+ $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
+ $(toolexeclibgosync_DATA) $(toolexeclibgotemplate_DATA) \
$(toolexeclibgotesting_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
@@ -363,7 +376,6 @@ GOARCH = @GOARCH@
GOC = @GOC@
GOCFLAGS = $(CFLAGS)
GOOS = @GOOS@
-GO_DEBUG_PROC_REGS_OS_ARCH_FILE = @GO_DEBUG_PROC_REGS_OS_ARCH_FILE@
GO_SYSCALLS_SYSCALL_OS_ARCH_FILE = @GO_SYSCALLS_SYSCALL_OS_ARCH_FILE@
GREP = @GREP@
INSTALL = @INSTALL@
@@ -559,6 +571,7 @@ toolexeclibgo_DATA = \
bytes.gox \
cmath.gox \
crypto.gox \
+ csv.gox \
ebnf.gox \
exec.gox \
expvar.gox \
@@ -573,6 +586,7 @@ toolexeclibgo_DATA = \
json.gox \
log.gox \
math.gox \
+ mail.gox \
mime.gox \
net.gox \
netchan.gox \
@@ -598,6 +612,7 @@ toolexeclibgo_DATA = \
time.gox \
try.gox \
unicode.gox \
+ url.gox \
utf16.gox \
utf8.gox \
websocket.gox \
@@ -654,18 +669,22 @@ toolexeclibgocrypto_DATA = \
toolexeclibgocryptoopenpgpdir = $(toolexeclibgocryptodir)/openpgp
toolexeclibgocryptoopenpgp_DATA = \
crypto/openpgp/armor.gox \
+ crypto/openpgp/elgamal.gox \
crypto/openpgp/error.gox \
crypto/openpgp/packet.gox \
crypto/openpgp/s2k.gox
+toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
+toolexeclibgocryptox509_DATA = \
+ crypto/x509/pkix.gox
+
toolexeclibgodebugdir = $(toolexeclibgodir)/debug
toolexeclibgodebug_DATA = \
debug/dwarf.gox \
debug/elf.gox \
debug/gosym.gox \
debug/macho.gox \
- debug/pe.gox \
- debug/proc.gox
+ debug/pe.gox
toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
toolexeclibgoencoding_DATA = \
@@ -673,7 +692,6 @@ toolexeclibgoencoding_DATA = \
encoding/base32.gox \
encoding/base64.gox \
encoding/binary.gox \
- encoding/line.gox \
encoding/git85.gox \
encoding/hex.gox \
encoding/pem.gox
@@ -681,12 +699,26 @@ toolexeclibgoencoding_DATA = \
toolexeclibgoexpdir = $(toolexeclibgodir)/exp
toolexeclibgoexp_DATA = \
exp/datafmt.gox \
- exp/draw.gox \
- exp/eval.gox
+ exp/gui.gox \
+ exp/norm.gox \
+ exp/regexp.gox
+
+toolexeclibgoexpguidir = $(toolexeclibgoexpdir)/gui
+toolexeclibgoexpgui_DATA = \
+ exp/gui/x11.gox
+
+toolexeclibgoexpregexpdir = $(toolexeclibgoexpdir)/regexp
+toolexeclibgoexpregexp_DATA = \
+ exp/regexp/syntax.gox
+
+toolexeclibgoexptemplatedir = $(toolexeclibgoexpdir)/template
+toolexeclibgoexptemplate_DATA = \
+ exp/template/html.gox
toolexeclibgogodir = $(toolexeclibgodir)/go
toolexeclibgogo_DATA = \
go/ast.gox \
+ go/build.gox \
go/doc.gox \
go/parser.gox \
go/printer.gox \
@@ -712,6 +744,8 @@ toolexeclibgohttp_DATA = \
toolexeclibgoimagedir = $(toolexeclibgodir)/image
toolexeclibgoimage_DATA = \
+ image/bmp.gox \
+ image/draw.gox \
image/gif.gox \
image/jpeg.gox \
image/png.gox \
@@ -735,6 +769,10 @@ toolexeclibgonet_DATA = \
net/dict.gox \
net/textproto.gox
+toolexeclibgoolddir = $(toolexeclibgodir)/old
+toolexeclibgoold_DATA = \
+ old/template.gox
+
toolexeclibgoosdir = $(toolexeclibgodir)/os
@LIBGO_IS_LINUX_FALSE@os_inotify_gox =
@@ -758,6 +796,10 @@ toolexeclibgoruntime_DATA = \
runtime/debug.gox \
runtime/pprof.gox
+toolexeclibgotemplatedir = $(toolexeclibgodir)/template
+toolexeclibgotemplate_DATA = \
+ template/parse.gox
+
toolexeclibgosyncdir = $(toolexeclibgodir)/sync
toolexeclibgosync_DATA = \
sync/atomic.gox
@@ -814,6 +856,7 @@ runtime_files = \
runtime/go-panic.c \
runtime/go-panic-defer.c \
runtime/go-print.c \
+ runtime/go-rand.c \
runtime/go-rec-big.c \
runtime/go-rec-nb-big.c \
runtime/go-rec-nb-small.c \
@@ -914,6 +957,10 @@ go_cmath_files = \
go_crypto_files = \
go/crypto/crypto.go
+go_csv_files = \
+ go/csv/reader.go \
+ go/csv/writer.go
+
go_ebnf_files = \
go/ebnf/ebnf.go \
go/ebnf/parser.go
@@ -947,9 +994,11 @@ go_hash_files = \
go/hash/hash.go
go_html_files = \
+ go/html/const.go \
go/html/doc.go \
go/html/entity.go \
go/html/escape.go \
+ go/html/node.go \
go/html/parse.go \
go/html/token.go
@@ -966,10 +1015,10 @@ go_http_files = \
go/http/response.go \
go/http/reverseproxy.go \
go/http/server.go \
+ go/http/sniff.go \
go/http/status.go \
go/http/transfer.go \
- go/http/transport.go \
- go/http/url.go
+ go/http/transport.go
go_image_files = \
go/image/color.go \
@@ -1041,6 +1090,9 @@ go_math_files = \
go/math/tanh.go \
go/math/unsafe.go
+go_mail_files = \
+ go/mail/message.go
+
go_mime_files = \
go/mime/grammar.go \
go/mime/mediatype.go \
@@ -1062,11 +1114,16 @@ go_mime_files = \
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sock_file = go/net/sock_linux.go
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sock_file = go/net/sock_linux.go
@LIBGO_IS_LINUX_TRUE@go_net_sock_file = go/net/sock_linux.go
+@LIBGO_IS_LINUX_FALSE@go_net_sendfile_file = go/net/sendfile_stub.go
+@LIBGO_IS_LINUX_TRUE@go_net_sendfile_file = go/net/sendfile_linux.go
+@LIBGO_IS_LINUX_FALSE@go_net_interface_file = go/net/interface_stub.go
+@LIBGO_IS_LINUX_TRUE@go_net_interface_file = go/net/interface_linux.go
go_net_files = \
go/net/cgo_unix.go \
$(go_net_cgo_file) \
go/net/dial.go \
go/net/dnsclient.go \
+ go/net/dnsclient_unix.go \
go/net/dnsconfig.go \
go/net/dnsmsg.go \
$(go_net_newpollserver_file) \
@@ -1074,19 +1131,27 @@ go_net_files = \
$(go_net_fd_os_file) \
go/net/file.go \
go/net/hosts.go \
+ go/net/interface.go \
+ $(go_net_interface_file) \
go/net/ip.go \
go/net/iprawsock.go \
+ go/net/iprawsock_posix.go \
go/net/ipsock.go \
- go/net/lookup.go \
+ go/net/ipsock_posix.go \
+ go/net/lookup_unix.go \
go/net/net.go \
go/net/parse.go \
go/net/pipe.go \
go/net/port.go \
+ $(go_net_sendfile_file) \
go/net/sock.go \
$(go_net_sock_file) \
go/net/tcpsock.go \
+ go/net/tcpsock_posix.go \
go/net/udpsock.go \
- go/net/unixsock.go
+ go/net/udpsock_posix.go \
+ go/net/unixsock.go \
+ go/net/unixsock_posix.go
go_netchan_files = \
go/netchan/common.go \
@@ -1118,11 +1183,14 @@ go_os_files = \
go/os/file_unix.go \
go/os/getwd.go \
go/os/path.go \
+ go/os/path_unix.go \
go/os/proc.go \
go/os/stat.go \
+ go/os/str.go \
$(go_os_sys_file) \
go/os/time.go \
- go/os/types.go
+ go/os/types.go \
+ signal_unix.go
go_patch_files = \
go/patch/apply.go \
@@ -1209,8 +1277,12 @@ go_tabwriter_files = \
go/tabwriter/tabwriter.go
go_template_files = \
- go/template/format.go \
- go/template/template.go
+ go/template/doc.go \
+ go/template/exec.go \
+ go/template/funcs.go \
+ go/template/helper.go \
+ go/template/parse.go \
+ go/template/set.go
go_testing_files = \
go/testing/benchmark.go \
@@ -1220,8 +1292,10 @@ go_time_files = \
go/time/format.go \
go/time/sleep.go \
go/time/sys.go \
+ go/time/sys_posix.go \
go/time/tick.go \
go/time/time.go \
+ go/time/zoneinfo_posix.go \
go/time/zoneinfo_unix.go
go_try_files = \
@@ -1230,9 +1304,13 @@ go_try_files = \
go_unicode_files = \
go/unicode/casetables.go \
go/unicode/digit.go \
+ go/unicode/graphic.go \
go/unicode/letter.go \
go/unicode/tables.go
+go_url_files = \
+ go/url/url.go
+
go_utf16_files = \
go/utf16/utf16.go
@@ -1246,6 +1324,7 @@ go_websocket_files = \
go/websocket/websocket.go
go_xml_files = \
+ go/xml/marshal.go \
go/xml/read.go \
go/xml/xml.go
@@ -1256,7 +1335,8 @@ go_archive_tar_files = \
go_archive_zip_files = \
go/archive/zip/reader.go \
- go/archive/zip/struct.go
+ go/archive/zip/struct.go \
+ go/archive/zip/writer.go
go_compress_bzip2_files = \
go/compress/bzip2/bit_reader.go \
@@ -1358,7 +1438,8 @@ go_crypto_openpgp_files = \
go_crypto_rand_files = \
go/crypto/rand/rand.go \
- go/crypto/rand/rand_unix.go
+ go/crypto/rand/rand_unix.go \
+ go/crypto/rand/util.go
go_crypto_rc4_files = \
go/crypto/rc4/rc4.go
@@ -1414,6 +1495,9 @@ go_crypto_openpgp_armor_files = \
go/crypto/openpgp/armor/armor.go \
go/crypto/openpgp/armor/encode.go
+go_crypto_openpgp_elgamal_files = \
+ go/crypto/openpgp/elgamal/elgamal.go
+
go_crypto_openpgp_error_files = \
go/crypto/openpgp/error/error.go
@@ -1434,6 +1518,9 @@ go_crypto_openpgp_packet_files = \
go_crypto_openpgp_s2k_files = \
go/crypto/openpgp/s2k/s2k.go
+go_crypto_x509_pkix_files = \
+ go/crypto/x509/pkix/pkix.go
+
go_debug_dwarf_files = \
go/debug/dwarf/buf.go \
go/debug/dwarf/const.go \
@@ -1458,11 +1545,6 @@ go_debug_pe_files = \
go/debug/pe/file.go \
go/debug/pe/pe.go
-go_debug_proc_files = \
- go/debug/proc/proc.go \
- go/debug/proc/proc_$(GOOS).go \
- $(GO_DEBUG_PROC_REGS_OS_ARCH_FILE)
-
go_encoding_ascii85_files = \
go/encoding/ascii85/ascii85.go
@@ -1481,9 +1563,6 @@ go_encoding_git85_files = \
go_encoding_hex_files = \
go/encoding/hex/hex.go
-go_encoding_line_files = \
- go/encoding/line/line.go
-
go_encoding_pem_files = \
go/encoding/pem/pem.go
@@ -1491,23 +1570,35 @@ go_exp_datafmt_files = \
go/exp/datafmt/datafmt.go \
go/exp/datafmt/parser.go
-go_exp_draw_files = \
- go/exp/draw/draw.go \
- go/exp/draw/event.go
-
-go_exp_eval_files = \
- go/exp/eval/abort.go \
- go/exp/eval/bridge.go \
- go/exp/eval/compiler.go \
- go/exp/eval/expr.go \
- go/exp/eval/expr1.go \
- go/exp/eval/func.go \
- go/exp/eval/scope.go \
- go/exp/eval/stmt.go \
- go/exp/eval/type.go \
- go/exp/eval/typec.go \
- go/exp/eval/value.go \
- go/exp/eval/world.go
+go_exp_gui_files = \
+ go/exp/gui/gui.go
+
+go_exp_norm_files = \
+ go/exp/norm/composition.go \
+ go/exp/norm/forminfo.go \
+ go/exp/norm/normalize.go \
+ go/exp/norm/tables.go \
+ go/exp/norm/trie.go
+
+go_exp_regexp_files = \
+ go/exp/regexp/exec.go \
+ go/exp/regexp/regexp.go
+
+go_exp_gui_x11_files = \
+ go/exp/gui/x11/auth.go \
+ go/exp/gui/x11/conn.go
+
+go_exp_template_html_files = \
+ go/exp/template/html/context.go \
+ go/exp/template/html/escape.go
+
+go_exp_regexp_syntax_files = \
+ go/exp/regexp/syntax/compile.go \
+ go/exp/regexp/syntax/parse.go \
+ go/exp/regexp/syntax/perl_groups.go \
+ go/exp/regexp/syntax/prog.go \
+ go/exp/regexp/syntax/regexp.go \
+ go/exp/regexp/syntax/simplify.go
go_go_ast_files = \
go/go/ast/ast.go \
@@ -1517,6 +1608,12 @@ go_go_ast_files = \
go/go/ast/scope.go \
go/go/ast/walk.go
+go_go_build_files = \
+ go/go/build/build.go \
+ go/go/build/dir.go \
+ go/go/build/path.go \
+ syslist.go
+
go_go_doc_files = \
go/go/doc/comment.go \
go/go/doc/doc.go
@@ -1544,6 +1641,7 @@ go_go_typechecker_files = \
go/go/typechecker/universe.go
go_go_types_files = \
+ go/go/types/check.go \
go/go/types/const.go \
go/go/types/exportdata.go \
go/go/types/gcimporter.go \
@@ -1554,7 +1652,8 @@ go_hash_adler32_files = \
go/hash/adler32/adler32.go
go_hash_crc32_files = \
- go/hash/crc32/crc32.go
+ go/hash/crc32/crc32.go \
+ go/hash/crc32/crc32_generic.go
go_hash_crc64_files = \
go/hash/crc64/crc64.go
@@ -1578,7 +1677,15 @@ go_http_pprof_files = \
go/http/pprof/pprof.go
go_http_spdy_files = \
- go/http/spdy/protocol.go
+ go/http/spdy/read.go \
+ go/http/spdy/types.go \
+ go/http/spdy/write.go
+
+go_image_bmp_files = \
+ go/image/bmp/reader.go
+
+go_image_draw_files = \
+ go/image/draw/draw.go
go_image_gif_files = \
go/image/gif/reader.go
@@ -1612,7 +1719,8 @@ go_io_ioutil_files = \
go_mime_multipart_files = \
go/mime/multipart/formdata.go \
- go/mime/multipart/multipart.go
+ go/mime/multipart/multipart.go \
+ go/mime/multipart/writer.go
go_net_dict_files = \
go/net/dict/dict.go
@@ -1624,6 +1732,12 @@ go_net_textproto_files = \
go/net/textproto/textproto.go \
go/net/textproto/writer.go
+go_old_template_files = \
+ go/old/template/doc.go \
+ go/old/template/execute.go \
+ go/old/template/format.go \
+ go/old/template/parse.go
+
go_os_inotify_files = \
go/os/inotify/inotify_linux.go
@@ -1632,8 +1746,7 @@ go_os_user_files = \
go/os/user/lookup_unix.go
go_os_signal_files = \
- go/os/signal/signal.go \
- unix.go
+ go/os/signal/signal.go
go_path_filepath_files = \
go/path/filepath/match.go \
@@ -1650,6 +1763,12 @@ go_runtime_debug_files = \
go_runtime_pprof_files = \
go/runtime/pprof/pprof.go
+go_template_parse_files = \
+ go/template/parse/lex.go \
+ go/template/parse/node.go \
+ go/template/parse/parse.go \
+ go/template/parse/set.go
+
go_sync_atomic_files = \
go/sync/atomic/doc.go
@@ -1729,6 +1848,10 @@ go_testing_script_files = \
# 32-bit Solaris 2/x86 needs _nuname, handled in syscall_solaris_386.go.
@LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file =
@LIBGO_IS_SOLARIS_FALSE@syscall_uname_file = syscalls/syscall_uname.go
+@LIBGO_IS_LINUX_FALSE@syscall_netlink_file =
+
+# Support for netlink sockets and messages.
+@LIBGO_IS_LINUX_TRUE@syscall_netlink_file = syscalls/netlink_linux.go
go_syscall_files = \
$(syscall_errstr_file) \
$(syscall_errstr_decl_file) \
@@ -1736,6 +1859,7 @@ go_syscall_files = \
$(syscall_exec_os_file) \
$(syscall_wait_file) \
$(syscall_filesize_file) \
+ $(syscall_netlink_file) \
$(syscall_stat_file) \
$(syscall_sleep_file) \
syscalls/socket.go \
@@ -1766,6 +1890,7 @@ libgo_go_objs = \
bytes/index.lo \
cmath/cmath.lo \
crypto/crypto.lo \
+ csv/csv.lo \
ebnf/ebnf.lo \
exec/exec.lo \
expvar/expvar.lo \
@@ -1780,6 +1905,7 @@ libgo_go_objs = \
json/json.lo \
log/log.lo \
math/math.lo \
+ mail/mail.lo \
mime/mime.lo \
net/net.lo \
netchan/netchan.lo \
@@ -1804,6 +1930,7 @@ libgo_go_objs = \
time/time.lo \
try/try.lo \
unicode/unicode.lo \
+ url/url.lo \
utf16/utf16.lo \
utf8/utf8.lo \
websocket/websocket.lo \
@@ -1845,27 +1972,32 @@ libgo_go_objs = \
crypto/x509.lo \
crypto/xtea.lo \
crypto/openpgp/armor.lo \
+ crypto/openpgp/elgamal.lo \
crypto/openpgp/error.lo \
crypto/openpgp/packet.lo \
crypto/openpgp/s2k.lo \
+ crypto/x509/pkix.lo \
debug/dwarf.lo \
debug/elf.lo \
debug/gosym.lo \
debug/macho.lo \
debug/pe.lo \
- debug/proc.lo \
encoding/ascii85.lo \
encoding/base32.lo \
encoding/base64.lo \
encoding/binary.lo \
encoding/git85.lo \
encoding/hex.lo \
- encoding/line.lo \
encoding/pem.lo \
exp/datafmt.lo \
- exp/draw.lo \
- exp/eval.lo \
+ exp/gui.lo \
+ exp/norm.lo \
+ exp/regexp.lo \
+ exp/gui/x11.lo \
+ exp/regexp/syntax.lo \
+ exp/template/html.lo \
go/ast.lo \
+ go/build.lo \
go/doc.lo \
go/parser.lo \
go/printer.lo \
@@ -1882,6 +2014,8 @@ libgo_go_objs = \
http/httptest.lo \
http/pprof.lo \
http/spdy.lo \
+ image/bmp.lo \
+ image/draw.lo \
image/gif.lo \
image/jpeg.lo \
image/png.lo \
@@ -1892,6 +2026,7 @@ libgo_go_objs = \
mime/multipart.lo \
net/dict.lo \
net/textproto.lo \
+ old/template.lo \
$(os_lib_inotify_lo) \
os/user.lo \
os/signal.lo \
@@ -1903,6 +2038,7 @@ libgo_go_objs = \
sync/atomic_c.lo \
syscalls/syscall.lo \
syscalls/errno.lo \
+ template/parse.lo \
testing/testing.lo \
testing/iotest.lo \
testing/quick.lo \
@@ -1967,19 +2103,6 @@ CHECK = \
fi
-# Check a package that is only tested if GCCGO_RUN_ALL_TESTS is set.
-CHECK_ON_REQUEST = \
- if test "$$GCCGO_RUN_ALL_TESTS" != ""; then \
- $(CHECK); \
- else \
- rm -f $@-testsum $@-testlog; \
- echo "Set GCCGO_RUN_ALL_TESTS in environment to run $(@D) test" > $@-testlog; \
- echo "UNTESTED: $(@D)" >> $@-testlog; \
- echo "UNTESTED: $(@D)"; \
- echo "UNTESTED: $(@D)" > $@-testsum; \
- fi
-
-
# Build all packages before checking any.
CHECK_DEPS = libgo.la libgobegin.a \
$(toolexeclibgo_DATA) \
@@ -2022,6 +2145,7 @@ TEST_PACKAGES = \
bufio/check \
bytes/check \
cmath/check \
+ csv/check \
ebnf/check \
exec/check \
expvar/check \
@@ -2030,10 +2154,12 @@ TEST_PACKAGES = \
gob/check \
html/check \
http/check \
+ image/check \
io/check \
json/check \
log/check \
math/check \
+ mail/check \
mime/check \
net/check \
netchan/check \
@@ -2057,6 +2183,7 @@ TEST_PACKAGES = \
time/check \
try/check \
unicode/check \
+ url/check \
utf16/check \
utf8/check \
websocket/check \
@@ -2098,6 +2225,7 @@ TEST_PACKAGES = \
crypto/x509/check \
crypto/xtea/check \
crypto/openpgp/armor/check \
+ crypto/openpgp/elgamal/check \
crypto/openpgp/packet/check \
crypto/openpgp/s2k/check \
debug/dwarf/check \
@@ -2110,12 +2238,14 @@ TEST_PACKAGES = \
encoding/binary/check \
encoding/git85/check \
encoding/hex/check \
- encoding/line/check \
encoding/pem/check \
exp/datafmt/check \
- exp/draw/check \
- exp/eval/check \
+ exp/norm/check \
+ exp/regexp/check \
+ exp/regexp/syntax/check \
+ exp/template/html/check \
go/ast/check \
+ $(go_build_check_omitted_since_it_calls_6g) \
go/parser/check \
go/printer/check \
go/scanner/check \
@@ -2129,6 +2259,7 @@ TEST_PACKAGES = \
http/cgi/check \
http/fcgi/check \
http/spdy/check \
+ image/draw/check \
image/jpeg/check \
image/png/check \
image/tiff/check \
@@ -2137,12 +2268,14 @@ TEST_PACKAGES = \
io/ioutil/check \
mime/multipart/check \
net/textproto/check \
+ old/template/check \
$(os_inotify_check) \
os/user/check \
os/signal/check \
path/filepath/check \
rpc/jsonrpc/check \
sync/atomic/check \
+ template/parse/check \
testing/quick/check \
testing/script/check
@@ -2324,6 +2457,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic-defer.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rand.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-big.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-big.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-small.Plo@am__quote@
@@ -2704,6 +2838,13 @@ go-print.lo: runtime/go-print.c
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__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
+go-rand.lo: runtime/go-rand.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rand.lo -MD -MP -MF $(DEPDIR)/go-rand.Tpo -c -o go-rand.lo `test -f 'runtime/go-rand.c' || echo '$(srcdir)/'`runtime/go-rand.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rand.Tpo $(DEPDIR)/go-rand.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rand.c' object='go-rand.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rand.lo `test -f 'runtime/go-rand.c' || echo '$(srcdir)/'`runtime/go-rand.c
+
go-rec-big.lo: runtime/go-rec-big.c
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-big.lo -MD -MP -MF $(DEPDIR)/go-rec-big.Tpo -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rec-big.Tpo $(DEPDIR)/go-rec-big.Plo
@@ -3206,6 +3347,26 @@ uninstall-toolexeclibgocryptoopenpgpDATA:
test -n "$$files" || exit 0; \
echo " ( cd '$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" && rm -f $$files
+install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgocryptox509dir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)"
+ @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgocryptox509DATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgocryptox509dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgocryptox509dir)" && rm -f $$files
install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
@$(NORMAL_INSTALL)
test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
@@ -3266,6 +3427,66 @@ uninstall-toolexeclibgoexpDATA:
test -n "$$files" || exit 0; \
echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
+install-toolexeclibgoexpguiDATA: $(toolexeclibgoexpgui_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgoexpguidir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpguidir)"
+ @list='$(toolexeclibgoexpgui_DATA)'; test -n "$(toolexeclibgoexpguidir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpguidir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpguidir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgoexpguiDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgoexpgui_DATA)'; test -n "$(toolexeclibgoexpguidir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgoexpguidir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgoexpguidir)" && rm -f $$files
+install-toolexeclibgoexpregexpDATA: $(toolexeclibgoexpregexp_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgoexpregexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpregexpdir)"
+ @list='$(toolexeclibgoexpregexp_DATA)'; test -n "$(toolexeclibgoexpregexpdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpregexpdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpregexpdir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgoexpregexpDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgoexpregexp_DATA)'; test -n "$(toolexeclibgoexpregexpdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgoexpregexpdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgoexpregexpdir)" && rm -f $$files
+install-toolexeclibgoexptemplateDATA: $(toolexeclibgoexptemplate_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgoexptemplatedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexptemplatedir)"
+ @list='$(toolexeclibgoexptemplate_DATA)'; test -n "$(toolexeclibgoexptemplatedir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexptemplatedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexptemplatedir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgoexptemplateDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgoexptemplate_DATA)'; test -n "$(toolexeclibgoexptemplatedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgoexptemplatedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgoexptemplatedir)" && rm -f $$files
install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
@$(NORMAL_INSTALL)
test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
@@ -3426,6 +3647,26 @@ uninstall-toolexeclibgonetDATA:
test -n "$$files" || exit 0; \
echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
+install-toolexeclibgooldDATA: $(toolexeclibgoold_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgoolddir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoolddir)"
+ @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoolddir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoolddir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgooldDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgoolddir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgoolddir)" && rm -f $$files
install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
@$(NORMAL_INSTALL)
test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
@@ -3526,6 +3767,26 @@ uninstall-toolexeclibgosyncDATA:
test -n "$$files" || exit 0; \
echo " ( cd '$(DESTDIR)$(toolexeclibgosyncdir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(toolexeclibgosyncdir)" && rm -f $$files
+install-toolexeclibgotemplateDATA: $(toolexeclibgotemplate_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(toolexeclibgotemplatedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotemplatedir)"
+ @list='$(toolexeclibgotemplate_DATA)'; test -n "$(toolexeclibgotemplatedir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotemplatedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotemplatedir)" || exit $$?; \
+ done
+
+uninstall-toolexeclibgotemplateDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(toolexeclibgotemplate_DATA)'; test -n "$(toolexeclibgotemplatedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(toolexeclibgotemplatedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(toolexeclibgotemplatedir)" && rm -f $$files
install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
@$(NORMAL_INSTALL)
test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
@@ -3863,7 +4124,7 @@ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
config.h
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgoexpdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohttpdir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgorpcdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)"; do \
+ for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" "$(DESTDIR)$(toolexeclibgocryptox509dir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgoexpdir)" "$(DESTDIR)$(toolexeclibgoexpguidir)" "$(DESTDIR)$(toolexeclibgoexpregexpdir)" "$(DESTDIR)$(toolexeclibgoexptemplatedir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohttpdir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgoolddir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgorpcdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotemplatedir)" "$(DESTDIR)$(toolexeclibgotestingdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
@@ -3930,15 +4191,21 @@ install-exec-am: install-multi install-toolexeclibLIBRARIES \
install-toolexeclibgocontainerDATA \
install-toolexeclibgocryptoDATA \
install-toolexeclibgocryptoopenpgpDATA \
+ install-toolexeclibgocryptox509DATA \
install-toolexeclibgodebugDATA \
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
+ install-toolexeclibgoexpguiDATA \
+ install-toolexeclibgoexpregexpDATA \
+ install-toolexeclibgoexptemplateDATA \
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
- install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
- install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
- install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA
+ install-toolexeclibgooldDATA install-toolexeclibgoosDATA \
+ install-toolexeclibgopathDATA install-toolexeclibgorpcDATA \
+ install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
+ install-toolexeclibgotemplateDATA \
+ install-toolexeclibgotestingDATA
install-html: install-html-recursive
@@ -3987,18 +4254,23 @@ uninstall-am: uninstall-toolexeclibLIBRARIES \
uninstall-toolexeclibgocontainerDATA \
uninstall-toolexeclibgocryptoDATA \
uninstall-toolexeclibgocryptoopenpgpDATA \
+ uninstall-toolexeclibgocryptox509DATA \
uninstall-toolexeclibgodebugDATA \
uninstall-toolexeclibgoencodingDATA \
- uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
- uninstall-toolexeclibgohashDATA \
+ uninstall-toolexeclibgoexpDATA \
+ uninstall-toolexeclibgoexpguiDATA \
+ uninstall-toolexeclibgoexpregexpDATA \
+ uninstall-toolexeclibgoexptemplateDATA \
+ uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
uninstall-toolexeclibgohttpDATA \
uninstall-toolexeclibgoimageDATA \
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
- uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
- uninstall-toolexeclibgorpcDATA \
+ uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
+ uninstall-toolexeclibgopathDATA uninstall-toolexeclibgorpcDATA \
uninstall-toolexeclibgoruntimeDATA \
uninstall-toolexeclibgosyncDATA \
+ uninstall-toolexeclibgotemplateDATA \
uninstall-toolexeclibgotestingDATA
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
@@ -4026,39 +4298,50 @@ uninstall-am: uninstall-toolexeclibLIBRARIES \
install-toolexeclibgocontainerDATA \
install-toolexeclibgocryptoDATA \
install-toolexeclibgocryptoopenpgpDATA \
+ install-toolexeclibgocryptox509DATA \
install-toolexeclibgodebugDATA \
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
+ install-toolexeclibgoexpguiDATA \
+ install-toolexeclibgoexpregexpDATA \
+ install-toolexeclibgoexptemplateDATA \
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
- install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
- install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
- install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA \
- installcheck installcheck-am installdirs installdirs-am \
- maintainer-clean maintainer-clean-generic \
- maintainer-clean-multi mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-libtool mostlyclean-local \
- mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
- uninstall uninstall-am uninstall-toolexeclibLIBRARIES \
+ install-toolexeclibgooldDATA install-toolexeclibgoosDATA \
+ install-toolexeclibgopathDATA install-toolexeclibgorpcDATA \
+ install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
+ install-toolexeclibgotemplateDATA \
+ install-toolexeclibgotestingDATA installcheck installcheck-am \
+ installdirs installdirs-am maintainer-clean \
+ maintainer-clean-generic maintainer-clean-multi mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+ mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
+ tags-recursive uninstall uninstall-am \
+ uninstall-toolexeclibLIBRARIES \
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
uninstall-toolexeclibgoarchiveDATA \
uninstall-toolexeclibgocompressDATA \
uninstall-toolexeclibgocontainerDATA \
uninstall-toolexeclibgocryptoDATA \
uninstall-toolexeclibgocryptoopenpgpDATA \
+ uninstall-toolexeclibgocryptox509DATA \
uninstall-toolexeclibgodebugDATA \
uninstall-toolexeclibgoencodingDATA \
- uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
- uninstall-toolexeclibgohashDATA \
+ uninstall-toolexeclibgoexpDATA \
+ uninstall-toolexeclibgoexpguiDATA \
+ uninstall-toolexeclibgoexpregexpDATA \
+ uninstall-toolexeclibgoexptemplateDATA \
+ uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
uninstall-toolexeclibgohttpDATA \
uninstall-toolexeclibgoimageDATA \
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
- uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
- uninstall-toolexeclibgorpcDATA \
+ uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
+ uninstall-toolexeclibgopathDATA uninstall-toolexeclibgorpcDATA \
uninstall-toolexeclibgoruntimeDATA \
uninstall-toolexeclibgosyncDATA \
+ uninstall-toolexeclibgotemplateDATA \
uninstall-toolexeclibgotestingDATA
@@ -4108,14 +4391,15 @@ s-syscall_arch: Makefile
$(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
$(STAMP) $@
-asn1/asn1.lo: $(go_asn1_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \
- strconv.gox strings.gox time.gox
+asn1/asn1.lo: $(go_asn1_files) big.gox bytes.gox fmt.gox io.gox os.gox \
+ reflect.gox strconv.gox strings.gox time.gox
$(BUILDPACKAGE)
asn1/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: asn1/check
-big/big.lo: $(go_big_files) fmt.gox rand.gox strings.gox os.gox
+big/big.lo: $(go_big_files) encoding/binary.gox fmt.gox io.gox os.gox \
+ rand.gox strings.gox
$(BUILDPACKAGE)
big/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4147,6 +4431,13 @@ crypto/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: crypto/check
+csv/csv.lo: $(go_csv_files) bufio.gox bytes.gox fmt.gox io.gox os.gox \
+ strings.gox unicode.gox utf8.gox
+ $(BUILDPACKAGE)
+csv/check: $(CHECK_DEPS)
+ @$(CHECK)
+.PHONY: csv/check
+
ebnf/ebnf.lo: $(go_ebnf_files) container/vector.gox go/scanner.gox \
go/token.gox os.gox strconv.gox unicode.gox utf8.gox
$(BUILDPACKAGE)
@@ -4154,7 +4445,8 @@ ebnf/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: ebnf/check
-exec/exec.lo: $(go_exec_files) os.gox strconv.gox strings.gox
+exec/exec.lo: $(go_exec_files) bytes.gox io.gox os.gox strconv.gox \
+ strings.gox syscall.gox
$(BUILDPACKAGE)
exec/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4202,11 +4494,11 @@ html/check: $(CHECK_DEPS)
.PHONY: html/check
http/http.lo: $(go_http_files) bufio.gox bytes.gox compress/gzip.gox \
- container/vector.gox crypto/rand.gox crypto/tls.gox \
- encoding/base64.gox fmt.gox io.gox io/ioutil.gox log.gox \
+ crypto/rand.gox crypto/tls.gox encoding/base64.gox \
+ encoding/binary.gox fmt.gox io.gox io/ioutil.gox log.gox \
mime.gox mime/multipart.gox net.gox net/textproto.gox os.gox \
- path.gox path/filepath.gox sort.gox strconv.gox strings.gox \
- sync.gox time.gox utf8.gox
+ path.gox path/filepath.gox runtime/debug.gox sort.gox \
+ strconv.gox strings.gox sync.gox time.gox url.gox utf8.gox
$(BUILDPACKAGE)
http/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4224,10 +4516,9 @@ io/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: io/check
-json/json.lo: $(go_json_files) bytes.gox container/vector.gox \
- encoding/base64.gox fmt.gox io.gox math.gox os.gox \
- reflect.gox runtime.gox strconv.gox strings.gox unicode.gox \
- utf16.gox utf8.gox
+json/json.lo: $(go_json_files) bytes.gox encoding/base64.gox fmt.gox io.gox \
+ math.gox os.gox reflect.gox runtime.gox strconv.gox \
+ strings.gox unicode.gox utf16.gox utf8.gox
$(BUILDPACKAGE)
json/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4246,6 +4537,14 @@ math/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: math/check
+mail/mail.lo: $(go_mail_files) bufio.gox bytes.gox encoding/base64.gox \
+ fmt.gox io.gox io/ioutil.gox log.gox net/textproto.gox os.gox \
+ strconv.gox strings.gox time.gox
+ $(BUILDPACKAGE)
+mail/check: $(CHECK_DEPS)
+ @$(CHECK)
+.PHONY: mail/check
+
mime/mime.lo: $(go_mime_files) bufio.gox bytes.gox fmt.gox os.gox strings.gox \
sync.gox unicode.gox
$(BUILDPACKAGE)
@@ -4258,7 +4557,7 @@ net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
syscall.gox time.gox
$(BUILDPACKAGE)
net/check: $(CHECK_DEPS)
- @$(CHECK_ON_REQUEST)
+ @$(CHECK)
.PHONY: net/check
netchan/netchan.lo: $(go_netchan_files) gob.gox io.gox log.gox net.gox os.gox \
@@ -4274,6 +4573,10 @@ os/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: os/check
+signal_unix.go: $(srcdir)/go/os/mkunixsignals.sh sysinfo.go
+ $(SHELL) $(srcdir)/go/os/mkunixsignals.sh sysinfo.go > $@.tmp
+ mv -f $@.tmp $@
+
patch/patch.lo: $(go_patch_files) bytes.gox compress/zlib.gox \
crypto/sha1.gox encoding/git85.gox fmt.gox io.gox os.gox \
path.gox strings.gox
@@ -4336,7 +4639,7 @@ smtp/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: smtp/check
-sort/sort.lo: $(go_sort_files)
+sort/sort.lo: $(go_sort_files) math.gox
$(BUILDPACKAGE)
sort/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4366,7 +4669,7 @@ syslog/syslog.lo: $(go_syslog_files) fmt.gox log.gox net.gox os.gox syscall.gox
syslog/syslog_c.lo: $(go_syslog_c_files) syslog/syslog.lo
$(LTCOMPILE) -c -o $@ $(srcdir)/go/syslog/syslog_c.c
syslog/check: $(CHECK_DEPS)
- @$(CHECK_ON_REQUEST)
+ @$(CHECK)
.PHONY: syslog/check
tabwriter/tabwriter.lo: $(go_tabwriter_files) bytes.gox io.gox os.gox utf8.gox
@@ -4375,15 +4678,17 @@ tabwriter/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: tabwriter/check
-template/template.lo: $(go_template_files) bytes.gox fmt.gox io.gox os.gox \
- reflect.gox runtime.gox strings.gox container/vector.gox
+template/template.lo: $(go_template_files) bytes.gox fmt.gox io.gox \
+ io/ioutil.gox os.gox path/filepath.gox reflect.gox \
+ runtime.gox strings.gox template/parse.gox unicode.gox \
+ url.gox utf8.gox
$(BUILDPACKAGE)
template/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: template/check
testing/testing.lo: $(go_testing_files) flag.gox fmt.gox os.gox regexp.gox \
- runtime.gox runtime/pprof.gox time.gox
+ runtime.gox runtime/pprof.gox strings.gox strconv.gox time.gox
$(BUILDPACKAGE)
testing/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4408,6 +4713,12 @@ unicode/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: unicode/check
+url/url.lo: $(go_url_files) os.gox strconv.gox strings.gox
+ $(BUILDPACKAGE)
+url/check: $(CHECK_DEPS)
+ @$(CHECK)
+.PHONY: url/check
+
utf16/utf16.lo: $(go_utf16_files) unicode.gox
$(BUILDPACKAGE)
utf16/check: $(CHECK_DEPS)
@@ -4421,9 +4732,8 @@ utf8/check: $(CHECK_DEPS)
.PHONY: utf8/check
websocket/websocket.lo: $(go_websocket_files) bufio.gox bytes.gox \
- container/vector.gox crypto/md5.gox crypto/tls.gox \
- encoding/binary.gox fmt.gox http.gox io.gox net.gox os.gox \
- rand.gox strings.gox
+ crypto/md5.gox crypto/tls.gox encoding/binary.gox fmt.gox \
+ http.gox io.gox net.gox os.gox rand.gox strings.gox url.gox
$(BUILDPACKAGE)
websocket/check: $(CHECK_DEPS)
@$(CHECK)
@@ -4444,9 +4754,9 @@ archive/tar/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: archive/tar/check
-archive/zip.lo: $(go_archive_zip_files) bufio.gox bytes.gox \
- compress/flate.gox hash.gox hash/crc32.gox \
- encoding/binary.gox io.gox io/ioutil.gox os.gox
+archive/zip.lo: $(go_archive_zip_files) bufio.gox compress/flate.gox \
+ encoding/binary.gox hash.gox hash/crc32.gox \
+ encoding/binary.gox io.gox io/ioutil.gox os.gox time.gox
$(BUILDPACKAGE)
archive/zip/check: $(CHECK_DEPS)
@$(MKDIR_P) archive/zip
@@ -4599,25 +4909,27 @@ crypto/md5/check: $(CHECK_DEPS)
.PHONY: crypto/md5/check
crypto/ocsp.lo: $(go_crypto_ocsp_files) asn1.gox crypto.gox crypto/rsa.gox \
- crypto/sha1.gox crypto/x509.gox os.gox time.gox
+ crypto/sha1.gox crypto/x509.gox crypto/x509/pkix.gox os.gox \
+ time.gox
$(BUILDPACKAGE)
crypto/ocsp/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/ocsp
@$(CHECK)
.PHONY: crypto/ocsp/check
-crypto/openpgp.lo: $(go_crypto_openpgp_files) crypto.gox crypto/dsa.gox \
+crypto/openpgp.lo: $(go_crypto_openpgp_files) crypto.gox \
crypto/openpgp/armor.gox crypto/openpgp/error.gox \
- crypto/openpgp/packet.gox crypto/rsa.gox crypto/sha256.gox \
- hash.gox io.gox os.gox strconv.gox time.gox
+ crypto/openpgp/packet.gox crypto/openpgp/s2k.gox \
+ crypto/rand.gox crypto/rsa.gox crypto/sha256.gox hash.gox \
+ io.gox os.gox strconv.gox time.gox
$(BUILDPACKAGE)
crypto/openpgp/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/openpgp
@$(CHECK)
.PHONY: crypto/openpgp/check
-crypto/rand.lo: $(go_crypto_rand_files) bufio.gox crypto/aes.gox io.gox \
- os.gox sync.gox time.gox
+crypto/rand.lo: $(go_crypto_rand_files) big.gox bufio.gox crypto/aes.gox \
+ io.gox os.gox sync.gox time.gox
$(BUILDPACKAGE)
crypto/rand/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/rand
@@ -4638,8 +4950,9 @@ crypto/ripemd160/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: crypto/ripemd160/check
-crypto/rsa.lo: $(go_crypto_rsa_files) big.gox crypto.gox crypto/sha1.gox \
- crypto/subtle.gox encoding/hex.gox hash.gox io.gox os.gox
+crypto/rsa.lo: $(go_crypto_rsa_files) big.gox crypto.gox crypto/rand.gox \
+ crypto/sha1.gox crypto/subtle.gox encoding/hex.gox hash.gox \
+ io.gox os.gox
$(BUILDPACKAGE)
crypto/rsa/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/rsa
@@ -4678,9 +4991,9 @@ crypto/tls.lo: $(go_crypto_tls_files) big.gox bytes.gox crypto.gox \
crypto/aes.gox crypto/cipher.gox crypto/elliptic.gox \
crypto/hmac.gox crypto/md5.gox crypto/rand.gox crypto/rc4.gox \
crypto/rsa.gox crypto/sha1.gox crypto/subtle.gox \
- crypto/x509.gox encoding/pem.gox hash.gox io.gox \
- io/ioutil.gox net.gox os.gox strconv.gox strings.gox sync.gox \
- time.gox
+ crypto/x509.gox crypto/x509/pkix.gox encoding/pem.gox \
+ hash.gox io.gox io/ioutil.gox net.gox os.gox strconv.gox \
+ strings.gox sync.gox time.gox
$(BUILDPACKAGE)
crypto/tls/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/tls
@@ -4694,9 +5007,9 @@ crypto/twofish/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: crypto/twofish/check
-crypto/x509.lo: $(go_crypto_x509_files) asn1.gox big.gox bytes.gox \
- container/vector.gox crypto.gox crypto/rsa.gox \
- crypto/sha1.gox encoding/pem.gox hash.gox os.gox strings.gox \
+crypto/x509.lo: $(go_crypto_x509_files) asn1.gox big.gox bytes.gox crypto.gox \
+ crypto/dsa.gox crypto/rsa.gox crypto/sha1.gox \
+ crypto/x509/pkix.gox encoding/pem.gox os.gox strings.gox \
time.gox
$(BUILDPACKAGE)
crypto/x509/check: $(CHECK_DEPS)
@@ -4719,6 +5032,14 @@ crypto/openpgp/armor/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: crypto/openpgp/armor/check
+crypto/openpgp/elgamal.lo: $(go_crypto_openpgp_elgamal_files) big.gox \
+ crypto/rand.gox crypto/subtle.gox io.gox os.gox
+ $(BUILDPACKAGE)
+crypto/openpgp/elgamal/check: $(CHECK_DEPS)
+ @$(MKDIR_P) crypto/openpgp/elgamal
+ @$(CHECK)
+.PHONY: crypto/openpgp/elgamal/check
+
crypto/openpgp/error.lo: $(go_crypto_openpgp_error_files) strconv.gox
$(BUILDPACKAGE)
crypto/openpgp/error/check: $(CHECK_DEPS)
@@ -4729,9 +5050,10 @@ crypto/openpgp/error/check: $(CHECK_DEPS)
crypto/openpgp/packet.lo: $(go_crypto_openpgp_packet_files) big.gox bytes.gox \
compress/flate.gox compress/zlib.gox crypto.gox \
crypto/aes.gox crypto/cast5.gox crypto/cipher.gox \
- crypto/dsa.gox crypto/openpgp/error.gox \
- crypto/openpgp/s2k.gox crypto/rand.gox crypto/rsa.gox \
- crypto/sha1.gox crypto/subtle.gox encoding/binary.gox fmt.gox \
+ crypto/dsa.gox crypto/openpgp/elgamal.gox \
+ crypto/openpgp/error.gox crypto/openpgp/s2k.gox \
+ crypto/rand.gox crypto/rsa.gox crypto/sha1.gox \
+ crypto/subtle.gox encoding/binary.gox fmt.gox \
hash.gox io.gox io/ioutil.gox os.gox strconv.gox strings.gox
$(BUILDPACKAGE)
crypto/openpgp/packet/check: $(CHECK_DEPS)
@@ -4740,15 +5062,22 @@ crypto/openpgp/packet/check: $(CHECK_DEPS)
.PHONY: crypto/openpgp/packet/check
crypto/openpgp/s2k.lo: $(go_crypto_openpgp_s2k_files) crypto.gox \
- crypto/md5.gox crypto/openpgp/error.gox crypto/ripemd160.gox \
- crypto/sha1.gox crypto/sha256.gox crypto/sha512.gox hash.gox \
- io.gox os.gox
+ crypto/md5.gox crypto/openpgp/error.gox crypto/rand.gox \
+ crypto/ripemd160.gox crypto/sha1.gox crypto/sha256.gox \
+ crypto/sha512.gox hash.gox io.gox os.gox
$(BUILDPACKAGE)
crypto/openpgp/s2k/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/openpgp/s2k
@$(CHECK)
.PHONY: crypto/openpgp/s2k/check
+crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files) asn1.gox big.gox time.gox
+ $(BUILDPACKAGE)
+crypto/x509/pkix/check: $(CHECK_DEPS)
+ @$(MKDIR_P) crypto/x509/pkix
+ @$(CHECK)
+.PHONY: crypto/x509/pkix/check
+
debug/dwarf.lo: $(go_debug_dwarf_files) encoding/binary.gox os.gox strconv.gox
$(BUILDPACKAGE)
debug/dwarf/check: $(CHECK_DEPS)
@@ -4788,15 +5117,6 @@ debug/pe/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: debug/pe/check
-debug/proc.lo: $(go_debug_proc_files) container/vector.gox fmt.gox \
- io/ioutil.gox os.gox runtime.gox strconv.gox strings.gox \
- sync.gox syscall.gox
- $(BUILDPACKAGE)
-debug/proc/check: $(CHECK_DEPS)
- @$(MKDIR_P) debug/proc
- @$(CHECK)
-.PHONY: debug/proc/check
-
encoding/ascii85.lo: $(go_encoding_ascii85_files) io.gox os.gox strconv.gox
$(BUILDPACKAGE)
encoding/ascii85/check: $(CHECK_DEPS)
@@ -4834,20 +5154,13 @@ encoding/git85/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: encoding/git85/check
-encoding/hex.lo: $(go_encoding_hex_files) os.gox strconv.gox
+encoding/hex.lo: $(go_encoding_hex_files) bytes.gox io.gox os.gox strconv.gox
$(BUILDPACKAGE)
encoding/hex/check: $(CHECK_DEPS)
@$(MKDIR_P) encoding/hex
@$(CHECK)
.PHONY: encoding/hex/check
-encoding/line.lo: $(go_encoding_line_files) io.gox os.gox
- $(BUILDPACKAGE)
-encoding/line/check: $(CHECK_DEPS)
- @$(MKDIR_P) encoding/line
- @$(CHECK)
-.PHONY: encoding/line/check
-
encoding/pem.lo: $(go_encoding_pem_files) bytes.gox encoding/base64.gox
$(BUILDPACKAGE)
encoding/pem/check: $(CHECK_DEPS)
@@ -4855,39 +5168,87 @@ encoding/pem/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: encoding/pem/check
-exp/datafmt.lo: $(go_exp_datafmt_files) bytes.gox container/vector.gox \
- fmt.gox go/scanner.gox go/token.gox io.gox os.gox reflect.gox \
- runtime.gox strconv.gox strings.gox
+exp/datafmt.lo: $(go_exp_datafmt_files) bytes.gox fmt.gox go/scanner.gox \
+ go/token.gox io.gox os.gox reflect.gox runtime.gox \
+ strconv.gox strings.gox
$(BUILDPACKAGE)
exp/datafmt/check: $(CHECK_DEPS)
@$(MKDIR_P) exp/datafmt
@$(CHECK)
.PHONY: exp/datafmt/check
-exp/draw.lo: $(go_exp_draw_files) image.gox image/ycbcr.gox os.gox
+exp/gui.lo: $(go_exp_gui_files) image.gox image/draw.gox os.gox
+ $(BUILDPACKAGE)
+exp/gui/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/gui
+ @$(CHECK)
+.PHONY: exp/gui/check
+
+exp/norm.lo: $(go_exp_norm_files) utf8.gox
+ $(BUILDPACKAGE)
+exp/norm/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/norm
+ @$(CHECK)
+.PHONY: exp/norm/check
+
+exp/regexp.lo: $(go_exp_regexp_files) bytes.gox exp/regexp/syntax.gox io.gox \
+ os.gox strings.gox sync.gox utf8.gox
+ $(BUILDPACKAGE)
+exp/regexp/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/regexp
+ @$(CHECK)
+.PHONY: exp/regexp/check
+
+exp/gui/x11.lo: $(go_exp_gui_x11_files) bufio.gox exp/gui.gox image.gox \
+ image/draw.gox io.gox log.gox net.gox os.gox strconv.gox \
+ strings.gox time.gox
+ $(BUILDPACKAGE)
+exp/gui/x11/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/gui/x11
+ @$(CHECK)
+.PHONY: exp/gui/x11/check
+
+exp/regexp/syntax.lo: $(go_exp_regexp_syntax_files) bytes.gox os.gox sort.gox strconv.gox strings.gox unicode.gox utf8.gox
$(BUILDPACKAGE)
-exp/draw/check: $(CHECK_DEPS)
- @$(MKDIR_P) exp/draw
+exp/regexp/syntax/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/regexp/syntax
@$(CHECK)
-.PHONY: exp/draw/check
+.PHONY: exp/regexp/syntax/check
-exp/eval.lo: $(go_exp_eval_files) big.gox go/ast.gox go/parser.gox \
- go/scanner.gox go/token.gox fmt.gox log.gox strconv.gox \
- strings.gox os.gox reflect.gox runtime.gox sort.gox template.gox
+exp/template/html.lo: $(go_exp_template_html_files) fmt.gox template.gox \
+ template/parse.gox
$(BUILDPACKAGE)
-exp/eval/check: $(CHECK_DEPS)
- @$(MKDIR_P) exp/eval
+exp/template/html/check: $(CHECK_DEPS)
+ @$(MKDIR_P) exp/template/html
@$(CHECK)
-.PHONY: exp/eval/check
+.PHONY: exp/template/html/check
go/ast.lo: $(go_go_ast_files) bytes.gox fmt.gox go/scanner.gox go/token.gox \
- io.gox os.gox reflect.gox unicode.gox utf8.gox
+ io.gox os.gox reflect.gox strconv.gox unicode.gox utf8.gox
$(BUILDPACKAGE)
go/ast/check: $(CHECK_DEPS)
@$(MKDIR_P) go/ast
@$(CHECK)
.PHONY: go/ast/check
+go/build.lo: $(go_go_build_files) bytes.gox exec.gox fmt.gox go/parser.gox \
+ go/token.gox log.gox os.gox path/filepath.gox regexp.gox \
+ runtime.gox strconv.gox strings.gox runtime.gox
+ $(BUILDPACKAGE)
+go/build/check: $(CHECK_DEPS)
+ @$(MKDIR_P) go/build
+ @$(CHECK)
+.PHONY: go/build/check
+
+syslist.go: s-syslist; @true
+s-syslist: Makefile
+ echo '// Generated automatically by make.' >syslist.go.tmp
+ echo 'package build' >>syslist.go.tmp
+ echo 'const goosList = "$(GOOS)"' >>syslist.go.tmp
+ echo 'const goarchList = "$(GOARCH)"' >>syslist.go.tmp
+ $(SHELL) $(srcdir)/../move-if-change syslist.go.tmp syslist.go
+ $(STAMP) $@
+
go/doc.lo: $(go_go_doc_files) go/ast.gox go/token.gox io.gox regexp.gox \
sort.gox strings.gox template.gox
$(BUILDPACKAGE)
@@ -4914,9 +5275,9 @@ go/printer/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: go/printer/check
-go/scanner.lo: $(go_go_scanner_files) bytes.gox container/vector.gox fmt.gox \
- go/token.gox io.gox os.gox path/filepath.gox sort.gox \
- strconv.gox unicode.gox utf8.gox
+go/scanner.lo: $(go_go_scanner_files) bytes.gox fmt.gox go/token.gox io.gox \
+ os.gox path/filepath.gox sort.gox strconv.gox unicode.gox \
+ utf8.gox
$(BUILDPACKAGE)
go/scanner/check: $(CHECK_DEPS)
@$(MKDIR_P) go/scanner
@@ -4940,7 +5301,7 @@ go/typechecker/check: $(CHECK_DEPS)
go/types.lo: $(go_go_types_files) big.gox bufio.gox fmt.gox go/ast.gox \
go/token.gox io.gox os.gox path/filepath.gox runtime.gox \
- scanner.gox strconv.gox strings.gox
+ scanner.gox sort.gox strconv.gox strings.gox
$(BUILDPACKAGE)
go/types/check: $(CHECK_DEPS)
@$(MKDIR_P) go/types
@@ -4954,7 +5315,7 @@ hash/adler32/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: hash/adler32/check
-hash/crc32.lo: $(go_hash_crc32_files) hash.gox os.gox
+hash/crc32.lo: $(go_hash_crc32_files) hash.gox os.gox sync.gox
$(BUILDPACKAGE)
hash/crc32/check: $(CHECK_DEPS)
@$(MKDIR_P) hash/crc32
@@ -4975,10 +5336,9 @@ hash/fnv/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: hash/fnv/check
-http/cgi.lo: $(go_http_cgi_files) bufio.gox bytes.gox crypto/tls.gox \
- exec.gox fmt.gox http.gox net.gox io.gox io/ioutil.gox \
- log.gox os.gox path/filepath.gox regexp.gox strconv.gox \
- strings.gox
+http/cgi.lo: $(go_http_cgi_files) bufio.gox crypto/tls.gox exec.gox fmt.gox \
+ http.gox net.gox io.gox io/ioutil.gox log.gox os.gox \
+ path/filepath.gox regexp.gox strconv.gox strings.gox url.gox
$(BUILDPACKAGE)
http/cgi/check: $(CHECK_DEPS)
@$(MKDIR_P) http/cgi
@@ -4995,7 +5355,8 @@ http/fcgi/check: $(CHECK_DEPS)
.PHONY: http/fcgi/check
http/httptest.lo: $(go_http_httptest_files) bytes.gox crypto/rand.gox \
- crypto/tls.gox fmt.gox http.gox net.gox os.gox time.gox
+ crypto/tls.gox flag.gox fmt.gox http.gox net.gox os.gox \
+ time.gox
$(BUILDPACKAGE)
http/httptest/check: $(CHECK_DEPS)
@$(MKDIR_P) http/httptest
@@ -5019,6 +5380,20 @@ http/spdy/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: http/spdy/check
+image/bmp.lo: $(go_image_bmp_files) image.gox io.gox os.gox
+ $(BUILDPACKAGE)
+image/bmp/check: $(CHECK_DEPS)
+ @$(MKDIR_P) image/bmp
+ @$(CHECK)
+.PHONY: image/bmp/check
+
+image/draw.lo: $(go_image_draw_files) image.gox image/ycbcr.gox
+ $(BUILDPACKAGE)
+image/draw/check: $(CHECK_DEPS)
+ @$(MKDIR_P) image/draw
+ @$(CHECK)
+.PHONY: image/draw/check
+
image/gif.lo: $(go_image_gif_files) bufio.gox compress/lzw.gox fmt.gox \
image.gox io.gox os.gox
$(BUILDPACKAGE)
@@ -5074,28 +5449,36 @@ io/ioutil/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: io/ioutil/check
-mime/multipart.lo: $(go_mime_multipart_files) bufio.gox bytes.gox fmt.gox \
- io.gox io/ioutil.gox mime.gox net/textproto.gox os.gox \
- regexp.gox
+mime/multipart.lo: $(go_mime_multipart_files) bufio.gox bytes.gox \
+ crypto/rand.gox fmt.gox io.gox io/ioutil.gox mime.gox \
+ net/textproto.gox os.gox strings.gox
$(BUILDPACKAGE)
mime/multipart/check: $(CHECK_DEPS)
@$(MKDIR_P) mime/multipart
@$(CHECK)
.PHONY: mime/multipart/check
-net/dict.lo: $(go_net_dict_files) container/vector.gox net/textproto.gox \
- os.gox strconv.gox strings.gox
+net/dict.lo: $(go_net_dict_files) net/textproto.gox os.gox strconv.gox \
+ strings.gox
$(BUILDPACKAGE)
-net/textproto.lo: $(go_net_textproto_files) bufio.gox bytes.gox \
- container/vector.gox fmt.gox io.gox io/ioutil.gox net.gox \
- os.gox strconv.gox sync.gox
+net/textproto.lo: $(go_net_textproto_files) bufio.gox bytes.gox fmt.gox \
+ io.gox io/ioutil.gox net.gox os.gox strconv.gox sync.gox
$(BUILDPACKAGE)
net/textproto/check: $(CHECK_DEPS)
@$(MKDIR_P) net/textproto
@$(CHECK)
.PHONY: net/textproto/check
+old/template.lo: $(go_old_template_files) bytes.gox fmt.gox io.gox \
+ io/ioutil.gox os.gox reflect.gox strconv.gox strings.gox \
+ unicode.gox utf8.gox
+ $(BUILDPACKAGE)
+old/template/check: $(CHECK_DEPS)
+ @$(MKDIR_P) old/template
+ @$(CHECK)
+.PHONY: old/template/check
+
os/inotify.lo: $(go_os_inotify_files) fmt.gox os.gox strings.gox syscall.gox
$(BUILDPACKAGE)
os/inotify/check: $(CHECK_DEPS)
@@ -5111,19 +5494,15 @@ os/user/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: os/user/check
-os/signal.lo: $(go_os_signal_files) runtime.gox strconv.gox
+os/signal.lo: $(go_os_signal_files) os.gox runtime.gox
$(BUILDPACKAGE)
os/signal/check: $(CHECK_DEPS)
@$(MKDIR_P) os/signal
@$(CHECK)
.PHONY: os/signal/check
-unix.go: $(srcdir)/go/os/signal/mkunix.sh sysinfo.go
- $(SHELL) $(srcdir)/go/os/signal/mkunix.sh sysinfo.go > $@.tmp
- mv -f $@.tmp $@
-
-path/filepath.lo: $(go_path_filepath_files) bytes.gox os.gox sort.gox \
- strings.gox utf8.gox
+path/filepath.lo: $(go_path_filepath_files) bytes.gox os.gox runtime.gox \
+ sort.gox strings.gox utf8.gox
$(BUILDPACKAGE)
path/filepath/check: $(CHECK_DEPS)
@$(MKDIR_P) path/filepath
@@ -5163,6 +5542,14 @@ sync/atomic/check: $(CHECK_DEPS)
@$(CHECK)
.PHONY: sync/atomic/check
+template/parse.lo: $(go_template_parse_files) bytes.gox fmt.gox os.gox \
+ runtime.gox strconv.gox strings.gox unicode.gox utf8.gox
+ $(BUILDPACKAGE)
+template/parse/check: $(CHECK_DEPS)
+ @$(MKDIR_P) template/parse
+ @$(CHECK)
+.PHONY: template/parse/check
+
testing/iotest.lo: $(go_testing_iotest_files) io.gox log.gox os.gox
$(BUILDPACKAGE)
testing/iotest/check: $(CHECK_DEPS)
@@ -5209,6 +5596,8 @@ cmath.gox: cmath/cmath.lo
$(BUILDGOX)
crypto.gox: crypto/crypto.lo
$(BUILDGOX)
+csv.gox: csv/csv.lo
+ $(BUILDGOX)
ebnf.gox: ebnf/ebnf.lo
$(BUILDGOX)
exec.gox: exec/exec.lo
@@ -5237,6 +5626,8 @@ log.gox: log/log.lo
$(BUILDGOX)
math.gox: math/math.lo
$(BUILDGOX)
+mail.gox: mail/mail.lo
+ $(BUILDGOX)
mime.gox: mime/mime.lo
$(BUILDGOX)
net.gox: net/net.lo
@@ -5287,6 +5678,8 @@ try.gox: try/try.lo
$(BUILDGOX)
unicode.gox: unicode/unicode.lo
$(BUILDGOX)
+url.gox: url/url.lo
+ $(BUILDGOX)
utf16.gox: utf16/utf16.lo
$(BUILDGOX)
utf8.gox: utf8/utf8.lo
@@ -5374,6 +5767,8 @@ crypto/xtea.gox: crypto/xtea.lo
crypto/openpgp/armor.gox: crypto/openpgp/armor.lo
$(BUILDGOX)
+crypto/openpgp/elgamal.gox: crypto/openpgp/elgamal.lo
+ $(BUILDGOX)
crypto/openpgp/error.gox: crypto/openpgp/error.lo
$(BUILDGOX)
crypto/openpgp/packet.gox: crypto/openpgp/packet.lo
@@ -5381,6 +5776,9 @@ crypto/openpgp/packet.gox: crypto/openpgp/packet.lo
crypto/openpgp/s2k.gox: crypto/openpgp/s2k.lo
$(BUILDGOX)
+crypto/x509/pkix.gox: crypto/x509/pkix.lo
+ $(BUILDGOX)
+
debug/dwarf.gox: debug/dwarf.lo
$(BUILDGOX)
debug/elf.gox: debug/elf.lo
@@ -5391,8 +5789,6 @@ debug/macho.gox: debug/macho.lo
$(BUILDGOX)
debug/pe.gox: debug/pe.lo
$(BUILDGOX)
-debug/proc.gox: debug/proc.lo
- $(BUILDGOX)
encoding/ascii85.gox: encoding/ascii85.lo
$(BUILDGOX)
@@ -5406,20 +5802,31 @@ encoding/git85.gox: encoding/git85.lo
$(BUILDGOX)
encoding/hex.gox: encoding/hex.lo
$(BUILDGOX)
-encoding/line.gox: encoding/line.lo
- $(BUILDGOX)
encoding/pem.gox: encoding/pem.lo
$(BUILDGOX)
exp/datafmt.gox: exp/datafmt.lo
$(BUILDGOX)
-exp/draw.gox: exp/draw.lo
+exp/gui.gox: exp/gui.lo
$(BUILDGOX)
-exp/eval.gox: exp/eval.lo
+exp/norm.gox: exp/norm.lo
+ $(BUILDGOX)
+exp/regexp.gox: exp/regexp.lo
+ $(BUILDGOX)
+
+exp/gui/x11.gox: exp/gui/x11.lo
+ $(BUILDGOX)
+
+exp/regexp/syntax.gox: exp/regexp/syntax.lo
+ $(BUILDGOX)
+
+exp/template/html.gox: exp/template/html.lo
$(BUILDGOX)
go/ast.gox: go/ast.lo
$(BUILDGOX)
+go/build.gox: go/build.lo
+ $(BUILDGOX)
go/doc.gox: go/doc.lo
$(BUILDGOX)
go/parser.gox: go/parser.lo
@@ -5455,6 +5862,10 @@ http/pprof.gox: http/pprof.lo
http/spdy.gox: http/spdy.lo
$(BUILDGOX)
+image/bmp.gox: image/bmp.lo
+ $(BUILDGOX)
+image/draw.gox: image/draw.lo
+ $(BUILDGOX)
image/gif.gox: image/gif.lo
$(BUILDGOX)
image/jpeg.gox: image/jpeg.lo
@@ -5480,6 +5891,9 @@ net/dict.gox: net/dict.lo
net/textproto.gox: net/textproto.lo
$(BUILDGOX)
+old/template.gox: old/template.lo
+ $(BUILDGOX)
+
os/inotify.gox: os/inotify.lo
$(BUILDGOX)
os/user.gox: os/user.lo
@@ -5501,6 +5915,9 @@ runtime/pprof.gox: runtime/pprof.lo
sync/atomic.gox: sync/atomic.lo
$(BUILDGOX)
+template/parse.gox: template/parse.lo
+ $(BUILDGOX)
+
testing/iotest.gox: testing/iotest.lo
$(BUILDGOX)
testing/quick.gox: testing/quick.lo
OpenPOWER on IntegriCloud