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-traceback.c \
443 runtime/go-trampoline.c \
444 runtime/go-type-complex.c \
445 runtime/go-type-eface.c \
446 runtime/go-type-error.c \
447 runtime/go-type-float.c \
448 runtime/go-type-identity.c \
449 runtime/go-type-interface.c \
450 runtime/go-type-string.c \
451 runtime/go-typedesc-equal.c \
452 runtime/go-typestring.c \
453 runtime/go-unsafe-new.c \
454 runtime/go-unsafe-newarray.c \
455 runtime/go-unsafe-pointer.c \
456 runtime/go-unwind.c \
459 $(runtime_lock_files) \
462 $(runtime_mem_file) \
464 runtime/mfixalloc.c \
470 runtime/signal_unix.c \
473 $(rtems_task_variable_add_file) \
485 goc2c.$(OBJEXT): runtime/goc2c.c
486 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
488 goc2c: goc2c.$(OBJEXT)
489 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
491 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
492 ./goc2c --gcc $< > $@.tmp
495 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
496 ./goc2c --gcc $< > $@.tmp
499 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
500 ./goc2c --gcc $< > $@.tmp
503 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
504 ./goc2c --gcc $< > $@.tmp
507 sema.c: $(srcdir)/runtime/sema.goc goc2c
508 ./goc2c --gcc $< > $@.tmp
511 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
512 ./goc2c --gcc --go-pkgpath os_signal $< > $@.tmp
515 time.c: $(srcdir)/runtime/time.goc goc2c
516 ./goc2c --gcc $< > $@.tmp
519 %.c: $(srcdir)/runtime/%.goc goc2c
520 ./goc2c --gcc $< > $@.tmp
529 go/bytes/bytes_decl.go \
585 go/math/copysign.go \
605 go/math/nextafter.go \
608 go/math/remainder.go \
620 go/mime/mediatype.go \
625 go_net_fd_os_file = go/net/fd_select.go
626 go_net_newpollserver_file = go/net/newpollserver_rtems.go
627 else # !LIBGO_IS_RTEMS
629 go_net_fd_os_file = go/net/fd_linux.go
630 go_net_newpollserver_file = go/net/newpollserver.go
631 else # !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
633 go_net_fd_os_file = go/net/fd_netbsd.go
634 go_net_newpollserver_file = go/net/newpollserver.go
635 else # !LIBGO_IS_NETBSD && !LIBGO_IS_LINUX && !LIBGO_IS_RTEMS
636 # By default use select with pipes. Most systems should have
638 go_net_fd_os_file = go/net/fd_select.go
639 go_net_newpollserver_file = go/net/newpollserver.go
640 endif # !LIBGO_IS_NETBSD
641 endif # !LIBGO_IS_LINUX
642 endif # !LIBGO_IS_RTEMS
645 go_net_cgo_file = go/net/cgo_linux.go
646 go_net_sock_file = go/net/sock_linux.go
647 go_net_sockopt_file = go/net/sockopt_linux.go
648 go_net_sockoptip_file = go/net/sockoptip_linux.go
651 go_net_cgo_file = go/net/cgo_linux.go
652 go_net_sock_file = go/net/sock_linux.go
653 go_net_sockopt_file = go/net/sockopt_linux.go
654 go_net_sockoptip_file = go/net/sockoptip_linux.go
657 go_net_cgo_file = go/net/cgo_linux.go
658 go_net_sock_file = go/net/sock_solaris.go
659 go_net_sockopt_file = go/net/sockopt_bsd.go
660 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_solaris.go
663 go_net_cgo_file = go/net/cgo_bsd.go
664 go_net_sock_file = go/net/sock_bsd.go
665 go_net_sockopt_file = go/net/sockopt_bsd.go
666 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_freebsd.go
668 go_net_cgo_file = go/net/cgo_bsd.go
669 go_net_sock_file = go/net/sock_bsd.go
670 go_net_sockopt_file = go/net/sockopt_bsd.go
671 go_net_sockoptip_file = go/net/sockoptip_bsd.go go/net/sockoptip_netbsd.go
678 go_net_sendfile_file = go/net/sendfile_linux.go
680 go_net_sendfile_file = go/net/sendfile_stub.go
684 go_net_interface_file = go/net/interface_linux.go
687 go_net_interface_file = go/net/interface_netbsd.go
689 go_net_interface_file = go/net/interface_stub.go
697 go/net/dnsclient.go \
698 go/net/dnsclient_unix.go \
699 go/net/dnsconfig.go \
702 $(go_net_newpollserver_file) \
704 $(go_net_fd_os_file) \
707 go/net/interface.go \
708 $(go_net_interface_file) \
710 go/net/iprawsock.go \
711 go/net/iprawsock_posix.go \
713 go/net/ipsock_posix.go \
714 go/net/lookup_unix.go \
720 $(go_net_sendfile_file) \
722 $(go_net_sock_file) \
724 $(go_net_sockopt_file) \
725 go/net/sockoptip.go \
726 $(go_net_sockoptip_file) \
728 go/net/tcpsock_posix.go \
730 go/net/udpsock_posix.go \
732 go/net/unixsock_posix.go
736 go_os_dir_file = go/os/dir_largefile.go
739 go_os_dir_file = go/os/dir_largefile.go
741 go_os_dir_file = go/os/dir_regfile.go
746 go_os_dir_file = go/os/dir_largefile.go
748 go_os_dir_file = go/os/dir_regfile.go
753 go_os_sys_file = go/os/sys_linux.go
756 go_os_sys_file = go/os/sys_uname.go
759 go_os_sys_file = go/os/sys_uname.go
762 go_os_sys_file = go/os/sys_uname.go
764 go_os_sys_file = go/os/sys_bsd.go
771 go_os_stat_file = go/os/stat_solaris.go
773 go_os_stat_file = go/os/stat.go
782 go/os/error_posix.go \
784 go/os/exec_posix.go \
787 go/os/file_posix.go \
803 go/reflect/deepequal.go \
812 go/net/rpc/client.go \
813 go/net/rpc/debug.go \
817 go/runtime/compiler.go \
818 go/runtime/debug.go \
819 go/runtime/error.go \
820 go/runtime/extern.go \
822 go/runtime/softfloat64.go \
826 version.go: s-version; @true
829 echo "package runtime" > version.go.tmp
830 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
831 echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
832 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
833 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
834 $(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
845 go/strconv/decimal.go \
846 go/strconv/extfloat.go \
848 go/strconv/isprint.go \
853 go/strings/reader.go \
854 go/strings/replace.go \
855 go/strings/strings.go
866 go_syslog_file = go/log/syslog/syslog_libc.go
869 go_syslog_file = go/log/syslog/syslog_libc.go
871 go_syslog_file = go/log/syslog/syslog_unix.go
875 go_log_syslog_files = \
876 go/log/syslog/syslog.go \
878 go_syslog_c_files = \
879 go/log/syslog/syslog_c.c
882 go/testing/benchmark.go \
883 go/testing/example.go \
884 go/testing/testing.go
889 go/time/sys_unix.go \
892 go/time/zoneinfo.go \
893 go/time/zoneinfo_read.go \
894 go/time/zoneinfo_unix.go
897 go/unicode/casetables.go \
898 go/unicode/digit.go \
899 go/unicode/graphic.go \
900 go/unicode/letter.go \
904 go_archive_tar_files = \
905 go/archive/tar/common.go \
906 go/archive/tar/reader.go \
907 go/archive/tar/writer.go
909 go_archive_zip_files = \
910 go/archive/zip/reader.go \
911 go/archive/zip/struct.go \
912 go/archive/zip/writer.go
914 go_compress_bzip2_files = \
915 go/compress/bzip2/bit_reader.go \
916 go/compress/bzip2/bzip2.go \
917 go/compress/bzip2/huffman.go \
918 go/compress/bzip2/move_to_front.go
920 go_compress_flate_files = \
921 go/compress/flate/deflate.go \
922 go/compress/flate/huffman_bit_writer.go \
923 go/compress/flate/huffman_code.go \
924 go/compress/flate/inflate.go \
925 go/compress/flate/reverse_bits.go \
926 go/compress/flate/token.go
928 go_compress_gzip_files = \
929 go/compress/gzip/gzip.go \
930 go/compress/gzip/gunzip.go
932 go_compress_lzw_files = \
933 go/compress/lzw/reader.go \
934 go/compress/lzw/writer.go
936 go_compress_zlib_files = \
937 go/compress/zlib/reader.go \
938 go/compress/zlib/writer.go
940 go_container_heap_files = \
941 go/container/heap/heap.go
943 go_container_list_files = \
944 go/container/list/list.go
946 go_container_ring_files = \
947 go/container/ring/ring.go
949 go_crypto_aes_files = \
950 go/crypto/aes/block.go \
951 go/crypto/aes/cipher.go \
952 go/crypto/aes/const.go
953 go_crypto_cipher_files = \
954 go/crypto/cipher/cbc.go \
955 go/crypto/cipher/cfb.go \
956 go/crypto/cipher/cipher.go \
957 go/crypto/cipher/ctr.go \
958 go/crypto/cipher/io.go \
959 go/crypto/cipher/ofb.go
960 go_crypto_des_files = \
961 go/crypto/des/block.go \
962 go/crypto/des/cipher.go \
963 go/crypto/des/const.go
964 go_crypto_dsa_files = \
966 go_crypto_ecdsa_files = \
967 go/crypto/ecdsa/ecdsa.go
968 go_crypto_elliptic_files = \
969 go/crypto/elliptic/elliptic.go \
970 go/crypto/elliptic/p224.go
971 go_crypto_hmac_files = \
972 go/crypto/hmac/hmac.go
973 go_crypto_md5_files = \
974 go/crypto/md5/md5.go \
975 go/crypto/md5/md5block.go
976 go_crypto_rand_files = \
977 go/crypto/rand/rand.go \
978 go/crypto/rand/rand_unix.go \
979 go/crypto/rand/util.go
980 go_crypto_rc4_files = \
982 go_crypto_rsa_files = \
983 go/crypto/rsa/pkcs1v15.go \
985 go_crypto_sha1_files = \
986 go/crypto/sha1/sha1.go \
987 go/crypto/sha1/sha1block.go
988 go_crypto_sha256_files = \
989 go/crypto/sha256/sha256.go \
990 go/crypto/sha256/sha256block.go
991 go_crypto_sha512_files = \
992 go/crypto/sha512/sha512.go \
993 go/crypto/sha512/sha512block.go
994 go_crypto_subtle_files = \
995 go/crypto/subtle/constant_time.go
996 go_crypto_tls_files = \
997 go/crypto/tls/alert.go \
998 go/crypto/tls/cipher_suites.go \
999 go/crypto/tls/common.go \
1000 go/crypto/tls/conn.go \
1001 go/crypto/tls/handshake_client.go \
1002 go/crypto/tls/handshake_messages.go \
1003 go/crypto/tls/handshake_server.go \
1004 go/crypto/tls/key_agreement.go \
1005 go/crypto/tls/prf.go \
1006 go/crypto/tls/tls.go
1007 go_crypto_x509_files = \
1008 go/crypto/x509/cert_pool.go \
1009 go/crypto/x509/pkcs1.go \
1010 go/crypto/x509/pkcs8.go \
1011 go/crypto/x509/root.go \
1012 go/crypto/x509/root_unix.go \
1013 go/crypto/x509/verify.go \
1014 go/crypto/x509/x509.go
1016 go_crypto_x509_pkix_files = \
1017 go/crypto/x509/pkix/pkix.go
1019 go_database_sql_files = \
1020 go/database/sql/convert.go \
1021 go/database/sql/sql.go
1023 go_database_sql_driver_files = \
1024 go/database/sql/driver/driver.go \
1025 go/database/sql/driver/types.go
1027 go_debug_dwarf_files = \
1028 go/debug/dwarf/buf.go \
1029 go/debug/dwarf/const.go \
1030 go/debug/dwarf/entry.go \
1031 go/debug/dwarf/line.go \
1032 go/debug/dwarf/open.go \
1033 go/debug/dwarf/type.go \
1034 go/debug/dwarf/unit.go
1035 go_debug_elf_files = \
1036 go/debug/elf/elf.go \
1037 go/debug/elf/file.go \
1038 go/debug/elf/runtime.go
1039 go_debug_gosym_files = \
1040 go/debug/gosym/pclntab.go \
1041 go/debug/gosym/symtab.go
1042 go_debug_macho_files = \
1043 go/debug/macho/file.go \
1044 go/debug/macho/macho.go
1045 go_debug_pe_files = \
1046 go/debug/pe/file.go \
1049 go_encoding_ascii85_files = \
1050 go/encoding/ascii85/ascii85.go
1051 go_encoding_asn1_files = \
1052 go/encoding/asn1/asn1.go \
1053 go/encoding/asn1/common.go \
1054 go/encoding/asn1/marshal.go
1055 go_encoding_base32_files = \
1056 go/encoding/base32/base32.go
1057 go_encoding_base64_files = \
1058 go/encoding/base64/base64.go
1059 go_encoding_binary_files = \
1060 go/encoding/binary/binary.go \
1061 go/encoding/binary/varint.go
1062 go_encoding_csv_files = \
1063 go/encoding/csv/reader.go \
1064 go/encoding/csv/writer.go
1065 go_encoding_gob_files = \
1066 go/encoding/gob/decode.go \
1067 go/encoding/gob/decoder.go \
1068 go/encoding/gob/doc.go \
1069 go/encoding/gob/encode.go \
1070 go/encoding/gob/encoder.go \
1071 go/encoding/gob/error.go \
1072 go/encoding/gob/type.go
1073 go_encoding_hex_files = \
1074 go/encoding/hex/hex.go
1075 go_encoding_json_files = \
1076 go/encoding/json/decode.go \
1077 go/encoding/json/encode.go \
1078 go/encoding/json/indent.go \
1079 go/encoding/json/scanner.go \
1080 go/encoding/json/stream.go \
1081 go/encoding/json/tags.go
1082 go_encoding_pem_files = \
1083 go/encoding/pem/pem.go
1084 go_encoding_xml_files = \
1085 go/encoding/xml/marshal.go \
1086 go/encoding/xml/read.go \
1087 go/encoding/xml/typeinfo.go \
1088 go/encoding/xml/xml.go
1090 go_exp_ebnf_files = \
1091 go/exp/ebnf/ebnf.go \
1092 go/exp/ebnf/parser.go
1093 go_exp_html_files = \
1094 go/exp/html/const.go \
1095 go/exp/html/doc.go \
1096 go/exp/html/doctype.go \
1097 go/exp/html/entity.go \
1098 go/exp/html/escape.go \
1099 go/exp/html/foreign.go \
1100 go/exp/html/node.go \
1101 go/exp/html/parse.go \
1102 go/exp/html/render.go \
1103 go/exp/html/token.go
1104 go_exp_inotify_files = \
1105 go/exp/inotify/inotify_linux.go
1106 go_exp_norm_files = \
1107 go/exp/norm/composition.go \
1108 go/exp/norm/forminfo.go \
1109 go/exp/norm/input.go \
1110 go/exp/norm/iter.go \
1111 go/exp/norm/normalize.go \
1112 go/exp/norm/readwriter.go \
1113 go/exp/norm/tables.go \
1115 go_exp_proxy_files = \
1116 go/exp/proxy/direct.go \
1117 go/exp/proxy/per_host.go \
1118 go/exp/proxy/proxy.go \
1119 go/exp/proxy/socks5.go
1120 go_exp_terminal_files = \
1121 go/exp/terminal/terminal.go \
1122 go/exp/terminal/util.go
1123 go_exp_types_files = \
1124 go/exp/types/check.go \
1125 go/exp/types/const.go \
1126 go/exp/types/exportdata.go \
1127 go/exp/types/gcimporter.go \
1128 go/exp/types/types.go \
1129 go/exp/types/universe.go
1130 go_exp_utf8string_files = \
1131 go/exp/utf8string/string.go
1135 go/go/ast/filter.go \
1136 go/go/ast/import.go \
1137 go/go/ast/print.go \
1138 go/go/ast/resolve.go \
1139 go/go/ast/scope.go \
1141 go_go_build_files = \
1142 go/go/build/build.go \
1143 go/go/build/doc.go \
1146 go/go/doc/comment.go \
1148 go/go/doc/example.go \
1149 go/go/doc/exports.go \
1150 go/go/doc/filter.go \
1151 go/go/doc/reader.go \
1152 go/go/doc/synopsis.go
1153 go_go_parser_files = \
1154 go/go/parser/interface.go \
1155 go/go/parser/parser.go
1156 go_go_printer_files = \
1157 go/go/printer/nodes.go \
1158 go/go/printer/printer.go
1159 go_go_scanner_files = \
1160 go/go/scanner/errors.go \
1161 go/go/scanner/scanner.go
1162 go_go_token_files = \
1163 go/go/token/position.go \
1164 go/go/token/serialize.go \
1165 go/go/token/token.go
1167 go_hash_adler32_files = \
1168 go/hash/adler32/adler32.go
1169 go_hash_crc32_files = \
1170 go/hash/crc32/crc32.go \
1171 go/hash/crc32/crc32_generic.go
1172 go_hash_crc64_files = \
1173 go/hash/crc64/crc64.go
1174 go_hash_fnv_files = \
1177 go_html_template_files = \
1178 go/html/template/attr.go \
1179 go/html/template/content.go \
1180 go/html/template/context.go \
1181 go/html/template/css.go \
1182 go/html/template/doc.go \
1183 go/html/template/error.go \
1184 go/html/template/escape.go \
1185 go/html/template/html.go \
1186 go/html/template/js.go \
1187 go/html/template/template.go \
1188 go/html/template/transition.go \
1189 go/html/template/url.go
1191 go_image_color_files = \
1192 go/image/color/color.go \
1193 go/image/color/ycbcr.go
1195 go_image_draw_files = \
1196 go/image/draw/draw.go
1198 go_image_gif_files = \
1199 go/image/gif/reader.go
1201 go_image_jpeg_files = \
1202 go/image/jpeg/fdct.go \
1203 go/image/jpeg/huffman.go \
1204 go/image/jpeg/idct.go \
1205 go/image/jpeg/reader.go \
1206 go/image/jpeg/writer.go
1208 go_image_png_files = \
1209 go/image/png/reader.go \
1210 go/image/png/writer.go
1212 go_index_suffixarray_files = \
1213 go/index/suffixarray/qsufsort.go \
1214 go/index/suffixarray/suffixarray.go
1216 go_io_ioutil_files = \
1217 go/io/ioutil/ioutil.go \
1218 go/io/ioutil/tempfile.go
1220 go_math_big_files = \
1221 go/math/big/arith.go \
1222 go/math/big/int.go \
1223 go/math/big/nat.go \
1225 go_math_cmplx_files = \
1226 go/math/cmplx/abs.go \
1227 go/math/cmplx/asin.go \
1228 go/math/cmplx/conj.go \
1229 go/math/cmplx/exp.go \
1230 go/math/cmplx/isinf.go \
1231 go/math/cmplx/isnan.go \
1232 go/math/cmplx/log.go \
1233 go/math/cmplx/phase.go \
1234 go/math/cmplx/polar.go \
1235 go/math/cmplx/pow.go \
1236 go/math/cmplx/rect.go \
1237 go/math/cmplx/sin.go \
1238 go/math/cmplx/sqrt.go \
1239 go/math/cmplx/tan.go
1240 go_math_rand_files = \
1241 go/math/rand/exp.go \
1242 go/math/rand/normal.go \
1243 go/math/rand/rand.go \
1244 go/math/rand/rng.go \
1245 go/math/rand/zipf.go
1247 go_mime_multipart_files = \
1248 go/mime/multipart/formdata.go \
1249 go/mime/multipart/multipart.go \
1250 go/mime/multipart/writer.go
1252 go_net_http_files = \
1253 go/net/http/chunked.go \
1254 go/net/http/client.go \
1255 go/net/http/cookie.go \
1256 go/net/http/filetransport.go \
1258 go/net/http/header.go \
1259 go/net/http/jar.go \
1260 go/net/http/lex.go \
1261 go/net/http/request.go \
1262 go/net/http/response.go \
1263 go/net/http/server.go \
1264 go/net/http/sniff.go \
1265 go/net/http/status.go \
1266 go/net/http/transfer.go \
1267 go/net/http/transport.go
1268 go_net_mail_files = \
1269 go/net/mail/message.go
1270 go_net_smtp_files = \
1271 go/net/smtp/auth.go \
1273 go_net_textproto_files = \
1274 go/net/textproto/header.go \
1275 go/net/textproto/pipeline.go \
1276 go/net/textproto/reader.go \
1277 go/net/textproto/textproto.go \
1278 go/net/textproto/writer.go
1279 go_net_url_files = \
1282 go_net_http_cgi_files = \
1283 go/net/http/cgi/child.go \
1284 go/net/http/cgi/host.go
1285 go_net_http_fcgi_files = \
1286 go/net/http/fcgi/child.go \
1287 go/net/http/fcgi/fcgi.go
1288 go_net_http_httptest_files = \
1289 go/net/http/httptest/recorder.go \
1290 go/net/http/httptest/server.go
1291 go_net_http_pprof_files = \
1292 go/net/http/pprof/pprof.go
1293 go_net_http_httputil_files = \
1294 go/net/http/httputil/chunked.go \
1295 go/net/http/httputil/dump.go \
1296 go/net/http/httputil/persist.go \
1297 go/net/http/httputil/reverseproxy.go
1300 go_old_netchan_files = \
1301 go/old/netchan/common.go \
1302 go/old/netchan/export.go \
1303 go/old/netchan/import.go
1304 go_old_regexp_files = \
1305 go/old/regexp/regexp.go
1306 go_old_template_files = \
1307 go/old/template/doc.go \
1308 go/old/template/execute.go \
1309 go/old/template/format.go \
1310 go/old/template/parse.go
1312 go_os_exec_files = \
1313 go/os/exec/exec.go \
1314 go/os/exec/lp_unix.go
1316 go_os_signal_files = \
1317 go/os/signal/signal.go \
1318 go/os/signal/signal_unix.go
1320 go_os_user_files = \
1321 go/os/user/user.go \
1322 go/os/user/lookup_unix.go
1324 go_path_filepath_files = \
1325 go/path/filepath/match.go \
1326 go/path/filepath/path.go \
1327 go/path/filepath/path_unix.go \
1328 go/path/filepath/symlink.go
1330 go_regexp_syntax_files = \
1331 go/regexp/syntax/compile.go \
1332 go/regexp/syntax/parse.go \
1333 go/regexp/syntax/perl_groups.go \
1334 go/regexp/syntax/prog.go \
1335 go/regexp/syntax/regexp.go \
1336 go/regexp/syntax/simplify.go
1338 go_net_rpc_jsonrpc_files = \
1339 go/net/rpc/jsonrpc/client.go \
1340 go/net/rpc/jsonrpc/server.go
1342 go_runtime_debug_files = \
1343 go/runtime/debug/stack.go
1344 go_runtime_pprof_files = \
1345 go/runtime/pprof/pprof.go
1347 go_text_tabwriter_files = \
1348 go/text/tabwriter/tabwriter.go
1349 go_text_template_files = \
1350 go/text/template/doc.go \
1351 go/text/template/exec.go \
1352 go/text/template/funcs.go \
1353 go/text/template/helper.go \
1354 go/text/template/template.go
1355 go_text_template_parse_files = \
1356 go/text/template/parse/lex.go \
1357 go/text/template/parse/node.go \
1358 go/text/template/parse/parse.go
1360 go_sync_atomic_files = \
1361 go/sync/atomic/doc.go
1362 go_sync_atomic_c_files = \
1363 go/sync/atomic/atomic.c
1365 go_testing_iotest_files = \
1366 go/testing/iotest/logger.go \
1367 go/testing/iotest/reader.go \
1368 go/testing/iotest/writer.go
1369 go_testing_quick_files = \
1370 go/testing/quick/quick.go
1372 go_text_scanner_files = \
1373 go/text/scanner/scanner.go
1375 go_unicode_utf16_files = \
1376 go/unicode/utf16/utf16.go
1377 go_unicode_utf8_files = \
1378 go/unicode/utf8/utf8.go
1380 # Define Syscall and Syscall6.
1382 syscall_syscall_file = go/syscall/syscall_stubs.go
1384 syscall_syscall_file = go/syscall/syscall_unix.go
1387 # Define ForkExec and Exec.
1389 syscall_exec_file = go/syscall/exec_stubs.go
1390 syscall_exec_os_file =
1393 syscall_exec_file = go/syscall/exec_unix.go
1394 syscall_exec_os_file = go/syscall/exec_linux.go
1396 syscall_exec_file = go/syscall/exec_unix.go
1397 syscall_exec_os_file = go/syscall/exec_bsd.go
1406 syscall_wait_file = go/syscall/libcall_wait4.go
1408 syscall_wait_file = go/syscall/libcall_waitpid.go
1412 # Support for pulling apart wait status.
1414 syscall_wait_c_file =
1416 syscall_wait_c_file = go/syscall/wait.c
1421 syscall_sleep_file = go/syscall/sleep_rtems.go
1423 syscall_sleep_file = go/syscall/sleep_select.go
1428 syscall_errstr_file = go/syscall/errstr_linux.go
1431 syscall_errstr_file = go/syscall/errstr_linux.go
1434 syscall_errstr_file = go/syscall/errstr.go
1436 syscall_errstr_file = go/syscall/errstr_nor.go
1441 # Declare libc functions that vary for largefile systems.
1443 # Always use lseek64 on GNU/Linux.
1444 syscall_size_file = go/syscall/libcall_posix_largefile.go
1445 else # !LIBGO_IS_LINUX
1448 # Use lseek64 on 32-bit Solaris/x86.
1449 syscall_size_file = go/syscall/libcall_posix_largefile.go
1450 else # !LIBGO_IS_386
1452 # Use lseek64 on 32-bit Solaris/SPARC.
1453 syscall_size_file = go/syscall/libcall_posix_largefile.go
1454 else # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1455 # Use lseek on 64-bit Solaris.
1456 syscall_size_file = go/syscall/libcall_posix_regfile.go
1457 endif # !LIBGO_IS_386 && !LIBGO_IS_SPARC
1458 endif # !LIBGO_IS_SOLARIS
1459 else # !LIBGO_IS_LINUX && !LIBGO_IS_SOLARIS
1460 # Use lseek by default.
1461 syscall_size_file = go/syscall/libcall_posix_regfile.go
1462 endif # !LIBGO_IS_SOLARIS
1463 endif # !LIBGO_IS_LINUX
1465 # Define socket sizes and types.
1467 syscall_socket_file = go/syscall/socket_linux.go epoll.go
1470 syscall_socket_file = go/syscall/socket_solaris.go
1473 syscall_socket_file = go/syscall/socket_irix.go
1475 syscall_socket_file = go/syscall/socket_bsd.go
1480 # Support for uname.
1483 # 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
1484 syscall_uname_file =
1485 else # !LIBGO_IS_386 && LIBGO_IS_SOLARIS
1486 syscall_uname_file = go/syscall/libcall_uname.go
1488 else # !LIBGO_IS_SOLARIS
1489 syscall_uname_file = go/syscall/libcall_uname.go
1492 # GNU/Linux specific socket control messages.
1494 syscall_sockcmsg_file = go/syscall/sockcmsg_linux.go
1496 syscall_sockcmsg_file =
1499 # Support for netlink sockets and messages.
1501 syscall_netlink_file = go/syscall/netlink_linux.go
1503 syscall_netlink_file =
1506 # GNU/Linux specific socket filters.
1508 syscall_lsf_file = go/syscall/lsf_linux.go
1513 go_base_syscall_files = \
1514 go/syscall/env_unix.go \
1515 go/syscall/syscall_errno.go \
1516 go/syscall/libcall_support.go \
1517 go/syscall/libcall_posix.go \
1518 go/syscall/socket.go \
1519 go/syscall/sockcmsg_unix.go \
1521 go/syscall/syscall.go \
1522 $(syscall_sockcmsg_file) \
1523 $(syscall_syscall_file) \
1524 $(syscall_exec_file) \
1525 $(syscall_exec_os_file) \
1526 $(syscall_wait_file) \
1527 $(syscall_sleep_file) \
1528 $(syscall_errstr_file) \
1529 $(syscall_size_file) \
1530 $(syscall_socket_file) \
1531 $(syscall_uname_file) \
1532 $(syscall_netlink_file) \
1533 $(syscall_lsf_file) \
1534 $(GO_LIBCALL_OS_FILE) \
1535 $(GO_LIBCALL_OS_ARCH_FILE) \
1536 $(GO_SYSCALL_OS_FILE) \
1537 $(GO_SYSCALL_OS_ARCH_FILE)
1539 go_syscall_files = \
1540 $(go_base_syscall_files) \
1544 go_syscall_c_files = \
1545 go/syscall/errno.c \
1546 go/syscall/signame.c \
1547 $(syscall_wait_c_file)
1549 libcalls.go: s-libcalls; @true
1550 s-libcalls: Makefile go/syscall/mksyscall.awk $(go_base_syscall_files)
1551 rm -f libcalls.go.tmp
1552 files=`echo $^ | sed -e 's/Makefile//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
1553 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
1554 $(SHELL) $(srcdir)/../move-if-change libcalls.go.tmp libcalls.go
1557 syscall_arch.go: s-syscall_arch; @true
1558 s-syscall_arch: Makefile
1559 rm -f syscall_arch.go.tmp
1560 echo "package syscall" > syscall_arch.go.tmp
1561 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
1562 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
1563 $(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
1566 sysinfo.go: s-sysinfo; @true
1567 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
1568 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
1569 $(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
1572 # The epoll struct has an embedded union and is packed on x86_64,
1573 # which is too complicated for mksysinfo.sh. We find the offset of
1574 # the only field we care about in configure.ac, and generate the
1576 epoll.go: s-epoll; @true
1579 echo 'package syscall' > epoll.go.tmp
1580 echo 'type EpollEvent struct {' >> epoll.go.tmp
1581 echo ' Events uint32' >> epoll.go.tmp
1582 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
1583 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
1585 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
1586 12,4) echo ' Fd int32' >> epoll.go.tmp; \
1587 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
1588 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1589 echo ' Fd int32' >> epoll.go.tmp; ;; \
1590 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
1591 echo ' Fd int32' >> epoll.go.tmp; \
1592 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
1593 *) echo 1>&2 "*** struct epoll_event unsupported"; \
1596 echo '}' >> epoll.go.tmp
1597 $(SHELL) $(srcdir)/../move-if-change epoll.go.tmp epoll.go
1601 # os_lib_inotify_lo = os/inotify.lo
1635 syscall/signame.lo \
1655 crypto/elliptic.lo \
1667 crypto/x509/pkix.lo \
1669 database/sql/driver.lo \
1675 encoding/ascii85.lo \
1677 encoding/base32.lo \
1678 encoding/base64.lo \
1679 encoding/binary.lo \
1707 net/http/httptest.lo \
1708 net/http/httputil.lo \
1715 index/suffixarray.lo \
1718 log/syslog/syslog_c.lo \
1733 $(os_lib_inotify_lo) \
1738 net/rpc/jsonrpc.lo \
1746 text/template/parse.lo \
1752 libgo_la_SOURCES = $(runtime_files)
1754 libgo_la_LDFLAGS = $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1757 $(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1759 libgobegin_a_SOURCES = \
1762 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1764 GOCFLAGS = $(CFLAGS)
1765 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1766 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1768 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1769 $(AM_GOCFLAGS) $(GOCFLAGS)
1771 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1772 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1774 # Build the dependencies for a Go package.
1777 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
1780 # Build the .go files for a package, generating a .lo file.
1783 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1784 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` -o $@ $$files
1796 GC="$(GOC) $(GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1798 GOLIBS="$(MATH_LIBS) $(NET_LIBS)"; \
1800 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1801 export RUNTESTFLAGS; \
1804 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1805 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1806 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1807 export LD_LIBRARY_PATH; \
1808 rm -f $@-testsum $@-testlog; \
1809 if test "$(use_dejagnu)" = "yes"; then \
1810 $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS); \
1812 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 \
1813 echo "PASS: $(@D)" >> $@-testlog; \
1814 echo "PASS: $(@D)"; \
1815 echo "PASS: $(@D)" > $@-testsum; \
1817 echo "FAIL: $(@D)" >> $@-testlog; \
1819 echo "FAIL: $(@D)" > $@-testsum; \
1824 # Build all packages before checking any.
1825 CHECK_DEPS = libgo.la libgobegin.a \
1826 $(toolexeclibgo_DATA) \
1827 $(toolexeclibgoarchive_DATA) \
1828 $(toolexeclibgocompress_DATA) \
1829 $(toolexeclibgocontainer_DATA) \
1830 $(toolexeclibgocrypto_DATA) \
1831 $(toolexeclibgodebug_DATA) \
1832 $(toolexeclibgoencoding_DATA) \
1833 $(toolexeclibgoexp_DATA) \
1834 $(toolexeclibgogo_DATA) \
1835 $(toolexeclibgohash_DATA) \
1836 $(toolexeclibgoimage_DATA) \
1837 $(toolexeclibgoindex_DATA) \
1838 $(toolexeclibgoio_DATA) \
1839 $(toolexeclibgolog_DATA) \
1840 $(toolexeclibgomath_DATA) \
1841 $(toolexeclibgomime_DATA) \
1842 $(toolexeclibgonet_DATA) \
1843 $(toolexeclibgonethttp_DATA) \
1844 $(toolexeclibgoos_DATA) \
1845 $(toolexeclibgopath_DATA) \
1846 $(toolexeclibgorpc_DATA) \
1847 $(toolexeclibgoruntime_DATA) \
1848 $(toolexeclibgosync_DATA) \
1849 $(toolexeclibgotesting_DATA) \
1850 $(toolexeclibgotext_DATA) \
1851 $(toolexeclibgotexttemplate_DATA) \
1852 $(toolexeclibgounicode_DATA)
1854 @go_include@ bufio.lo.dep
1855 bufio.lo.dep: $(go_bufio_files)
1857 bufio.lo: $(go_bufio_files)
1859 bufio/check: $(CHECK_DEPS)
1863 @go_include@ bytes.lo.dep
1864 bytes.lo.dep: $(go_bytes_files)
1866 bytes.lo: $(go_bytes_files)
1868 bytes/index.lo: $(go_bytes_c_files)
1870 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
1871 bytes/check: $(CHECK_DEPS)
1875 @go_include@ crypto.lo.dep
1876 crypto.lo.dep: $(go_crypto_files)
1878 crypto.lo: $(go_crypto_files)
1880 crypto/check: $(CHECK_DEPS)
1882 .PHONY: crypto/check
1884 @go_include@ errors.lo.dep
1885 errors.lo.dep: $(go_errors_files)
1887 errors.lo: $(go_errors_files)
1889 errors/check: $(CHECK_DEPS)
1891 .PHONY: errors/check
1893 @go_include@ expvar.lo.dep
1894 expvar.lo.dep: $(go_expvar_files)
1896 expvar.lo: $(go_expvar_files)
1898 expvar/check: $(CHECK_DEPS)
1900 .PHONY: expvar/check
1902 @go_include@ flag.lo.dep
1903 flag.lo.dep: $(go_flag_files)
1905 flag.lo: $(go_flag_files)
1907 flag/check: $(CHECK_DEPS)
1911 @go_include@ fmt.lo.dep
1912 fmt.lo.dep: $(go_fmt_files)
1914 fmt.lo: $(go_fmt_files)
1916 fmt/check: $(CHECK_DEPS)
1920 @go_include@ hash.lo.dep
1921 hash.lo.dep: $(go_hash_files)
1923 hash.lo: $(go_hash_files)
1925 hash/check: $(CHECK_DEPS)
1929 @go_include@ html.lo.dep
1930 html.lo.dep: $(go_html_files)
1932 html.lo: $(go_html_files)
1934 html/check: $(CHECK_DEPS)
1938 @go_include@ image.lo.dep
1939 image.lo.dep: $(go_image_files)
1941 image.lo: $(go_image_files)
1943 image/check: $(CHECK_DEPS)
1947 @go_include@ io.lo.dep
1948 io.lo.dep: $(go_io_files)
1950 io.lo: $(go_io_files)
1952 io/check: $(CHECK_DEPS)
1956 @go_include@ log.lo.dep
1957 log.lo.dep: $(go_log_files)
1959 log.lo: $(go_log_files)
1961 log/check: $(CHECK_DEPS)
1965 @go_include@ math.lo.dep
1966 math.lo.dep: $(go_math_files)
1968 math.lo: $(go_math_files)
1970 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1971 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
1972 math/check: $(CHECK_DEPS)
1976 @go_include@ mime.lo.dep
1977 mime.lo.dep: $(go_mime_files)
1979 mime.lo: $(go_mime_files)
1981 mime/check: $(CHECK_DEPS)
1985 @go_include@ net.lo.dep
1986 net.lo.dep: $(go_net_files)
1988 net.lo: $(go_net_files)
1990 net/check: $(CHECK_DEPS)
1994 @go_include@ os.lo.dep
1995 os.lo.dep: $(go_os_files)
1997 os.lo: $(go_os_files)
1999 os/check: $(CHECK_DEPS)
2003 @go_include@ path.lo.dep
2004 path.lo.dep: $(go_path_files)
2006 path.lo: $(go_path_files)
2008 path/check: $(CHECK_DEPS)
2012 @go_include@ reflect-go.lo.dep
2013 reflect-go.lo.dep: $(go_reflect_files)
2015 reflect-go.lo: $(go_reflect_files)
2017 reflect/check: $(CHECK_DEPS)
2019 .PHONY: reflect/check
2021 @go_include@ regexp.lo.dep
2022 regexp.lo.dep: $(go_regexp_files)
2024 regexp.lo: $(go_regexp_files)
2026 regexp/check: $(CHECK_DEPS)
2028 .PHONY: regexp/check
2030 @go_include@ runtime-go.lo.dep
2031 runtime-go.lo.dep: $(go_runtime_files)
2033 runtime-go.lo: $(go_runtime_files)
2035 runtime/check: $(CHECK_DEPS)
2037 .PHONY: runtime/check
2039 @go_include@ sort.lo.dep
2040 sort.lo.dep: $(go_sort_files)
2042 sort.lo: $(go_sort_files)
2044 sort/check: $(CHECK_DEPS)
2048 @go_include@ strconv.lo.dep
2049 strconv.lo.dep: $(go_strconv_files)
2051 strconv.lo: $(go_strconv_files)
2053 strconv/check: $(CHECK_DEPS)
2055 .PHONY: strconv/check
2057 @go_include@ strings.lo.dep
2058 strings.lo.dep: $(go_strings_files)
2060 strings.lo: $(go_strings_files)
2062 strings/check: $(CHECK_DEPS)
2064 .PHONY: strings/check
2066 @go_include@ sync.lo.dep
2067 sync.lo.dep: $(go_sync_files)
2069 sync.lo: $(go_sync_files)
2071 sync/check: $(CHECK_DEPS)
2075 @go_include@ testing.lo.dep
2076 testing.lo.dep: $(go_testing_files)
2078 testing.lo: $(go_testing_files)
2080 testing/check: $(CHECK_DEPS)
2082 .PHONY: testing/check
2084 @go_include@ time-go.lo.dep
2085 time-go.lo.dep: $(go_time_files)
2087 time-go.lo: $(go_time_files)
2089 time/check: $(CHECK_DEPS)
2093 @go_include@ unicode.lo.dep
2094 unicode.lo.dep: $(go_unicode_files)
2096 unicode.lo: $(go_unicode_files)
2098 unicode/check: $(CHECK_DEPS)
2100 .PHONY: unicode/check
2102 @go_include@ archive/tar.lo.dep
2103 archive/tar.lo.dep: $(go_archive_tar_files)
2105 archive/tar.lo: $(go_archive_tar_files)
2107 archive/tar/check: $(CHECK_DEPS)
2108 @$(MKDIR_P) archive/tar
2110 .PHONY: archive/tar/check
2112 @go_include@ archive/zip.lo.dep
2113 archive/zip.lo.dep: $(go_archive_zip_files)
2115 archive/zip.lo: $(go_archive_zip_files)
2117 archive/zip/check: $(CHECK_DEPS)
2118 @$(MKDIR_P) archive/zip
2120 .PHONY: archive/zip/check
2122 @go_include@ compress/bzip2.lo.dep
2123 compress/bzip2.lo.dep: $(go_compress_bzip2_files)
2125 compress/bzip2.lo: $(go_compress_bzip2_files)
2127 compress/bzip2/check: $(CHECK_DEPS)
2128 @$(MKDIR_P) compress/bzip2
2130 .PHONY: compress/bzip2/check
2132 @go_include@ compress/flate.lo.dep
2133 compress/flate.lo.dep: $(go_compress_flate_files)
2135 compress/flate.lo: $(go_compress_flate_files)
2137 compress/flate/check: $(CHECK_DEPS)
2138 @$(MKDIR_P) compress/flate
2140 .PHONY: compress/flate/check
2142 @go_include@ compress/gzip.lo.dep
2143 compress/gzip.lo.dep: $(go_compress_gzip_files)
2145 compress/gzip.lo: $(go_compress_gzip_files)
2147 compress/gzip/check: $(CHECK_DEPS)
2148 @$(MKDIR_P) compress/gzip
2150 .PHONY: compress/gzip/check
2152 @go_include@ compress/lzw.lo.dep
2153 compress/lzw.lo.dep: $(go_compress_lzw_files)
2155 compress/lzw.lo: $(go_compress_lzw_files)
2157 compress/lzw/check: $(CHECK_DEPS)
2158 @$(MKDIR_P) compress/lzw
2160 .PHONY: compress/lzw/check
2162 @go_include@ compress/zlib.lo.dep
2163 compress/zlib.lo.dep: $(go_compress_zlib_files)
2165 compress/zlib.lo: $(go_compress_zlib_files)
2167 compress/zlib/check: $(CHECK_DEPS)
2168 @$(MKDIR_P) compress/zlib
2170 .PHONY: compress/zlib/check
2172 @go_include@ container/heap.lo.dep
2173 container/heap.lo.dep: $(go_container_heap_files)
2175 container/heap.lo: $(go_container_heap_files)
2177 container/heap/check: $(CHECK_DEPS)
2178 @$(MKDIR_P) container/heap
2180 .PHONY: container/heap/check
2182 @go_include@ container/list.lo.dep
2183 container/list.lo.dep: $(go_container_list_files)
2185 container/list.lo: $(go_container_list_files)
2187 container/list/check: $(CHECK_DEPS)
2188 @$(MKDIR_P) container/list
2190 .PHONY: container/list/check
2192 @go_include@ container/ring.lo.dep
2193 container/ring.lo.dep: $(go_container_ring_files)
2195 container/ring.lo: $(go_container_ring_files)
2197 container/ring/check: $(CHECK_DEPS)
2198 @$(MKDIR_P) container/ring
2200 .PHONY: container/ring/check
2202 @go_include@ crypto/aes.lo.dep
2203 crypto/aes.lo.dep: $(go_crypto_aes_files)
2205 crypto/aes.lo: $(go_crypto_aes_files)
2207 crypto/aes/check: $(CHECK_DEPS)
2208 @$(MKDIR_P) crypto/aes
2210 .PHONY: crypto/aes/check
2212 @go_include@ crypto/cipher.lo.dep
2213 crypto/cipher.lo.dep: $(go_crypto_cipher_files)
2215 crypto/cipher.lo: $(go_crypto_cipher_files)
2217 crypto/cipher/check: $(CHECK_DEPS)
2218 @$(MKDIR_P) crypto/cipher
2220 .PHONY: crypto/cipher/check
2222 @go_include@ crypto/des.lo.dep
2223 crypto/des.lo.dep: $(go_crypto_des_files)
2225 crypto/des.lo: $(go_crypto_des_files)
2227 crypto/des/check: $(CHECK_DEPS)
2228 @$(MKDIR_P) crypto/des
2230 .PHONY: crypto/des/check
2232 @go_include@ crypto/dsa.lo.dep
2233 crypto/dsa.lo.dep: $(go_crypto_dsa_files)
2235 crypto/dsa.lo: $(go_crypto_dsa_files)
2237 crypto/dsa/check: $(CHECK_DEPS)
2238 @$(MKDIR_P) crypto/dsa
2240 .PHONY: crypto/dsa/check
2242 @go_include@ crypto/ecdsa.lo.dep
2243 crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
2245 crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
2247 crypto/ecdsa/check: $(CHECK_DEPS)
2248 @$(MKDIR_P) crypto/ecdsa
2250 .PHONY: crypto/ecdsa/check
2252 @go_include@ crypto/elliptic.lo.dep
2253 crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
2255 crypto/elliptic.lo: $(go_crypto_elliptic_files)
2257 crypto/elliptic/check: $(CHECK_DEPS)
2258 @$(MKDIR_P) crypto/elliptic
2260 .PHONY: crypto/elliptic/check
2262 @go_include@ crypto/hmac.lo.dep
2263 crypto/hmac.lo.dep: $(go_crypto_hmac_files)
2265 crypto/hmac.lo: $(go_crypto_hmac_files)
2267 crypto/hmac/check: $(CHECK_DEPS)
2268 @$(MKDIR_P) crypto/hmac
2270 .PHONY: crypto/hmac/check
2272 @go_include@ crypto/md5.lo.dep
2273 crypto/md5.lo.dep: $(go_crypto_md5_files)
2275 crypto/md5.lo: $(go_crypto_md5_files)
2277 crypto/md5/check: $(CHECK_DEPS)
2278 @$(MKDIR_P) crypto/md5
2280 .PHONY: crypto/md5/check
2282 @go_include@ crypto/rand.lo.dep
2283 crypto/rand.lo.dep: $(go_crypto_rand_files)
2285 crypto/rand.lo: $(go_crypto_rand_files)
2287 crypto/rand/check: $(CHECK_DEPS)
2288 @$(MKDIR_P) crypto/rand
2290 .PHONY: crypto/rand/check
2292 @go_include@ crypto/rc4.lo.dep
2293 crypto/rc4.lo.dep: $(go_crypto_rc4_files)
2295 crypto/rc4.lo: $(go_crypto_rc4_files)
2297 crypto/rc4/check: $(CHECK_DEPS)
2298 @$(MKDIR_P) crypto/rc4
2300 .PHONY: crypto/rc4/check
2302 @go_include@ crypto/rsa.lo.dep
2303 crypto/rsa.lo.dep: $(go_crypto_rsa_files)
2305 crypto/rsa.lo: $(go_crypto_rsa_files)
2307 crypto/rsa/check: $(CHECK_DEPS)
2308 @$(MKDIR_P) crypto/rsa
2310 .PHONY: crypto/rsa/check
2312 @go_include@ crypto/sha1.lo.dep
2313 crypto/sha1.lo.dep: $(go_crypto_sha1_files)
2315 crypto/sha1.lo: $(go_crypto_sha1_files)
2317 crypto/sha1/check: $(CHECK_DEPS)
2318 @$(MKDIR_P) crypto/sha1
2320 .PHONY: crypto/sha1/check
2322 @go_include@ crypto/sha256.lo.dep
2323 crypto/sha256.lo.dep: $(go_crypto_sha256_files)
2325 crypto/sha256.lo: $(go_crypto_sha256_files)
2327 crypto/sha256/check: $(CHECK_DEPS)
2328 @$(MKDIR_P) crypto/sha256
2330 .PHONY: crypto/sha256/check
2332 @go_include@ crypto/sha512.lo.dep
2333 crypto/sha512.lo.dep: $(go_crypto_sha512_files)
2335 crypto/sha512.lo: $(go_crypto_sha512_files)
2337 crypto/sha512/check: $(CHECK_DEPS)
2338 @$(MKDIR_P) crypto/sha512
2340 .PHONY: crypto/sha512/check
2342 @go_include@ crypto/subtle.lo.dep
2343 crypto/subtle.lo.dep: $(go_crypto_subtle_files)
2345 crypto/subtle.lo: $(go_crypto_subtle_files)
2347 crypto/subtle/check: $(CHECK_DEPS)
2348 @$(MKDIR_P) crypto/subtle
2350 .PHONY: crypto/subtle/check
2352 @go_include@ crypto/tls.lo.dep
2353 crypto/tls.lo.dep: $(go_crypto_tls_files)
2355 crypto/tls.lo: $(go_crypto_tls_files)
2357 crypto/tls/check: $(CHECK_DEPS)
2358 @$(MKDIR_P) crypto/tls
2360 .PHONY: crypto/tls/check
2362 @go_include@ crypto/x509.lo.dep
2363 crypto/x509.lo.dep: $(go_crypto_x509_files)
2365 crypto/x509.lo: $(go_crypto_x509_files)
2367 crypto/x509/check: $(CHECK_DEPS)
2368 @$(MKDIR_P) crypto/x509
2370 .PHONY: crypto/x509/check
2372 @go_include@ crypto/x509/pkix.lo.dep
2373 crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
2375 crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
2377 crypto/x509/pkix/check: $(CHECK_DEPS)
2378 @$(MKDIR_P) crypto/x509/pkix
2380 .PHONY: crypto/x509/pkix/check
2382 @go_include@ database/sql.lo.dep
2383 database/sql.lo.dep: $(go_database_sql_files)
2385 database/sql.lo: $(go_database_sql_files)
2387 database/sql/check: $(CHECK_DEPS)
2388 @$(MKDIR_P) database/sql
2390 .PHONY: database/sql/check
2392 @go_include@ database/sql/driver.lo.dep
2393 database/sql/driver.lo.dep: $(go_database_sql_driver_files)
2395 database/sql/driver.lo: $(go_database_sql_driver_files)
2397 database/sql/driver/check: $(CHECK_DEPS)
2398 @$(MKDIR_P) database/sql/driver
2400 .PHONY: database/sql/driver/check
2402 @go_include@ debug/dwarf.lo.dep
2403 debug/dwarf.lo.dep: $(go_debug_dwarf_files)
2405 debug/dwarf.lo: $(go_debug_dwarf_files)
2407 debug/dwarf/check: $(CHECK_DEPS)
2408 @$(MKDIR_P) debug/dwarf
2410 .PHONY: debug/dwarf/check
2412 @go_include@ debug/elf.lo.dep
2413 debug/elf.lo.dep: $(go_debug_elf_files)
2415 debug/elf.lo: $(go_debug_elf_files)
2417 debug/elf/check: $(CHECK_DEPS)
2418 @$(MKDIR_P) debug/elf
2420 .PHONY: debug/elf/check
2422 @go_include@ debug/gosym.lo.dep
2423 debug/gosym.lo.dep: $(go_debug_gosym_files)
2425 debug/gosym.lo: $(go_debug_gosym_files)
2427 debug/gosym/check: $(CHECK_DEPS)
2428 @$(MKDIR_P) debug/gosym
2430 .PHONY: debug/gosym/check
2432 @go_include@ debug/macho.lo.dep
2433 debug/macho.lo.dep: $(go_debug_macho_files)
2435 debug/macho.lo: $(go_debug_macho_files)
2437 debug/macho/check: $(CHECK_DEPS)
2438 @$(MKDIR_P) debug/macho
2440 .PHONY: debug/macho/check
2442 @go_include@ debug/pe.lo.dep
2443 debug/pe.lo.dep: $(go_debug_pe_files)
2445 debug/pe.lo: $(go_debug_pe_files)
2447 debug/pe/check: $(CHECK_DEPS)
2448 @$(MKDIR_P) debug/pe
2450 .PHONY: debug/pe/check
2452 @go_include@ encoding/asn1.lo.dep
2453 encoding/asn1.lo.dep: $(go_encoding_asn1_files)
2455 encoding/asn1.lo: $(go_encoding_asn1_files)
2457 encoding/asn1/check: $(CHECK_DEPS)
2458 @$(MKDIR_P) encoding/asn1
2460 .PHONY: encoding/asn1/check
2462 @go_include@ encoding/ascii85.lo.dep
2463 encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
2465 encoding/ascii85.lo: $(go_encoding_ascii85_files)
2467 encoding/ascii85/check: $(CHECK_DEPS)
2468 @$(MKDIR_P) encoding/ascii85
2470 .PHONY: encoding/ascii85/check
2472 @go_include@ encoding/base32.lo.dep
2473 encoding/base32.lo.dep: $(go_encoding_base32_files)
2475 encoding/base32.lo: $(go_encoding_base32_files)
2477 encoding/base32/check: $(CHECK_DEPS)
2478 @$(MKDIR_P) encoding/base32
2480 .PHONY: encoding/base32/check
2482 @go_include@ encoding/base64.lo.dep
2483 encoding/base64.lo.dep: $(go_encoding_base64_files)
2485 encoding/base64.lo: $(go_encoding_base64_files)
2487 encoding/base64/check: $(CHECK_DEPS)
2488 @$(MKDIR_P) encoding/base64
2490 .PHONY: encoding/base64/check
2492 @go_include@ encoding/binary.lo.dep
2493 encoding/binary.lo.dep: $(go_encoding_binary_files)
2495 encoding/binary.lo: $(go_encoding_binary_files)
2497 encoding/binary/check: $(CHECK_DEPS)
2498 @$(MKDIR_P) encoding/binary
2500 .PHONY: encoding/binary/check
2502 @go_include@ encoding/csv.lo.dep
2503 encoding/csv.lo.dep: $(go_encoding_csv_files)
2505 encoding/csv.lo: $(go_encoding_csv_files)
2507 encoding/csv/check: $(CHECK_DEPS)
2508 @$(MKDIR_P) encoding/csv
2510 .PHONY: encoding/csv/check
2512 @go_include@ encoding/gob.lo.dep
2513 encoding/gob.lo.dep: $(go_encoding_gob_files)
2515 encoding/gob.lo: $(go_encoding_gob_files)
2517 encoding/gob/check: $(CHECK_DEPS)
2518 @$(MKDIR_P) encoding/gob
2520 .PHONY: encoding/gob/check
2522 @go_include@ encoding/hex.lo.dep
2523 encoding/hex.lo.dep: $(go_encoding_hex_files)
2525 encoding/hex.lo: $(go_encoding_hex_files)
2527 encoding/hex/check: $(CHECK_DEPS)
2528 @$(MKDIR_P) encoding/hex
2530 .PHONY: encoding/hex/check
2532 @go_include@ encoding/json.lo.dep
2533 encoding/json.lo.dep: $(go_encoding_json_files)
2535 encoding/json.lo: $(go_encoding_json_files)
2537 encoding/json/check: $(CHECK_DEPS)
2538 @$(MKDIR_P) encoding/json
2540 .PHONY: encoding/json/check
2542 @go_include@ encoding/pem.lo.dep
2543 encoding/pem.lo.dep: $(go_encoding_pem_files)
2545 encoding/pem.lo: $(go_encoding_pem_files)
2547 encoding/pem/check: $(CHECK_DEPS)
2548 @$(MKDIR_P) encoding/pem
2550 .PHONY: encoding/pem/check
2552 @go_include@ encoding/xml.lo.dep
2553 encoding/xml.lo.dep: $(go_encoding_xml_files)
2555 encoding/xml.lo: $(go_encoding_xml_files)
2557 encoding/xml/check: $(CHECK_DEPS)
2558 @$(MKDIR_P) encoding/xml
2560 .PHONY: encoding/xml/check
2562 @go_include@ exp/ebnf.lo.dep
2563 exp/ebnf.lo.dep: $(go_exp_ebnf_files)
2565 exp/ebnf.lo: $(go_exp_ebnf_files)
2567 exp/ebnf/check: $(CHECK_DEPS)
2568 @$(MKDIR_P) exp/ebnf
2570 .PHONY: exp/ebnf/check
2572 @go_include@ exp/html.lo.dep
2573 exp/html.lo.dep: $(go_exp_html_files)
2575 exp/html.lo: $(go_exp_html_files)
2577 exp/html/check: $(CHECK_DEPS)
2578 @$(MKDIR_P) exp/html
2580 .PHONY: exp/html/check
2582 @go_include@ exp/norm.lo.dep
2583 exp/norm.lo.dep: $(go_exp_norm_files)
2585 exp/norm.lo: $(go_exp_norm_files)
2587 exp/norm/check: $(CHECK_DEPS)
2588 @$(MKDIR_P) exp/norm
2590 .PHONY: exp/norm/check
2592 @go_include@ exp/proxy.lo.dep
2593 exp/proxy.lo.dep: $(go_exp_proxy_files)
2595 exp/proxy.lo: $(go_exp_proxy_files)
2597 exp/proxy/check: $(CHECK_DEPS)
2598 @$(MKDIR_P) exp/proxy
2600 .PHONY: exp/proxy/check
2602 @go_include@ exp/terminal.lo.dep
2603 exp/terminal.lo.dep: $(go_exp_terminal_files)
2605 exp/terminal.lo: $(go_exp_terminal_files)
2607 exp/terminal/check: $(CHECK_DEPS)
2608 @$(MKDIR_P) exp/terminal
2610 .PHONY: exp/terminal/check
2612 @go_include@ exp/types.lo.dep
2613 exp/types.lo.dep: $(go_exp_types_files)
2615 exp/types.lo: $(go_exp_types_files)
2617 exp/types/check: $(CHECK_DEPS)
2618 @$(MKDIR_P) exp/types
2620 .PHONY: exp/types/check
2622 @go_include@ exp/utf8string.lo.dep
2623 exp/utf8string.lo.dep: $(go_exp_utf8string_files)
2625 exp/utf8string.lo: $(go_exp_utf8string_files)
2627 exp/utf8string/check: $(CHECK_DEPS)
2628 @$(MKDIR_P) exp/utf8string
2630 .PHONY: exp/utf8string/check
2632 @go_include@ exp/inotify.lo.dep
2633 exp/inotify.lo.dep: $(go_exp_inotify_files)
2635 exp/inotify.lo: $(go_exp_inotify_files)
2637 exp/inotify/check: $(CHECK_DEPS)
2638 @$(MKDIR_P) exp/inotify
2640 .PHONY: exp/inotify/check
2642 @go_include@ html/template.lo.dep
2643 html/template.lo.dep: $(go_html_template_files)
2645 html/template.lo: $(go_html_template_files)
2647 html/template/check: $(CHECK_DEPS)
2648 @$(MKDIR_P) html/template
2650 .PHONY: html/template/check
2652 @go_include@ go/ast.lo.dep
2653 go/ast.lo.dep: $(go_go_ast_files)
2655 go/ast.lo: $(go_go_ast_files)
2657 go/ast/check: $(CHECK_DEPS)
2660 .PHONY: go/ast/check
2662 @go_include@ go/build.lo.dep
2663 go/build.lo.dep: $(go_go_build_files)
2665 go/build.lo: $(go_go_build_files)
2667 go/build/check: $(CHECK_DEPS)
2668 @$(MKDIR_P) go/build
2670 .PHONY: go/build/check
2672 syslist.go: s-syslist; @true
2674 echo '// Generated automatically by make.' >syslist.go.tmp
2675 echo 'package build' >>syslist.go.tmp
2676 echo 'const goosList = "$(GOOS)"' >>syslist.go.tmp
2677 echo 'const goarchList = "$(GOARCH)"' >>syslist.go.tmp
2678 $(SHELL) $(srcdir)/../move-if-change syslist.go.tmp syslist.go
2681 @go_include@ go/doc.lo.dep
2682 go/doc.lo.dep: $(go_go_doc_files)
2684 go/doc.lo: $(go_go_doc_files)
2686 go/doc/check: $(CHECK_DEPS)
2689 .PHONY: go/doc/check
2691 @go_include@ go/parser.lo.dep
2692 go/parser.lo.dep: $(go_go_parser_files)
2694 go/parser.lo: $(go_go_parser_files)
2696 go/parser/check: $(CHECK_DEPS)
2697 @$(MKDIR_P) go/parser
2699 .PHONY: go/parser/check
2701 @go_include@ go/printer.lo.dep
2702 go/printer.lo.dep: $(go_go_printer_files)
2704 go/printer.lo: $(go_go_printer_files)
2706 go/printer/check: $(CHECK_DEPS)
2707 @$(MKDIR_P) go/printer
2709 .PHONY: go/printer/check
2711 @go_include@ go/scanner.lo.dep
2712 go/scanner.lo.dep: $(go_go_scanner_files)
2714 go/scanner.lo: $(go_go_scanner_files)
2716 go/scanner/check: $(CHECK_DEPS)
2717 @$(MKDIR_P) go/scanner
2719 .PHONY: go/scanner/check
2721 @go_include@ go/token.lo.dep
2722 go/token.lo.dep: $(go_go_token_files)
2724 go/token.lo: $(go_go_token_files)
2726 go/token/check: $(CHECK_DEPS)
2727 @$(MKDIR_P) go/token
2729 .PHONY: go/token/check
2731 @go_include@ hash/adler32.lo.dep
2732 hash/adler32.lo.dep: $(go_hash_adler32_files)
2734 hash/adler32.lo: $(go_hash_adler32_files)
2736 hash/adler32/check: $(CHECK_DEPS)
2737 @$(MKDIR_P) hash/adler32
2739 .PHONY: hash/adler32/check
2741 @go_include@ hash/crc32.lo.dep
2742 hash/crc32.lo.dep: $(go_hash_crc32_files)
2744 hash/crc32.lo: $(go_hash_crc32_files)
2746 hash/crc32/check: $(CHECK_DEPS)
2747 @$(MKDIR_P) hash/crc32
2749 .PHONY: hash/crc32/check
2751 @go_include@ hash/crc64.lo.dep
2752 hash/crc64.lo.dep: $(go_hash_crc64_files)
2754 hash/crc64.lo: $(go_hash_crc64_files)
2756 hash/crc64/check: $(CHECK_DEPS)
2757 @$(MKDIR_P) hash/crc64
2759 .PHONY: hash/crc64/check
2761 @go_include@ hash/fnv.lo.dep
2762 hash/fnv.lo.dep: $(go_hash_fnv_files)
2764 hash/fnv.lo: $(go_hash_fnv_files)
2766 hash/fnv/check: $(CHECK_DEPS)
2767 @$(MKDIR_P) hash/fnv
2769 .PHONY: hash/fnv/check
2771 @go_include@ image/color.lo.dep
2772 image/color.lo.dep: $(go_image_color_files)
2774 image/color.lo: $(go_image_color_files)
2776 image/color/check: $(CHECK_DEPS)
2777 @$(MKDIR_P) image/color
2779 .PHONY: image/color/check
2781 @go_include@ image/draw.lo.dep
2782 image/draw.lo.dep: $(go_image_draw_files)
2784 image/draw.lo: $(go_image_draw_files)
2786 image/draw/check: $(CHECK_DEPS)
2787 @$(MKDIR_P) image/draw
2789 .PHONY: image/draw/check
2791 @go_include@ image/gif.lo.dep
2792 image/gif.lo.dep: $(go_image_gif_files)
2794 image/gif.lo: $(go_image_gif_files)
2796 image/gif/check: $(CHECK_DEPS)
2797 @$(MKDIR_P) image/gif
2799 .PHONY: image/gif/check
2801 @go_include@ image/jpeg.lo.dep
2802 image/jpeg.lo.dep: $(go_image_jpeg_files)
2804 image/jpeg.lo: $(go_image_jpeg_files)
2806 image/jpeg/check: $(CHECK_DEPS)
2807 @$(MKDIR_P) image/jpeg
2809 .PHONY: image/jpeg/check
2811 @go_include@ image/png.lo.dep
2812 image/png.lo.dep: $(go_image_png_files)
2814 image/png.lo: $(go_image_png_files)
2816 image/png/check: $(CHECK_DEPS)
2817 @$(MKDIR_P) image/png
2819 .PHONY: image/png/check
2821 @go_include@ index/suffixarray.lo.dep
2822 index/suffixarray.lo.dep: $(go_index_suffixarray_files)
2824 index/suffixarray.lo: $(go_index_suffixarray_files)
2826 index/suffixarray/check: $(CHECK_DEPS)
2827 @$(MKDIR_P) index/suffixarray
2829 .PHONY: index/suffixarray/check
2831 @go_include@ io/ioutil.lo.dep
2832 io/ioutil.lo.dep: $(go_io_ioutil_files)
2834 io/ioutil.lo: $(go_io_ioutil_files)
2836 io/ioutil/check: $(CHECK_DEPS)
2837 @$(MKDIR_P) io/ioutil
2839 .PHONY: io/ioutil/check
2841 @go_include@ log/syslog.lo.dep
2842 log/syslog.lo.dep: $(go_log_syslog_files)
2844 log/syslog.lo: $(go_log_syslog_files)
2846 log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
2847 @$(MKDIR_P) log/syslog
2848 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2849 log/syslog/check: $(CHECK_DEPS)
2850 @$(MKDIR_P) log/syslog
2852 .PHONY: log/syslog/check
2854 @go_include@ math/big.lo.dep
2855 math/big.lo.dep: $(go_math_big_files)
2857 math/big.lo: $(go_math_big_files)
2859 math/big/check: $(CHECK_DEPS)
2860 @$(MKDIR_P) math/big
2862 .PHONY: math/big/check
2864 @go_include@ math/cmplx.lo.dep
2865 math/cmplx.lo.dep: $(go_math_cmplx_files)
2867 math/cmplx.lo: $(go_math_cmplx_files)
2869 math/cmplx/check: $(CHECK_DEPS)
2870 @$(MKDIR_P) math/cmplx
2872 .PHONY: math/cmplx/check
2874 @go_include@ math/rand.lo.dep
2875 math/rand.lo.dep: $(go_math_rand_files)
2877 math/rand.lo: $(go_math_rand_files)
2879 math/rand/check: $(CHECK_DEPS)
2880 @$(MKDIR_P) math/rand
2882 .PHONY: math/rand/check
2884 @go_include@ mime/multipart.lo.dep
2885 mime/multipart.lo.dep: $(go_mime_multipart_files)
2887 mime/multipart.lo: $(go_mime_multipart_files)
2889 mime/multipart/check: $(CHECK_DEPS)
2890 @$(MKDIR_P) mime/multipart
2892 .PHONY: mime/multipart/check
2894 @go_include@ net/http.lo.dep
2895 net/http.lo.dep: $(go_net_http_files)
2897 net/http.lo: $(go_net_http_files)
2899 net/http/check: $(CHECK_DEPS)
2900 @$(MKDIR_P) net/http
2902 .PHONY: net/http/check
2904 @go_include@ net/mail.lo.dep
2905 net/mail.lo.dep: $(go_net_mail_files)
2907 net/mail.lo: $(go_net_mail_files)
2909 net/mail/check: $(CHECK_DEPS)
2910 @$(MKDIR_P) net/mail
2912 .PHONY: net/mail/check
2914 @go_include@ net/rpc.lo.dep
2915 net/rpc.lo.dep: $(go_net_rpc_files)
2917 net/rpc.lo: $(go_net_rpc_files)
2919 net/rpc/check: $(CHECK_DEPS)
2922 .PHONY: net/rpc/check
2924 @go_include@ net/smtp.lo.dep
2925 net/smtp.lo.dep: $(go_net_smtp_files)
2927 net/smtp.lo: $(go_net_smtp_files)
2929 net/smtp/check: $(CHECK_DEPS)
2930 @$(MKDIR_P) net/smtp
2932 .PHONY: net/smtp/check
2934 @go_include@ net/url.lo.dep
2935 net/url.lo.dep: $(go_net_url_files)
2937 net/url.lo: $(go_net_url_files)
2939 net/url/check: $(CHECK_DEPS)
2942 .PHONY: net/url/check
2944 @go_include@ net/textproto.lo.dep
2945 net/textproto.lo.dep: $(go_net_textproto_files)
2947 net/textproto.lo: $(go_net_textproto_files)
2949 net/textproto/check: $(CHECK_DEPS)
2950 @$(MKDIR_P) net/textproto
2952 .PHONY: net/textproto/check
2954 @go_include@ net/http/cgi.lo.dep
2955 net/http/cgi.lo.dep: $(go_net_http_cgi_files)
2957 net/http/cgi.lo: $(go_net_http_cgi_files)
2959 net/http/cgi/check: $(CHECK_DEPS)
2960 @$(MKDIR_P) net/http/cgi
2962 .PHONY: net/http/cgi/check
2964 @go_include@ net/http/fcgi.lo.dep
2965 net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
2967 net/http/fcgi.lo: $(go_net_http_fcgi_files)
2969 net/http/fcgi/check: $(CHECK_DEPS)
2970 @$(MKDIR_P) net/http/fcgi
2972 .PHONY: net/http/fcgi/check
2974 @go_include@ net/http/httptest.lo.dep
2975 net/http/httptest.lo.dep: $(go_net_http_httptest_files)
2977 net/http/httptest.lo: $(go_net_http_httptest_files)
2979 net/http/httptest/check: $(check_deps)
2980 @$(MKDIR_P) net/http/httptest
2982 .PHONY: net/http/httptest/check
2984 @go_include@ net/http/httputil.lo.dep
2985 net/http/httputil.lo.dep: $(go_net_http_httputil_files)
2987 net/http/httputil.lo: $(go_net_http_httputil_files)
2989 net/http/httputil/check: $(check_deps)
2990 @$(MKDIR_P) net/http/httputil
2992 .PHONY: net/http/httputil/check
2994 @go_include@ net/http/pprof.lo.dep
2995 net/http/pprof.lo.dep: $(go_net_http_pprof_files)
2997 net/http/pprof.lo: $(go_net_http_pprof_files)
2999 net/http/pprof/check: $(CHECK_DEPS)
3000 @$(MKDIR_P) net/http/pprof
3002 .PHONY: net/http/pprof/check
3004 @go_include@ net/rpc/jsonrpc.lo.dep
3005 net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
3007 net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
3009 net/rpc/jsonrpc/check: $(CHECK_DEPS)
3010 @$(MKDIR_P) net/rpc/jsonrpc
3012 .PHONY: net/rpc/jsonrpc/check
3014 @go_include@ old/netchan.lo.dep
3015 old/netchan.lo.dep: $(go_old_netchan_files)
3017 old/netchan.lo: $(go_old_netchan_files)
3019 old/netchan/check: $(CHECK_DEPS)
3020 @$(MKDIR_P) old/netchan
3022 .PHONY: old/netchan/check
3024 @go_include@ old/regexp.lo.dep
3025 old/regexp.lo.dep: $(go_old_regexp_files)
3027 old/regexp.lo: $(go_old_regexp_files)
3029 old/regexp/check: $(CHECK_DEPS)
3030 @$(MKDIR_P) old/regexp
3032 .PHONY: old/regexp/check
3034 @go_include@ old/template.lo.dep
3035 old/template.lo.dep: $(go_old_template_files)
3037 old/template.lo: $(go_old_template_files)
3039 old/template/check: $(CHECK_DEPS)
3040 @$(MKDIR_P) old/template
3042 .PHONY: old/template/check
3044 @go_include@ os/exec.lo.dep
3045 os/exec.lo.dep: $(go_os_exec_files)
3047 os/exec.lo: $(go_os_exec_files)
3049 os/exec/check: $(CHECK_DEPS)
3052 .PHONY: os/exec/check
3054 @go_include@ os/signal.lo.dep
3055 os/signal.lo.dep: $(go_os_signal_files)
3057 os/signal.lo: $(go_os_signal_files)
3059 os/signal/check: $(CHECK_DEPS)
3060 @$(MKDIR_P) os/signal
3062 .PHONY: os/signal/check
3064 @go_include@ os/user.lo.dep
3065 os/user.lo.dep: $(go_os_user_files)
3067 os/user.lo: $(go_os_user_files)
3069 os/user/check: $(CHECK_DEPS)
3072 .PHONY: os/user/check
3074 @go_include@ path/filepath.lo.dep
3075 path/filepath.lo.dep: $(go_path_filepath_files)
3077 path/filepath.lo: $(go_path_filepath_files)
3079 path/filepath/check: $(CHECK_DEPS)
3080 @$(MKDIR_P) path/filepath
3082 .PHONY: path/filepath/check
3084 @go_include@ regexp/syntax.lo.dep
3085 regexp/syntax.lo.dep: $(go_regexp_syntax_files)
3087 regexp/syntax.lo: $(go_regexp_syntax_files)
3089 regexp/syntax/check: $(CHECK_DEPS)
3090 @$(MKDIR_P) regexp/syntax
3092 .PHONY: regexp/syntax/check
3094 @go_include@ runtime/debug.lo.dep
3095 runtime/debug.lo.dep: $(go_runtime_debug_files)
3097 runtime/debug.lo: $(go_runtime_debug_files)
3099 runtime/debug/check: $(CHECK_DEPS)
3100 @$(MKDIR_P) runtime/debug
3102 .PHONY: runtime/debug/check
3104 @go_include@ runtime/pprof.lo.dep
3105 runtime/pprof.lo.dep: $(go_runtime_pprof_files)
3107 runtime/pprof.lo: $(go_runtime_pprof_files)
3109 runtime/pprof/check: $(CHECK_DEPS)
3110 @$(MKDIR_P) runtime/pprof
3112 .PHONY: runtime/pprof/check
3114 @go_include@ sync/atomic.lo.dep
3115 sync/atomic.lo.dep: $(go_sync_atomic_files)
3117 sync/atomic.lo: $(go_sync_atomic_files)
3119 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
3120 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3121 sync/atomic/check: $(CHECK_DEPS)
3122 @$(MKDIR_P) sync/atomic
3124 .PHONY: sync/atomic/check
3126 @go_include@ text/scanner.lo.dep
3127 text/scanner.lo.dep: $(go_text_scanner_files)
3129 text/scanner.lo: $(go_text_scanner_files)
3131 text/scanner/check: $(CHECK_DEPS)
3132 @$(MKDIR_P) text/scanner
3134 .PHONY: text/scanner/check
3136 @go_include@ text/tabwriter.lo.dep
3137 text/tabwriter.lo.dep: $(go_text_tabwriter_files)
3139 text/tabwriter.lo: $(go_text_tabwriter_files)
3141 text/tabwriter/check: $(CHECK_DEPS)
3142 @$(MKDIR_P) text/tabwriter
3144 .PHONY: text/tabwriter/check
3146 @go_include@ text/template.lo.dep
3147 text/template.lo.dep: $(go_text_template_files)
3149 text/template.lo: $(go_text_template_files)
3151 text/template/check: $(CHECK_DEPS)
3153 .PHONY: text/template/check
3155 @go_include@ text/template/parse.lo.dep
3156 text/template/parse.lo.dep: $(go_text_template_parse_files)
3158 text/template/parse.lo: $(go_text_template_parse_files)
3160 text/template/parse/check: $(CHECK_DEPS)
3161 @$(MKDIR_P) text/template/parse
3163 .PHONY: text/template/parse/check
3165 @go_include@ testing/iotest.lo.dep
3166 testing/iotest.lo.dep: $(go_testing_iotest_files)
3168 testing/iotest.lo: $(go_testing_iotest_files)
3170 testing/iotest/check: $(CHECK_DEPS)
3171 @$(MKDIR_P) testing/iotest
3173 .PHONY: testing/iotest/check
3175 @go_include@ testing/quick.lo.dep
3176 testing/quick.lo.dep: $(go_testing_quick_files)
3178 testing/quick.lo: $(go_testing_quick_files)
3180 testing/quick/check: $(CHECK_DEPS)
3181 @$(MKDIR_P) testing/quick
3183 .PHONY: testing/quick/check
3185 @go_include@ unicode/utf16.lo.dep
3186 unicode/utf16.lo.dep: $(go_unicode_utf16_files)
3188 unicode/utf16.lo: $(go_unicode_utf16_files)
3190 unicode/utf16/check: $(CHECK_DEPS)
3191 @$(MKDIR_P) unicode/utf16
3193 .PHONY: unicode/utf16/check
3195 @go_include@ unicode/utf8.lo.dep
3196 unicode/utf8.lo.dep: $(go_unicode_utf8_files)
3198 unicode/utf8.lo: $(go_unicode_utf8_files)
3200 unicode/utf8/check: $(CHECK_DEPS)
3201 @$(MKDIR_P) unicode/utf8
3203 .PHONY: unicode/utf8/check
3205 @go_include@ syscall.lo.dep
3206 syscall.lo.dep: $(go_syscall_files)
3208 syscall.lo: $(go_syscall_files)
3210 syscall/errno.lo: go/syscall/errno.c
3212 $(LTCOMPILE) -c -o $@ $<
3213 syscall/signame.lo: go/syscall/signame.c
3215 $(LTCOMPILE) -c -o $@ $<
3216 syscall/wait.lo: go/syscall/wait.c
3218 $(LTCOMPILE) -c -o $@ $<
3220 # How to build a .gox file from a .lo file.
3222 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
3223 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
3229 crypto.gox: crypto.lo
3231 errors.gox: errors.lo
3233 expvar.gox: expvar.lo
3259 reflect.gox: reflect-go.lo
3261 regexp.gox: regexp.lo
3263 runtime.gox: runtime-go.lo
3267 strconv.gox: strconv.lo
3269 strings.gox: strings.lo
3273 syscall.gox: syscall.lo
3275 testing.gox: testing.lo
3277 time.gox: time-go.lo
3279 unicode.gox: unicode.lo
3282 archive/tar.gox: archive/tar.lo
3284 archive/zip.gox: archive/zip.lo
3287 compress/bzip2.gox: compress/bzip2.lo
3289 compress/flate.gox: compress/flate.lo
3291 compress/gzip.gox: compress/gzip.lo
3293 compress/lzw.gox: compress/lzw.lo
3295 compress/zlib.gox: compress/zlib.lo
3298 container/heap.gox: container/heap.lo
3300 container/list.gox: container/list.lo
3302 container/ring.gox: container/ring.lo
3305 crypto/aes.gox: crypto/aes.lo
3307 crypto/cipher.gox: crypto/cipher.lo
3309 crypto/des.gox: crypto/des.lo
3311 crypto/dsa.gox: crypto/dsa.lo
3313 crypto/ecdsa.gox: crypto/ecdsa.lo
3315 crypto/elliptic.gox: crypto/elliptic.lo
3317 crypto/hmac.gox: crypto/hmac.lo
3319 crypto/md5.gox: crypto/md5.lo
3321 crypto/rand.gox: crypto/rand.lo
3323 crypto/rc4.gox: crypto/rc4.lo
3325 crypto/rsa.gox: crypto/rsa.lo
3327 crypto/sha1.gox: crypto/sha1.lo
3329 crypto/sha256.gox: crypto/sha256.lo
3331 crypto/sha512.gox: crypto/sha512.lo
3333 crypto/subtle.gox: crypto/subtle.lo
3335 crypto/tls.gox: crypto/tls.lo
3337 crypto/x509.gox: crypto/x509.lo
3340 crypto/x509/pkix.gox: crypto/x509/pkix.lo
3343 database/sql.gox: database/sql.lo
3346 database/sql/driver.gox: database/sql/driver.lo
3349 debug/dwarf.gox: debug/dwarf.lo
3351 debug/elf.gox: debug/elf.lo
3353 debug/gosym.gox: debug/gosym.lo
3355 debug/macho.gox: debug/macho.lo
3357 debug/pe.gox: debug/pe.lo
3360 encoding/ascii85.gox: encoding/ascii85.lo
3362 encoding/asn1.gox: encoding/asn1.lo
3364 encoding/base32.gox: encoding/base32.lo
3366 encoding/base64.gox: encoding/base64.lo
3368 encoding/binary.gox: encoding/binary.lo
3370 encoding/csv.gox: encoding/csv.lo
3372 encoding/gob.gox: encoding/gob.lo
3374 encoding/hex.gox: encoding/hex.lo
3376 encoding/json.gox: encoding/json.lo
3378 encoding/pem.gox: encoding/pem.lo
3380 encoding/xml.gox: encoding/xml.lo
3383 exp/ebnf.gox: exp/ebnf.lo
3385 exp/html.gox: exp/html.lo
3387 exp/inotify.gox: exp/inotify.lo
3389 exp/norm.gox: exp/norm.lo
3391 exp/proxy.gox: exp/proxy.lo
3393 exp/terminal.gox: exp/terminal.lo
3395 exp/types.gox: exp/types.lo
3397 exp/utf8string.gox: exp/utf8string.lo
3400 html/template.gox: html/template.lo
3403 go/ast.gox: go/ast.lo
3405 go/build.gox: go/build.lo
3407 go/doc.gox: go/doc.lo
3409 go/parser.gox: go/parser.lo
3411 go/printer.gox: go/printer.lo
3413 go/scanner.gox: go/scanner.lo
3415 go/token.gox: go/token.lo
3418 hash/adler32.gox: hash/adler32.lo
3420 hash/crc32.gox: hash/crc32.lo
3422 hash/crc64.gox: hash/crc64.lo
3424 hash/fnv.gox: hash/fnv.lo
3427 image/color.gox: image/color.lo
3429 image/draw.gox: image/draw.lo
3431 image/gif.gox: image/gif.lo
3433 image/jpeg.gox: image/jpeg.lo
3435 image/png.gox: image/png.lo
3438 index/suffixarray.gox: index/suffixarray.lo
3441 io/ioutil.gox: io/ioutil.lo
3444 log/syslog.gox: log/syslog.lo
3447 math/big.gox: math/big.lo
3449 math/cmplx.gox: math/cmplx.lo
3451 math/rand.gox: math/rand.lo
3454 mime/multipart.gox: mime/multipart.lo
3457 net/http.gox: net/http.lo
3459 net/mail.gox: net/mail.lo
3461 net/rpc.gox: net/rpc.lo
3463 net/smtp.gox: net/smtp.lo
3465 net/textproto.gox: net/textproto.lo
3467 net/url.gox: net/url.lo
3470 net/http/cgi.gox: net/http/cgi.lo
3472 net/http/fcgi.gox: net/http/fcgi.lo
3474 net/http/httptest.gox: net/http/httptest.lo
3476 net/http/httputil.gox: net/http/httputil.lo
3478 net/http/pprof.gox: net/http/pprof.lo
3481 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
3484 old/netchan.gox: old/netchan.lo
3486 old/regexp.gox: old/regexp.lo
3488 old/template.gox: old/template.lo
3491 os/exec.gox: os/exec.lo
3493 os/signal.gox: os/signal.lo
3495 os/user.gox: os/user.lo
3498 path/filepath.gox: path/filepath.lo
3501 regexp/syntax.gox: regexp/syntax.lo
3504 runtime/debug.gox: runtime/debug.lo
3506 runtime/pprof.gox: runtime/pprof.lo
3509 sync/atomic.gox: sync/atomic.lo
3512 text/scanner.gox: text/scanner.lo
3514 text/tabwriter.gox: text/tabwriter.lo
3516 text/template.gox: text/template.lo
3518 text/template/parse.gox: text/template/parse.lo
3521 testing/iotest.gox: testing/iotest.lo
3523 testing/quick.gox: testing/quick.lo
3526 unicode/utf16.gox: unicode/utf16.lo
3528 unicode/utf8.gox: unicode/utf8.lo
3532 # exp_inotify_check = exp/inotify/check
3565 compress/bzip2/check \
3566 compress/flate/check \
3567 compress/gzip/check \
3568 compress/lzw/check \
3569 compress/zlib/check \
3570 container/heap/check \
3571 container/list/check \
3572 container/ring/check \
3574 crypto/cipher/check \
3577 crypto/ecdsa/check \
3578 crypto/elliptic/check \
3585 crypto/sha256/check \
3586 crypto/sha512/check \
3587 crypto/subtle/check \
3590 database/sql/check \
3591 database/sql/driver/check \
3596 encoding/ascii85/check \
3597 encoding/asn1/check \
3598 encoding/base32/check \
3599 encoding/base64/check \
3600 encoding/binary/check \
3601 encoding/csv/check \
3602 encoding/gob/check \
3603 encoding/hex/check \
3604 encoding/json/check \
3605 encoding/pem/check \
3606 encoding/xml/check \
3609 $(exp_inotify_check) \
3612 exp/terminal/check \
3613 exp/utf8string/check \
3614 html/template/check \
3616 $(go_build_check_omitted_since_it_calls_6g) \
3622 $(go_types_check_omitted_since_it_calls_6g) \
3623 hash/adler32/check \
3631 index/suffixarray/check \
3637 mime/multipart/check \
3639 net/http/cgi/check \
3640 net/http/fcgi/check \
3641 net/http/httptest/check \
3642 net/http/httputil/check \
3646 net/textproto/check \
3648 net/rpc/jsonrpc/check \
3651 old/template/check \
3655 path/filepath/check \
3656 regexp/syntax/check \
3658 text/scanner/check \
3659 text/tabwriter/check \
3660 text/template/check \
3661 text/template/parse/check \
3662 testing/quick/check \
3663 unicode/utf16/check \
3667 check-recursive: check-head
3670 @echo "Test Run By $${USER} on `date`" > libgo.head
3671 @echo "Native configuration is $(host_triplet)" >> libgo.head
3673 @echo " === libgo tests ===" >> libgo.head
3676 check-tail: check-recursive check-multi
3677 @lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3678 for dir in . $(MULTIDIRS); do \
3679 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3680 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3682 mv libgo.head libgo.sum; \
3683 cp libgo.sum libgo.log; \
3684 echo "Schedule of variations:" >> libgo.sum; \
3685 for dir in . $(MULTIDIRS); do \
3686 multidir=../$${dir}/$${lib}; \
3687 multivar=`cat $${multidir}/libgo.var`; \
3688 echo " $${multivar}" >> libgo.sum; \
3690 echo >> libgo.sum; \
3691 pass=0; fail=0; untested=0; \
3692 for dir in . $(MULTIDIRS); do \
3693 multidir=../$${dir}/$${lib}; \
3694 multivar=`cat $${multidir}/libgo.var`; \
3695 echo "Running target $${multivar}" >> libgo.sum; \
3696 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3697 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3698 cat $${multidir}/libgo.log.sep >> libgo.log; \
3699 if test -n "${MULTIDIRS}"; then \
3700 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3701 echo >> libgo.sum; \
3703 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3704 pass=`expr $$pass + $$p`; \
3705 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3706 echo "# of expected passes $$p" >> libgo.sum; \
3708 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3709 fail=`expr $$fail + $$p`; \
3710 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3711 echo "# of unexpected failures $$p" >> libgo.sum; \
3713 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3714 untested=`expr $$untested + $$p`; \
3715 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3716 echo "# of untested testcases $$p" >> libgo.sum; \
3719 echo >> libgo.sum; \
3720 echo " === libgo Summary ===" >> libgo.sum; \
3721 echo >> libgo.sum; \
3722 if test "$$pass" -ne "0"; then \
3723 echo "# of expected passes $$pass" >> libgo.sum; \
3725 if test "$$fail" -ne "0"; then \
3726 echo "# of unexpected failures $$fail" >> libgo.sum; \
3728 if test "$$untested" -ne "0"; then \
3729 echo "# of untested testcases $$untested" >> libgo.sum; \
3731 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3732 echo >> libgo.log; \
3733 echo "runtest completed at `date`" >> libgo.log; \
3734 if test "$$fail" -ne "0"; then \
3742 @rm -f libgo.sum libgo.log libgo.tail
3744 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3745 echo "$${multivar}" > libgo.var
3746 @for f in $(TEST_PACKAGES); do \
3747 rm -f $$f-testsum $$f-testlog; \
3749 -@$(MAKE) -k $(TEST_PACKAGES)
3750 @for f in $(TEST_PACKAGES); do \
3751 if test -f $$f-testsum; then \
3752 cat $$f-testsum >> libgo.sum; \
3754 if test -f $$f-testlog; then \
3755 cat $$f-testlog >> libgo.log; \
3760 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3762 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3765 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3766 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3767 find . -name '*-testsum' -print | xargs rm -f
3768 find . -name '*-testlog' -print | xargs rm -f
3770 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3773 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3774 find . -name '*.a' -print | xargs rm -f