1 # Makefile.am -- Go library Makefile.
3 # Copyright 2009 The Go Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style
5 # license that can be found in the LICENSE file.
7 # Process this file with autoreconf to produce Makefile.in.
10 SUFFIXES = .c .go .gox .o .obj .lo .a
18 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
20 MAINT_CHARSET = latin1
22 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
23 PWD_COMMAND = $${PWDCMD-pwd}
24 STAMP = echo timestamp >
26 toolexecdir = $(glibgo_toolexecdir)
27 toolexeclibdir = $(glibgo_toolexeclibdir)
28 toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
31 LIBFFIINCS = @LIBFFIINCS@
33 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
35 # -I/-D flags to pass when compiling.
36 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
38 ACLOCAL_AMFLAGS = -I ./config -I ../config
40 AM_CFLAGS = -fexceptions -fplan9-extensions $(SPLIT_STACK) $(WARN_CFLAGS) \
41 $(STRINGOPS_FLAG) $(OSCFLAGS) \
42 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
43 -I $(MULTIBUILDTOP)../../gcc/include
46 AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
52 # Work around what appears to be a GNU make handling MAKEFLAGS
53 # values defined in terms of make variables, as is the case for CC and
54 # friends when we are called from the top level Makefile.
56 "AR_FLAGS=$(AR_FLAGS)" \
57 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
58 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
60 "CXXFLAGS=$(CXXFLAGS)" \
61 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
62 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
63 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
65 "GOCFLAGS=$(GOCFLAGS)" \
66 "INSTALL=$(INSTALL)" \
67 "INSTALL_DATA=$(INSTALL_DATA)" \
68 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
69 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
70 "LDFLAGS=$(LDFLAGS)" \
71 "LIBCFLAGS=$(LIBCFLAGS)" \
72 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
74 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
75 "PICFLAG=$(PICFLAG)" \
76 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
78 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
79 "exec_prefix=$(exec_prefix)" \
80 "infodir=$(infodir)" \
82 "includedir=$(includedir)" \
84 "tooldir=$(tooldir)" \
85 "gxx_include_dir=$(gxx_include_dir)" \
91 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
92 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
93 "DESTDIR=$(DESTDIR)" \
96 # Subdir rules rely on $(FLAGS_TO_PASS)
97 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
99 toolexeclib_LTLIBRARIES = libgo.la
100 toolexeclib_LIBRARIES = libgobegin.a
102 toolexeclibgo_DATA = \
132 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
134 toolexeclibgoarchive_DATA = \
138 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
140 toolexeclibgocompress_DATA = \
147 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
149 toolexeclibgocontainer_DATA = \
154 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
156 toolexeclibgocrypto_DATA = \
162 crypto/elliptic.gox \
175 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
177 toolexeclibgocryptox509_DATA = \
180 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
182 toolexeclibgodatabase_DATA = \
185 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
187 toolexeclibgodatabasesql_DATA = \
188 database/sql/driver.gox
190 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
192 toolexeclibgodebug_DATA = \
199 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
201 toolexeclibgoencoding_DATA = \
202 encoding/ascii85.gox \
204 encoding/base32.gox \
205 encoding/base64.gox \
206 encoding/binary.gox \
215 # exp_inotify_gox = exp/inotify.gox
221 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
223 toolexeclibgoexp_DATA = \
234 toolexeclibgoexphtmldir = $(toolexeclibgoexpdir)/html
236 toolexeclibgoexphtml_DATA = \
239 toolexeclibgoexplocaledir = $(toolexeclibgoexpdir)/locale
241 toolexeclibgoexplocale_DATA = \
242 exp/locale/collate.gox
244 toolexeclibgoexplocalecollatedir = $(toolexeclibgoexplocaledir)/collate
246 toolexeclibgoexplocalecollate_DATA = \
247 exp/locale/collate/build.gox
249 toolexeclibgogodir = $(toolexeclibgodir)/go
251 toolexeclibgogo_DATA = \
262 toolexeclibgohashdir = $(toolexeclibgodir)/hash
264 toolexeclibgohash_DATA = \
270 toolexeclibgohtmldir = $(toolexeclibgodir)/html
272 toolexeclibgohtml_DATA = \
275 toolexeclibgoimagedir = $(toolexeclibgodir)/image
277 toolexeclibgoimage_DATA = \
284 toolexeclibgoindexdir = $(toolexeclibgodir)/index
286 toolexeclibgoindex_DATA = \
287 index/suffixarray.gox
289 toolexeclibgoiodir = $(toolexeclibgodir)/io
291 toolexeclibgoio_DATA = \
294 toolexeclibgologdir = $(toolexeclibgodir)/log
296 toolexeclibgolog_DATA = \
299 toolexeclibgomathdir = $(toolexeclibgodir)/math
301 toolexeclibgomath_DATA = \
306 toolexeclibgomimedir = $(toolexeclibgodir)/mime
308 toolexeclibgomime_DATA = \
311 toolexeclibgonetdir = $(toolexeclibgodir)/net
313 toolexeclibgonet_DATA = \
321 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
323 toolexeclibgonethttp_DATA = \
326 net/http/httptest.gox \
327 net/http/httputil.gox \
330 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
332 toolexeclibgonetrpc_DATA = \
335 toolexeclibgoolddir = $(toolexeclibgodir)/old
337 toolexeclibgoold_DATA = \
342 toolexeclibgoosdir = $(toolexeclibgodir)/os
344 toolexeclibgoos_DATA = \
349 toolexeclibgopathdir = $(toolexeclibgodir)/path
351 toolexeclibgopath_DATA = \
354 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
356 toolexeclibgoregexp_DATA = \
359 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
361 toolexeclibgoruntime_DATA = \
365 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
367 toolexeclibgosync_DATA = \
370 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
372 toolexeclibgotesting_DATA = \
376 toolexeclibgotextdir = $(toolexeclibgodir)/text
378 toolexeclibgotext_DATA = \
383 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
385 toolexeclibgotexttemplate_DATA = \
386 text/template/parse.gox
388 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
390 toolexeclibgounicode_DATA = \
395 runtime_mem_file = runtime/mem.c
397 runtime_mem_file = runtime/mem_posix_memalign.c
401 rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
403 rtems_task_variable_add_file =
407 runtime_lock_files = runtime/lock_futex.c runtime/thread-linux.c
409 runtime_lock_files = runtime/lock_sema.c runtime/thread-sema.c
413 runtime_getncpu_file = runtime/getncpu-linux.c
416 runtime_getncpu_file = runtime/getncpu-bsd.c
419 runtime_getncpu_file = runtime/getncpu-irix.c
422 runtime_getncpu_file = runtime/getncpu-solaris.c
425 runtime_getncpu_file = runtime/getncpu-bsd.c
428 runtime_getncpu_file = runtime/getncpu-bsd.c
430 runtime_getncpu_file = runtime/getncpu-none.c
439 runtime/go-append.c \
440 runtime/go-assert.c \
441 runtime/go-assert-interface.c \
442 runtime/go-byte-array-to-string.c \
443 runtime/go-breakpoint.c \
444 runtime/go-caller.c \
445 runtime/go-callers.c \
446 runtime/go-can-convert-interface.c \
448 runtime/go-check-interface.c \
449 runtime/go-construct-map.c \
450 runtime/go-convert-interface.c \
453 runtime/go-deferred-recover.c \
454 runtime/go-eface-compare.c \
455 runtime/go-eface-val-compare.c \
456 runtime/go-fieldtrack.c \
457 runtime/go-getgoroot.c \
458 runtime/go-int-array-to-string.c \
459 runtime/go-int-to-string.c \
460 runtime/go-interface-compare.c \
461 runtime/go-interface-eface-compare.c \
462 runtime/go-interface-val-compare.c \
463 runtime/go-make-slice.c \
464 runtime/go-map-delete.c \
465 runtime/go-map-index.c \
466 runtime/go-map-len.c \
467 runtime/go-map-range.c \
468 runtime/go-matherr.c \
469 runtime/go-memcmp.c \
470 runtime/go-nanotime.c \
472 runtime/go-new-map.c \
477 runtime/go-recover.c \
478 runtime/go-reflect-call.c \
479 runtime/go-reflect-map.c \
481 runtime/go-runtime-error.c \
482 runtime/go-setenv.c \
483 runtime/go-signal.c \
484 runtime/go-strcmp.c \
485 runtime/go-string-to-byte-array.c \
486 runtime/go-string-to-int-array.c \
487 runtime/go-strplus.c \
488 runtime/go-strslice.c \
489 runtime/go-traceback.c \
490 runtime/go-trampoline.c \
491 runtime/go-type-complex.c \
492 runtime/go-type-eface.c \
493 runtime/go-type-error.c \
494 runtime/go-type-float.c \
495 runtime/go-type-identity.c \
496 runtime/go-type-interface.c \
497 runtime/go-type-string.c \
498 runtime/go-typedesc-equal.c \
499 runtime/go-typestring.c \
500 runtime/go-unsafe-new.c \
501 runtime/go-unsafe-newarray.c \
502 runtime/go-unsafe-pointer.c \
503 runtime/go-unwind.c \
506 runtime/env_posix.c \
508 $(runtime_lock_files) \
511 $(runtime_mem_file) \
513 runtime/mfixalloc.c \
522 runtime/signal_unix.c \
525 $(rtems_task_variable_add_file) \
536 $(runtime_getncpu_file)
538 goc2c.$(OBJEXT): runtime/goc2c.c
539 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
541 goc2c: goc2c.$(OBJEXT)
542 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
544 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
548 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
552 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
556 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
560 sema.c: $(srcdir)/runtime/sema.goc goc2c
564 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
565 ./goc2c --go-pkgpath os_signal $< > $@.tmp
568 time.c: $(srcdir)/runtime/time.goc goc2c
572 %.c: $(srcdir)/runtime/%.goc goc2c
582 go/bytes/bytes_decl.go \
638 go/math/copysign.go \
658 go/math/nextafter.go \
661 go/math/remainder.go \
673 go/mime/mediatype.go \
678 go_net_fd_os_file = go/net/fd_select.go
679 go_net_newpollserver_file = go/net/newpollserver_rtems.go
680 else # !LIBGO_IS_RTEMS
682 go_net_fd_os_file = go/net/fd_linux.go
683 go_net_newpollserver_file = go/net/newpollserver_unix.go
684 else # !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
686 go_net_fd_os_file = go/net/fd_bsd.go
687 go_net_newpollserver_file = go/net/newpollserver_unix.go
688 else # !LIBGO_IS_NETBSD && !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
689 # By default use select with pipes. Most systems should have
691 go_net_fd_os_file = go/net/fd_select.go
692 go_net_newpollserver_file = go/net/newpollserver_unix.go
693 endif # !LIBGO_IS_NETBSD
694 endif # !LIBGO_IS_LINUX
695 endif # !LIBGO_IS_RTEMS
698 go_net_cgo_file = go/net/cgo_linux.go
699 go_net_sock_file = go/net/sock_linux.go
700 go_net_sockopt_file = go/net/sockopt_linux.go
701 go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_posix.go
704 go_net_cgo_file = go/net/cgo_linux.go
705 go_net_sock_file = go/net/sock_linux.go
706 go_net_sockopt_file = go/net/sockopt_linux.go
707 go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_posix.go
710 go_net_cgo_file = go/net/cgo_linux.go
711 go_net_sock_file = go/net/sock_solaris.go
712 go_net_sockopt_file = go/net/sockopt_bsd.go
713 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
716 go_net_cgo_file = go/net/cgo_bsd.go
717 go_net_sock_file = go/net/sock_bsd.go
718 go_net_sockopt_file = go/net/sockopt_bsd.go
719 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
722 go_net_cgo_file = go/net/cgo_netbsd.go
723 go_net_sock_file = go/net/sock_bsd.go
724 go_net_sockopt_file = go/net/sockopt_bsd.go
725 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
727 go_net_cgo_file = go/net/cgo_bsd.go
728 go_net_sock_file = go/net/sock_bsd.go
729 go_net_sockopt_file = go/net/sockopt_bsd.go
730 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_posix.go
738 go_net_sendfile_file = go/net/sendfile_linux.go
741 go_net_sendfile_file = go/net/sendfile_freebsd.go
743 go_net_sendfile_file = go/net/sendfile_stub.go
748 go_net_interface_file = go/net/interface_linux.go
751 go_net_interface_file = go/net/interface_netbsd.go
753 go_net_interface_file = go/net/interface_stub.go
758 go_net_cloexec_file = go/net/sock_cloexec.go
760 go_net_cloexec_file = go/net/sys_cloexec.go
766 $(go_net_cloexec_file) \
768 go/net/dnsclient.go \
769 go/net/dnsclient_unix.go \
770 go/net/dnsconfig_unix.go \
772 $(go_net_newpollserver_file) \
774 $(go_net_fd_os_file) \
775 go/net/file_unix.go \
777 go/net/interface.go \
778 $(go_net_interface_file) \
780 go/net/iprawsock.go \
781 go/net/iprawsock_posix.go \
783 go/net/ipsock_posix.go \
785 go/net/lookup_unix.go \
791 go/net/port_unix.go \
792 $(go_net_sendfile_file) \
793 go/net/sock_posix.go \
794 $(go_net_sock_file) \
795 go/net/sockopt_posix.go \
796 $(go_net_sockopt_file) \
797 $(go_net_sockoptip_file) \
799 go/net/tcpsock_posix.go \
801 go/net/udpsock_posix.go \
803 go/net/unixsock_posix.go
807 go_os_dir_file = go/os/dir_largefile.go
810 go_os_dir_file = go/os/dir_largefile.go
812 go_os_dir_file = go/os/dir_regfile.go
817 go_os_dir_file = go/os/dir_largefile.go
819 go_os_dir_file = go/os/dir_regfile.go
824 go_os_sys_file = go/os/sys_linux.go
827 go_os_sys_file = go/os/sys_uname.go
830 go_os_sys_file = go/os/sys_uname.go
833 go_os_sys_file = go/os/sys_uname.go
835 go_os_sys_file = go/os/sys_bsd.go
842 go_os_stat_file = go/os/stat_solaris.go
845 go_os_stat_file = go/os/stat_atim.go
848 go_os_stat_file = go/os/stat_atim.go
851 go_os_stat_file = go/os/stat_atimespec.go
854 go_os_stat_file = go/os/stat_atimespec.go
857 go_os_stat_file = go/os/stat_atimespec.go
859 go_os_stat_file = go/os/stat.go
868 go_os_pipe_file = go/os/pipe_linux.go
870 go_os_pipe_file = go/os/pipe_bsd.go
879 go/os/error_posix.go \
881 go/os/exec_posix.go \
884 go/os/file_posix.go \
901 go/reflect/deepequal.go \
902 go/reflect/makefunc.go \
911 go/net/rpc/client.go \
912 go/net/rpc/debug.go \
916 go/runtime/compiler.go \
917 go/runtime/debug.go \
918 go/runtime/error.go \
919 go/runtime/extern.go \
921 go/runtime/softfloat64.go \
925 version.go: s-version; @true
928 echo "package runtime" > version.go.tmp
929 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
930 echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
931 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
932 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
933 $(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
944 go/strconv/decimal.go \
945 go/strconv/extfloat.go \
947 go/strconv/isprint.go \
952 go/strings/reader.go \
953 go/strings/replace.go \
954 go/strings/search.go \
955 go/strings/strings.go
967 go_syslog_file = go/log/syslog/syslog_libc.go
970 go_syslog_file = go/log/syslog/syslog_libc.go
972 go_syslog_file = go/log/syslog/syslog_unix.go
976 go_log_syslog_files = \
977 go/log/syslog/syslog.go \
979 go_syslog_c_files = \
980 go/log/syslog/syslog_c.c
983 go/testing/benchmark.go \
984 go/testing/example.go \
985 go/testing/testing.go
990 go/time/sys_unix.go \
993 go/time/zoneinfo.go \
994 go/time/zoneinfo_read.go \
995 go/time/zoneinfo_unix.go
998 go/unicode/casetables.go \
999 go/unicode/digit.go \
1000 go/unicode/graphic.go \
1001 go/unicode/letter.go \
1002 go/unicode/tables.go
1005 archive_tar_atim_file = go/archive/tar/stat_atim.go
1008 archive_tar_atim_file = go/archive/tar/stat_atim.go
1011 archive_tar_atim_file = go/archive/tar/stat_atim.go
1014 archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1017 archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1020 archive_tar_atim_file = go/archive/tar/stat_atimespec.go
1023 go_archive_tar_files = \
1024 go/archive/tar/common.go \
1025 go/archive/tar/reader.go \
1026 go/archive/tar/stat_unix.go \
1027 go/archive/tar/writer.go \
1028 $(archive_tar_atim_file)
1030 go_archive_zip_files = \
1031 go/archive/zip/reader.go \
1032 go/archive/zip/struct.go \
1033 go/archive/zip/writer.go
1035 go_compress_bzip2_files = \
1036 go/compress/bzip2/bit_reader.go \
1037 go/compress/bzip2/bzip2.go \
1038 go/compress/bzip2/huffman.go \
1039 go/compress/bzip2/move_to_front.go
1041 go_compress_flate_files = \
1042 go/compress/flate/copy.go \
1043 go/compress/flate/deflate.go \
1044 go/compress/flate/fixedhuff.go \
1045 go/compress/flate/huffman_bit_writer.go \
1046 go/compress/flate/huffman_code.go \
1047 go/compress/flate/inflate.go \
1048 go/compress/flate/reverse_bits.go \
1049 go/compress/flate/token.go
1051 go_compress_gzip_files = \
1052 go/compress/gzip/gzip.go \
1053 go/compress/gzip/gunzip.go
1055 go_compress_lzw_files = \
1056 go/compress/lzw/reader.go \
1057 go/compress/lzw/writer.go
1059 go_compress_zlib_files = \
1060 go/compress/zlib/reader.go \
1061 go/compress/zlib/writer.go
1063 go_container_heap_files = \
1064 go/container/heap/heap.go
1066 go_container_list_files = \
1067 go/container/list/list.go
1069 go_container_ring_files = \
1070 go/container/ring/ring.go
1072 go_crypto_aes_files = \
1073 go/crypto/aes/block.go \
1074 go/crypto/aes/cipher.go \
1075 go/crypto/aes/cipher_generic.go \
1076 go/crypto/aes/const.go
1077 go_crypto_cipher_files = \
1078 go/crypto/cipher/cbc.go \
1079 go/crypto/cipher/cfb.go \
1080 go/crypto/cipher/cipher.go \
1081 go/crypto/cipher/ctr.go \
1082 go/crypto/cipher/io.go \
1083 go/crypto/cipher/ofb.go
1084 go_crypto_des_files = \
1085 go/crypto/des/block.go \
1086 go/crypto/des/cipher.go \
1087 go/crypto/des/const.go
1088 go_crypto_dsa_files = \
1089 go/crypto/dsa/dsa.go
1090 go_crypto_ecdsa_files = \
1091 go/crypto/ecdsa/ecdsa.go
1092 go_crypto_elliptic_files = \
1093 go/crypto/elliptic/elliptic.go \
1094 go/crypto/elliptic/p224.go
1095 go_crypto_hmac_files = \
1096 go/crypto/hmac/hmac.go
1097 go_crypto_md5_files = \
1098 go/crypto/md5/md5.go \
1099 go/crypto/md5/md5block.go
1100 go_crypto_rand_files = \
1101 go/crypto/rand/rand.go \
1102 go/crypto/rand/rand_unix.go \
1103 go/crypto/rand/util.go
1104 go_crypto_rc4_files = \
1105 go/crypto/rc4/rc4.go
1106 go_crypto_rsa_files = \
1107 go/crypto/rsa/pkcs1v15.go \
1108 go/crypto/rsa/rsa.go
1109 go_crypto_sha1_files = \
1110 go/crypto/sha1/sha1.go \
1111 go/crypto/sha1/sha1block.go
1112 go_crypto_sha256_files = \
1113 go/crypto/sha256/sha256.go \
1114 go/crypto/sha256/sha256block.go
1115 go_crypto_sha512_files = \
1116 go/crypto/sha512/sha512.go \
1117 go/crypto/sha512/sha512block.go
1118 go_crypto_subtle_files = \
1119 go/crypto/subtle/constant_time.go
1120 go_crypto_tls_files = \
1121 go/crypto/tls/alert.go \
1122 go/crypto/tls/cipher_suites.go \
1123 go/crypto/tls/common.go \
1124 go/crypto/tls/conn.go \
1125 go/crypto/tls/handshake_client.go \
1126 go/crypto/tls/handshake_messages.go \
1127 go/crypto/tls/handshake_server.go \
1128 go/crypto/tls/key_agreement.go \
1129 go/crypto/tls/prf.go \
1130 go/crypto/tls/ticket.go \
1131 go/crypto/tls/tls.go
1132 go_crypto_x509_files = \
1133 go/crypto/x509/cert_pool.go \
1134 go/crypto/x509/pem_decrypt.go \
1135 go/crypto/x509/pkcs1.go \
1136 go/crypto/x509/pkcs8.go \
1137 go/crypto/x509/root.go \
1138 go/crypto/x509/root_unix.go \
1139 go/crypto/x509/sec1.go \
1140 go/crypto/x509/verify.go \
1141 go/crypto/x509/x509.go
1143 go_crypto_x509_pkix_files = \
1144 go/crypto/x509/pkix/pkix.go
1146 go_database_sql_files = \
1147 go/database/sql/convert.go \
1148 go/database/sql/sql.go
1150 go_database_sql_driver_files = \
1151 go/database/sql/driver/driver.go \
1152 go/database/sql/driver/types.go
1154 go_debug_dwarf_files = \
1155 go/debug/dwarf/buf.go \
1156 go/debug/dwarf/const.go \
1157 go/debug/dwarf/entry.go \
1158 go/debug/dwarf/line.go \
1159 go/debug/dwarf/open.go \
1160 go/debug/dwarf/type.go \
1161 go/debug/dwarf/unit.go
1162 go_debug_elf_files = \
1163 go/debug/elf/elf.go \
1164 go/debug/elf/file.go
1165 go_debug_gosym_files = \
1166 go/debug/gosym/pclntab.go \
1167 go/debug/gosym/symtab.go
1168 go_debug_macho_files = \
1169 go/debug/macho/file.go \
1170 go/debug/macho/macho.go
1171 go_debug_pe_files = \
1172 go/debug/pe/file.go \
1175 go_encoding_ascii85_files = \
1176 go/encoding/ascii85/ascii85.go
1177 go_encoding_asn1_files = \
1178 go/encoding/asn1/asn1.go \
1179 go/encoding/asn1/common.go \
1180 go/encoding/asn1/marshal.go
1181 go_encoding_base32_files = \
1182 go/encoding/base32/base32.go
1183 go_encoding_base64_files = \
1184 go/encoding/base64/base64.go
1185 go_encoding_binary_files = \
1186 go/encoding/binary/binary.go \
1187 go/encoding/binary/varint.go
1188 go_encoding_csv_files = \
1189 go/encoding/csv/reader.go \
1190 go/encoding/csv/writer.go
1191 go_encoding_gob_files = \
1192 go/encoding/gob/decode.go \
1193 go/encoding/gob/decoder.go \
1194 go/encoding/gob/doc.go \
1195 go/encoding/gob/encode.go \
1196 go/encoding/gob/encoder.go \
1197 go/encoding/gob/error.go \
1198 go/encoding/gob/type.go
1199 go_encoding_hex_files = \
1200 go/encoding/hex/hex.go
1201 go_encoding_json_files = \
1202 go/encoding/json/decode.go \
1203 go/encoding/json/encode.go \
1204 go/encoding/json/indent.go \
1205 go/encoding/json/scanner.go \
1206 go/encoding/json/stream.go \
1207 go/encoding/json/tags.go
1208 go_encoding_pem_files = \
1209 go/encoding/pem/pem.go
1210 go_encoding_xml_files = \
1211 go/encoding/xml/marshal.go \
1212 go/encoding/xml/read.go \
1213 go/encoding/xml/typeinfo.go \
1214 go/encoding/xml/xml.go
1216 go_exp_cookiejar_files = \
1217 go/exp/cookiejar/jar.go \
1218 go/exp/cookiejar/storage.go
1219 go_exp_ebnf_files = \
1220 go/exp/ebnf/ebnf.go \
1221 go/exp/ebnf/parser.go
1222 go_exp_html_files = \
1223 go/exp/html/const.go \
1224 go/exp/html/doc.go \
1225 go/exp/html/doctype.go \
1226 go/exp/html/entity.go \
1227 go/exp/html/escape.go \
1228 go/exp/html/foreign.go \
1229 go/exp/html/node.go \
1230 go/exp/html/parse.go \
1231 go/exp/html/render.go \
1232 go/exp/html/token.go
1233 go_exp_html_atom_files = \
1234 go/exp/html/atom/atom.go \
1235 go/exp/html/atom/table.go
1236 go_exp_inotify_files = \
1237 go/exp/inotify/inotify_linux.go
1238 go_exp_locale_collate_files = \
1239 go/exp/locale/collate/colelem.go \
1240 go/exp/locale/collate/collate.go \
1241 go/exp/locale/collate/colltab.go \
1242 go/exp/locale/collate/contract.go \
1243 go/exp/locale/collate/export.go \
1244 go/exp/locale/collate/sort.go \
1245 go/exp/locale/collate/table.go \
1246 go/exp/locale/collate/tables.go \
1247 go/exp/locale/collate/trie.go
1248 go_exp_locale_collate_build_files = \
1249 go/exp/locale/collate/build/builder.go \
1250 go/exp/locale/collate/build/colelem.go \
1251 go/exp/locale/collate/build/contract.go \
1252 go/exp/locale/collate/build/order.go \
1253 go/exp/locale/collate/build/table.go \
1254 go/exp/locale/collate/build/trie.go
1255 go_exp_norm_files = \
1256 go/exp/norm/composition.go \
1257 go/exp/norm/forminfo.go \
1258 go/exp/norm/input.go \
1259 go/exp/norm/iter.go \
1260 go/exp/norm/normalize.go \
1261 go/exp/norm/readwriter.go \
1262 go/exp/norm/tables.go \
1264 go_exp_proxy_files = \
1265 go/exp/proxy/direct.go \
1266 go/exp/proxy/per_host.go \
1267 go/exp/proxy/proxy.go \
1268 go/exp/proxy/socks5.go
1269 go_exp_ssa_files = \
1270 go/exp/ssa/blockopt.go \
1272 go/exp/ssa/func.go \
1273 go/exp/ssa/sanity.go \
1275 go/exp/ssa/literal.go \
1276 go/exp/ssa/print.go \
1278 go_exp_terminal_files = \
1279 go/exp/terminal/terminal.go \
1280 go/exp/terminal/util.go
1281 go_exp_utf8string_files = \
1282 go/exp/utf8string/string.go
1286 go/go/ast/commentmap.go \
1287 go/go/ast/filter.go \
1288 go/go/ast/import.go \
1289 go/go/ast/print.go \
1290 go/go/ast/resolve.go \
1291 go/go/ast/scope.go \
1293 go_go_build_files = \
1294 go/go/build/build.go \
1295 go/go/build/doc.go \
1296 go/go/build/read.go \
1299 go/go/doc/comment.go \
1301 go/go/doc/example.go \
1302 go/go/doc/exports.go \
1303 go/go/doc/filter.go \
1304 go/go/doc/reader.go \
1305 go/go/doc/synopsis.go
1306 go_go_format_files = \
1307 go/go/format/format.go
1308 go_go_parser_files = \
1309 go/go/parser/interface.go \
1310 go/go/parser/parser.go
1311 go_go_printer_files = \
1312 go/go/printer/nodes.go \
1313 go/go/printer/printer.go
1314 go_go_scanner_files = \
1315 go/go/scanner/errors.go \
1316 go/go/scanner/scanner.go
1317 go_go_token_files = \
1318 go/go/token/position.go \
1319 go/go/token/serialize.go \
1320 go/go/token/token.go
1321 go_go_types_files = \
1322 go/go/types/api.go \
1323 go/go/types/builtins.go \
1324 go/go/types/check.go \
1325 go/go/types/const.go \
1326 go/go/types/conversions.go \
1327 go/go/types/errors.go \
1328 go/go/types/exportdata.go \
1329 go/go/types/expr.go \
1330 go/go/types/gcimporter.go \
1331 go/go/types/objects.go \
1332 go/go/types/operand.go \
1333 go/go/types/predicates.go \
1334 go/go/types/resolve.go \
1335 go/go/types/scope.go \
1336 go/go/types/stmt.go \
1337 go/go/types/types.go \
1338 go/go/types/universe.go
1340 go_hash_adler32_files = \
1341 go/hash/adler32/adler32.go
1342 go_hash_crc32_files = \
1343 go/hash/crc32/crc32.go \
1344 go/hash/crc32/crc32_generic.go
1345 go_hash_crc64_files = \
1346 go/hash/crc64/crc64.go
1347 go_hash_fnv_files = \
1350 go_html_template_files = \
1351 go/html/template/attr.go \
1352 go/html/template/content.go \
1353 go/html/template/context.go \
1354 go/html/template/css.go \
1355 go/html/template/doc.go \
1356 go/html/template/error.go \
1357 go/html/template/escape.go \
1358 go/html/template/html.go \
1359 go/html/template/js.go \
1360 go/html/template/template.go \
1361 go/html/template/transition.go \
1362 go/html/template/url.go
1364 go_image_color_files = \
1365 go/image/color/color.go \
1366 go/image/color/ycbcr.go
1368 go_image_draw_files = \
1369 go/image/draw/draw.go
1371 go_image_gif_files = \
1372 go/image/gif/reader.go
1374 go_image_jpeg_files = \
1375 go/image/jpeg/fdct.go \
1376 go/image/jpeg/huffman.go \
1377 go/image/jpeg/idct.go \
1378 go/image/jpeg/reader.go \
1379 go/image/jpeg/scan.go \
1380 go/image/jpeg/writer.go
1382 go_image_png_files = \
1383 go/image/png/paeth.go \
1384 go/image/png/reader.go \
1385 go/image/png/writer.go
1387 go_index_suffixarray_files = \
1388 go/index/suffixarray/qsufsort.go \
1389 go/index/suffixarray/suffixarray.go
1391 go_io_ioutil_files = \
1392 go/io/ioutil/blackhole.go \
1393 go/io/ioutil/ioutil.go \
1394 go/io/ioutil/tempfile.go
1396 go_math_big_files = \
1397 go/math/big/arith.go \
1398 go/math/big/int.go \
1399 go/math/big/nat.go \
1401 go_math_cmplx_files = \
1402 go/math/cmplx/abs.go \
1403 go/math/cmplx/asin.go \
1404 go/math/cmplx/conj.go \
1405 go/math/cmplx/exp.go \
1406 go/math/cmplx/isinf.go \
1407 go/math/cmplx/isnan.go \
1408 go/math/cmplx/log.go \
1409 go/math/cmplx/phase.go \
1410 go/math/cmplx/polar.go \
1411 go/math/cmplx/pow.go \
1412 go/math/cmplx/rect.go \
1413 go/math/cmplx/sin.go \
1414 go/math/cmplx/sqrt.go \
1415 go/math/cmplx/tan.go
1416 go_math_rand_files = \
1417 go/math/rand/exp.go \
1418 go/math/rand/normal.go \
1419 go/math/rand/rand.go \
1420 go/math/rand/rng.go \
1421 go/math/rand/zipf.go
1423 go_mime_multipart_files = \
1424 go/mime/multipart/formdata.go \
1425 go/mime/multipart/multipart.go \
1426 go/mime/multipart/quotedprintable.go \
1427 go/mime/multipart/writer.go
1429 go_net_http_files = \
1430 go/net/http/chunked.go \
1431 go/net/http/client.go \
1432 go/net/http/cookie.go \
1433 go/net/http/filetransport.go \
1435 go/net/http/header.go \
1436 go/net/http/jar.go \
1437 go/net/http/lex.go \
1438 go/net/http/request.go \
1439 go/net/http/response.go \
1440 go/net/http/server.go \
1441 go/net/http/sniff.go \
1442 go/net/http/status.go \
1443 go/net/http/transfer.go \
1444 go/net/http/transport.go
1445 go_net_mail_files = \
1446 go/net/mail/message.go
1447 go_net_smtp_files = \
1448 go/net/smtp/auth.go \
1450 go_net_textproto_files = \
1451 go/net/textproto/header.go \
1452 go/net/textproto/pipeline.go \
1453 go/net/textproto/reader.go \
1454 go/net/textproto/textproto.go \
1455 go/net/textproto/writer.go
1456 go_net_url_files = \
1459 go_net_http_cgi_files = \
1460 go/net/http/cgi/child.go \
1461 go/net/http/cgi/host.go
1462 go_net_http_fcgi_files = \
1463 go/net/http/fcgi/child.go \
1464 go/net/http/fcgi/fcgi.go
1465 go_net_http_httptest_files = \
1466 go/net/http/httptest/recorder.go \
1467 go/net/http/httptest/server.go
1468 go_net_http_pprof_files = \
1469 go/net/http/pprof/pprof.go
1470 go_net_http_httputil_files = \
1471 go/net/http/httputil/chunked.go \
1472 go/net/http/httputil/dump.go \
1473 go/net/http/httputil/persist.go \
1474 go/net/http/httputil/reverseproxy.go
1477 go_old_netchan_files = \
1478 go/old/netchan/common.go \
1479 go/old/netchan/export.go \
1480 go/old/netchan/import.go
1481 go_old_regexp_files = \
1482 go/old/regexp/regexp.go
1483 go_old_template_files = \
1484 go/old/template/doc.go \
1485 go/old/template/execute.go \
1486 go/old/template/format.go \
1487 go/old/template/parse.go
1489 go_os_exec_files = \
1490 go/os/exec/exec.go \
1491 go/os/exec/lp_unix.go
1493 go_os_signal_files = \
1494 go/os/signal/signal.go \
1495 go/os/signal/signal_unix.go
1497 go_os_user_files = \
1498 go/os/user/user.go \
1499 go/os/user/lookup.go \
1500 go/os/user/lookup_unix.go
1502 go_path_filepath_files = \
1503 go/path/filepath/match.go \
1504 go/path/filepath/path.go \
1505 go/path/filepath/path_unix.go \
1506 go/path/filepath/symlink.go
1508 go_regexp_syntax_files = \
1509 go/regexp/syntax/compile.go \
1510 go/regexp/syntax/doc.go \
1511 go/regexp/syntax/parse.go \
1512 go/regexp/syntax/perl_groups.go \
1513 go/regexp/syntax/prog.go \
1514 go/regexp/syntax/regexp.go \
1515 go/regexp/syntax/simplify.go
1517 go_net_rpc_jsonrpc_files = \
1518 go/net/rpc/jsonrpc/client.go \
1519 go/net/rpc/jsonrpc/server.go
1521 go_runtime_debug_files = \
1522 go/runtime/debug/stack.go
1523 go_runtime_pprof_files = \
1524 go/runtime/pprof/pprof.go
1526 go_text_tabwriter_files = \
1527 go/text/tabwriter/tabwriter.go
1528 go_text_template_files = \
1529 go/text/template/doc.go \
1530 go/text/template/exec.go \
1531 go/text/template/funcs.go \
1532 go/text/template/helper.go \
1533 go/text/template/template.go
1534 go_text_template_parse_files = \
1535 go/text/template/parse/lex.go \
1536 go/text/template/parse/node.go \
1537 go/text/template/parse/parse.go
1539 go_sync_atomic_files = \
1540 go/sync/atomic/doc.go
1541 go_sync_atomic_c_files = \
1542 go/sync/atomic/atomic.c
1544 go_testing_iotest_files = \
1545 go/testing/iotest/logger.go \
1546 go/testing/iotest/reader.go \
1547 go/testing/iotest/writer.go
1548 go_testing_quick_files = \
1549 go/testing/quick/quick.go
1551 go_text_scanner_files = \
1552 go/text/scanner/scanner.go
1554 go_unicode_utf16_files = \
1555 go/unicode/utf16/utf16.go
1556 go_unicode_utf8_files = \
1557 go/unicode/utf8/utf8.go
1559 # Define Syscall and Syscall6.
1561 syscall_syscall_file = go/syscall/syscall_stubs.go
1563 syscall_syscall_file = go/syscall/syscall_unix.go
1566 # Define ForkExec and Exec.
1568 syscall_exec_file = go/syscall/exec_stubs.go
1569 syscall_exec_os_file =
1572 syscall_exec_file = go/syscall/exec_unix.go
1573 syscall_exec_os_file = go/syscall/exec_linux.go
1575 syscall_exec_file = go/syscall/exec_unix.go
1576 syscall_exec_os_file = go/syscall/exec_bsd.go
1585 syscall_wait_file = go/syscall/libcall_wait4.go
1587 syscall_wait_file = go/syscall/libcall_waitpid.go
1591 # Support for pulling apart wait status.
1593 syscall_wait_c_file =
1595 syscall_wait_c_file = go/syscall/wait.c
1600 syscall_sleep_file = go/syscall/sleep_rtems.go
1602 syscall_sleep_file = go/syscall/sleep_select.go
1607 syscall_errstr_file = go/syscall/errstr_linux.go
1610 syscall_errstr_file = go/syscall/errstr_linux.go
1613 syscall_errstr_file = go/syscall/errstr.go
1615 syscall_errstr_file = go/syscall/errstr_nor.go
1620 # Declare libc functions that vary for largefile systems.
1622 # Always use lseek64 on GNU/Linux.
1623 syscall_size_file = go/syscall/libcall_posix_largefile.go
1624 else # !LIBGO_IS_LINUX
1627 # Use lseek64 on 32-bit Solaris/x86.
1628 syscall_size_file = go/syscall/libcall_posix_largefile.go
1629 else # !LIBGO_IS_386
1631 # Use lseek64 on 32-bit Solaris/SPARC.
1632 syscall_size_file = go/syscall/libcall_posix_largefile.go
1633 else # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1634 # Use lseek on 64-bit Solaris.
1635 syscall_size_file = go/syscall/libcall_posix_regfile.go
1636 endif # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1637 endif # !LIBGO_IS_SOLARIS
1638 else # !LIBGO_IS_LINUX && !LIBGO_IS_SOLARIS
1639 # Use lseek by default.
1640 syscall_size_file = go/syscall/libcall_posix_regfile.go
1641 endif # !LIBGO_IS_SOLARIS
1642 endif # !LIBGO_IS_LINUX
1644 # Define socket sizes and types.
1646 syscall_socket_file = go/syscall/socket_linux.go epoll.go
1649 syscall_socket_file = go/syscall/socket_solaris.go
1652 syscall_socket_file = go/syscall/socket_irix.go
1654 syscall_socket_file = go/syscall/socket_bsd.go
1659 # Define socket functions.
1661 syscall_socket_os_file = go/syscall/socket_xnet.go
1663 syscall_socket_os_file = go/syscall/socket_posix.go
1666 # Support for uname.
1669 # 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
1670 syscall_uname_file =
1671 else # !LIBGO_IS_386 && LIBGO_IS_SOLARIS
1672 syscall_uname_file = go/syscall/libcall_uname.go
1674 else # !LIBGO_IS_SOLARIS
1675 syscall_uname_file = go/syscall/libcall_uname.go
1678 # GNU/Linux specific socket control messages.
1680 syscall_sockcmsg_file = go/syscall/sockcmsg_linux.go
1682 syscall_sockcmsg_file =
1685 # Support for netlink sockets and messages.
1687 syscall_netlink_file = go/syscall/netlink_linux.go
1689 syscall_netlink_file =
1692 # GNU/Linux specific socket filters.
1694 syscall_lsf_file = go/syscall/lsf_linux.go
1699 # GNU/Linux specific utimesnano support.
1701 syscall_utimesnano_file = go/syscall/libcall_linux_utimesnano.go
1703 syscall_utimesnano_file = go/syscall/libcall_posix_utimesnano.go
1708 syscall_creds_test_file = go/syscall/creds_test.go
1710 syscall_creds_test_file =
1713 go_base_syscall_files = \
1714 go/syscall/env_unix.go \
1715 go/syscall/syscall_errno.go \
1716 go/syscall/libcall_support.go \
1717 go/syscall/libcall_posix.go \
1718 go/syscall/race0.go \
1719 go/syscall/socket.go \
1720 go/syscall/sockcmsg_unix.go \
1722 go/syscall/syscall.go \
1723 $(syscall_sockcmsg_file) \
1724 $(syscall_syscall_file) \
1725 $(syscall_exec_file) \
1726 $(syscall_exec_os_file) \
1727 $(syscall_wait_file) \
1728 $(syscall_sleep_file) \
1729 $(syscall_errstr_file) \
1730 $(syscall_size_file) \
1731 $(syscall_socket_file) \
1732 $(syscall_socket_os_file) \
1733 $(syscall_uname_file) \
1734 $(syscall_netlink_file) \
1735 $(syscall_lsf_file) \
1736 $(syscall_utimesnano_file) \
1737 $(GO_LIBCALL_OS_FILE) \
1738 $(GO_LIBCALL_OS_ARCH_FILE) \
1739 $(GO_SYSCALL_OS_FILE) \
1740 $(GO_SYSCALL_OS_ARCH_FILE)
1742 go_syscall_files = \
1743 $(go_base_syscall_files) \
1747 go_syscall_c_files = \
1748 go/syscall/errno.c \
1749 go/syscall/signame.c \
1750 $(syscall_wait_c_file)
1752 go_syscall_test_files = \
1753 $(syscall_creds_test_file) \
1754 go/syscall/passfd_test.go
1756 libcalls.go: s-libcalls; @true
1757 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(go_base_syscall_files)
1758 rm -f libcalls.go.tmp
1759 files=`echo $^ | sed -e 's/libcalls-list//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
1760 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
1761 $(SHELL) $(srcdir)/../move-if-change libcalls.go.tmp libcalls.go
1764 libcalls-list: s-libcalls-list; @true
1765 s-libcalls-list: Makefile
1766 rm -f libcalls-list.tmp
1767 echo $(go_base_syscall_files) > libcalls-list.tmp
1768 $(SHELL) $(srcdir)/../move-if-change libcalls-list.tmp libcalls-list
1771 syscall_arch.go: s-syscall_arch; @true
1772 s-syscall_arch: Makefile
1773 rm -f syscall_arch.go.tmp
1774 echo "package syscall" > syscall_arch.go.tmp
1775 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
1776 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
1777 $(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
1780 sysinfo.go: s-sysinfo; @true
1781 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
1782 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
1783 $(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
1786 # The epoll struct has an embedded union and is packed on x86_64,
1787 # which is too complicated for mksysinfo.sh. We find the offset of
1788 # the only field we care about in configure.ac, and generate the
1790 epoll.go: s-epoll; @true
1793 echo 'package syscall' > epoll.go.tmp
1794 echo 'type EpollEvent struct {' >> epoll.go.tmp
1795 echo ' Events uint32' >> epoll.go.tmp
1796 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
1797 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
1799 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
1800 12,4) echo ' Fd int32' >> epoll.go.tmp; \
1801 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
1802 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1803 echo ' Fd int32' >> epoll.go.tmp; ;; \
1804 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1805 echo ' Fd int32' >> epoll.go.tmp; \
1806 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
1807 *) echo 1>&2 "*** struct epoll_event unsupported"; \
1810 echo '}' >> epoll.go.tmp
1811 $(SHELL) $(srcdir)/../move-if-change epoll.go.tmp epoll.go
1815 # os_lib_inotify_lo = os/inotify.lo
1849 syscall/signame.lo \
1869 crypto/elliptic.lo \
1881 crypto/x509/pkix.lo \
1883 database/sql/driver.lo \
1889 encoding/ascii85.lo \
1891 encoding/base32.lo \
1892 encoding/base64.lo \
1893 encoding/binary.lo \
1904 exp/locale/collate.lo \
1905 exp/locale/collate/build.lo \
1927 net/http/httptest.lo \
1928 net/http/httputil.lo \
1935 index/suffixarray.lo \
1938 log/syslog/syslog_c.lo \
1953 $(os_lib_inotify_lo) \
1958 net/rpc/jsonrpc.lo \
1966 text/template/parse.lo \
1972 libgo_la_SOURCES = $(runtime_files)
1974 libgo_la_LDFLAGS = \
1975 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1978 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
1979 ../libatomic/libatomic_convenience.la \
1980 $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1982 libgobegin_a_SOURCES = \
1985 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1987 GOCFLAGS = $(CFLAGS)
1988 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1989 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1991 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1992 $(AM_GOCFLAGS) $(GOCFLAGS)
1994 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1995 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1997 # Build the dependencies for a Go package.
2000 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
2003 # Build the .go files for a package, generating a .lo file.
2006 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
2007 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` -o $@ $$files
2013 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
2015 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
2017 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
2018 export RUNTESTFLAGS; \
2021 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
2022 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
2023 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
2024 export LD_LIBRARY_PATH; \
2026 rm -f $@-testsum $@-testlog; \
2027 if test "$(USE_DEJAGNU)" = "yes"; then \
2028 $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \
2030 if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files) >>$@-testlog 2>&1; then \
2031 echo "PASS: $(@D)" >> $@-testlog; \
2032 echo "PASS: $(@D)"; \
2033 echo "PASS: $(@D)" > $@-testsum; \
2035 echo "FAIL: $(@D)" >> $@-testlog; \
2037 echo "FAIL: $(@D)" > $@-testsum; \
2042 # Build all packages before checking any.
2043 CHECK_DEPS = libgo.la libgobegin.a \
2044 $(toolexeclibgo_DATA) \
2045 $(toolexeclibgoarchive_DATA) \
2046 $(toolexeclibgocompress_DATA) \
2047 $(toolexeclibgocontainer_DATA) \
2048 $(toolexeclibgocrypto_DATA) \
2049 $(toolexeclibgodebug_DATA) \
2050 $(toolexeclibgoencoding_DATA) \
2051 $(toolexeclibgoexp_DATA) \
2052 $(toolexeclibgogo_DATA) \
2053 $(toolexeclibgohash_DATA) \
2054 $(toolexeclibgoimage_DATA) \
2055 $(toolexeclibgoindex_DATA) \
2056 $(toolexeclibgoio_DATA) \
2057 $(toolexeclibgolog_DATA) \
2058 $(toolexeclibgomath_DATA) \
2059 $(toolexeclibgomime_DATA) \
2060 $(toolexeclibgonet_DATA) \
2061 $(toolexeclibgonethttp_DATA) \
2062 $(toolexeclibgoos_DATA) \
2063 $(toolexeclibgopath_DATA) \
2064 $(toolexeclibgorpc_DATA) \
2065 $(toolexeclibgoruntime_DATA) \
2066 $(toolexeclibgosync_DATA) \
2067 $(toolexeclibgotesting_DATA) \
2068 $(toolexeclibgotext_DATA) \
2069 $(toolexeclibgotexttemplate_DATA) \
2070 $(toolexeclibgounicode_DATA)
2072 @go_include@ bufio.lo.dep
2073 bufio.lo.dep: $(go_bufio_files)
2075 bufio.lo: $(go_bufio_files)
2077 bufio/check: $(CHECK_DEPS)
2081 @go_include@ bytes.lo.dep
2082 bytes.lo.dep: $(go_bytes_files)
2084 bytes.lo: $(go_bytes_files)
2086 bytes/index.lo: $(go_bytes_c_files)
2088 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
2089 bytes/check: $(CHECK_DEPS)
2093 @go_include@ crypto.lo.dep
2094 crypto.lo.dep: $(go_crypto_files)
2096 crypto.lo: $(go_crypto_files)
2098 crypto/check: $(CHECK_DEPS)
2100 .PHONY: crypto/check
2102 @go_include@ errors.lo.dep
2103 errors.lo.dep: $(go_errors_files)
2105 errors.lo: $(go_errors_files)
2107 errors/check: $(CHECK_DEPS)
2109 .PHONY: errors/check
2111 @go_include@ expvar.lo.dep
2112 expvar.lo.dep: $(go_expvar_files)
2114 expvar.lo: $(go_expvar_files)
2116 expvar/check: $(CHECK_DEPS)
2118 .PHONY: expvar/check
2120 @go_include@ flag.lo.dep
2121 flag.lo.dep: $(go_flag_files)
2123 flag.lo: $(go_flag_files)
2125 flag/check: $(CHECK_DEPS)
2129 @go_include@ fmt.lo.dep
2130 fmt.lo.dep: $(go_fmt_files)
2132 fmt.lo: $(go_fmt_files)
2134 fmt/check: $(CHECK_DEPS)
2138 @go_include@ hash.lo.dep
2139 hash.lo.dep: $(go_hash_files)
2141 hash.lo: $(go_hash_files)
2143 hash/check: $(CHECK_DEPS)
2147 @go_include@ html.lo.dep
2148 html.lo.dep: $(go_html_files)
2150 html.lo: $(go_html_files)
2152 html/check: $(CHECK_DEPS)
2156 @go_include@ image.lo.dep
2157 image.lo.dep: $(go_image_files)
2159 image.lo: $(go_image_files)
2161 image/check: $(CHECK_DEPS)
2165 @go_include@ io.lo.dep
2166 io.lo.dep: $(go_io_files)
2168 io.lo: $(go_io_files)
2170 io/check: $(CHECK_DEPS)
2174 @go_include@ log.lo.dep
2175 log.lo.dep: $(go_log_files)
2177 log.lo: $(go_log_files)
2179 log/check: $(CHECK_DEPS)
2183 @go_include@ math.lo.dep
2184 math.lo.dep: $(go_math_files)
2186 math.lo: $(go_math_files)
2188 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
2189 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
2190 math/check: $(CHECK_DEPS)
2194 @go_include@ mime.lo.dep
2195 mime.lo.dep: $(go_mime_files)
2197 mime.lo: $(go_mime_files)
2199 mime/check: $(CHECK_DEPS)
2203 @go_include@ net.lo.dep
2204 net.lo.dep: $(go_net_files)
2206 net.lo: $(go_net_files)
2208 net/check: $(CHECK_DEPS)
2212 @go_include@ os.lo.dep
2213 os.lo.dep: $(go_os_files)
2215 os.lo: $(go_os_files)
2217 os/check: $(CHECK_DEPS)
2221 @go_include@ path.lo.dep
2222 path.lo.dep: $(go_path_files)
2224 path.lo: $(go_path_files)
2226 path/check: $(CHECK_DEPS)
2230 @go_include@ reflect-go.lo.dep
2231 reflect-go.lo.dep: $(go_reflect_files)
2233 reflect-go.lo: $(go_reflect_files)
2235 reflect/check: $(CHECK_DEPS)
2237 .PHONY: reflect/check
2239 @go_include@ regexp.lo.dep
2240 regexp.lo.dep: $(go_regexp_files)
2242 regexp.lo: $(go_regexp_files)
2244 regexp/check: $(CHECK_DEPS)
2246 .PHONY: regexp/check
2248 @go_include@ runtime-go.lo.dep
2249 runtime-go.lo.dep: $(go_runtime_files)
2251 runtime-go.lo: $(go_runtime_files)
2253 runtime/check: $(CHECK_DEPS)
2255 .PHONY: runtime/check
2257 @go_include@ sort.lo.dep
2258 sort.lo.dep: $(go_sort_files)
2260 sort.lo: $(go_sort_files)
2262 sort/check: $(CHECK_DEPS)
2266 @go_include@ strconv.lo.dep
2267 strconv.lo.dep: $(go_strconv_files)
2269 strconv.lo: $(go_strconv_files)
2271 strconv/check: $(CHECK_DEPS)
2273 .PHONY: strconv/check
2275 @go_include@ strings.lo.dep
2276 strings.lo.dep: $(go_strings_files)
2278 strings.lo: $(go_strings_files)
2280 strings/check: $(CHECK_DEPS)
2282 .PHONY: strings/check
2284 @go_include@ sync.lo.dep
2285 sync.lo.dep: $(go_sync_files)
2287 sync.lo: $(go_sync_files)
2289 sync/check: $(CHECK_DEPS)
2293 @go_include@ testing.lo.dep
2294 testing.lo.dep: $(go_testing_files)
2296 testing.lo: $(go_testing_files)
2298 testing/check: $(CHECK_DEPS)
2300 .PHONY: testing/check
2302 @go_include@ time-go.lo.dep
2303 time-go.lo.dep: $(go_time_files)
2305 time-go.lo: $(go_time_files)
2307 time/check: $(CHECK_DEPS)
2311 @go_include@ unicode.lo.dep
2312 unicode.lo.dep: $(go_unicode_files)
2314 unicode.lo: $(go_unicode_files)
2316 unicode/check: $(CHECK_DEPS)
2318 .PHONY: unicode/check
2320 @go_include@ archive/tar.lo.dep
2321 archive/tar.lo.dep: $(go_archive_tar_files)
2323 archive/tar.lo: $(go_archive_tar_files)
2325 archive/tar/check: $(CHECK_DEPS)
2327 .PHONY: archive/tar/check
2329 @go_include@ archive/zip.lo.dep
2330 archive/zip.lo.dep: $(go_archive_zip_files)
2332 archive/zip.lo: $(go_archive_zip_files)
2334 archive/zip/check: $(CHECK_DEPS)
2336 .PHONY: archive/zip/check
2338 @go_include@ compress/bzip2.lo.dep
2339 compress/bzip2.lo.dep: $(go_compress_bzip2_files)
2341 compress/bzip2.lo: $(go_compress_bzip2_files)
2343 compress/bzip2/check: $(CHECK_DEPS)
2345 .PHONY: compress/bzip2/check
2347 @go_include@ compress/flate.lo.dep
2348 compress/flate.lo.dep: $(go_compress_flate_files)
2350 compress/flate.lo: $(go_compress_flate_files)
2352 compress/flate/check: $(CHECK_DEPS)
2354 .PHONY: compress/flate/check
2356 @go_include@ compress/gzip.lo.dep
2357 compress/gzip.lo.dep: $(go_compress_gzip_files)
2359 compress/gzip.lo: $(go_compress_gzip_files)
2361 compress/gzip/check: $(CHECK_DEPS)
2363 .PHONY: compress/gzip/check
2365 @go_include@ compress/lzw.lo.dep
2366 compress/lzw.lo.dep: $(go_compress_lzw_files)
2368 compress/lzw.lo: $(go_compress_lzw_files)
2370 compress/lzw/check: $(CHECK_DEPS)
2372 .PHONY: compress/lzw/check
2374 @go_include@ compress/zlib.lo.dep
2375 compress/zlib.lo.dep: $(go_compress_zlib_files)
2377 compress/zlib.lo: $(go_compress_zlib_files)
2379 compress/zlib/check: $(CHECK_DEPS)
2381 .PHONY: compress/zlib/check
2383 @go_include@ container/heap.lo.dep
2384 container/heap.lo.dep: $(go_container_heap_files)
2386 container/heap.lo: $(go_container_heap_files)
2388 container/heap/check: $(CHECK_DEPS)
2390 .PHONY: container/heap/check
2392 @go_include@ container/list.lo.dep
2393 container/list.lo.dep: $(go_container_list_files)
2395 container/list.lo: $(go_container_list_files)
2397 container/list/check: $(CHECK_DEPS)
2399 .PHONY: container/list/check
2401 @go_include@ container/ring.lo.dep
2402 container/ring.lo.dep: $(go_container_ring_files)
2404 container/ring.lo: $(go_container_ring_files)
2406 container/ring/check: $(CHECK_DEPS)
2408 .PHONY: container/ring/check
2410 @go_include@ crypto/aes.lo.dep
2411 crypto/aes.lo.dep: $(go_crypto_aes_files)
2413 crypto/aes.lo: $(go_crypto_aes_files)
2415 crypto/aes/check: $(CHECK_DEPS)
2417 .PHONY: crypto/aes/check
2419 @go_include@ crypto/cipher.lo.dep
2420 crypto/cipher.lo.dep: $(go_crypto_cipher_files)
2422 crypto/cipher.lo: $(go_crypto_cipher_files)
2424 crypto/cipher/check: $(CHECK_DEPS)
2426 .PHONY: crypto/cipher/check
2428 @go_include@ crypto/des.lo.dep
2429 crypto/des.lo.dep: $(go_crypto_des_files)
2431 crypto/des.lo: $(go_crypto_des_files)
2433 crypto/des/check: $(CHECK_DEPS)
2435 .PHONY: crypto/des/check
2437 @go_include@ crypto/dsa.lo.dep
2438 crypto/dsa.lo.dep: $(go_crypto_dsa_files)
2440 crypto/dsa.lo: $(go_crypto_dsa_files)
2442 crypto/dsa/check: $(CHECK_DEPS)
2444 .PHONY: crypto/dsa/check
2446 @go_include@ crypto/ecdsa.lo.dep
2447 crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
2449 crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
2451 crypto/ecdsa/check: $(CHECK_DEPS)
2453 .PHONY: crypto/ecdsa/check
2455 @go_include@ crypto/elliptic.lo.dep
2456 crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
2458 crypto/elliptic.lo: $(go_crypto_elliptic_files)
2460 crypto/elliptic/check: $(CHECK_DEPS)
2462 .PHONY: crypto/elliptic/check
2464 @go_include@ crypto/hmac.lo.dep
2465 crypto/hmac.lo.dep: $(go_crypto_hmac_files)
2467 crypto/hmac.lo: $(go_crypto_hmac_files)
2469 crypto/hmac/check: $(CHECK_DEPS)
2471 .PHONY: crypto/hmac/check
2473 @go_include@ crypto/md5.lo.dep
2474 crypto/md5.lo.dep: $(go_crypto_md5_files)
2476 crypto/md5.lo: $(go_crypto_md5_files)
2478 crypto/md5/check: $(CHECK_DEPS)
2480 .PHONY: crypto/md5/check
2482 @go_include@ crypto/rand.lo.dep
2483 crypto/rand.lo.dep: $(go_crypto_rand_files)
2485 crypto/rand.lo: $(go_crypto_rand_files)
2487 crypto/rand/check: $(CHECK_DEPS)
2489 .PHONY: crypto/rand/check
2491 @go_include@ crypto/rc4.lo.dep
2492 crypto/rc4.lo.dep: $(go_crypto_rc4_files)
2494 crypto/rc4.lo: $(go_crypto_rc4_files)
2496 crypto/rc4/check: $(CHECK_DEPS)
2498 .PHONY: crypto/rc4/check
2500 @go_include@ crypto/rsa.lo.dep
2501 crypto/rsa.lo.dep: $(go_crypto_rsa_files)
2503 crypto/rsa.lo: $(go_crypto_rsa_files)
2505 crypto/rsa/check: $(CHECK_DEPS)
2507 .PHONY: crypto/rsa/check
2509 @go_include@ crypto/sha1.lo.dep
2510 crypto/sha1.lo.dep: $(go_crypto_sha1_files)
2512 crypto/sha1.lo: $(go_crypto_sha1_files)
2514 crypto/sha1/check: $(CHECK_DEPS)
2516 .PHONY: crypto/sha1/check
2518 @go_include@ crypto/sha256.lo.dep
2519 crypto/sha256.lo.dep: $(go_crypto_sha256_files)
2521 crypto/sha256.lo: $(go_crypto_sha256_files)
2523 crypto/sha256/check: $(CHECK_DEPS)
2525 .PHONY: crypto/sha256/check
2527 @go_include@ crypto/sha512.lo.dep
2528 crypto/sha512.lo.dep: $(go_crypto_sha512_files)
2530 crypto/sha512.lo: $(go_crypto_sha512_files)
2532 crypto/sha512/check: $(CHECK_DEPS)
2534 .PHONY: crypto/sha512/check
2536 @go_include@ crypto/subtle.lo.dep
2537 crypto/subtle.lo.dep: $(go_crypto_subtle_files)
2539 crypto/subtle.lo: $(go_crypto_subtle_files)
2541 crypto/subtle/check: $(CHECK_DEPS)
2543 .PHONY: crypto/subtle/check
2545 @go_include@ crypto/tls.lo.dep
2546 crypto/tls.lo.dep: $(go_crypto_tls_files)
2548 crypto/tls.lo: $(go_crypto_tls_files)
2550 crypto/tls/check: $(CHECK_DEPS)
2552 .PHONY: crypto/tls/check
2554 @go_include@ crypto/x509.lo.dep
2555 crypto/x509.lo.dep: $(go_crypto_x509_files)
2557 crypto/x509.lo: $(go_crypto_x509_files)
2559 crypto/x509/check: $(CHECK_DEPS)
2561 .PHONY: crypto/x509/check
2563 @go_include@ crypto/x509/pkix.lo.dep
2564 crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
2566 crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
2568 crypto/x509/pkix/check: $(CHECK_DEPS)
2570 .PHONY: crypto/x509/pkix/check
2572 @go_include@ database/sql.lo.dep
2573 database/sql.lo.dep: $(go_database_sql_files)
2575 database/sql.lo: $(go_database_sql_files)
2577 database/sql/check: $(CHECK_DEPS)
2579 .PHONY: database/sql/check
2581 @go_include@ database/sql/driver.lo.dep
2582 database/sql/driver.lo.dep: $(go_database_sql_driver_files)
2584 database/sql/driver.lo: $(go_database_sql_driver_files)
2586 database/sql/driver/check: $(CHECK_DEPS)
2588 .PHONY: database/sql/driver/check
2590 @go_include@ debug/dwarf.lo.dep
2591 debug/dwarf.lo.dep: $(go_debug_dwarf_files)
2593 debug/dwarf.lo: $(go_debug_dwarf_files)
2595 debug/dwarf/check: $(CHECK_DEPS)
2597 .PHONY: debug/dwarf/check
2599 @go_include@ debug/elf.lo.dep
2600 debug/elf.lo.dep: $(go_debug_elf_files)
2602 debug/elf.lo: $(go_debug_elf_files)
2604 debug/elf/check: $(CHECK_DEPS)
2606 .PHONY: debug/elf/check
2608 @go_include@ debug/gosym.lo.dep
2609 debug/gosym.lo.dep: $(go_debug_gosym_files)
2611 debug/gosym.lo: $(go_debug_gosym_files)
2613 debug/gosym/check: $(CHECK_DEPS)
2615 .PHONY: debug/gosym/check
2617 @go_include@ debug/macho.lo.dep
2618 debug/macho.lo.dep: $(go_debug_macho_files)
2620 debug/macho.lo: $(go_debug_macho_files)
2622 debug/macho/check: $(CHECK_DEPS)
2624 .PHONY: debug/macho/check
2626 @go_include@ debug/pe.lo.dep
2627 debug/pe.lo.dep: $(go_debug_pe_files)
2629 debug/pe.lo: $(go_debug_pe_files)
2631 debug/pe/check: $(CHECK_DEPS)
2633 .PHONY: debug/pe/check
2635 @go_include@ encoding/asn1.lo.dep
2636 encoding/asn1.lo.dep: $(go_encoding_asn1_files)
2638 encoding/asn1.lo: $(go_encoding_asn1_files)
2640 encoding/asn1/check: $(CHECK_DEPS)
2642 .PHONY: encoding/asn1/check
2644 @go_include@ encoding/ascii85.lo.dep
2645 encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
2647 encoding/ascii85.lo: $(go_encoding_ascii85_files)
2649 encoding/ascii85/check: $(CHECK_DEPS)
2651 .PHONY: encoding/ascii85/check
2653 @go_include@ encoding/base32.lo.dep
2654 encoding/base32.lo.dep: $(go_encoding_base32_files)
2656 encoding/base32.lo: $(go_encoding_base32_files)
2658 encoding/base32/check: $(CHECK_DEPS)
2660 .PHONY: encoding/base32/check
2662 @go_include@ encoding/base64.lo.dep
2663 encoding/base64.lo.dep: $(go_encoding_base64_files)
2665 encoding/base64.lo: $(go_encoding_base64_files)
2667 encoding/base64/check: $(CHECK_DEPS)
2669 .PHONY: encoding/base64/check
2671 @go_include@ encoding/binary.lo.dep
2672 encoding/binary.lo.dep: $(go_encoding_binary_files)
2674 encoding/binary.lo: $(go_encoding_binary_files)
2676 encoding/binary/check: $(CHECK_DEPS)
2678 .PHONY: encoding/binary/check
2680 @go_include@ encoding/csv.lo.dep
2681 encoding/csv.lo.dep: $(go_encoding_csv_files)
2683 encoding/csv.lo: $(go_encoding_csv_files)
2685 encoding/csv/check: $(CHECK_DEPS)
2687 .PHONY: encoding/csv/check
2689 @go_include@ encoding/gob.lo.dep
2690 encoding/gob.lo.dep: $(go_encoding_gob_files)
2692 encoding/gob.lo: $(go_encoding_gob_files)
2694 encoding/gob/check: $(CHECK_DEPS)
2696 .PHONY: encoding/gob/check
2698 @go_include@ encoding/hex.lo.dep
2699 encoding/hex.lo.dep: $(go_encoding_hex_files)
2701 encoding/hex.lo: $(go_encoding_hex_files)
2703 encoding/hex/check: $(CHECK_DEPS)
2705 .PHONY: encoding/hex/check
2707 @go_include@ encoding/json.lo.dep
2708 encoding/json.lo.dep: $(go_encoding_json_files)
2710 encoding/json.lo: $(go_encoding_json_files)
2712 encoding/json/check: $(CHECK_DEPS)
2714 .PHONY: encoding/json/check
2716 @go_include@ encoding/pem.lo.dep
2717 encoding/pem.lo.dep: $(go_encoding_pem_files)
2719 encoding/pem.lo: $(go_encoding_pem_files)
2721 encoding/pem/check: $(CHECK_DEPS)
2723 .PHONY: encoding/pem/check
2725 @go_include@ encoding/xml.lo.dep
2726 encoding/xml.lo.dep: $(go_encoding_xml_files)
2728 encoding/xml.lo: $(go_encoding_xml_files)
2730 encoding/xml/check: $(CHECK_DEPS)
2732 .PHONY: encoding/xml/check
2734 @go_include@ exp/cookiejar.lo.dep
2735 exp/cookiejar.lo.dep: $(go_exp_cookiejar_files)
2737 exp/cookiejar.lo: $(go_exp_cookiejar_files)
2739 exp/cookiejar/check: $(CHECK_DEPS)
2741 .PHONY: exp/cookiejar/check
2743 @go_include@ exp/ebnf.lo.dep
2744 exp/ebnf.lo.dep: $(go_exp_ebnf_files)
2746 exp/ebnf.lo: $(go_exp_ebnf_files)
2748 exp/ebnf/check: $(CHECK_DEPS)
2750 .PHONY: exp/ebnf/check
2752 @go_include@ exp/html.lo.dep
2753 exp/html.lo.dep: $(go_exp_html_files)
2755 exp/html.lo: $(go_exp_html_files)
2757 exp/html/check: $(CHECK_DEPS)
2759 .PHONY: exp/html/check
2761 @go_include@ exp/html/atom.lo.dep
2762 exp/html/atom.lo.dep: $(go_exp_html_atom_files)
2764 exp/html/atom.lo: $(go_exp_html_atom_files)
2766 exp/html/atom/check: $(CHECK_DEPS)
2768 .PHONY: exp/html/atom/check
2770 @go_include@ exp/locale/collate.lo.dep
2771 exp/locale/collate.lo.dep: $(go_exp_locale_collate_files)
2773 exp/locale/collate.lo: $(go_exp_locale_collate_files)
2775 exp/locale/collate/check: $(CHECK_DEPS)
2777 .PHONY: exp/locale/collate/check
2779 @go_include@ exp/locale/collate/build.lo.dep
2780 exp/locale/collate/build.lo.dep: $(go_exp_locale_collate_build_files)
2782 exp/locale/collate/build.lo: $(go_exp_locale_collate_build_files)
2784 exp/locale/collate/build/check: $(CHECK_DEPS)
2786 .PHONY: exp/locale/collate/build/check
2788 @go_include@ exp/norm.lo.dep
2789 exp/norm.lo.dep: $(go_exp_norm_files)
2791 exp/norm.lo: $(go_exp_norm_files)
2793 exp/norm/check: $(CHECK_DEPS)
2795 .PHONY: exp/norm/check
2797 @go_include@ exp/proxy.lo.dep
2798 exp/proxy.lo.dep: $(go_exp_proxy_files)
2800 exp/proxy.lo: $(go_exp_proxy_files)
2802 exp/proxy/check: $(CHECK_DEPS)
2804 .PHONY: exp/proxy/check
2806 @go_include@ exp/ssa.lo.dep
2807 exp/ssa.lo.dep: $(go_exp_ssa_files)
2809 exp/ssa.lo: $(go_exp_ssa_files)
2811 exp/ssa/check: $(CHECK_DEPS)
2813 .PHONY: exp/ssa/check
2815 @go_include@ exp/terminal.lo.dep
2816 exp/terminal.lo.dep: $(go_exp_terminal_files)
2818 exp/terminal.lo: $(go_exp_terminal_files)
2820 exp/terminal/check: $(CHECK_DEPS)
2822 .PHONY: exp/terminal/check
2824 @go_include@ exp/utf8string.lo.dep
2825 exp/utf8string.lo.dep: $(go_exp_utf8string_files)
2827 exp/utf8string.lo: $(go_exp_utf8string_files)
2829 exp/utf8string/check: $(CHECK_DEPS)
2831 .PHONY: exp/utf8string/check
2833 @go_include@ exp/inotify.lo.dep
2834 exp/inotify.lo.dep: $(go_exp_inotify_files)
2836 exp/inotify.lo: $(go_exp_inotify_files)
2838 exp/inotify/check: $(CHECK_DEPS)
2840 .PHONY: exp/inotify/check
2842 @go_include@ html/template.lo.dep
2843 html/template.lo.dep: $(go_html_template_files)
2845 html/template.lo: $(go_html_template_files)
2847 html/template/check: $(CHECK_DEPS)
2849 .PHONY: html/template/check
2851 @go_include@ go/ast.lo.dep
2852 go/ast.lo.dep: $(go_go_ast_files)
2854 go/ast.lo: $(go_go_ast_files)
2856 go/ast/check: $(CHECK_DEPS)
2858 .PHONY: go/ast/check
2860 @go_include@ go/build.lo.dep
2861 go/build.lo.dep: $(go_go_build_files)
2863 go/build.lo: $(go_go_build_files)
2865 go/build/check: $(CHECK_DEPS)
2867 .PHONY: go/build/check
2869 syslist.go: s-syslist; @true
2871 echo '// Generated automatically by make.' >syslist.go.tmp
2872 echo 'package build' >>syslist.go.tmp
2873 echo 'const goosList = "$(GOOS)"' >>syslist.go.tmp
2874 echo 'const goarchList = "$(GOARCH)"' >>syslist.go.tmp
2875 $(SHELL) $(srcdir)/../move-if-change syslist.go.tmp syslist.go
2878 @go_include@ go/doc.lo.dep
2879 go/doc.lo.dep: $(go_go_doc_files)
2881 go/doc.lo: $(go_go_doc_files)
2883 go/doc/check: $(CHECK_DEPS)
2885 .PHONY: go/doc/check
2887 @go_include@ go/format.lo.dep
2888 go/format.lo.dep: $(go_go_format_files)
2890 go/format.lo: $(go_go_format_files)
2892 go/format/check: $(CHECK_DEPS)
2894 .PHONY: go/format/check
2896 @go_include@ go/parser.lo.dep
2897 go/parser.lo.dep: $(go_go_parser_files)
2899 go/parser.lo: $(go_go_parser_files)
2901 go/parser/check: $(CHECK_DEPS)
2903 .PHONY: go/parser/check
2905 @go_include@ go/printer.lo.dep
2906 go/printer.lo.dep: $(go_go_printer_files)
2908 go/printer.lo: $(go_go_printer_files)
2910 go/printer/check: $(CHECK_DEPS)
2912 .PHONY: go/printer/check
2914 @go_include@ go/scanner.lo.dep
2915 go/scanner.lo.dep: $(go_go_scanner_files)
2917 go/scanner.lo: $(go_go_scanner_files)
2919 go/scanner/check: $(CHECK_DEPS)
2921 .PHONY: go/scanner/check
2923 @go_include@ go/token.lo.dep
2924 go/token.lo.dep: $(go_go_token_files)
2926 go/token.lo: $(go_go_token_files)
2928 go/token/check: $(CHECK_DEPS)
2930 .PHONY: go/token/check
2932 @go_include@ go/types.lo.dep
2933 go/types.lo.dep: $(go_go_types_files)
2935 go/types.lo: $(go_go_types_files)
2937 go/types/check: $(CHECK_DEPS)
2939 .PHONY: go/types/check
2941 @go_include@ hash/adler32.lo.dep
2942 hash/adler32.lo.dep: $(go_hash_adler32_files)
2944 hash/adler32.lo: $(go_hash_adler32_files)
2946 hash/adler32/check: $(CHECK_DEPS)
2948 .PHONY: hash/adler32/check
2950 @go_include@ hash/crc32.lo.dep
2951 hash/crc32.lo.dep: $(go_hash_crc32_files)
2953 hash/crc32.lo: $(go_hash_crc32_files)
2955 hash/crc32/check: $(CHECK_DEPS)
2957 .PHONY: hash/crc32/check
2959 @go_include@ hash/crc64.lo.dep
2960 hash/crc64.lo.dep: $(go_hash_crc64_files)
2962 hash/crc64.lo: $(go_hash_crc64_files)
2964 hash/crc64/check: $(CHECK_DEPS)
2966 .PHONY: hash/crc64/check
2968 @go_include@ hash/fnv.lo.dep
2969 hash/fnv.lo.dep: $(go_hash_fnv_files)
2971 hash/fnv.lo: $(go_hash_fnv_files)
2973 hash/fnv/check: $(CHECK_DEPS)
2975 .PHONY: hash/fnv/check
2977 @go_include@ image/color.lo.dep
2978 image/color.lo.dep: $(go_image_color_files)
2980 image/color.lo: $(go_image_color_files)
2982 image/color/check: $(CHECK_DEPS)
2984 .PHONY: image/color/check
2986 @go_include@ image/draw.lo.dep
2987 image/draw.lo.dep: $(go_image_draw_files)
2989 image/draw.lo: $(go_image_draw_files)
2991 image/draw/check: $(CHECK_DEPS)
2993 .PHONY: image/draw/check
2995 @go_include@ image/gif.lo.dep
2996 image/gif.lo.dep: $(go_image_gif_files)
2998 image/gif.lo: $(go_image_gif_files)
3000 image/gif/check: $(CHECK_DEPS)
3002 .PHONY: image/gif/check
3004 @go_include@ image/jpeg.lo.dep
3005 image/jpeg.lo.dep: $(go_image_jpeg_files)
3007 image/jpeg.lo: $(go_image_jpeg_files)
3009 image/jpeg/check: $(CHECK_DEPS)
3011 .PHONY: image/jpeg/check
3013 @go_include@ image/png.lo.dep
3014 image/png.lo.dep: $(go_image_png_files)
3016 image/png.lo: $(go_image_png_files)
3018 image/png/check: $(CHECK_DEPS)
3020 .PHONY: image/png/check
3022 @go_include@ index/suffixarray.lo.dep
3023 index/suffixarray.lo.dep: $(go_index_suffixarray_files)
3025 index/suffixarray.lo: $(go_index_suffixarray_files)
3027 index/suffixarray/check: $(CHECK_DEPS)
3029 .PHONY: index/suffixarray/check
3031 @go_include@ io/ioutil.lo.dep
3032 io/ioutil.lo.dep: $(go_io_ioutil_files)
3034 io/ioutil.lo: $(go_io_ioutil_files)
3036 io/ioutil/check: $(CHECK_DEPS)
3038 .PHONY: io/ioutil/check
3040 @go_include@ log/syslog.lo.dep
3041 log/syslog.lo.dep: $(go_log_syslog_files)
3043 log/syslog.lo: $(go_log_syslog_files)
3045 log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
3046 @$(MKDIR_P) log/syslog
3047 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
3048 log/syslog/check: $(CHECK_DEPS)
3050 .PHONY: log/syslog/check
3052 @go_include@ math/big.lo.dep
3053 math/big.lo.dep: $(go_math_big_files)
3055 math/big.lo: $(go_math_big_files)
3057 math/big/check: $(CHECK_DEPS)
3059 .PHONY: math/big/check
3061 @go_include@ math/cmplx.lo.dep
3062 math/cmplx.lo.dep: $(go_math_cmplx_files)
3064 math/cmplx.lo: $(go_math_cmplx_files)
3066 math/cmplx/check: $(CHECK_DEPS)
3068 .PHONY: math/cmplx/check
3070 @go_include@ math/rand.lo.dep
3071 math/rand.lo.dep: $(go_math_rand_files)
3073 math/rand.lo: $(go_math_rand_files)
3075 math/rand/check: $(CHECK_DEPS)
3077 .PHONY: math/rand/check
3079 @go_include@ mime/multipart.lo.dep
3080 mime/multipart.lo.dep: $(go_mime_multipart_files)
3082 mime/multipart.lo: $(go_mime_multipart_files)
3084 mime/multipart/check: $(CHECK_DEPS)
3086 .PHONY: mime/multipart/check
3088 @go_include@ net/http.lo.dep
3089 net/http.lo.dep: $(go_net_http_files)
3091 net/http.lo: $(go_net_http_files)
3093 net/http/check: $(CHECK_DEPS)
3095 .PHONY: net/http/check
3097 @go_include@ net/mail.lo.dep
3098 net/mail.lo.dep: $(go_net_mail_files)
3100 net/mail.lo: $(go_net_mail_files)
3102 net/mail/check: $(CHECK_DEPS)
3104 .PHONY: net/mail/check
3106 @go_include@ net/rpc.lo.dep
3107 net/rpc.lo.dep: $(go_net_rpc_files)
3109 net/rpc.lo: $(go_net_rpc_files)
3111 net/rpc/check: $(CHECK_DEPS)
3113 .PHONY: net/rpc/check
3115 @go_include@ net/smtp.lo.dep
3116 net/smtp.lo.dep: $(go_net_smtp_files)
3118 net/smtp.lo: $(go_net_smtp_files)
3120 net/smtp/check: $(CHECK_DEPS)
3122 .PHONY: net/smtp/check
3124 @go_include@ net/url.lo.dep
3125 net/url.lo.dep: $(go_net_url_files)
3127 net/url.lo: $(go_net_url_files)
3129 net/url/check: $(CHECK_DEPS)
3131 .PHONY: net/url/check
3133 @go_include@ net/textproto.lo.dep
3134 net/textproto.lo.dep: $(go_net_textproto_files)
3136 net/textproto.lo: $(go_net_textproto_files)
3138 net/textproto/check: $(CHECK_DEPS)
3140 .PHONY: net/textproto/check
3142 @go_include@ net/http/cgi.lo.dep
3143 net/http/cgi.lo.dep: $(go_net_http_cgi_files)
3145 net/http/cgi.lo: $(go_net_http_cgi_files)
3147 net/http/cgi/check: $(CHECK_DEPS)
3149 .PHONY: net/http/cgi/check
3151 @go_include@ net/http/fcgi.lo.dep
3152 net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
3154 net/http/fcgi.lo: $(go_net_http_fcgi_files)
3156 net/http/fcgi/check: $(CHECK_DEPS)
3158 .PHONY: net/http/fcgi/check
3160 @go_include@ net/http/httptest.lo.dep
3161 net/http/httptest.lo.dep: $(go_net_http_httptest_files)
3163 net/http/httptest.lo: $(go_net_http_httptest_files)
3165 net/http/httptest/check: $(check_deps)
3167 .PHONY: net/http/httptest/check
3169 @go_include@ net/http/httputil.lo.dep
3170 net/http/httputil.lo.dep: $(go_net_http_httputil_files)
3172 net/http/httputil.lo: $(go_net_http_httputil_files)
3174 net/http/httputil/check: $(check_deps)
3176 .PHONY: net/http/httputil/check
3178 @go_include@ net/http/pprof.lo.dep
3179 net/http/pprof.lo.dep: $(go_net_http_pprof_files)
3181 net/http/pprof.lo: $(go_net_http_pprof_files)
3183 net/http/pprof/check: $(CHECK_DEPS)
3185 .PHONY: net/http/pprof/check
3187 @go_include@ net/rpc/jsonrpc.lo.dep
3188 net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
3190 net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
3192 net/rpc/jsonrpc/check: $(CHECK_DEPS)
3194 .PHONY: net/rpc/jsonrpc/check
3196 @go_include@ old/netchan.lo.dep
3197 old/netchan.lo.dep: $(go_old_netchan_files)
3199 old/netchan.lo: $(go_old_netchan_files)
3201 old/netchan/check: $(CHECK_DEPS)
3203 .PHONY: old/netchan/check
3205 @go_include@ old/regexp.lo.dep
3206 old/regexp.lo.dep: $(go_old_regexp_files)
3208 old/regexp.lo: $(go_old_regexp_files)
3210 old/regexp/check: $(CHECK_DEPS)
3212 .PHONY: old/regexp/check
3214 @go_include@ old/template.lo.dep
3215 old/template.lo.dep: $(go_old_template_files)
3217 old/template.lo: $(go_old_template_files)
3219 old/template/check: $(CHECK_DEPS)
3221 .PHONY: old/template/check
3223 @go_include@ os/exec.lo.dep
3224 os/exec.lo.dep: $(go_os_exec_files)
3226 os/exec.lo: $(go_os_exec_files)
3228 os/exec/check: $(CHECK_DEPS)
3230 .PHONY: os/exec/check
3232 @go_include@ os/signal.lo.dep
3233 os/signal.lo.dep: $(go_os_signal_files)
3235 os/signal.lo: $(go_os_signal_files)
3237 os/signal/check: $(CHECK_DEPS)
3239 .PHONY: os/signal/check
3241 @go_include@ os/user.lo.dep
3242 os/user.lo.dep: $(go_os_user_files)
3244 os/user.lo: $(go_os_user_files)
3246 os/user/check: $(CHECK_DEPS)
3248 .PHONY: os/user/check
3250 @go_include@ path/filepath.lo.dep
3251 path/filepath.lo.dep: $(go_path_filepath_files)
3253 path/filepath.lo: $(go_path_filepath_files)
3255 path/filepath/check: $(CHECK_DEPS)
3257 .PHONY: path/filepath/check
3259 @go_include@ regexp/syntax.lo.dep
3260 regexp/syntax.lo.dep: $(go_regexp_syntax_files)
3262 regexp/syntax.lo: $(go_regexp_syntax_files)
3264 regexp/syntax/check: $(CHECK_DEPS)
3266 .PHONY: regexp/syntax/check
3268 @go_include@ runtime/debug.lo.dep
3269 runtime/debug.lo.dep: $(go_runtime_debug_files)
3271 runtime/debug.lo: $(go_runtime_debug_files)
3273 runtime/debug/check: $(CHECK_DEPS)
3275 .PHONY: runtime/debug/check
3277 @go_include@ runtime/pprof.lo.dep
3278 runtime/pprof.lo.dep: $(go_runtime_pprof_files)
3280 runtime/pprof.lo: $(go_runtime_pprof_files)
3282 runtime/pprof/check: $(CHECK_DEPS)
3284 .PHONY: runtime/pprof/check
3285 # At least for now, we need -static-libgo for this test, because
3286 # otherwise we can't get the line numbers.
3287 runtime_pprof_check_GOCFLAGS = -static-libgo
3289 @go_include@ sync/atomic.lo.dep
3290 sync/atomic.lo.dep: $(go_sync_atomic_files)
3292 sync/atomic.lo: $(go_sync_atomic_files)
3294 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
3295 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3296 sync/atomic/check: $(CHECK_DEPS)
3298 .PHONY: sync/atomic/check
3300 @go_include@ text/scanner.lo.dep
3301 text/scanner.lo.dep: $(go_text_scanner_files)
3303 text/scanner.lo: $(go_text_scanner_files)
3305 text/scanner/check: $(CHECK_DEPS)
3307 .PHONY: text/scanner/check
3309 @go_include@ text/tabwriter.lo.dep
3310 text/tabwriter.lo.dep: $(go_text_tabwriter_files)
3312 text/tabwriter.lo: $(go_text_tabwriter_files)
3314 text/tabwriter/check: $(CHECK_DEPS)
3316 .PHONY: text/tabwriter/check
3318 @go_include@ text/template.lo.dep
3319 text/template.lo.dep: $(go_text_template_files)
3321 text/template.lo: $(go_text_template_files)
3323 text/template/check: $(CHECK_DEPS)
3325 .PHONY: text/template/check
3327 @go_include@ text/template/parse.lo.dep
3328 text/template/parse.lo.dep: $(go_text_template_parse_files)
3330 text/template/parse.lo: $(go_text_template_parse_files)
3332 text/template/parse/check: $(CHECK_DEPS)
3334 .PHONY: text/template/parse/check
3336 @go_include@ testing/iotest.lo.dep
3337 testing/iotest.lo.dep: $(go_testing_iotest_files)
3339 testing/iotest.lo: $(go_testing_iotest_files)
3341 testing/iotest/check: $(CHECK_DEPS)
3343 .PHONY: testing/iotest/check
3345 @go_include@ testing/quick.lo.dep
3346 testing/quick.lo.dep: $(go_testing_quick_files)
3348 testing/quick.lo: $(go_testing_quick_files)
3350 testing/quick/check: $(CHECK_DEPS)
3352 .PHONY: testing/quick/check
3354 @go_include@ unicode/utf16.lo.dep
3355 unicode/utf16.lo.dep: $(go_unicode_utf16_files)
3357 unicode/utf16.lo: $(go_unicode_utf16_files)
3359 unicode/utf16/check: $(CHECK_DEPS)
3361 .PHONY: unicode/utf16/check
3363 @go_include@ unicode/utf8.lo.dep
3364 unicode/utf8.lo.dep: $(go_unicode_utf8_files)
3366 unicode/utf8.lo: $(go_unicode_utf8_files)
3368 unicode/utf8/check: $(CHECK_DEPS)
3370 .PHONY: unicode/utf8/check
3372 @go_include@ syscall.lo.dep
3373 syscall.lo.dep: $(go_syscall_files)
3375 syscall.lo: $(go_syscall_files)
3377 syscall/errno.lo: go/syscall/errno.c
3379 $(LTCOMPILE) -c -o $@ $<
3380 syscall/signame.lo: go/syscall/signame.c
3382 $(LTCOMPILE) -c -o $@ $<
3383 syscall/wait.lo: go/syscall/wait.c
3385 $(LTCOMPILE) -c -o $@ $<
3386 syscall/check: $(CHECK_DEPS)
3388 .PHONY: syscall/check
3390 # How to build a .gox file from a .lo file.
3392 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
3393 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
3399 crypto.gox: crypto.lo
3401 errors.gox: errors.lo
3403 expvar.gox: expvar.lo
3429 reflect.gox: reflect-go.lo
3431 regexp.gox: regexp.lo
3433 runtime.gox: runtime-go.lo
3437 strconv.gox: strconv.lo
3439 strings.gox: strings.lo
3443 syscall.gox: syscall.lo
3445 testing.gox: testing.lo
3447 time.gox: time-go.lo
3449 unicode.gox: unicode.lo
3452 archive/tar.gox: archive/tar.lo
3454 archive/zip.gox: archive/zip.lo
3457 compress/bzip2.gox: compress/bzip2.lo
3459 compress/flate.gox: compress/flate.lo
3461 compress/gzip.gox: compress/gzip.lo
3463 compress/lzw.gox: compress/lzw.lo
3465 compress/zlib.gox: compress/zlib.lo
3468 container/heap.gox: container/heap.lo
3470 container/list.gox: container/list.lo
3472 container/ring.gox: container/ring.lo
3475 crypto/aes.gox: crypto/aes.lo
3477 crypto/cipher.gox: crypto/cipher.lo
3479 crypto/des.gox: crypto/des.lo
3481 crypto/dsa.gox: crypto/dsa.lo
3483 crypto/ecdsa.gox: crypto/ecdsa.lo
3485 crypto/elliptic.gox: crypto/elliptic.lo
3487 crypto/hmac.gox: crypto/hmac.lo
3489 crypto/md5.gox: crypto/md5.lo
3491 crypto/rand.gox: crypto/rand.lo
3493 crypto/rc4.gox: crypto/rc4.lo
3495 crypto/rsa.gox: crypto/rsa.lo
3497 crypto/sha1.gox: crypto/sha1.lo
3499 crypto/sha256.gox: crypto/sha256.lo
3501 crypto/sha512.gox: crypto/sha512.lo
3503 crypto/subtle.gox: crypto/subtle.lo
3505 crypto/tls.gox: crypto/tls.lo
3507 crypto/x509.gox: crypto/x509.lo
3510 crypto/x509/pkix.gox: crypto/x509/pkix.lo
3513 database/sql.gox: database/sql.lo
3516 database/sql/driver.gox: database/sql/driver.lo
3519 debug/dwarf.gox: debug/dwarf.lo
3521 debug/elf.gox: debug/elf.lo
3523 debug/gosym.gox: debug/gosym.lo
3525 debug/macho.gox: debug/macho.lo
3527 debug/pe.gox: debug/pe.lo
3530 encoding/ascii85.gox: encoding/ascii85.lo
3532 encoding/asn1.gox: encoding/asn1.lo
3534 encoding/base32.gox: encoding/base32.lo
3536 encoding/base64.gox: encoding/base64.lo
3538 encoding/binary.gox: encoding/binary.lo
3540 encoding/csv.gox: encoding/csv.lo
3542 encoding/gob.gox: encoding/gob.lo
3544 encoding/hex.gox: encoding/hex.lo
3546 encoding/json.gox: encoding/json.lo
3548 encoding/pem.gox: encoding/pem.lo
3550 encoding/xml.gox: encoding/xml.lo
3553 exp/cookiejar.gox: exp/cookiejar.lo
3555 exp/ebnf.gox: exp/ebnf.lo
3557 exp/html.gox: exp/html.lo
3559 exp/html/atom.gox: exp/html/atom.lo
3561 exp/inotify.gox: exp/inotify.lo
3563 exp/locale/collate.gox: exp/locale/collate.lo
3565 exp/locale/collate/build.gox: exp/locale/collate/build.lo
3567 exp/norm.gox: exp/norm.lo
3569 exp/proxy.gox: exp/proxy.lo
3571 exp/ssa.gox: exp/ssa.lo
3573 exp/terminal.gox: exp/terminal.lo
3575 exp/utf8string.gox: exp/utf8string.lo
3578 html/template.gox: html/template.lo
3581 go/ast.gox: go/ast.lo
3583 go/build.gox: go/build.lo
3585 go/doc.gox: go/doc.lo
3587 go/format.gox: go/format.lo
3589 go/parser.gox: go/parser.lo
3591 go/printer.gox: go/printer.lo
3593 go/scanner.gox: go/scanner.lo
3595 go/token.gox: go/token.lo
3597 go/types.gox: go/types.lo
3600 hash/adler32.gox: hash/adler32.lo
3602 hash/crc32.gox: hash/crc32.lo
3604 hash/crc64.gox: hash/crc64.lo
3606 hash/fnv.gox: hash/fnv.lo
3609 image/color.gox: image/color.lo
3611 image/draw.gox: image/draw.lo
3613 image/gif.gox: image/gif.lo
3615 image/jpeg.gox: image/jpeg.lo
3617 image/png.gox: image/png.lo
3620 index/suffixarray.gox: index/suffixarray.lo
3623 io/ioutil.gox: io/ioutil.lo
3626 log/syslog.gox: log/syslog.lo
3629 math/big.gox: math/big.lo
3631 math/cmplx.gox: math/cmplx.lo
3633 math/rand.gox: math/rand.lo
3636 mime/multipart.gox: mime/multipart.lo
3639 net/http.gox: net/http.lo
3641 net/mail.gox: net/mail.lo
3643 net/rpc.gox: net/rpc.lo
3645 net/smtp.gox: net/smtp.lo
3647 net/textproto.gox: net/textproto.lo
3649 net/url.gox: net/url.lo
3652 net/http/cgi.gox: net/http/cgi.lo
3654 net/http/fcgi.gox: net/http/fcgi.lo
3656 net/http/httptest.gox: net/http/httptest.lo
3658 net/http/httputil.gox: net/http/httputil.lo
3660 net/http/pprof.gox: net/http/pprof.lo
3663 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
3666 old/netchan.gox: old/netchan.lo
3668 old/regexp.gox: old/regexp.lo
3670 old/template.gox: old/template.lo
3673 os/exec.gox: os/exec.lo
3675 os/signal.gox: os/signal.lo
3677 os/user.gox: os/user.lo
3680 path/filepath.gox: path/filepath.lo
3683 regexp/syntax.gox: regexp/syntax.lo
3686 runtime/debug.gox: runtime/debug.lo
3688 runtime/pprof.gox: runtime/pprof.lo
3691 sync/atomic.gox: sync/atomic.lo
3694 text/scanner.gox: text/scanner.lo
3696 text/tabwriter.gox: text/tabwriter.lo
3698 text/template.gox: text/template.lo
3700 text/template/parse.gox: text/template/parse.lo
3703 testing/iotest.gox: testing/iotest.lo
3705 testing/quick.gox: testing/quick.lo
3708 unicode/utf16.gox: unicode/utf16.lo
3710 unicode/utf8.gox: unicode/utf8.lo
3714 # exp_inotify_check = exp/inotify/check
3748 compress/bzip2/check \
3749 compress/flate/check \
3750 compress/gzip/check \
3751 compress/lzw/check \
3752 compress/zlib/check \
3753 container/heap/check \
3754 container/list/check \
3755 container/ring/check \
3757 crypto/cipher/check \
3760 crypto/ecdsa/check \
3761 crypto/elliptic/check \
3768 crypto/sha256/check \
3769 crypto/sha512/check \
3770 crypto/subtle/check \
3773 database/sql/check \
3774 database/sql/driver/check \
3779 encoding/ascii85/check \
3780 encoding/asn1/check \
3781 encoding/base32/check \
3782 encoding/base64/check \
3783 encoding/binary/check \
3784 encoding/csv/check \
3785 encoding/gob/check \
3786 encoding/hex/check \
3787 encoding/json/check \
3788 encoding/pem/check \
3789 encoding/xml/check \
3790 exp/cookiejar/check \
3793 exp/html/atom/check \
3794 $(exp_inotify_check) \
3795 exp/locale/collate/check \
3796 exp/locale/collate/build/check \
3799 exp/terminal/check \
3800 exp/utf8string/check \
3801 html/template/check \
3803 $(go_build_check_omitted_since_it_calls_6g) \
3811 hash/adler32/check \
3819 index/suffixarray/check \
3825 mime/multipart/check \
3827 net/http/cgi/check \
3828 net/http/fcgi/check \
3829 net/http/httptest/check \
3830 net/http/httputil/check \
3834 net/textproto/check \
3836 net/rpc/jsonrpc/check \
3839 old/template/check \
3843 path/filepath/check \
3844 regexp/syntax/check \
3845 runtime/pprof/check \
3847 text/scanner/check \
3848 text/tabwriter/check \
3849 text/template/check \
3850 text/template/parse/check \
3851 testing/quick/check \
3852 unicode/utf16/check \
3856 check-recursive: check-head
3859 @echo "Test Run By $${USER} on `date`" > libgo.head
3860 @echo "Native configuration is $(host_triplet)" >> libgo.head
3862 @echo " === libgo tests ===" >> libgo.head
3865 check-tail: check-recursive check-multi
3866 @if test "$(USE_DEJAGNU)" = "yes"; then \
3869 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3870 for dir in . $(MULTIDIRS); do \
3871 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3872 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3874 mv libgo.head libgo.sum; \
3875 cp libgo.sum libgo.log; \
3876 echo "Schedule of variations:" >> libgo.sum; \
3877 for dir in . $(MULTIDIRS); do \
3878 multidir=../$${dir}/$${lib}; \
3879 multivar=`cat $${multidir}/libgo.var`; \
3880 echo " $${multivar}" >> libgo.sum; \
3882 echo >> libgo.sum; \
3883 pass=0; fail=0; untested=0; \
3884 for dir in . $(MULTIDIRS); do \
3885 multidir=../$${dir}/$${lib}; \
3886 multivar=`cat $${multidir}/libgo.var`; \
3887 echo "Running target $${multivar}" >> libgo.sum; \
3888 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3889 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3890 cat $${multidir}/libgo.log.sep >> libgo.log; \
3891 if test -n "${MULTIDIRS}"; then \
3892 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3893 echo >> libgo.sum; \
3895 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3896 pass=`expr $$pass + $$p`; \
3897 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3898 echo "# of expected passes $$p" >> libgo.sum; \
3900 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3901 fail=`expr $$fail + $$p`; \
3902 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3903 echo "# of unexpected failures $$p" >> libgo.sum; \
3905 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3906 untested=`expr $$untested + $$p`; \
3907 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3908 echo "# of untested testcases $$p" >> libgo.sum; \
3911 echo >> libgo.sum; \
3912 echo " === libgo Summary ===" >> libgo.sum; \
3913 echo >> libgo.sum; \
3914 if test "$$pass" -ne "0"; then \
3915 echo "# of expected passes $$pass" >> libgo.sum; \
3917 if test "$$fail" -ne "0"; then \
3918 echo "# of unexpected failures $$fail" >> libgo.sum; \
3920 if test "$$untested" -ne "0"; then \
3921 echo "# of untested testcases $$untested" >> libgo.sum; \
3923 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3924 echo >> libgo.log; \
3925 echo "runtest completed at `date`" >> libgo.log; \
3926 if test "$$fail" -ne "0"; then \
3934 @rm -f libgo.sum libgo.log libgo.tail
3936 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3937 echo "$${multivar}" > libgo.var
3938 @for f in $(TEST_PACKAGES); do \
3939 rm -f $$f-testsum $$f-testlog; \
3941 -@$(MAKE) -k $(TEST_PACKAGES)
3942 @for f in $(TEST_PACKAGES); do \
3943 if test -f $$f-testsum; then \
3944 cat $$f-testsum >> libgo.sum; \
3946 if test -f $$f-testlog; then \
3947 cat $$f-testlog >> libgo.log; \
3952 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3954 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3957 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3958 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3959 find . -name '*-testsum' -print | xargs rm -f
3960 find . -name '*-testlog' -print | xargs rm -f
3962 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3965 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3966 find . -name '*.a' -print | xargs rm -f