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 $(MULTIBUILDTOP)../../gcc/include
45 AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
51 # Work around what appears to be a GNU make handling MAKEFLAGS
52 # values defined in terms of make variables, as is the case for CC and
53 # friends when we are called from the top level Makefile.
55 "AR_FLAGS=$(AR_FLAGS)" \
56 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
57 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
59 "CXXFLAGS=$(CXXFLAGS)" \
60 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
61 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
62 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
64 "GOCFLAGS=$(GOCFLAGS)" \
65 "INSTALL=$(INSTALL)" \
66 "INSTALL_DATA=$(INSTALL_DATA)" \
67 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
68 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
69 "LDFLAGS=$(LDFLAGS)" \
70 "LIBCFLAGS=$(LIBCFLAGS)" \
71 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
73 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
74 "PICFLAG=$(PICFLAG)" \
75 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
77 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
78 "exec_prefix=$(exec_prefix)" \
79 "infodir=$(infodir)" \
81 "includedir=$(includedir)" \
83 "tooldir=$(tooldir)" \
84 "gxx_include_dir=$(gxx_include_dir)" \
90 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
91 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
92 "DESTDIR=$(DESTDIR)" \
95 # Subdir rules rely on $(FLAGS_TO_PASS)
96 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
98 toolexeclib_LTLIBRARIES = libgo.la
99 toolexeclib_LIBRARIES = libgobegin.a
101 toolexeclibgo_DATA = \
131 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
133 toolexeclibgoarchive_DATA = \
137 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
139 toolexeclibgocompress_DATA = \
146 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
148 toolexeclibgocontainer_DATA = \
153 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
155 toolexeclibgocrypto_DATA = \
161 crypto/elliptic.gox \
174 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
176 toolexeclibgocryptox509_DATA = \
179 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
181 toolexeclibgodatabase_DATA = \
184 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
186 toolexeclibgodatabasesql_DATA = \
187 database/sql/driver.gox
189 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
191 toolexeclibgodebug_DATA = \
198 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
200 toolexeclibgoencoding_DATA = \
201 encoding/ascii85.gox \
203 encoding/base32.gox \
204 encoding/base64.gox \
205 encoding/binary.gox \
214 # exp_inotify_gox = exp/inotify.gox
220 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
222 toolexeclibgoexp_DATA = \
232 toolexeclibgogodir = $(toolexeclibgodir)/go
234 toolexeclibgogo_DATA = \
243 toolexeclibgohashdir = $(toolexeclibgodir)/hash
245 toolexeclibgohash_DATA = \
251 toolexeclibgohtmldir = $(toolexeclibgodir)/html
253 toolexeclibgohtml_DATA = \
256 toolexeclibgoimagedir = $(toolexeclibgodir)/image
258 toolexeclibgoimage_DATA = \
265 toolexeclibgoindexdir = $(toolexeclibgodir)/index
267 toolexeclibgoindex_DATA = \
268 index/suffixarray.gox
270 toolexeclibgoiodir = $(toolexeclibgodir)/io
272 toolexeclibgoio_DATA = \
275 toolexeclibgologdir = $(toolexeclibgodir)/log
277 toolexeclibgolog_DATA = \
280 toolexeclibgomathdir = $(toolexeclibgodir)/math
282 toolexeclibgomath_DATA = \
287 toolexeclibgomimedir = $(toolexeclibgodir)/mime
289 toolexeclibgomime_DATA = \
292 toolexeclibgonetdir = $(toolexeclibgodir)/net
294 toolexeclibgonet_DATA = \
302 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
304 toolexeclibgonethttp_DATA = \
307 net/http/httptest.gox \
308 net/http/httputil.gox \
311 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
313 toolexeclibgonetrpc_DATA = \
316 toolexeclibgoolddir = $(toolexeclibgodir)/old
318 toolexeclibgoold_DATA = \
323 toolexeclibgoosdir = $(toolexeclibgodir)/os
325 toolexeclibgoos_DATA = \
330 toolexeclibgopathdir = $(toolexeclibgodir)/path
332 toolexeclibgopath_DATA = \
335 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
337 toolexeclibgoregexp_DATA = \
340 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
342 toolexeclibgoruntime_DATA = \
346 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
348 toolexeclibgosync_DATA = \
351 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
353 toolexeclibgotesting_DATA = \
357 toolexeclibgotextdir = $(toolexeclibgodir)/text
359 toolexeclibgotext_DATA = \
364 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
366 toolexeclibgotexttemplate_DATA = \
367 text/template/parse.gox
369 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
371 toolexeclibgounicode_DATA = \
376 runtime_mem_file = runtime/mem.c
378 runtime_mem_file = runtime/mem_posix_memalign.c
382 rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
384 rtems_task_variable_add_file =
388 runtime_lock_files = runtime/lock_futex.c runtime/thread-linux.c
390 runtime_lock_files = runtime/lock_sema.c runtime/thread-sema.c
394 runtime/go-append.c \
395 runtime/go-assert.c \
396 runtime/go-assert-interface.c \
397 runtime/go-byte-array-to-string.c \
398 runtime/go-breakpoint.c \
399 runtime/go-caller.c \
400 runtime/go-callers.c \
401 runtime/go-can-convert-interface.c \
403 runtime/go-check-interface.c \
404 runtime/go-construct-map.c \
405 runtime/go-convert-interface.c \
408 runtime/go-deferred-recover.c \
409 runtime/go-eface-compare.c \
410 runtime/go-eface-val-compare.c \
411 runtime/go-getgoroot.c \
412 runtime/go-int-array-to-string.c \
413 runtime/go-int-to-string.c \
414 runtime/go-interface-compare.c \
415 runtime/go-interface-eface-compare.c \
416 runtime/go-interface-val-compare.c \
417 runtime/go-make-slice.c \
418 runtime/go-map-delete.c \
419 runtime/go-map-index.c \
420 runtime/go-map-len.c \
421 runtime/go-map-range.c \
422 runtime/go-matherr.c \
423 runtime/go-nanotime.c \
425 runtime/go-new-map.c \
430 runtime/go-recover.c \
431 runtime/go-reflect-call.c \
432 runtime/go-reflect-map.c \
434 runtime/go-runtime-error.c \
435 runtime/go-setenv.c \
436 runtime/go-signal.c \
437 runtime/go-strcmp.c \
438 runtime/go-string-to-byte-array.c \
439 runtime/go-string-to-int-array.c \
440 runtime/go-strplus.c \
441 runtime/go-strslice.c \
442 runtime/go-trampoline.c \
443 runtime/go-type-complex.c \
444 runtime/go-type-eface.c \
445 runtime/go-type-error.c \
446 runtime/go-type-float.c \
447 runtime/go-type-identity.c \
448 runtime/go-type-interface.c \
449 runtime/go-type-string.c \
450 runtime/go-typedesc-equal.c \
451 runtime/go-typestring.c \
452 runtime/go-unsafe-new.c \
453 runtime/go-unsafe-newarray.c \
454 runtime/go-unsafe-pointer.c \
455 runtime/go-unwind.c \
458 $(runtime_lock_files) \
461 $(runtime_mem_file) \
463 runtime/mfixalloc.c \
469 runtime/signal_unix.c \
472 $(rtems_task_variable_add_file) \
484 goc2c.$(OBJEXT): runtime/goc2c.c
485 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
487 goc2c: goc2c.$(OBJEXT)
488 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
490 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
491 ./goc2c --gcc $< > $@.tmp
494 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
495 ./goc2c --gcc $< > $@.tmp
498 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
499 ./goc2c --gcc $< > $@.tmp
502 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
503 ./goc2c --gcc $< > $@.tmp
506 sema.c: $(srcdir)/runtime/sema.goc goc2c
507 ./goc2c --gcc $< > $@.tmp
510 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
511 ./goc2c --gcc --go-pkgpath os_signal $< > $@.tmp
514 time.c: $(srcdir)/runtime/time.goc goc2c
515 ./goc2c --gcc $< > $@.tmp
518 %.c: $(srcdir)/runtime/%.goc goc2c
519 ./goc2c --gcc $< > $@.tmp
528 go/bytes/bytes_decl.go \
584 go/math/copysign.go \
604 go/math/nextafter.go \
607 go/math/remainder.go \
619 go/mime/mediatype.go \
624 go_net_fd_os_file = go/net/fd_select.go
625 go_net_newpollserver_file = go/net/newpollserver_rtems.go
626 else # !LIBGO_IS_RTEMS
628 go_net_fd_os_file = go/net/fd_linux.go
629 go_net_newpollserver_file = go/net/newpollserver.go
630 else # !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
632 go_net_fd_os_file = go/net/fd_netbsd.go
633 go_net_newpollserver_file = go/net/newpollserver.go
634 else # !LIBGO_IS_NETBSD && !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
635 # By default use select with pipes. Most systems should have
637 go_net_fd_os_file = go/net/fd_select.go
638 go_net_newpollserver_file = go/net/newpollserver.go
639 endif # !LIBGO_IS_NETBSD
640 endif # !LIBGO_IS_LINUX
641 endif # !LIBGO_IS_RTEMS
644 go_net_cgo_file = go/net/cgo_linux.go
645 go_net_sock_file = go/net/sock_linux.go
646 go_net_sockopt_file = go/net/sockopt_linux.go
647 go_net_sockoptip_file = go/net/sockoptip_linux.go
650 go_net_cgo_file = go/net/cgo_linux.go
651 go_net_sock_file = go/net/sock_linux.go
652 go_net_sockopt_file = go/net/sockopt_linux.go
653 go_net_sockoptip_file = go/net/sockoptip_linux.go
656 go_net_cgo_file = go/net/cgo_linux.go
657 go_net_sock_file = go/net/sock_solaris.go
658 go_net_sockopt_file = go/net/sockopt_bsd.go
659 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_solaris.go
662 go_net_cgo_file = go/net/cgo_bsd.go
663 go_net_sock_file = go/net/sock_bsd.go
664 go_net_sockopt_file = go/net/sockopt_bsd.go
665 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_freebsd.go
667 go_net_cgo_file = go/net/cgo_bsd.go
668 go_net_sock_file = go/net/sock_bsd.go
669 go_net_sockopt_file = go/net/sockopt_bsd.go
670 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_netbsd.go
677 go_net_sendfile_file = go/net/sendfile_linux.go
679 go_net_sendfile_file = go/net/sendfile_stub.go
683 go_net_interface_file = go/net/interface_linux.go
686 go_net_interface_file = go/net/interface_netbsd.go
688 go_net_interface_file = go/net/interface_stub.go
696 go/net/dnsclient.go \
697 go/net/dnsclient_unix.go \
698 go/net/dnsconfig.go \
701 $(go_net_newpollserver_file) \
703 $(go_net_fd_os_file) \
706 go/net/interface.go \
707 $(go_net_interface_file) \
709 go/net/iprawsock.go \
710 go/net/iprawsock_posix.go \
712 go/net/ipsock_posix.go \
713 go/net/lookup_unix.go \
719 $(go_net_sendfile_file) \
721 $(go_net_sock_file) \
723 $(go_net_sockopt_file) \
724 go/net/sockoptip.go \
725 $(go_net_sockoptip_file) \
727 go/net/tcpsock_posix.go \
729 go/net/udpsock_posix.go \
731 go/net/unixsock_posix.go
735 go_os_dir_file = go/os/dir_largefile.go
738 go_os_dir_file = go/os/dir_largefile.go
740 go_os_dir_file = go/os/dir_regfile.go
745 go_os_dir_file = go/os/dir_largefile.go
747 go_os_dir_file = go/os/dir_regfile.go
752 go_os_sys_file = go/os/sys_linux.go
755 go_os_sys_file = go/os/sys_uname.go
758 go_os_sys_file = go/os/sys_uname.go
761 go_os_sys_file = go/os/sys_uname.go
763 go_os_sys_file = go/os/sys_bsd.go
770 go_os_stat_file = go/os/stat_solaris.go
772 go_os_stat_file = go/os/stat.go
781 go/os/error_posix.go \
783 go/os/exec_posix.go \
786 go/os/file_posix.go \
802 go/reflect/deepequal.go \
811 go/net/rpc/client.go \
812 go/net/rpc/debug.go \
816 go/runtime/compiler.go \
817 go/runtime/debug.go \
818 go/runtime/error.go \
819 go/runtime/extern.go \
821 go/runtime/softfloat64.go \
825 version.go: s-version; @true
828 echo "package runtime" > version.go.tmp
829 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
830 echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
831 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
832 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
833 $(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
844 go/strconv/decimal.go \
845 go/strconv/extfloat.go \
847 go/strconv/isprint.go \
852 go/strings/reader.go \
853 go/strings/replace.go \
854 go/strings/strings.go
865 go_syslog_file = go/log/syslog/syslog_libc.go
868 go_syslog_file = go/log/syslog/syslog_libc.go
870 go_syslog_file = go/log/syslog/syslog_unix.go
874 go_log_syslog_files = \
875 go/log/syslog/syslog.go \
877 go_syslog_c_files = \
878 go/log/syslog/syslog_c.c
881 go/testing/benchmark.go \
882 go/testing/example.go \
883 go/testing/testing.go
888 go/time/sys_unix.go \
891 go/time/zoneinfo.go \
892 go/time/zoneinfo_read.go \
893 go/time/zoneinfo_unix.go
896 go/unicode/casetables.go \
897 go/unicode/digit.go \
898 go/unicode/graphic.go \
899 go/unicode/letter.go \
903 go_archive_tar_files = \
904 go/archive/tar/common.go \
905 go/archive/tar/reader.go \
906 go/archive/tar/writer.go
908 go_archive_zip_files = \
909 go/archive/zip/reader.go \
910 go/archive/zip/struct.go \
911 go/archive/zip/writer.go
913 go_compress_bzip2_files = \
914 go/compress/bzip2/bit_reader.go \
915 go/compress/bzip2/bzip2.go \
916 go/compress/bzip2/huffman.go \
917 go/compress/bzip2/move_to_front.go
919 go_compress_flate_files = \
920 go/compress/flate/deflate.go \
921 go/compress/flate/huffman_bit_writer.go \
922 go/compress/flate/huffman_code.go \
923 go/compress/flate/inflate.go \
924 go/compress/flate/reverse_bits.go \
925 go/compress/flate/token.go
927 go_compress_gzip_files = \
928 go/compress/gzip/gzip.go \
929 go/compress/gzip/gunzip.go
931 go_compress_lzw_files = \
932 go/compress/lzw/reader.go \
933 go/compress/lzw/writer.go
935 go_compress_zlib_files = \
936 go/compress/zlib/reader.go \
937 go/compress/zlib/writer.go
939 go_container_heap_files = \
940 go/container/heap/heap.go
942 go_container_list_files = \
943 go/container/list/list.go
945 go_container_ring_files = \
946 go/container/ring/ring.go
948 go_crypto_aes_files = \
949 go/crypto/aes/block.go \
950 go/crypto/aes/cipher.go \
951 go/crypto/aes/const.go
952 go_crypto_cipher_files = \
953 go/crypto/cipher/cbc.go \
954 go/crypto/cipher/cfb.go \
955 go/crypto/cipher/cipher.go \
956 go/crypto/cipher/ctr.go \
957 go/crypto/cipher/io.go \
958 go/crypto/cipher/ofb.go
959 go_crypto_des_files = \
960 go/crypto/des/block.go \
961 go/crypto/des/cipher.go \
962 go/crypto/des/const.go
963 go_crypto_dsa_files = \
965 go_crypto_ecdsa_files = \
966 go/crypto/ecdsa/ecdsa.go
967 go_crypto_elliptic_files = \
968 go/crypto/elliptic/elliptic.go \
969 go/crypto/elliptic/p224.go
970 go_crypto_hmac_files = \
971 go/crypto/hmac/hmac.go
972 go_crypto_md5_files = \
973 go/crypto/md5/md5.go \
974 go/crypto/md5/md5block.go
975 go_crypto_rand_files = \
976 go/crypto/rand/rand.go \
977 go/crypto/rand/rand_unix.go \
978 go/crypto/rand/util.go
979 go_crypto_rc4_files = \
981 go_crypto_rsa_files = \
982 go/crypto/rsa/pkcs1v15.go \
984 go_crypto_sha1_files = \
985 go/crypto/sha1/sha1.go \
986 go/crypto/sha1/sha1block.go
987 go_crypto_sha256_files = \
988 go/crypto/sha256/sha256.go \
989 go/crypto/sha256/sha256block.go
990 go_crypto_sha512_files = \
991 go/crypto/sha512/sha512.go \
992 go/crypto/sha512/sha512block.go
993 go_crypto_subtle_files = \
994 go/crypto/subtle/constant_time.go
995 go_crypto_tls_files = \
996 go/crypto/tls/alert.go \
997 go/crypto/tls/cipher_suites.go \
998 go/crypto/tls/common.go \
999 go/crypto/tls/conn.go \
1000 go/crypto/tls/handshake_client.go \
1001 go/crypto/tls/handshake_messages.go \
1002 go/crypto/tls/handshake_server.go \
1003 go/crypto/tls/key_agreement.go \
1004 go/crypto/tls/prf.go \
1005 go/crypto/tls/tls.go
1006 go_crypto_x509_files = \
1007 go/crypto/x509/cert_pool.go \
1008 go/crypto/x509/pkcs1.go \
1009 go/crypto/x509/pkcs8.go \
1010 go/crypto/x509/root.go \
1011 go/crypto/x509/root_unix.go \
1012 go/crypto/x509/verify.go \
1013 go/crypto/x509/x509.go
1015 go_crypto_x509_pkix_files = \
1016 go/crypto/x509/pkix/pkix.go
1018 go_database_sql_files = \
1019 go/database/sql/convert.go \
1020 go/database/sql/sql.go
1022 go_database_sql_driver_files = \
1023 go/database/sql/driver/driver.go \
1024 go/database/sql/driver/types.go
1026 go_debug_dwarf_files = \
1027 go/debug/dwarf/buf.go \
1028 go/debug/dwarf/const.go \
1029 go/debug/dwarf/entry.go \
1030 go/debug/dwarf/line.go \
1031 go/debug/dwarf/open.go \
1032 go/debug/dwarf/type.go \
1033 go/debug/dwarf/unit.go
1034 go_debug_elf_files = \
1035 go/debug/elf/elf.go \
1036 go/debug/elf/file.go \
1037 go/debug/elf/runtime.go
1038 go_debug_gosym_files = \
1039 go/debug/gosym/pclntab.go \
1040 go/debug/gosym/symtab.go
1041 go_debug_macho_files = \
1042 go/debug/macho/file.go \
1043 go/debug/macho/macho.go
1044 go_debug_pe_files = \
1045 go/debug/pe/file.go \
1048 go_encoding_ascii85_files = \
1049 go/encoding/ascii85/ascii85.go
1050 go_encoding_asn1_files = \
1051 go/encoding/asn1/asn1.go \
1052 go/encoding/asn1/common.go \
1053 go/encoding/asn1/marshal.go
1054 go_encoding_base32_files = \
1055 go/encoding/base32/base32.go
1056 go_encoding_base64_files = \
1057 go/encoding/base64/base64.go
1058 go_encoding_binary_files = \
1059 go/encoding/binary/binary.go \
1060 go/encoding/binary/varint.go
1061 go_encoding_csv_files = \
1062 go/encoding/csv/reader.go \
1063 go/encoding/csv/writer.go
1064 go_encoding_gob_files = \
1065 go/encoding/gob/decode.go \
1066 go/encoding/gob/decoder.go \
1067 go/encoding/gob/doc.go \
1068 go/encoding/gob/encode.go \
1069 go/encoding/gob/encoder.go \
1070 go/encoding/gob/error.go \
1071 go/encoding/gob/type.go
1072 go_encoding_hex_files = \
1073 go/encoding/hex/hex.go
1074 go_encoding_json_files = \
1075 go/encoding/json/decode.go \
1076 go/encoding/json/encode.go \
1077 go/encoding/json/indent.go \
1078 go/encoding/json/scanner.go \
1079 go/encoding/json/stream.go \
1080 go/encoding/json/tags.go
1081 go_encoding_pem_files = \
1082 go/encoding/pem/pem.go
1083 go_encoding_xml_files = \
1084 go/encoding/xml/marshal.go \
1085 go/encoding/xml/read.go \
1086 go/encoding/xml/typeinfo.go \
1087 go/encoding/xml/xml.go
1089 go_exp_ebnf_files = \
1090 go/exp/ebnf/ebnf.go \
1091 go/exp/ebnf/parser.go
1092 go_exp_html_files = \
1093 go/exp/html/const.go \
1094 go/exp/html/doc.go \
1095 go/exp/html/doctype.go \
1096 go/exp/html/entity.go \
1097 go/exp/html/escape.go \
1098 go/exp/html/foreign.go \
1099 go/exp/html/node.go \
1100 go/exp/html/parse.go \
1101 go/exp/html/render.go \
1102 go/exp/html/token.go
1103 go_exp_inotify_files = \
1104 go/exp/inotify/inotify_linux.go
1105 go_exp_norm_files = \
1106 go/exp/norm/composition.go \
1107 go/exp/norm/forminfo.go \
1108 go/exp/norm/input.go \
1109 go/exp/norm/iter.go \
1110 go/exp/norm/normalize.go \
1111 go/exp/norm/readwriter.go \
1112 go/exp/norm/tables.go \
1114 go_exp_proxy_files = \
1115 go/exp/proxy/direct.go \
1116 go/exp/proxy/per_host.go \
1117 go/exp/proxy/proxy.go \
1118 go/exp/proxy/socks5.go
1119 go_exp_terminal_files = \
1120 go/exp/terminal/terminal.go \
1121 go/exp/terminal/util.go
1122 go_exp_types_files = \
1123 go/exp/types/check.go \
1124 go/exp/types/const.go \
1125 go/exp/types/exportdata.go \
1126 go/exp/types/gcimporter.go \
1127 go/exp/types/types.go \
1128 go/exp/types/universe.go
1129 go_exp_utf8string_files = \
1130 go/exp/utf8string/string.go
1134 go/go/ast/filter.go \
1135 go/go/ast/import.go \
1136 go/go/ast/print.go \
1137 go/go/ast/resolve.go \
1138 go/go/ast/scope.go \
1140 go_go_build_files = \
1141 go/go/build/build.go \
1142 go/go/build/doc.go \
1145 go/go/doc/comment.go \
1147 go/go/doc/example.go \
1148 go/go/doc/exports.go \
1149 go/go/doc/filter.go \
1150 go/go/doc/reader.go \
1151 go/go/doc/synopsis.go
1152 go_go_parser_files = \
1153 go/go/parser/interface.go \
1154 go/go/parser/parser.go
1155 go_go_printer_files = \
1156 go/go/printer/nodes.go \
1157 go/go/printer/printer.go
1158 go_go_scanner_files = \
1159 go/go/scanner/errors.go \
1160 go/go/scanner/scanner.go
1161 go_go_token_files = \
1162 go/go/token/position.go \
1163 go/go/token/serialize.go \
1164 go/go/token/token.go
1166 go_hash_adler32_files = \
1167 go/hash/adler32/adler32.go
1168 go_hash_crc32_files = \
1169 go/hash/crc32/crc32.go \
1170 go/hash/crc32/crc32_generic.go
1171 go_hash_crc64_files = \
1172 go/hash/crc64/crc64.go
1173 go_hash_fnv_files = \
1176 go_html_template_files = \
1177 go/html/template/attr.go \
1178 go/html/template/content.go \
1179 go/html/template/context.go \
1180 go/html/template/css.go \
1181 go/html/template/doc.go \
1182 go/html/template/error.go \
1183 go/html/template/escape.go \
1184 go/html/template/html.go \
1185 go/html/template/js.go \
1186 go/html/template/template.go \
1187 go/html/template/transition.go \
1188 go/html/template/url.go
1190 go_image_color_files = \
1191 go/image/color/color.go \
1192 go/image/color/ycbcr.go
1194 go_image_draw_files = \
1195 go/image/draw/draw.go
1197 go_image_gif_files = \
1198 go/image/gif/reader.go
1200 go_image_jpeg_files = \
1201 go/image/jpeg/fdct.go \
1202 go/image/jpeg/huffman.go \
1203 go/image/jpeg/idct.go \
1204 go/image/jpeg/reader.go \
1205 go/image/jpeg/writer.go
1207 go_image_png_files = \
1208 go/image/png/reader.go \
1209 go/image/png/writer.go
1211 go_index_suffixarray_files = \
1212 go/index/suffixarray/qsufsort.go \
1213 go/index/suffixarray/suffixarray.go
1215 go_io_ioutil_files = \
1216 go/io/ioutil/ioutil.go \
1217 go/io/ioutil/tempfile.go
1219 go_math_big_files = \
1220 go/math/big/arith.go \
1221 go/math/big/int.go \
1222 go/math/big/nat.go \
1224 go_math_cmplx_files = \
1225 go/math/cmplx/abs.go \
1226 go/math/cmplx/asin.go \
1227 go/math/cmplx/conj.go \
1228 go/math/cmplx/exp.go \
1229 go/math/cmplx/isinf.go \
1230 go/math/cmplx/isnan.go \
1231 go/math/cmplx/log.go \
1232 go/math/cmplx/phase.go \
1233 go/math/cmplx/polar.go \
1234 go/math/cmplx/pow.go \
1235 go/math/cmplx/rect.go \
1236 go/math/cmplx/sin.go \
1237 go/math/cmplx/sqrt.go \
1238 go/math/cmplx/tan.go
1239 go_math_rand_files = \
1240 go/math/rand/exp.go \
1241 go/math/rand/normal.go \
1242 go/math/rand/rand.go \
1243 go/math/rand/rng.go \
1244 go/math/rand/zipf.go
1246 go_mime_multipart_files = \
1247 go/mime/multipart/formdata.go \
1248 go/mime/multipart/multipart.go \
1249 go/mime/multipart/writer.go
1251 go_net_http_files = \
1252 go/net/http/chunked.go \
1253 go/net/http/client.go \
1254 go/net/http/cookie.go \
1255 go/net/http/filetransport.go \
1257 go/net/http/header.go \
1258 go/net/http/jar.go \
1259 go/net/http/lex.go \
1260 go/net/http/request.go \
1261 go/net/http/response.go \
1262 go/net/http/server.go \
1263 go/net/http/sniff.go \
1264 go/net/http/status.go \
1265 go/net/http/transfer.go \
1266 go/net/http/transport.go
1267 go_net_mail_files = \
1268 go/net/mail/message.go
1269 go_net_smtp_files = \
1270 go/net/smtp/auth.go \
1272 go_net_textproto_files = \
1273 go/net/textproto/header.go \
1274 go/net/textproto/pipeline.go \
1275 go/net/textproto/reader.go \
1276 go/net/textproto/textproto.go \
1277 go/net/textproto/writer.go
1278 go_net_url_files = \
1281 go_net_http_cgi_files = \
1282 go/net/http/cgi/child.go \
1283 go/net/http/cgi/host.go
1284 go_net_http_fcgi_files = \
1285 go/net/http/fcgi/child.go \
1286 go/net/http/fcgi/fcgi.go
1287 go_net_http_httptest_files = \
1288 go/net/http/httptest/recorder.go \
1289 go/net/http/httptest/server.go
1290 go_net_http_pprof_files = \
1291 go/net/http/pprof/pprof.go
1292 go_net_http_httputil_files = \
1293 go/net/http/httputil/chunked.go \
1294 go/net/http/httputil/dump.go \
1295 go/net/http/httputil/persist.go \
1296 go/net/http/httputil/reverseproxy.go
1299 go_old_netchan_files = \
1300 go/old/netchan/common.go \
1301 go/old/netchan/export.go \
1302 go/old/netchan/import.go
1303 go_old_regexp_files = \
1304 go/old/regexp/regexp.go
1305 go_old_template_files = \
1306 go/old/template/doc.go \
1307 go/old/template/execute.go \
1308 go/old/template/format.go \
1309 go/old/template/parse.go
1311 go_os_exec_files = \
1312 go/os/exec/exec.go \
1313 go/os/exec/lp_unix.go
1315 go_os_signal_files = \
1316 go/os/signal/signal.go \
1317 go/os/signal/signal_unix.go
1319 go_os_user_files = \
1320 go/os/user/user.go \
1321 go/os/user/lookup_unix.go
1323 go_path_filepath_files = \
1324 go/path/filepath/match.go \
1325 go/path/filepath/path.go \
1326 go/path/filepath/path_unix.go \
1327 go/path/filepath/symlink.go
1329 go_regexp_syntax_files = \
1330 go/regexp/syntax/compile.go \
1331 go/regexp/syntax/parse.go \
1332 go/regexp/syntax/perl_groups.go \
1333 go/regexp/syntax/prog.go \
1334 go/regexp/syntax/regexp.go \
1335 go/regexp/syntax/simplify.go
1337 go_net_rpc_jsonrpc_files = \
1338 go/net/rpc/jsonrpc/client.go \
1339 go/net/rpc/jsonrpc/server.go
1341 go_runtime_debug_files = \
1342 go/runtime/debug/stack.go
1343 go_runtime_pprof_files = \
1344 go/runtime/pprof/pprof.go
1346 go_text_tabwriter_files = \
1347 go/text/tabwriter/tabwriter.go
1348 go_text_template_files = \
1349 go/text/template/doc.go \
1350 go/text/template/exec.go \
1351 go/text/template/funcs.go \
1352 go/text/template/helper.go \
1353 go/text/template/template.go
1354 go_text_template_parse_files = \
1355 go/text/template/parse/lex.go \
1356 go/text/template/parse/node.go \
1357 go/text/template/parse/parse.go
1359 go_sync_atomic_files = \
1360 go/sync/atomic/doc.go
1361 go_sync_atomic_c_files = \
1362 go/sync/atomic/atomic.c
1364 go_testing_iotest_files = \
1365 go/testing/iotest/logger.go \
1366 go/testing/iotest/reader.go \
1367 go/testing/iotest/writer.go
1368 go_testing_quick_files = \
1369 go/testing/quick/quick.go
1371 go_text_scanner_files = \
1372 go/text/scanner/scanner.go
1374 go_unicode_utf16_files = \
1375 go/unicode/utf16/utf16.go
1376 go_unicode_utf8_files = \
1377 go/unicode/utf8/utf8.go
1379 # Define Syscall and Syscall6.
1381 syscall_syscall_file = go/syscall/syscall_stubs.go
1383 syscall_syscall_file = go/syscall/syscall_unix.go
1386 # Define ForkExec and Exec.
1388 syscall_exec_file = go/syscall/exec_stubs.go
1389 syscall_exec_os_file =
1392 syscall_exec_file = go/syscall/exec_unix.go
1393 syscall_exec_os_file = go/syscall/exec_linux.go
1395 syscall_exec_file = go/syscall/exec_unix.go
1396 syscall_exec_os_file = go/syscall/exec_bsd.go
1405 syscall_wait_file = go/syscall/libcall_wait4.go
1407 syscall_wait_file = go/syscall/libcall_waitpid.go
1411 # Support for pulling apart wait status.
1413 syscall_wait_c_file =
1415 syscall_wait_c_file = go/syscall/wait.c
1420 syscall_sleep_file = go/syscall/sleep_rtems.go
1422 syscall_sleep_file = go/syscall/sleep_select.go
1427 syscall_errstr_file = go/syscall/errstr_linux.go
1430 syscall_errstr_file = go/syscall/errstr_linux.go
1433 syscall_errstr_file = go/syscall/errstr.go
1435 syscall_errstr_file = go/syscall/errstr_nor.go
1440 # Declare libc functions that vary for largefile systems.
1442 # Always use lseek64 on GNU/Linux.
1443 syscall_size_file = go/syscall/libcall_posix_largefile.go
1444 else # !LIBGO_IS_LINUX
1447 # Use lseek64 on 32-bit Solaris/x86.
1448 syscall_size_file = go/syscall/libcall_posix_largefile.go
1449 else # !LIBGO_IS_386
1451 # Use lseek64 on 32-bit Solaris/SPARC.
1452 syscall_size_file = go/syscall/libcall_posix_largefile.go
1453 else # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1454 # Use lseek on 64-bit Solaris.
1455 syscall_size_file = go/syscall/libcall_posix_regfile.go
1456 endif # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1457 endif # !LIBGO_IS_SOLARIS
1458 else # !LIBGO_IS_LINUX && !LIBGO_IS_SOLARIS
1459 # Use lseek by default.
1460 syscall_size_file = go/syscall/libcall_posix_regfile.go
1461 endif # !LIBGO_IS_SOLARIS
1462 endif # !LIBGO_IS_LINUX
1464 # Define socket sizes and types.
1466 syscall_socket_file = go/syscall/socket_linux.go epoll.go
1469 syscall_socket_file = go/syscall/socket_solaris.go
1472 syscall_socket_file = go/syscall/socket_irix.go
1474 syscall_socket_file = go/syscall/socket_bsd.go
1479 # Support for uname.
1482 # 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
1483 syscall_uname_file =
1484 else # !LIBGO_IS_386 && LIBGO_IS_SOLARIS
1485 syscall_uname_file = go/syscall/libcall_uname.go
1487 else # !LIBGO_IS_SOLARIS
1488 syscall_uname_file = go/syscall/libcall_uname.go
1491 # GNU/Linux specific socket control messages.
1493 syscall_sockcmsg_file = go/syscall/sockcmsg_linux.go
1495 syscall_sockcmsg_file =
1498 # Support for netlink sockets and messages.
1500 syscall_netlink_file = go/syscall/netlink_linux.go
1502 syscall_netlink_file =
1505 # GNU/Linux specific socket filters.
1507 syscall_lsf_file = go/syscall/lsf_linux.go
1512 go_base_syscall_files = \
1513 go/syscall/env_unix.go \
1514 go/syscall/syscall_errno.go \
1515 go/syscall/libcall_support.go \
1516 go/syscall/libcall_posix.go \
1517 go/syscall/socket.go \
1518 go/syscall/sockcmsg_unix.go \
1520 go/syscall/syscall.go \
1521 $(syscall_sockcmsg_file) \
1522 $(syscall_syscall_file) \
1523 $(syscall_exec_file) \
1524 $(syscall_exec_os_file) \
1525 $(syscall_wait_file) \
1526 $(syscall_sleep_file) \
1527 $(syscall_errstr_file) \
1528 $(syscall_size_file) \
1529 $(syscall_socket_file) \
1530 $(syscall_uname_file) \
1531 $(syscall_netlink_file) \
1532 $(syscall_lsf_file) \
1533 $(GO_LIBCALL_OS_FILE) \
1534 $(GO_LIBCALL_OS_ARCH_FILE) \
1535 $(GO_SYSCALL_OS_FILE) \
1536 $(GO_SYSCALL_OS_ARCH_FILE)
1538 go_syscall_files = \
1539 $(go_base_syscall_files) \
1543 go_syscall_c_files = \
1544 go/syscall/errno.c \
1545 go/syscall/signame.c \
1546 $(syscall_wait_c_file)
1548 libcalls.go: s-libcalls; @true
1549 s-libcalls: Makefile go/syscall/mksyscall.awk $(go_base_syscall_files)
1550 rm -f libcalls.go.tmp
1551 files=`echo $^ | sed -e 's/Makefile//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
1552 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
1553 $(SHELL) $(srcdir)/../move-if-change libcalls.go.tmp libcalls.go
1556 syscall_arch.go: s-syscall_arch; @true
1557 s-syscall_arch: Makefile
1558 rm -f syscall_arch.go.tmp
1559 echo "package syscall" > syscall_arch.go.tmp
1560 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
1561 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
1562 $(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
1565 sysinfo.go: s-sysinfo; @true
1566 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
1567 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
1568 $(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
1571 # The epoll struct has an embedded union and is packed on x86_64,
1572 # which is too complicated for mksysinfo.sh. We find the offset of
1573 # the only field we care about in configure.ac, and generate the
1575 epoll.go: s-epoll; @true
1578 echo 'package syscall' > epoll.go.tmp
1579 echo 'type EpollEvent struct {' >> epoll.go.tmp
1580 echo ' Events uint32' >> epoll.go.tmp
1581 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
1582 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
1584 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
1585 12,4) echo ' Fd int32' >> epoll.go.tmp; \
1586 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
1587 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1588 echo ' Fd int32' >> epoll.go.tmp; ;; \
1589 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1590 echo ' Fd int32' >> epoll.go.tmp; \
1591 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
1592 *) echo 1>&2 "*** struct epoll_event unsupported"; \
1595 echo '}' >> epoll.go.tmp
1596 $(SHELL) $(srcdir)/../move-if-change epoll.go.tmp epoll.go
1600 # os_lib_inotify_lo = os/inotify.lo
1634 syscall/signame.lo \
1654 crypto/elliptic.lo \
1666 crypto/x509/pkix.lo \
1668 database/sql/driver.lo \
1674 encoding/ascii85.lo \
1676 encoding/base32.lo \
1677 encoding/base64.lo \
1678 encoding/binary.lo \
1706 net/http/httptest.lo \
1707 net/http/httputil.lo \
1714 index/suffixarray.lo \
1717 log/syslog/syslog_c.lo \
1732 $(os_lib_inotify_lo) \
1737 net/rpc/jsonrpc.lo \
1745 text/template/parse.lo \
1751 libgo_la_SOURCES = $(runtime_files)
1753 libgo_la_LDFLAGS = $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1756 $(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1758 libgobegin_a_SOURCES = \
1761 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1763 GOCFLAGS = $(CFLAGS)
1764 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1765 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1767 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1768 $(AM_GOCFLAGS) $(GOCFLAGS)
1770 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1771 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1773 # Build the dependencies for a Go package.
1776 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
1779 # Build the .go files for a package, generating a .lo file.
1782 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1783 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` -o $@ $$files
1795 GC="$(GOC) $(GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1797 GOLIBS="$(MATH_LIBS) $(NET_LIBS)"; \
1799 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1800 export RUNTESTFLAGS; \
1803 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1804 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1805 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1806 export LD_LIBRARY_PATH; \
1807 rm -f $@-testsum $@-testlog; \
1808 if test "$(use_dejagnu)" = "yes"; then \
1809 $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS); \
1811 if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --goarch="$(GOARCH)" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1812 echo "PASS: $(@D)" >> $@-testlog; \
1813 echo "PASS: $(@D)"; \
1814 echo "PASS: $(@D)" > $@-testsum; \
1816 echo "FAIL: $(@D)" >> $@-testlog; \
1818 echo "FAIL: $(@D)" > $@-testsum; \
1823 # Build all packages before checking any.
1824 CHECK_DEPS = libgo.la libgobegin.a \
1825 $(toolexeclibgo_DATA) \
1826 $(toolexeclibgoarchive_DATA) \
1827 $(toolexeclibgocompress_DATA) \
1828 $(toolexeclibgocontainer_DATA) \
1829 $(toolexeclibgocrypto_DATA) \
1830 $(toolexeclibgodebug_DATA) \
1831 $(toolexeclibgoencoding_DATA) \
1832 $(toolexeclibgoexp_DATA) \
1833 $(toolexeclibgogo_DATA) \
1834 $(toolexeclibgohash_DATA) \
1835 $(toolexeclibgoimage_DATA) \
1836 $(toolexeclibgoindex_DATA) \
1837 $(toolexeclibgoio_DATA) \
1838 $(toolexeclibgolog_DATA) \
1839 $(toolexeclibgomath_DATA) \
1840 $(toolexeclibgomime_DATA) \
1841 $(toolexeclibgonet_DATA) \
1842 $(toolexeclibgonethttp_DATA) \
1843 $(toolexeclibgoos_DATA) \
1844 $(toolexeclibgopath_DATA) \
1845 $(toolexeclibgorpc_DATA) \
1846 $(toolexeclibgoruntime_DATA) \
1847 $(toolexeclibgosync_DATA) \
1848 $(toolexeclibgotesting_DATA) \
1849 $(toolexeclibgotext_DATA) \
1850 $(toolexeclibgotexttemplate_DATA) \
1851 $(toolexeclibgounicode_DATA)
1853 @go_include@ bufio.lo.dep
1854 bufio.lo.dep: $(go_bufio_files)
1856 bufio.lo: $(go_bufio_files)
1858 bufio/check: $(CHECK_DEPS)
1862 @go_include@ bytes.lo.dep
1863 bytes.lo.dep: $(go_bytes_files)
1865 bytes.lo: $(go_bytes_files)
1867 bytes/index.lo: $(go_bytes_c_files)
1869 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
1870 bytes/check: $(CHECK_DEPS)
1874 @go_include@ crypto.lo.dep
1875 crypto.lo.dep: $(go_crypto_files)
1877 crypto.lo: $(go_crypto_files)
1879 crypto/check: $(CHECK_DEPS)
1881 .PHONY: crypto/check
1883 @go_include@ errors.lo.dep
1884 errors.lo.dep: $(go_errors_files)
1886 errors.lo: $(go_errors_files)
1888 errors/check: $(CHECK_DEPS)
1890 .PHONY: errors/check
1892 @go_include@ expvar.lo.dep
1893 expvar.lo.dep: $(go_expvar_files)
1895 expvar.lo: $(go_expvar_files)
1897 expvar/check: $(CHECK_DEPS)
1899 .PHONY: expvar/check
1901 @go_include@ flag.lo.dep
1902 flag.lo.dep: $(go_flag_files)
1904 flag.lo: $(go_flag_files)
1906 flag/check: $(CHECK_DEPS)
1910 @go_include@ fmt.lo.dep
1911 fmt.lo.dep: $(go_fmt_files)
1913 fmt.lo: $(go_fmt_files)
1915 fmt/check: $(CHECK_DEPS)
1919 @go_include@ hash.lo.dep
1920 hash.lo.dep: $(go_hash_files)
1922 hash.lo: $(go_hash_files)
1924 hash/check: $(CHECK_DEPS)
1928 @go_include@ html.lo.dep
1929 html.lo.dep: $(go_html_files)
1931 html.lo: $(go_html_files)
1933 html/check: $(CHECK_DEPS)
1937 @go_include@ image.lo.dep
1938 image.lo.dep: $(go_image_files)
1940 image.lo: $(go_image_files)
1942 image/check: $(CHECK_DEPS)
1946 @go_include@ io.lo.dep
1947 io.lo.dep: $(go_io_files)
1949 io.lo: $(go_io_files)
1951 io/check: $(CHECK_DEPS)
1955 @go_include@ log.lo.dep
1956 log.lo.dep: $(go_log_files)
1958 log.lo: $(go_log_files)
1960 log/check: $(CHECK_DEPS)
1964 @go_include@ math.lo.dep
1965 math.lo.dep: $(go_math_files)
1967 math.lo: $(go_math_files)
1969 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1970 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
1971 math/check: $(CHECK_DEPS)
1975 @go_include@ mime.lo.dep
1976 mime.lo.dep: $(go_mime_files)
1978 mime.lo: $(go_mime_files)
1980 mime/check: $(CHECK_DEPS)
1984 @go_include@ net.lo.dep
1985 net.lo.dep: $(go_net_files)
1987 net.lo: $(go_net_files)
1989 net/check: $(CHECK_DEPS)
1993 @go_include@ os.lo.dep
1994 os.lo.dep: $(go_os_files)
1996 os.lo: $(go_os_files)
1998 os/check: $(CHECK_DEPS)
2002 @go_include@ path.lo.dep
2003 path.lo.dep: $(go_path_files)
2005 path.lo: $(go_path_files)
2007 path/check: $(CHECK_DEPS)
2011 @go_include@ reflect-go.lo.dep
2012 reflect-go.lo.dep: $(go_reflect_files)
2014 reflect-go.lo: $(go_reflect_files)
2016 reflect/check: $(CHECK_DEPS)
2018 .PHONY: reflect/check
2020 @go_include@ regexp.lo.dep
2021 regexp.lo.dep: $(go_regexp_files)
2023 regexp.lo: $(go_regexp_files)
2025 regexp/check: $(CHECK_DEPS)
2027 .PHONY: regexp/check
2029 @go_include@ runtime-go.lo.dep
2030 runtime-go.lo.dep: $(go_runtime_files)
2032 runtime-go.lo: $(go_runtime_files)
2034 runtime/check: $(CHECK_DEPS)
2036 .PHONY: runtime/check
2038 @go_include@ sort.lo.dep
2039 sort.lo.dep: $(go_sort_files)
2041 sort.lo: $(go_sort_files)
2043 sort/check: $(CHECK_DEPS)
2047 @go_include@ strconv.lo.dep
2048 strconv.lo.dep: $(go_strconv_files)
2050 strconv.lo: $(go_strconv_files)
2052 strconv/check: $(CHECK_DEPS)
2054 .PHONY: strconv/check
2056 @go_include@ strings.lo.dep
2057 strings.lo.dep: $(go_strings_files)
2059 strings.lo: $(go_strings_files)
2061 strings/check: $(CHECK_DEPS)
2063 .PHONY: strings/check
2065 @go_include@ sync.lo.dep
2066 sync.lo.dep: $(go_sync_files)
2068 sync.lo: $(go_sync_files)
2070 sync/check: $(CHECK_DEPS)
2074 @go_include@ testing.lo.dep
2075 testing.lo.dep: $(go_testing_files)
2077 testing.lo: $(go_testing_files)
2079 testing/check: $(CHECK_DEPS)
2081 .PHONY: testing/check
2083 @go_include@ time-go.lo.dep
2084 time-go.lo.dep: $(go_time_files)
2086 time-go.lo: $(go_time_files)
2088 time/check: $(CHECK_DEPS)
2092 @go_include@ unicode.lo.dep
2093 unicode.lo.dep: $(go_unicode_files)
2095 unicode.lo: $(go_unicode_files)
2097 unicode/check: $(CHECK_DEPS)
2099 .PHONY: unicode/check
2101 @go_include@ archive/tar.lo.dep
2102 archive/tar.lo.dep: $(go_archive_tar_files)
2104 archive/tar.lo: $(go_archive_tar_files)
2106 archive/tar/check: $(CHECK_DEPS)
2107 @$(MKDIR_P) archive/tar
2109 .PHONY: archive/tar/check
2111 @go_include@ archive/zip.lo.dep
2112 archive/zip.lo.dep: $(go_archive_zip_files)
2114 archive/zip.lo: $(go_archive_zip_files)
2116 archive/zip/check: $(CHECK_DEPS)
2117 @$(MKDIR_P) archive/zip
2119 .PHONY: archive/zip/check
2121 @go_include@ compress/bzip2.lo.dep
2122 compress/bzip2.lo.dep: $(go_compress_bzip2_files)
2124 compress/bzip2.lo: $(go_compress_bzip2_files)
2126 compress/bzip2/check: $(CHECK_DEPS)
2127 @$(MKDIR_P) compress/bzip2
2129 .PHONY: compress/bzip2/check
2131 @go_include@ compress/flate.lo.dep
2132 compress/flate.lo.dep: $(go_compress_flate_files)
2134 compress/flate.lo: $(go_compress_flate_files)
2136 compress/flate/check: $(CHECK_DEPS)
2137 @$(MKDIR_P) compress/flate
2139 .PHONY: compress/flate/check
2141 @go_include@ compress/gzip.lo.dep
2142 compress/gzip.lo.dep: $(go_compress_gzip_files)
2144 compress/gzip.lo: $(go_compress_gzip_files)
2146 compress/gzip/check: $(CHECK_DEPS)
2147 @$(MKDIR_P) compress/gzip
2149 .PHONY: compress/gzip/check
2151 @go_include@ compress/lzw.lo.dep
2152 compress/lzw.lo.dep: $(go_compress_lzw_files)
2154 compress/lzw.lo: $(go_compress_lzw_files)
2156 compress/lzw/check: $(CHECK_DEPS)
2157 @$(MKDIR_P) compress/lzw
2159 .PHONY: compress/lzw/check
2161 @go_include@ compress/zlib.lo.dep
2162 compress/zlib.lo.dep: $(go_compress_zlib_files)
2164 compress/zlib.lo: $(go_compress_zlib_files)
2166 compress/zlib/check: $(CHECK_DEPS)
2167 @$(MKDIR_P) compress/zlib
2169 .PHONY: compress/zlib/check
2171 @go_include@ container/heap.lo.dep
2172 container/heap.lo.dep: $(go_container_heap_files)
2174 container/heap.lo: $(go_container_heap_files)
2176 container/heap/check: $(CHECK_DEPS)
2177 @$(MKDIR_P) container/heap
2179 .PHONY: container/heap/check
2181 @go_include@ container/list.lo.dep
2182 container/list.lo.dep: $(go_container_list_files)
2184 container/list.lo: $(go_container_list_files)
2186 container/list/check: $(CHECK_DEPS)
2187 @$(MKDIR_P) container/list
2189 .PHONY: container/list/check
2191 @go_include@ container/ring.lo.dep
2192 container/ring.lo.dep: $(go_container_ring_files)
2194 container/ring.lo: $(go_container_ring_files)
2196 container/ring/check: $(CHECK_DEPS)
2197 @$(MKDIR_P) container/ring
2199 .PHONY: container/ring/check
2201 @go_include@ crypto/aes.lo.dep
2202 crypto/aes.lo.dep: $(go_crypto_aes_files)
2204 crypto/aes.lo: $(go_crypto_aes_files)
2206 crypto/aes/check: $(CHECK_DEPS)
2207 @$(MKDIR_P) crypto/aes
2209 .PHONY: crypto/aes/check
2211 @go_include@ crypto/cipher.lo.dep
2212 crypto/cipher.lo.dep: $(go_crypto_cipher_files)
2214 crypto/cipher.lo: $(go_crypto_cipher_files)
2216 crypto/cipher/check: $(CHECK_DEPS)
2217 @$(MKDIR_P) crypto/cipher
2219 .PHONY: crypto/cipher/check
2221 @go_include@ crypto/des.lo.dep
2222 crypto/des.lo.dep: $(go_crypto_des_files)
2224 crypto/des.lo: $(go_crypto_des_files)
2226 crypto/des/check: $(CHECK_DEPS)
2227 @$(MKDIR_P) crypto/des
2229 .PHONY: crypto/des/check
2231 @go_include@ crypto/dsa.lo.dep
2232 crypto/dsa.lo.dep: $(go_crypto_dsa_files)
2234 crypto/dsa.lo: $(go_crypto_dsa_files)
2236 crypto/dsa/check: $(CHECK_DEPS)
2237 @$(MKDIR_P) crypto/dsa
2239 .PHONY: crypto/dsa/check
2241 @go_include@ crypto/ecdsa.lo.dep
2242 crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
2244 crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
2246 crypto/ecdsa/check: $(CHECK_DEPS)
2247 @$(MKDIR_P) crypto/ecdsa
2249 .PHONY: crypto/ecdsa/check
2251 @go_include@ crypto/elliptic.lo.dep
2252 crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
2254 crypto/elliptic.lo: $(go_crypto_elliptic_files)
2256 crypto/elliptic/check: $(CHECK_DEPS)
2257 @$(MKDIR_P) crypto/elliptic
2259 .PHONY: crypto/elliptic/check
2261 @go_include@ crypto/hmac.lo.dep
2262 crypto/hmac.lo.dep: $(go_crypto_hmac_files)
2264 crypto/hmac.lo: $(go_crypto_hmac_files)
2266 crypto/hmac/check: $(CHECK_DEPS)
2267 @$(MKDIR_P) crypto/hmac
2269 .PHONY: crypto/hmac/check
2271 @go_include@ crypto/md5.lo.dep
2272 crypto/md5.lo.dep: $(go_crypto_md5_files)
2274 crypto/md5.lo: $(go_crypto_md5_files)
2276 crypto/md5/check: $(CHECK_DEPS)
2277 @$(MKDIR_P) crypto/md5
2279 .PHONY: crypto/md5/check
2281 @go_include@ crypto/rand.lo.dep
2282 crypto/rand.lo.dep: $(go_crypto_rand_files)
2284 crypto/rand.lo: $(go_crypto_rand_files)
2286 crypto/rand/check: $(CHECK_DEPS)
2287 @$(MKDIR_P) crypto/rand
2289 .PHONY: crypto/rand/check
2291 @go_include@ crypto/rc4.lo.dep
2292 crypto/rc4.lo.dep: $(go_crypto_rc4_files)
2294 crypto/rc4.lo: $(go_crypto_rc4_files)
2296 crypto/rc4/check: $(CHECK_DEPS)
2297 @$(MKDIR_P) crypto/rc4
2299 .PHONY: crypto/rc4/check
2301 @go_include@ crypto/rsa.lo.dep
2302 crypto/rsa.lo.dep: $(go_crypto_rsa_files)
2304 crypto/rsa.lo: $(go_crypto_rsa_files)
2306 crypto/rsa/check: $(CHECK_DEPS)
2307 @$(MKDIR_P) crypto/rsa
2309 .PHONY: crypto/rsa/check
2311 @go_include@ crypto/sha1.lo.dep
2312 crypto/sha1.lo.dep: $(go_crypto_sha1_files)
2314 crypto/sha1.lo: $(go_crypto_sha1_files)
2316 crypto/sha1/check: $(CHECK_DEPS)
2317 @$(MKDIR_P) crypto/sha1
2319 .PHONY: crypto/sha1/check
2321 @go_include@ crypto/sha256.lo.dep
2322 crypto/sha256.lo.dep: $(go_crypto_sha256_files)
2324 crypto/sha256.lo: $(go_crypto_sha256_files)
2326 crypto/sha256/check: $(CHECK_DEPS)
2327 @$(MKDIR_P) crypto/sha256
2329 .PHONY: crypto/sha256/check
2331 @go_include@ crypto/sha512.lo.dep
2332 crypto/sha512.lo.dep: $(go_crypto_sha512_files)
2334 crypto/sha512.lo: $(go_crypto_sha512_files)
2336 crypto/sha512/check: $(CHECK_DEPS)
2337 @$(MKDIR_P) crypto/sha512
2339 .PHONY: crypto/sha512/check
2341 @go_include@ crypto/subtle.lo.dep
2342 crypto/subtle.lo.dep: $(go_crypto_subtle_files)
2344 crypto/subtle.lo: $(go_crypto_subtle_files)
2346 crypto/subtle/check: $(CHECK_DEPS)
2347 @$(MKDIR_P) crypto/subtle
2349 .PHONY: crypto/subtle/check
2351 @go_include@ crypto/tls.lo.dep
2352 crypto/tls.lo.dep: $(go_crypto_tls_files)
2354 crypto/tls.lo: $(go_crypto_tls_files)
2356 crypto/tls/check: $(CHECK_DEPS)
2357 @$(MKDIR_P) crypto/tls
2359 .PHONY: crypto/tls/check
2361 @go_include@ crypto/x509.lo.dep
2362 crypto/x509.lo.dep: $(go_crypto_x509_files)
2364 crypto/x509.lo: $(go_crypto_x509_files)
2366 crypto/x509/check: $(CHECK_DEPS)
2367 @$(MKDIR_P) crypto/x509
2369 .PHONY: crypto/x509/check
2371 @go_include@ crypto/x509/pkix.lo.dep
2372 crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
2374 crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
2376 crypto/x509/pkix/check: $(CHECK_DEPS)
2377 @$(MKDIR_P) crypto/x509/pkix
2379 .PHONY: crypto/x509/pkix/check
2381 @go_include@ database/sql.lo.dep
2382 database/sql.lo.dep: $(go_database_sql_files)
2384 database/sql.lo: $(go_database_sql_files)
2386 database/sql/check: $(CHECK_DEPS)
2387 @$(MKDIR_P) database/sql
2389 .PHONY: database/sql/check
2391 @go_include@ database/sql/driver.lo.dep
2392 database/sql/driver.lo.dep: $(go_database_sql_driver_files)
2394 database/sql/driver.lo: $(go_database_sql_driver_files)
2396 database/sql/driver/check: $(CHECK_DEPS)
2397 @$(MKDIR_P) database/sql/driver
2399 .PHONY: database/sql/driver/check
2401 @go_include@ debug/dwarf.lo.dep
2402 debug/dwarf.lo.dep: $(go_debug_dwarf_files)
2404 debug/dwarf.lo: $(go_debug_dwarf_files)
2406 debug/dwarf/check: $(CHECK_DEPS)
2407 @$(MKDIR_P) debug/dwarf
2409 .PHONY: debug/dwarf/check
2411 @go_include@ debug/elf.lo.dep
2412 debug/elf.lo.dep: $(go_debug_elf_files)
2414 debug/elf.lo: $(go_debug_elf_files)
2416 debug/elf/check: $(CHECK_DEPS)
2417 @$(MKDIR_P) debug/elf
2419 .PHONY: debug/elf/check
2421 @go_include@ debug/gosym.lo.dep
2422 debug/gosym.lo.dep: $(go_debug_gosym_files)
2424 debug/gosym.lo: $(go_debug_gosym_files)
2426 debug/gosym/check: $(CHECK_DEPS)
2427 @$(MKDIR_P) debug/gosym
2429 .PHONY: debug/gosym/check
2431 @go_include@ debug/macho.lo.dep
2432 debug/macho.lo.dep: $(go_debug_macho_files)
2434 debug/macho.lo: $(go_debug_macho_files)
2436 debug/macho/check: $(CHECK_DEPS)
2437 @$(MKDIR_P) debug/macho
2439 .PHONY: debug/macho/check
2441 @go_include@ debug/pe.lo.dep
2442 debug/pe.lo.dep: $(go_debug_pe_files)
2444 debug/pe.lo: $(go_debug_pe_files)
2446 debug/pe/check: $(CHECK_DEPS)
2447 @$(MKDIR_P) debug/pe
2449 .PHONY: debug/pe/check
2451 @go_include@ encoding/asn1.lo.dep
2452 encoding/asn1.lo.dep: $(go_encoding_asn1_files)
2454 encoding/asn1.lo: $(go_encoding_asn1_files)
2456 encoding/asn1/check: $(CHECK_DEPS)
2457 @$(MKDIR_P) encoding/asn1
2459 .PHONY: encoding/asn1/check
2461 @go_include@ encoding/ascii85.lo.dep
2462 encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
2464 encoding/ascii85.lo: $(go_encoding_ascii85_files)
2466 encoding/ascii85/check: $(CHECK_DEPS)
2467 @$(MKDIR_P) encoding/ascii85
2469 .PHONY: encoding/ascii85/check
2471 @go_include@ encoding/base32.lo.dep
2472 encoding/base32.lo.dep: $(go_encoding_base32_files)
2474 encoding/base32.lo: $(go_encoding_base32_files)
2476 encoding/base32/check: $(CHECK_DEPS)
2477 @$(MKDIR_P) encoding/base32
2479 .PHONY: encoding/base32/check
2481 @go_include@ encoding/base64.lo.dep
2482 encoding/base64.lo.dep: $(go_encoding_base64_files)
2484 encoding/base64.lo: $(go_encoding_base64_files)
2486 encoding/base64/check: $(CHECK_DEPS)
2487 @$(MKDIR_P) encoding/base64
2489 .PHONY: encoding/base64/check
2491 @go_include@ encoding/binary.lo.dep
2492 encoding/binary.lo.dep: $(go_encoding_binary_files)
2494 encoding/binary.lo: $(go_encoding_binary_files)
2496 encoding/binary/check: $(CHECK_DEPS)
2497 @$(MKDIR_P) encoding/binary
2499 .PHONY: encoding/binary/check
2501 @go_include@ encoding/csv.lo.dep
2502 encoding/csv.lo.dep: $(go_encoding_csv_files)
2504 encoding/csv.lo: $(go_encoding_csv_files)
2506 encoding/csv/check: $(CHECK_DEPS)
2507 @$(MKDIR_P) encoding/csv
2509 .PHONY: encoding/csv/check
2511 @go_include@ encoding/gob.lo.dep
2512 encoding/gob.lo.dep: $(go_encoding_gob_files)
2514 encoding/gob.lo: $(go_encoding_gob_files)
2516 encoding/gob/check: $(CHECK_DEPS)
2517 @$(MKDIR_P) encoding/gob
2519 .PHONY: encoding/gob/check
2521 @go_include@ encoding/hex.lo.dep
2522 encoding/hex.lo.dep: $(go_encoding_hex_files)
2524 encoding/hex.lo: $(go_encoding_hex_files)
2526 encoding/hex/check: $(CHECK_DEPS)
2527 @$(MKDIR_P) encoding/hex
2529 .PHONY: encoding/hex/check
2531 @go_include@ encoding/json.lo.dep
2532 encoding/json.lo.dep: $(go_encoding_json_files)
2534 encoding/json.lo: $(go_encoding_json_files)
2536 encoding/json/check: $(CHECK_DEPS)
2537 @$(MKDIR_P) encoding/json
2539 .PHONY: encoding/json/check
2541 @go_include@ encoding/pem.lo.dep
2542 encoding/pem.lo.dep: $(go_encoding_pem_files)
2544 encoding/pem.lo: $(go_encoding_pem_files)
2546 encoding/pem/check: $(CHECK_DEPS)
2547 @$(MKDIR_P) encoding/pem
2549 .PHONY: encoding/pem/check
2551 @go_include@ encoding/xml.lo.dep
2552 encoding/xml.lo.dep: $(go_encoding_xml_files)
2554 encoding/xml.lo: $(go_encoding_xml_files)
2556 encoding/xml/check: $(CHECK_DEPS)
2557 @$(MKDIR_P) encoding/xml
2559 .PHONY: encoding/xml/check
2561 @go_include@ exp/ebnf.lo.dep
2562 exp/ebnf.lo.dep: $(go_exp_ebnf_files)
2564 exp/ebnf.lo: $(go_exp_ebnf_files)
2566 exp/ebnf/check: $(CHECK_DEPS)
2567 @$(MKDIR_P) exp/ebnf
2569 .PHONY: exp/ebnf/check
2571 @go_include@ exp/html.lo.dep
2572 exp/html.lo.dep: $(go_exp_html_files)
2574 exp/html.lo: $(go_exp_html_files)
2576 exp/html/check: $(CHECK_DEPS)
2577 @$(MKDIR_P) exp/html
2579 .PHONY: exp/html/check
2581 @go_include@ exp/norm.lo.dep
2582 exp/norm.lo.dep: $(go_exp_norm_files)
2584 exp/norm.lo: $(go_exp_norm_files)
2586 exp/norm/check: $(CHECK_DEPS)
2587 @$(MKDIR_P) exp/norm
2589 .PHONY: exp/norm/check
2591 @go_include@ exp/proxy.lo.dep
2592 exp/proxy.lo.dep: $(go_exp_proxy_files)
2594 exp/proxy.lo: $(go_exp_proxy_files)
2596 exp/proxy/check: $(CHECK_DEPS)
2597 @$(MKDIR_P) exp/proxy
2599 .PHONY: exp/proxy/check
2601 @go_include@ exp/terminal.lo.dep
2602 exp/terminal.lo.dep: $(go_exp_terminal_files)
2604 exp/terminal.lo: $(go_exp_terminal_files)
2606 exp/terminal/check: $(CHECK_DEPS)
2607 @$(MKDIR_P) exp/terminal
2609 .PHONY: exp/terminal/check
2611 @go_include@ exp/types.lo.dep
2612 exp/types.lo.dep: $(go_exp_types_files)
2614 exp/types.lo: $(go_exp_types_files)
2616 exp/types/check: $(CHECK_DEPS)
2617 @$(MKDIR_P) exp/types
2619 .PHONY: exp/types/check
2621 @go_include@ exp/utf8string.lo.dep
2622 exp/utf8string.lo.dep: $(go_exp_utf8string_files)
2624 exp/utf8string.lo: $(go_exp_utf8string_files)
2626 exp/utf8string/check: $(CHECK_DEPS)
2627 @$(MKDIR_P) exp/utf8string
2629 .PHONY: exp/utf8string/check
2631 @go_include@ exp/inotify.lo.dep
2632 exp/inotify.lo.dep: $(go_exp_inotify_files)
2634 exp/inotify.lo: $(go_exp_inotify_files)
2636 exp/inotify/check: $(CHECK_DEPS)
2637 @$(MKDIR_P) exp/inotify
2639 .PHONY: exp/inotify/check
2641 @go_include@ html/template.lo.dep
2642 html/template.lo.dep: $(go_html_template_files)
2644 html/template.lo: $(go_html_template_files)
2646 html/template/check: $(CHECK_DEPS)
2647 @$(MKDIR_P) html/template
2649 .PHONY: html/template/check
2651 @go_include@ go/ast.lo.dep
2652 go/ast.lo.dep: $(go_go_ast_files)
2654 go/ast.lo: $(go_go_ast_files)
2656 go/ast/check: $(CHECK_DEPS)
2659 .PHONY: go/ast/check
2661 @go_include@ go/build.lo.dep
2662 go/build.lo.dep: $(go_go_build_files)
2664 go/build.lo: $(go_go_build_files)
2666 go/build/check: $(CHECK_DEPS)
2667 @$(MKDIR_P) go/build
2669 .PHONY: go/build/check
2671 syslist.go: s-syslist; @true
2673 echo '// Generated automatically by make.' >syslist.go.tmp
2674 echo 'package build' >>syslist.go.tmp
2675 echo 'const goosList = "$(GOOS)"' >>syslist.go.tmp
2676 echo 'const goarchList = "$(GOARCH)"' >>syslist.go.tmp
2677 $(SHELL) $(srcdir)/../move-if-change syslist.go.tmp syslist.go
2680 @go_include@ go/doc.lo.dep
2681 go/doc.lo.dep: $(go_go_doc_files)
2683 go/doc.lo: $(go_go_doc_files)
2685 go/doc/check: $(CHECK_DEPS)
2688 .PHONY: go/doc/check
2690 @go_include@ go/parser.lo.dep
2691 go/parser.lo.dep: $(go_go_parser_files)
2693 go/parser.lo: $(go_go_parser_files)
2695 go/parser/check: $(CHECK_DEPS)
2696 @$(MKDIR_P) go/parser
2698 .PHONY: go/parser/check
2700 @go_include@ go/printer.lo.dep
2701 go/printer.lo.dep: $(go_go_printer_files)
2703 go/printer.lo: $(go_go_printer_files)
2705 go/printer/check: $(CHECK_DEPS)
2706 @$(MKDIR_P) go/printer
2708 .PHONY: go/printer/check
2710 @go_include@ go/scanner.lo.dep
2711 go/scanner.lo.dep: $(go_go_scanner_files)
2713 go/scanner.lo: $(go_go_scanner_files)
2715 go/scanner/check: $(CHECK_DEPS)
2716 @$(MKDIR_P) go/scanner
2718 .PHONY: go/scanner/check
2720 @go_include@ go/token.lo.dep
2721 go/token.lo.dep: $(go_go_token_files)
2723 go/token.lo: $(go_go_token_files)
2725 go/token/check: $(CHECK_DEPS)
2726 @$(MKDIR_P) go/token
2728 .PHONY: go/token/check
2730 @go_include@ hash/adler32.lo.dep
2731 hash/adler32.lo.dep: $(go_hash_adler32_files)
2733 hash/adler32.lo: $(go_hash_adler32_files)
2735 hash/adler32/check: $(CHECK_DEPS)
2736 @$(MKDIR_P) hash/adler32
2738 .PHONY: hash/adler32/check
2740 @go_include@ hash/crc32.lo.dep
2741 hash/crc32.lo.dep: $(go_hash_crc32_files)
2743 hash/crc32.lo: $(go_hash_crc32_files)
2745 hash/crc32/check: $(CHECK_DEPS)
2746 @$(MKDIR_P) hash/crc32
2748 .PHONY: hash/crc32/check
2750 @go_include@ hash/crc64.lo.dep
2751 hash/crc64.lo.dep: $(go_hash_crc64_files)
2753 hash/crc64.lo: $(go_hash_crc64_files)
2755 hash/crc64/check: $(CHECK_DEPS)
2756 @$(MKDIR_P) hash/crc64
2758 .PHONY: hash/crc64/check
2760 @go_include@ hash/fnv.lo.dep
2761 hash/fnv.lo.dep: $(go_hash_fnv_files)
2763 hash/fnv.lo: $(go_hash_fnv_files)
2765 hash/fnv/check: $(CHECK_DEPS)
2766 @$(MKDIR_P) hash/fnv
2768 .PHONY: hash/fnv/check
2770 @go_include@ image/color.lo.dep
2771 image/color.lo.dep: $(go_image_color_files)
2773 image/color.lo: $(go_image_color_files)
2775 image/color/check: $(CHECK_DEPS)
2776 @$(MKDIR_P) image/color
2778 .PHONY: image/color/check
2780 @go_include@ image/draw.lo.dep
2781 image/draw.lo.dep: $(go_image_draw_files)
2783 image/draw.lo: $(go_image_draw_files)
2785 image/draw/check: $(CHECK_DEPS)
2786 @$(MKDIR_P) image/draw
2788 .PHONY: image/draw/check
2790 @go_include@ image/gif.lo.dep
2791 image/gif.lo.dep: $(go_image_gif_files)
2793 image/gif.lo: $(go_image_gif_files)
2795 image/gif/check: $(CHECK_DEPS)
2796 @$(MKDIR_P) image/gif
2798 .PHONY: image/gif/check
2800 @go_include@ image/jpeg.lo.dep
2801 image/jpeg.lo.dep: $(go_image_jpeg_files)
2803 image/jpeg.lo: $(go_image_jpeg_files)
2805 image/jpeg/check: $(CHECK_DEPS)
2806 @$(MKDIR_P) image/jpeg
2808 .PHONY: image/jpeg/check
2810 @go_include@ image/png.lo.dep
2811 image/png.lo.dep: $(go_image_png_files)
2813 image/png.lo: $(go_image_png_files)
2815 image/png/check: $(CHECK_DEPS)
2816 @$(MKDIR_P) image/png
2818 .PHONY: image/png/check
2820 @go_include@ index/suffixarray.lo.dep
2821 index/suffixarray.lo.dep: $(go_index_suffixarray_files)
2823 index/suffixarray.lo: $(go_index_suffixarray_files)
2825 index/suffixarray/check: $(CHECK_DEPS)
2826 @$(MKDIR_P) index/suffixarray
2828 .PHONY: index/suffixarray/check
2830 @go_include@ io/ioutil.lo.dep
2831 io/ioutil.lo.dep: $(go_io_ioutil_files)
2833 io/ioutil.lo: $(go_io_ioutil_files)
2835 io/ioutil/check: $(CHECK_DEPS)
2836 @$(MKDIR_P) io/ioutil
2838 .PHONY: io/ioutil/check
2840 @go_include@ log/syslog.lo.dep
2841 log/syslog.lo.dep: $(go_log_syslog_files)
2843 log/syslog.lo: $(go_log_syslog_files)
2845 log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
2846 @$(MKDIR_P) log/syslog
2847 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2848 log/syslog/check: $(CHECK_DEPS)
2849 @$(MKDIR_P) log/syslog
2851 .PHONY: log/syslog/check
2853 @go_include@ math/big.lo.dep
2854 math/big.lo.dep: $(go_math_big_files)
2856 math/big.lo: $(go_math_big_files)
2858 math/big/check: $(CHECK_DEPS)
2859 @$(MKDIR_P) math/big
2861 .PHONY: math/big/check
2863 @go_include@ math/cmplx.lo.dep
2864 math/cmplx.lo.dep: $(go_math_cmplx_files)
2866 math/cmplx.lo: $(go_math_cmplx_files)
2868 math/cmplx/check: $(CHECK_DEPS)
2869 @$(MKDIR_P) math/cmplx
2871 .PHONY: math/cmplx/check
2873 @go_include@ math/rand.lo.dep
2874 math/rand.lo.dep: $(go_math_rand_files)
2876 math/rand.lo: $(go_math_rand_files)
2878 math/rand/check: $(CHECK_DEPS)
2879 @$(MKDIR_P) math/rand
2881 .PHONY: math/rand/check
2883 @go_include@ mime/multipart.lo.dep
2884 mime/multipart.lo.dep: $(go_mime_multipart_files)
2886 mime/multipart.lo: $(go_mime_multipart_files)
2888 mime/multipart/check: $(CHECK_DEPS)
2889 @$(MKDIR_P) mime/multipart
2891 .PHONY: mime/multipart/check
2893 @go_include@ net/http.lo.dep
2894 net/http.lo.dep: $(go_net_http_files)
2896 net/http.lo: $(go_net_http_files)
2898 net/http/check: $(CHECK_DEPS)
2899 @$(MKDIR_P) net/http
2901 .PHONY: net/http/check
2903 @go_include@ net/mail.lo.dep
2904 net/mail.lo.dep: $(go_net_mail_files)
2906 net/mail.lo: $(go_net_mail_files)
2908 net/mail/check: $(CHECK_DEPS)
2909 @$(MKDIR_P) net/mail
2911 .PHONY: net/mail/check
2913 @go_include@ net/rpc.lo.dep
2914 net/rpc.lo.dep: $(go_net_rpc_files)
2916 net/rpc.lo: $(go_net_rpc_files)
2918 net/rpc/check: $(CHECK_DEPS)
2921 .PHONY: net/rpc/check
2923 @go_include@ net/smtp.lo.dep
2924 net/smtp.lo.dep: $(go_net_smtp_files)
2926 net/smtp.lo: $(go_net_smtp_files)
2928 net/smtp/check: $(CHECK_DEPS)
2929 @$(MKDIR_P) net/smtp
2931 .PHONY: net/smtp/check
2933 @go_include@ net/url.lo.dep
2934 net/url.lo.dep: $(go_net_url_files)
2936 net/url.lo: $(go_net_url_files)
2938 net/url/check: $(CHECK_DEPS)
2941 .PHONY: net/url/check
2943 @go_include@ net/textproto.lo.dep
2944 net/textproto.lo.dep: $(go_net_textproto_files)
2946 net/textproto.lo: $(go_net_textproto_files)
2948 net/textproto/check: $(CHECK_DEPS)
2949 @$(MKDIR_P) net/textproto
2951 .PHONY: net/textproto/check
2953 @go_include@ net/http/cgi.lo.dep
2954 net/http/cgi.lo.dep: $(go_net_http_cgi_files)
2956 net/http/cgi.lo: $(go_net_http_cgi_files)
2958 net/http/cgi/check: $(CHECK_DEPS)
2959 @$(MKDIR_P) net/http/cgi
2961 .PHONY: net/http/cgi/check
2963 @go_include@ net/http/fcgi.lo.dep
2964 net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
2966 net/http/fcgi.lo: $(go_net_http_fcgi_files)
2968 net/http/fcgi/check: $(CHECK_DEPS)
2969 @$(MKDIR_P) net/http/fcgi
2971 .PHONY: net/http/fcgi/check
2973 @go_include@ net/http/httptest.lo.dep
2974 net/http/httptest.lo.dep: $(go_net_http_httptest_files)
2976 net/http/httptest.lo: $(go_net_http_httptest_files)
2978 net/http/httptest/check: $(check_deps)
2979 @$(MKDIR_P) net/http/httptest
2981 .PHONY: net/http/httptest/check
2983 @go_include@ net/http/httputil.lo.dep
2984 net/http/httputil.lo.dep: $(go_net_http_httputil_files)
2986 net/http/httputil.lo: $(go_net_http_httputil_files)
2988 net/http/httputil/check: $(check_deps)
2989 @$(MKDIR_P) net/http/httputil
2991 .PHONY: net/http/httputil/check
2993 @go_include@ net/http/pprof.lo.dep
2994 net/http/pprof.lo.dep: $(go_net_http_pprof_files)
2996 net/http/pprof.lo: $(go_net_http_pprof_files)
2998 net/http/pprof/check: $(CHECK_DEPS)
2999 @$(MKDIR_P) net/http/pprof
3001 .PHONY: net/http/pprof/check
3003 @go_include@ net/rpc/jsonrpc.lo.dep
3004 net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
3006 net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
3008 net/rpc/jsonrpc/check: $(CHECK_DEPS)
3009 @$(MKDIR_P) net/rpc/jsonrpc
3011 .PHONY: net/rpc/jsonrpc/check
3013 @go_include@ old/netchan.lo.dep
3014 old/netchan.lo.dep: $(go_old_netchan_files)
3016 old/netchan.lo: $(go_old_netchan_files)
3018 old/netchan/check: $(CHECK_DEPS)
3019 @$(MKDIR_P) old/netchan
3021 .PHONY: old/netchan/check
3023 @go_include@ old/regexp.lo.dep
3024 old/regexp.lo.dep: $(go_old_regexp_files)
3026 old/regexp.lo: $(go_old_regexp_files)
3028 old/regexp/check: $(CHECK_DEPS)
3029 @$(MKDIR_P) old/regexp
3031 .PHONY: old/regexp/check
3033 @go_include@ old/template.lo.dep
3034 old/template.lo.dep: $(go_old_template_files)
3036 old/template.lo: $(go_old_template_files)
3038 old/template/check: $(CHECK_DEPS)
3039 @$(MKDIR_P) old/template
3041 .PHONY: old/template/check
3043 @go_include@ os/exec.lo.dep
3044 os/exec.lo.dep: $(go_os_exec_files)
3046 os/exec.lo: $(go_os_exec_files)
3048 os/exec/check: $(CHECK_DEPS)
3051 .PHONY: os/exec/check
3053 @go_include@ os/signal.lo.dep
3054 os/signal.lo.dep: $(go_os_signal_files)
3056 os/signal.lo: $(go_os_signal_files)
3058 os/signal/check: $(CHECK_DEPS)
3059 @$(MKDIR_P) os/signal
3061 .PHONY: os/signal/check
3063 @go_include@ os/user.lo.dep
3064 os/user.lo.dep: $(go_os_user_files)
3066 os/user.lo: $(go_os_user_files)
3068 os/user/check: $(CHECK_DEPS)
3071 .PHONY: os/user/check
3073 @go_include@ path/filepath.lo.dep
3074 path/filepath.lo.dep: $(go_path_filepath_files)
3076 path/filepath.lo: $(go_path_filepath_files)
3078 path/filepath/check: $(CHECK_DEPS)
3079 @$(MKDIR_P) path/filepath
3081 .PHONY: path/filepath/check
3083 @go_include@ regexp/syntax.lo.dep
3084 regexp/syntax.lo.dep: $(go_regexp_syntax_files)
3086 regexp/syntax.lo: $(go_regexp_syntax_files)
3088 regexp/syntax/check: $(CHECK_DEPS)
3089 @$(MKDIR_P) regexp/syntax
3091 .PHONY: regexp/syntax/check
3093 @go_include@ runtime/debug.lo.dep
3094 runtime/debug.lo.dep: $(go_runtime_debug_files)
3096 runtime/debug.lo: $(go_runtime_debug_files)
3098 runtime/debug/check: $(CHECK_DEPS)
3099 @$(MKDIR_P) runtime/debug
3101 .PHONY: runtime/debug/check
3103 @go_include@ runtime/pprof.lo.dep
3104 runtime/pprof.lo.dep: $(go_runtime_pprof_files)
3106 runtime/pprof.lo: $(go_runtime_pprof_files)
3108 runtime/pprof/check: $(CHECK_DEPS)
3109 @$(MKDIR_P) runtime/pprof
3111 .PHONY: runtime/pprof/check
3113 @go_include@ sync/atomic.lo.dep
3114 sync/atomic.lo.dep: $(go_sync_atomic_files)
3116 sync/atomic.lo: $(go_sync_atomic_files)
3118 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
3119 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3120 sync/atomic/check: $(CHECK_DEPS)
3121 @$(MKDIR_P) sync/atomic
3123 .PHONY: sync/atomic/check
3125 @go_include@ text/scanner.lo.dep
3126 text/scanner.lo.dep: $(go_text_scanner_files)
3128 text/scanner.lo: $(go_text_scanner_files)
3130 text/scanner/check: $(CHECK_DEPS)
3131 @$(MKDIR_P) text/scanner
3133 .PHONY: text/scanner/check
3135 @go_include@ text/tabwriter.lo.dep
3136 text/tabwriter.lo.dep: $(go_text_tabwriter_files)
3138 text/tabwriter.lo: $(go_text_tabwriter_files)
3140 text/tabwriter/check: $(CHECK_DEPS)
3141 @$(MKDIR_P) text/tabwriter
3143 .PHONY: text/tabwriter/check
3145 @go_include@ text/template.lo.dep
3146 text/template.lo.dep: $(go_text_template_files)
3148 text/template.lo: $(go_text_template_files)
3150 text/template/check: $(CHECK_DEPS)
3152 .PHONY: text/template/check
3154 @go_include@ text/template/parse.lo.dep
3155 text/template/parse.lo.dep: $(go_text_template_parse_files)
3157 text/template/parse.lo: $(go_text_template_parse_files)
3159 text/template/parse/check: $(CHECK_DEPS)
3160 @$(MKDIR_P) text/template/parse
3162 .PHONY: text/template/parse/check
3164 @go_include@ testing/iotest.lo.dep
3165 testing/iotest.lo.dep: $(go_testing_iotest_files)
3167 testing/iotest.lo: $(go_testing_iotest_files)
3169 testing/iotest/check: $(CHECK_DEPS)
3170 @$(MKDIR_P) testing/iotest
3172 .PHONY: testing/iotest/check
3174 @go_include@ testing/quick.lo.dep
3175 testing/quick.lo.dep: $(go_testing_quick_files)
3177 testing/quick.lo: $(go_testing_quick_files)
3179 testing/quick/check: $(CHECK_DEPS)
3180 @$(MKDIR_P) testing/quick
3182 .PHONY: testing/quick/check
3184 @go_include@ unicode/utf16.lo.dep
3185 unicode/utf16.lo.dep: $(go_unicode_utf16_files)
3187 unicode/utf16.lo: $(go_unicode_utf16_files)
3189 unicode/utf16/check: $(CHECK_DEPS)
3190 @$(MKDIR_P) unicode/utf16
3192 .PHONY: unicode/utf16/check
3194 @go_include@ unicode/utf8.lo.dep
3195 unicode/utf8.lo.dep: $(go_unicode_utf8_files)
3197 unicode/utf8.lo: $(go_unicode_utf8_files)
3199 unicode/utf8/check: $(CHECK_DEPS)
3200 @$(MKDIR_P) unicode/utf8
3202 .PHONY: unicode/utf8/check
3204 @go_include@ syscall.lo.dep
3205 syscall.lo.dep: $(go_syscall_files)
3207 syscall.lo: $(go_syscall_files)
3209 syscall/errno.lo: go/syscall/errno.c
3211 $(LTCOMPILE) -c -o $@ $<
3212 syscall/signame.lo: go/syscall/signame.c
3214 $(LTCOMPILE) -c -o $@ $<
3215 syscall/wait.lo: go/syscall/wait.c
3217 $(LTCOMPILE) -c -o $@ $<
3219 # How to build a .gox file from a .lo file.
3221 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
3222 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
3228 crypto.gox: crypto.lo
3230 errors.gox: errors.lo
3232 expvar.gox: expvar.lo
3258 reflect.gox: reflect-go.lo
3260 regexp.gox: regexp.lo
3262 runtime.gox: runtime-go.lo
3266 strconv.gox: strconv.lo
3268 strings.gox: strings.lo
3272 syscall.gox: syscall.lo
3274 testing.gox: testing.lo
3276 time.gox: time-go.lo
3278 unicode.gox: unicode.lo
3281 archive/tar.gox: archive/tar.lo
3283 archive/zip.gox: archive/zip.lo
3286 compress/bzip2.gox: compress/bzip2.lo
3288 compress/flate.gox: compress/flate.lo
3290 compress/gzip.gox: compress/gzip.lo
3292 compress/lzw.gox: compress/lzw.lo
3294 compress/zlib.gox: compress/zlib.lo
3297 container/heap.gox: container/heap.lo
3299 container/list.gox: container/list.lo
3301 container/ring.gox: container/ring.lo
3304 crypto/aes.gox: crypto/aes.lo
3306 crypto/cipher.gox: crypto/cipher.lo
3308 crypto/des.gox: crypto/des.lo
3310 crypto/dsa.gox: crypto/dsa.lo
3312 crypto/ecdsa.gox: crypto/ecdsa.lo
3314 crypto/elliptic.gox: crypto/elliptic.lo
3316 crypto/hmac.gox: crypto/hmac.lo
3318 crypto/md5.gox: crypto/md5.lo
3320 crypto/rand.gox: crypto/rand.lo
3322 crypto/rc4.gox: crypto/rc4.lo
3324 crypto/rsa.gox: crypto/rsa.lo
3326 crypto/sha1.gox: crypto/sha1.lo
3328 crypto/sha256.gox: crypto/sha256.lo
3330 crypto/sha512.gox: crypto/sha512.lo
3332 crypto/subtle.gox: crypto/subtle.lo
3334 crypto/tls.gox: crypto/tls.lo
3336 crypto/x509.gox: crypto/x509.lo
3339 crypto/x509/pkix.gox: crypto/x509/pkix.lo
3342 database/sql.gox: database/sql.lo
3345 database/sql/driver.gox: database/sql/driver.lo
3348 debug/dwarf.gox: debug/dwarf.lo
3350 debug/elf.gox: debug/elf.lo
3352 debug/gosym.gox: debug/gosym.lo
3354 debug/macho.gox: debug/macho.lo
3356 debug/pe.gox: debug/pe.lo
3359 encoding/ascii85.gox: encoding/ascii85.lo
3361 encoding/asn1.gox: encoding/asn1.lo
3363 encoding/base32.gox: encoding/base32.lo
3365 encoding/base64.gox: encoding/base64.lo
3367 encoding/binary.gox: encoding/binary.lo
3369 encoding/csv.gox: encoding/csv.lo
3371 encoding/gob.gox: encoding/gob.lo
3373 encoding/hex.gox: encoding/hex.lo
3375 encoding/json.gox: encoding/json.lo
3377 encoding/pem.gox: encoding/pem.lo
3379 encoding/xml.gox: encoding/xml.lo
3382 exp/ebnf.gox: exp/ebnf.lo
3384 exp/html.gox: exp/html.lo
3386 exp/inotify.gox: exp/inotify.lo
3388 exp/norm.gox: exp/norm.lo
3390 exp/proxy.gox: exp/proxy.lo
3392 exp/terminal.gox: exp/terminal.lo
3394 exp/types.gox: exp/types.lo
3396 exp/utf8string.gox: exp/utf8string.lo
3399 html/template.gox: html/template.lo
3402 go/ast.gox: go/ast.lo
3404 go/build.gox: go/build.lo
3406 go/doc.gox: go/doc.lo
3408 go/parser.gox: go/parser.lo
3410 go/printer.gox: go/printer.lo
3412 go/scanner.gox: go/scanner.lo
3414 go/token.gox: go/token.lo
3417 hash/adler32.gox: hash/adler32.lo
3419 hash/crc32.gox: hash/crc32.lo
3421 hash/crc64.gox: hash/crc64.lo
3423 hash/fnv.gox: hash/fnv.lo
3426 image/color.gox: image/color.lo
3428 image/draw.gox: image/draw.lo
3430 image/gif.gox: image/gif.lo
3432 image/jpeg.gox: image/jpeg.lo
3434 image/png.gox: image/png.lo
3437 index/suffixarray.gox: index/suffixarray.lo
3440 io/ioutil.gox: io/ioutil.lo
3443 log/syslog.gox: log/syslog.lo
3446 math/big.gox: math/big.lo
3448 math/cmplx.gox: math/cmplx.lo
3450 math/rand.gox: math/rand.lo
3453 mime/multipart.gox: mime/multipart.lo
3456 net/http.gox: net/http.lo
3458 net/mail.gox: net/mail.lo
3460 net/rpc.gox: net/rpc.lo
3462 net/smtp.gox: net/smtp.lo
3464 net/textproto.gox: net/textproto.lo
3466 net/url.gox: net/url.lo
3469 net/http/cgi.gox: net/http/cgi.lo
3471 net/http/fcgi.gox: net/http/fcgi.lo
3473 net/http/httptest.gox: net/http/httptest.lo
3475 net/http/httputil.gox: net/http/httputil.lo
3477 net/http/pprof.gox: net/http/pprof.lo
3480 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
3483 old/netchan.gox: old/netchan.lo
3485 old/regexp.gox: old/regexp.lo
3487 old/template.gox: old/template.lo
3490 os/exec.gox: os/exec.lo
3492 os/signal.gox: os/signal.lo
3494 os/user.gox: os/user.lo
3497 path/filepath.gox: path/filepath.lo
3500 regexp/syntax.gox: regexp/syntax.lo
3503 runtime/debug.gox: runtime/debug.lo
3505 runtime/pprof.gox: runtime/pprof.lo
3508 sync/atomic.gox: sync/atomic.lo
3511 text/scanner.gox: text/scanner.lo
3513 text/tabwriter.gox: text/tabwriter.lo
3515 text/template.gox: text/template.lo
3517 text/template/parse.gox: text/template/parse.lo
3520 testing/iotest.gox: testing/iotest.lo
3522 testing/quick.gox: testing/quick.lo
3525 unicode/utf16.gox: unicode/utf16.lo
3527 unicode/utf8.gox: unicode/utf8.lo
3531 # exp_inotify_check = exp/inotify/check
3564 compress/bzip2/check \
3565 compress/flate/check \
3566 compress/gzip/check \
3567 compress/lzw/check \
3568 compress/zlib/check \
3569 container/heap/check \
3570 container/list/check \
3571 container/ring/check \
3573 crypto/cipher/check \
3576 crypto/ecdsa/check \
3577 crypto/elliptic/check \
3584 crypto/sha256/check \
3585 crypto/sha512/check \
3586 crypto/subtle/check \
3589 database/sql/check \
3590 database/sql/driver/check \
3595 encoding/ascii85/check \
3596 encoding/asn1/check \
3597 encoding/base32/check \
3598 encoding/base64/check \
3599 encoding/binary/check \
3600 encoding/csv/check \
3601 encoding/gob/check \
3602 encoding/hex/check \
3603 encoding/json/check \
3604 encoding/pem/check \
3605 encoding/xml/check \
3608 $(exp_inotify_check) \
3611 exp/terminal/check \
3612 exp/utf8string/check \
3613 html/template/check \
3615 $(go_build_check_omitted_since_it_calls_6g) \
3621 $(go_types_check_omitted_since_it_calls_6g) \
3622 hash/adler32/check \
3630 index/suffixarray/check \
3636 mime/multipart/check \
3638 net/http/cgi/check \
3639 net/http/fcgi/check \
3640 net/http/httptest/check \
3641 net/http/httputil/check \
3645 net/textproto/check \
3647 net/rpc/jsonrpc/check \
3650 old/template/check \
3654 path/filepath/check \
3655 regexp/syntax/check \
3657 text/scanner/check \
3658 text/tabwriter/check \
3659 text/template/check \
3660 text/template/parse/check \
3661 testing/quick/check \
3662 unicode/utf16/check \
3666 check-recursive: check-head
3669 @echo "Test Run By $${USER} on `date`" > libgo.head
3670 @echo "Native configuration is $(host_triplet)" >> libgo.head
3672 @echo " === libgo tests ===" >> libgo.head
3675 check-tail: check-recursive check-multi
3676 @lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3677 for dir in . $(MULTIDIRS); do \
3678 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3679 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3681 mv libgo.head libgo.sum; \
3682 cp libgo.sum libgo.log; \
3683 echo "Schedule of variations:" >> libgo.sum; \
3684 for dir in . $(MULTIDIRS); do \
3685 multidir=../$${dir}/$${lib}; \
3686 multivar=`cat $${multidir}/libgo.var`; \
3687 echo " $${multivar}" >> libgo.sum; \
3689 echo >> libgo.sum; \
3690 pass=0; fail=0; untested=0; \
3691 for dir in . $(MULTIDIRS); do \
3692 multidir=../$${dir}/$${lib}; \
3693 multivar=`cat $${multidir}/libgo.var`; \
3694 echo "Running target $${multivar}" >> libgo.sum; \
3695 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3696 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3697 cat $${multidir}/libgo.log.sep >> libgo.log; \
3698 if test -n "${MULTIDIRS}"; then \
3699 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3700 echo >> libgo.sum; \
3702 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3703 pass=`expr $$pass + $$p`; \
3704 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3705 echo "# of expected passes $$p" >> libgo.sum; \
3707 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3708 fail=`expr $$fail + $$p`; \
3709 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3710 echo "# of unexpected failures $$p" >> libgo.sum; \
3712 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3713 untested=`expr $$untested + $$p`; \
3714 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3715 echo "# of untested testcases $$p" >> libgo.sum; \
3718 echo >> libgo.sum; \
3719 echo " === libgo Summary ===" >> libgo.sum; \
3720 echo >> libgo.sum; \
3721 if test "$$pass" -ne "0"; then \
3722 echo "# of expected passes $$pass" >> libgo.sum; \
3724 if test "$$fail" -ne "0"; then \
3725 echo "# of unexpected failures $$fail" >> libgo.sum; \
3727 if test "$$untested" -ne "0"; then \
3728 echo "# of untested testcases $$untested" >> libgo.sum; \
3730 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3731 echo >> libgo.log; \
3732 echo "runtest completed at `date`" >> libgo.log; \
3733 if test "$$fail" -ne "0"; then \
3741 @rm -f libgo.sum libgo.log libgo.tail
3743 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3744 echo "$${multivar}" > libgo.var
3745 @for f in $(TEST_PACKAGES); do \
3746 rm -f $$f-testsum $$f-testlog; \
3748 -@$(MAKE) -k $(TEST_PACKAGES)
3749 @for f in $(TEST_PACKAGES); do \
3750 if test -f $$f-testsum; then \
3751 cat $$f-testsum >> libgo.sum; \
3753 if test -f $$f-testlog; then \
3754 cat $$f-testlog >> libgo.log; \
3759 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3761 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3764 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3765 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3766 find . -name '*-testsum' -print | xargs rm -f
3767 find . -name '*-testlog' -print | xargs rm -f
3769 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3772 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3773 find . -name '*.a' -print | xargs rm -f