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 $(GOC) -dumpversion)
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)
29 libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
32 LIBFFIINCS = @LIBFFIINCS@
34 LIBATOMIC = @LIBATOMIC@
36 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
38 # -I/-D flags to pass when compiling.
39 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
41 ACLOCAL_AMFLAGS = -I ./config -I ../config
43 AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
44 $(SPLIT_STACK) $(WARN_CFLAGS) \
45 $(STRINGOPS_FLAG) $(OSCFLAGS) \
46 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
47 -I $(MULTIBUILDTOP)../../gcc/include
50 AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
56 # Work around what appears to be a GNU make handling MAKEFLAGS
57 # values defined in terms of make variables, as is the case for CC and
58 # friends when we are called from the top level Makefile.
60 "AR_FLAGS=$(AR_FLAGS)" \
61 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
62 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
64 "CXXFLAGS=$(CXXFLAGS)" \
65 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
66 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
67 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
69 "GOCFLAGS=$(GOCFLAGS)" \
70 "INSTALL=$(INSTALL)" \
71 "INSTALL_DATA=$(INSTALL_DATA)" \
72 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
73 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
74 "LDFLAGS=$(LDFLAGS)" \
75 "LIBCFLAGS=$(LIBCFLAGS)" \
76 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
78 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
79 "PICFLAG=$(PICFLAG)" \
80 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
82 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
83 "exec_prefix=$(exec_prefix)" \
84 "infodir=$(infodir)" \
86 "includedir=$(includedir)" \
88 "tooldir=$(tooldir)" \
89 "gxx_include_dir=$(gxx_include_dir)" \
95 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
96 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
97 "DESTDIR=$(DESTDIR)" \
100 # Subdir rules rely on $(FLAGS_TO_PASS)
101 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
104 toolexeclib_LTLIBRARIES = libgo-llgo.la
105 toolexeclib_LIBRARIES = libgobegin-llgo.a
107 toolexeclib_LTLIBRARIES = libgo.la
108 toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a libnetgo.a
111 toolexeclibgo_DATA = \
143 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
145 toolexeclibgoarchive_DATA = \
149 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
151 toolexeclibgocompress_DATA = \
158 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
160 toolexeclibgocontainer_DATA = \
165 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
167 toolexeclibgocrypto_DATA = \
173 crypto/elliptic.gox \
186 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
188 toolexeclibgocryptox509_DATA = \
191 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
193 toolexeclibgodatabase_DATA = \
196 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
198 toolexeclibgodatabasesql_DATA = \
199 database/sql/driver.gox
201 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
203 toolexeclibgodebug_DATA = \
211 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
213 toolexeclibgoencoding_DATA = \
214 encoding/ascii85.gox \
216 encoding/base32.gox \
217 encoding/base64.gox \
218 encoding/binary.gox \
226 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
228 toolexeclibgoexp_DATA = \
232 toolexeclibgogodir = $(toolexeclibgodir)/go
234 toolexeclibgogo_DATA = \
247 toolexeclibgohashdir = $(toolexeclibgodir)/hash
249 toolexeclibgohash_DATA = \
255 toolexeclibgohtmldir = $(toolexeclibgodir)/html
257 toolexeclibgohtml_DATA = \
260 toolexeclibgoimagedir = $(toolexeclibgodir)/image
262 toolexeclibgoimage_DATA = \
269 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
271 toolexeclibgoimagecolor_DATA = \
272 image/color/palette.gox
274 toolexeclibgoindexdir = $(toolexeclibgodir)/index
276 toolexeclibgoindex_DATA = \
277 index/suffixarray.gox
279 toolexeclibgoiodir = $(toolexeclibgodir)/io
281 toolexeclibgoio_DATA = \
284 toolexeclibgologdir = $(toolexeclibgodir)/log
286 toolexeclibgolog_DATA = \
289 toolexeclibgomathdir = $(toolexeclibgodir)/math
291 toolexeclibgomath_DATA = \
296 toolexeclibgomimedir = $(toolexeclibgodir)/mime
298 toolexeclibgomime_DATA = \
300 mime/quotedprintable.gox
302 toolexeclibgonetdir = $(toolexeclibgodir)/net
304 toolexeclibgonet_DATA = \
312 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
314 toolexeclibgonethttp_DATA = \
316 net/http/cookiejar.gox \
318 net/http/httptest.gox \
319 net/http/httptrace.gox \
320 net/http/httputil.gox \
323 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
325 toolexeclibgonetrpc_DATA = \
328 toolexeclibgoolddir = $(toolexeclibgodir)/old
330 toolexeclibgoold_DATA = \
334 toolexeclibgoosdir = $(toolexeclibgodir)/os
336 toolexeclibgoos_DATA = \
341 toolexeclibgopathdir = $(toolexeclibgodir)/path
343 toolexeclibgopath_DATA = \
346 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
348 toolexeclibgoregexp_DATA = \
351 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
353 toolexeclibgoruntime_DATA = \
357 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
359 toolexeclibgosync_DATA = \
362 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
364 toolexeclibgotesting_DATA = \
368 toolexeclibgotextdir = $(toolexeclibgodir)/text
370 toolexeclibgotext_DATA = \
375 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
377 toolexeclibgotexttemplate_DATA = \
378 text/template/parse.gox
380 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
382 toolexeclibgounicode_DATA = \
387 runtime_mem_file = runtime/mem.c
389 runtime_mem_file = runtime/mem_posix_memalign.c
393 rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
395 rtems_task_variable_add_file =
399 runtime_thread_files = runtime/thread-linux.c
401 runtime_thread_files = runtime/thread-sema.c
405 runtime_getncpu_file = runtime/getncpu-linux.c
408 runtime_getncpu_file = runtime/getncpu-bsd.c
411 runtime_getncpu_file = runtime/getncpu-irix.c
414 runtime_getncpu_file = runtime/getncpu-solaris.c
417 runtime_getncpu_file = runtime/getncpu-bsd.c
420 runtime_getncpu_file = runtime/getncpu-bsd.c
422 runtime_getncpu_file = runtime/getncpu-none.c
431 runtime_netpoll_files = runtime/netpoll_epoll.c
434 runtime_netpoll_files = runtime/netpoll_select.c
436 runtime_netpoll_files = runtime/netpoll_kqueue.c
441 runtime/go-append.c \
442 runtime/go-assert.c \
443 runtime/go-assert-interface.c \
444 runtime/go-breakpoint.c \
445 runtime/go-caller.c \
446 runtime/go-callers.c \
447 runtime/go-can-convert-interface.c \
450 runtime/go-check-interface.c \
451 runtime/go-construct-map.c \
452 runtime/go-convert-interface.c \
455 runtime/go-deferred-recover.c \
456 runtime/go-eface-compare.c \
457 runtime/go-eface-val-compare.c \
459 runtime/go-fieldtrack.c \
460 runtime/go-interface-compare.c \
461 runtime/go-interface-eface-compare.c \
462 runtime/go-interface-val-compare.c \
463 runtime/go-make-slice.c \
464 runtime/go-matherr.c \
465 runtime/go-memclr.c \
466 runtime/go-memcmp.c \
467 runtime/go-memequal.c \
468 runtime/go-memmove.c \
469 runtime/go-nanotime.c \
474 runtime/go-recover.c \
475 runtime/go-reflect-call.c \
476 runtime/go-runtime-error.c \
477 runtime/go-setenv.c \
478 runtime/go-signal.c \
479 runtime/go-strcmp.c \
480 runtime/go-strslice.c \
481 runtime/go-traceback.c \
482 runtime/go-type-complex.c \
483 runtime/go-type-eface.c \
484 runtime/go-type-float.c \
485 runtime/go-type-identity.c \
486 runtime/go-type-interface.c \
487 runtime/go-type-string.c \
488 runtime/go-typedesc-equal.c \
489 runtime/go-unsafe-new.c \
490 runtime/go-unsafe-newarray.c \
491 runtime/go-unsafe-pointer.c \
492 runtime/go-unsetenv.c \
493 runtime/go-unwind.c \
494 runtime/go-varargs.c \
495 runtime/env_posix.c \
499 $(runtime_mem_file) \
500 runtime/mfixalloc.c \
504 $(runtime_netpoll_files) \
510 runtime/signal_unix.c \
512 $(runtime_thread_files) \
514 $(rtems_task_variable_add_file) \
526 $(runtime_getncpu_file)
528 goc2c.$(OBJEXT): runtime/goc2c.c
529 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
531 goc2c: goc2c.$(OBJEXT)
532 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
534 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
538 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
542 netpoll.c: $(srcdir)/runtime/netpoll.goc goc2c
546 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
550 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
554 sema.c: $(srcdir)/runtime/sema.goc goc2c
558 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
559 ./goc2c --go-pkgpath os_signal $< > $@.tmp
562 time.c: $(srcdir)/runtime/time.goc goc2c
566 %.c: $(srcdir)/runtime/%.goc goc2c
570 version.go: s-version; @true
573 echo "package sys" > version.go.tmp
574 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
575 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
576 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
577 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
578 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
579 echo >> version.go.tmp
580 echo "type ArchFamilyType int" >> version.go.tmp
581 echo >> version.go.tmp
582 echo "const (" >> version.go.tmp
583 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
584 for a in $(ALLGOARCHFAMILY); do \
585 echo " $${a}" >> version.go.tmp; \
587 echo ")" >> version.go.tmp
588 echo >> version.go.tmp
589 for a in $(ALLGOARCH); do \
590 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
591 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
592 if test "$${a}" = "$(GOARCH)"; then \
593 echo "const Goarch$${n} = 1" >> version.go.tmp; \
595 echo "const Goarch$${n} = 0" >> version.go.tmp; \
598 echo >> version.go.tmp
599 echo "const (" >> version.go.tmp
600 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
601 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
602 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
603 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
604 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
605 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
606 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
607 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
608 echo ")" >> version.go.tmp
609 echo >> version.go.tmp
610 for a in $(ALLGOOS); do \
611 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
612 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
613 if test "$${a}" = "$(GOOS)"; then \
614 echo "const Goos$${n} = 1" >> version.go.tmp; \
616 echo "const Goos$${n} = 0" >> version.go.tmp; \
619 echo >> version.go.tmp
620 echo "type Uintreg uintptr" >> version.go.tmp
621 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
624 runtime_sysinfo.go: s-runtime_sysinfo; @true
625 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
626 $(SHELL) $(srcdir)/mkrsysinfo.sh
627 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
630 noinst_DATA = zstdpkglist.go
632 # Generate the list of go std packages that were included in libgo
633 zstdpkglist.go: s-zstdpkglist; @true
634 s-zstdpkglist: Makefile
635 rm -f zstdpkglist.go.tmp
636 echo 'package main' > zstdpkglist.go.tmp
637 echo "" >> zstdpkglist.go.tmp
638 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
639 echo $(libgo_go_objs) 'unsafe.lo' 'runtime/cgo.lo' | sed 's/\.lo /\": true,\n/g' | sed 's/\.lo/\": true,/' | sed 's/-go//' | grep -v _c | sed 's/^/\t\"/' | sort | uniq >> zstdpkglist.go.tmp
640 echo '}' >> zstdpkglist.go.tmp
641 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
645 syscall_epoll_file = epoll.go
650 extra_go_files_syscall = \
654 $(syscall_epoll_file)
656 libcalls.go: s-libcalls; @true
657 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
658 rm -f libcalls.go.tmp
659 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
660 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
663 libcalls-list: s-libcalls-list; @true
664 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
665 rm -f libcalls-list.tmp
666 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
667 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
670 syscall_arch.go: s-syscall_arch; @true
671 s-syscall_arch: Makefile
672 rm -f syscall_arch.go.tmp
673 echo "package syscall" > syscall_arch.go.tmp
674 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
675 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
676 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
680 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
681 $(CPPFLAGS) $(OSCFLAGS) -O
683 gen-sysinfo.go: s-gen-sysinfo; @true
684 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
685 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
687 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
690 errno.i: s-errno; @true
692 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
693 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
696 sysinfo.go: s-sysinfo; @true
697 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
698 $(SHELL) $(srcdir)/mksysinfo.sh
699 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
702 # The epoll struct has an embedded union and is packed on x86_64,
703 # which is too complicated for mksysinfo.sh. We find the offset of
704 # the only field we care about in configure.ac, and generate the
706 epoll.go: s-epoll; @true
709 echo 'package syscall' > epoll.go.tmp
710 echo 'type EpollEvent struct {' >> epoll.go.tmp
711 echo ' Events uint32' >> epoll.go.tmp
712 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
713 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
715 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
716 12,4) echo ' Fd int32' >> epoll.go.tmp; \
717 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
718 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
719 echo ' Fd int32' >> epoll.go.tmp; ;; \
720 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
721 echo ' Fd int32' >> epoll.go.tmp; \
722 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
723 *) echo 1>&2 "*** struct epoll_event unsupported"; \
726 echo '}' >> epoll.go.tmp
727 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
731 syscall_lib_clone_lo = syscall/clone_linux.lo
733 syscall_lib_clone_lo =
758 reflect/makefunc_ffi_c.lo \
767 $(syscall_lib_clone_lo) \
801 crypto/x509/pkix.lo \
803 database/sql/driver.lo \
810 encoding/ascii85.lo \
830 go/internal/gcimporter.lo \
831 go/internal/gccgoimporter.lo \
837 golang_org/x/net/http2/hpack.lo \
838 golang_org/x/net/lex/httplex.lo \
839 $(golang_org_x_net_route_lo) \
845 net/http/cookiejar.lo \
847 net/http/httptest.lo \
848 net/http/httptrace.lo \
849 net/http/httputil.lo \
850 net/http/internal.lo \
853 image/color/palette.lo \
856 image/internal/imageutil.lo \
859 index/suffixarray.lo \
860 internal/nettrace.lo \
862 internal/singleflight.lo \
863 internal/syscall/unix.lo \
864 internal/testenv.lo \
868 log/syslog/syslog_c.lo \
873 mime/quotedprintable.lo \
875 net/internal/socktest.lo \
884 $(os_lib_inotify_lo) \
892 runtime/internal/atomic.lo \
893 runtime/internal/atomic_c.lo \
894 runtime/internal/sys.lo \
900 text/template/parse.lo \
907 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
910 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
911 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
913 libgo_la_SOURCES = $(runtime_files)
914 libgo_la_LDFLAGS = $(libgo_ldflags)
915 libgo_la_LIBADD = $(libgo_libadd)
917 libgo_llgo_la_SOURCES = $(runtime_files)
918 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
919 libgo_llgo_la_LIBADD = $(libgo_libadd)
921 libgobegin_a_SOURCES = \
924 libgobegin_llgo_a_SOURCES = \
927 # Use -fPIC for libgobegin so that it can be put in a PIE.
928 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
929 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
931 libgolibbegin_a_SOURCES = \
934 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
937 libnetgo_a_LIBADD = netgo.o
939 # Make sure runtime.inc is built before compiling any .c file.
940 $(libgo_la_OBJECTS): runtime.inc
941 $(libgo_llgo_la_OBJECTS): runtime.inc
942 $(libgobegin_a_OBJECTS): runtime.inc
943 $(libgobegin_llgo_a_OBJECTS): runtime.inc
944 $(libgolibbegin_a_OBJECTS): runtime.inc
946 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
949 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
950 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
952 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
953 $(AM_GOCFLAGS) $(GOCFLAGS)
955 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
956 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
958 # Build the dependencies for a Go package.
961 dir=`echo $@ | sed -e 's/.lo.dep$$//' -e 's/-go//'`; \
962 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$$dir --extrafiles="$(extra_go_files_$(subst /,_,$(subst -go,,$(subst .lo.dep,,$@))))" $(matchargs_$(subst /,_,$(subst -go,,$(subst .lo.dep,,$@))))`; \
963 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
964 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
965 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
969 # Build the .go files for a package, generating a .lo file.
972 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
973 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
975 # Build deps for netgo.o.
978 files=`$(SHELL) $(srcdir)/match.sh --nocgo --tag=netgo --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/net`; \
979 $(SHELL) $(srcdir)/godeps.sh netgo.o $$files > $@.tmp; \
985 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
986 $(GOCOMPILE) -I . -c -fPIC -fgo-pkgpath=net -o $@ $$files
993 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
995 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
997 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
998 export RUNTESTFLAGS; \
1001 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1002 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1003 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1004 export LD_LIBRARY_PATH; \
1006 rm -f $@-testsum $@-testlog; \
1007 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
1008 if test "$(USE_DEJAGNU)" = "yes"; then \
1009 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1010 elif test "$(GOBENCH)" != ""; then \
1011 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1013 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1014 echo "PASS: $(@D)" >> $@-testlog; \
1015 echo "PASS: $(@D)"; \
1016 echo "PASS: $(@D)" > $@-testsum; \
1018 echo "FAIL: $(@D)" >> $@-testlog; \
1020 echo "FAIL: $(@D)" > $@-testsum; \
1025 # Build all packages before checking any.
1027 $(toolexeclibgo_DATA) \
1028 $(toolexeclibgoarchive_DATA) \
1029 $(toolexeclibgocompress_DATA) \
1030 $(toolexeclibgocontainer_DATA) \
1031 $(toolexeclibgocrypto_DATA) \
1032 $(toolexeclibgodebug_DATA) \
1033 $(toolexeclibgoencoding_DATA) \
1034 $(toolexeclibgoexp_DATA) \
1035 $(toolexeclibgogo_DATA) \
1036 $(toolexeclibgohash_DATA) \
1037 $(toolexeclibgoimage_DATA) \
1038 $(toolexeclibgoindex_DATA) \
1039 $(toolexeclibgoio_DATA) \
1040 $(toolexeclibgolog_DATA) \
1041 $(toolexeclibgomath_DATA) \
1042 $(toolexeclibgomime_DATA) \
1043 $(toolexeclibgonet_DATA) \
1044 $(toolexeclibgonethttp_DATA) \
1045 $(toolexeclibgoos_DATA) \
1046 $(toolexeclibgopath_DATA) \
1047 $(toolexeclibgorpc_DATA) \
1048 $(toolexeclibgoruntime_DATA) \
1049 $(toolexeclibgosync_DATA) \
1050 $(toolexeclibgotesting_DATA) \
1051 $(toolexeclibgotext_DATA) \
1052 $(toolexeclibgotexttemplate_DATA) \
1053 $(toolexeclibgounicode_DATA)
1056 CHECK_DEPS += libgo-llgo.la libgobegin-llgo.a
1058 CHECK_DEPS += libgo.la libgobegin.a
1061 @go_include@ bufio.lo.dep
1062 bufio.lo.dep: $(srcdir)/go/bufio/*.go
1066 bufio/check: $(CHECK_DEPS)
1070 @go_include@ bytes.lo.dep
1071 bytes.lo.dep: $(srcdir)/go/bytes/*.go
1075 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
1077 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
1078 bytes/check: $(CHECK_DEPS)
1082 @go_include@ context.lo.dep
1083 context.lo.dep: $(srcdir)/go/context/*.go
1087 context/check: $(CHECK_DEPS)
1089 .PHONY: context/check
1091 @go_include@ crypto.lo.dep
1092 crypto.lo.dep: $(srcdir)/go/crypto/*.go
1096 crypto/check: $(CHECK_DEPS)
1098 .PHONY: crypto/check
1100 @go_include@ encoding.lo.dep
1101 encoding.lo.dep: $(srcdir)/go/encoding/*.go
1105 encoding/check: $(CHECK_DEPS)
1107 .PHONY: encoding/check
1109 @go_include@ errors.lo.dep
1110 errors.lo.dep: $(srcdir)/go/errors/*.go
1114 errors/check: $(CHECK_DEPS)
1116 .PHONY: errors/check
1118 @go_include@ expvar.lo.dep
1119 expvar.lo.dep: $(srcdir)/go/expvar/*.go
1123 expvar/check: $(CHECK_DEPS)
1125 .PHONY: expvar/check
1127 @go_include@ flag.lo.dep
1128 flag.lo.dep: $(srcdir)/go/flag/*.go
1132 flag/check: $(CHECK_DEPS)
1136 @go_include@ fmt.lo.dep
1137 fmt.lo.dep: $(srcdir)/go/fmt/*.go
1141 fmt/check: $(CHECK_DEPS)
1145 @go_include@ hash.lo.dep
1146 hash.lo.dep: $(srcdir)/go/hash/*.go
1150 hash/check: $(CHECK_DEPS)
1154 @go_include@ html.lo.dep
1155 html.lo.dep: $(srcdir)/go/html/*.go
1159 html/check: $(CHECK_DEPS)
1163 @go_include@ image.lo.dep
1164 image.lo.dep: $(srcdir)/go/image/*.go
1168 image/check: $(CHECK_DEPS)
1172 @go_include@ io.lo.dep
1173 io.lo.dep: $(srcdir)/go/io/*.go
1177 io/check: $(CHECK_DEPS)
1181 @go_include@ log.lo.dep
1182 log.lo.dep: $(srcdir)/go/log/*.go
1186 log/check: $(CHECK_DEPS)
1190 @go_include@ math.lo.dep
1191 math.lo.dep: $(srcdir)/go/math/*.go
1195 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1196 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
1197 math/check: $(CHECK_DEPS)
1201 @go_include@ mime.lo.dep
1202 mime.lo.dep: $(srcdir)/go/mime/*.go
1206 mime/check: $(CHECK_DEPS)
1210 @go_include@ net.lo.dep
1211 net.lo.dep: $(srcdir)/go/net/*.go
1215 net/check: $(CHECK_DEPS)
1219 @go_include@ netgo.o.dep
1220 netgo.o.dep: $(srcdir)/go/net/*.go
1222 netgo.o: netgo.o.dep
1226 if HAVE_STAT_TIMESPEC
1227 matchargs_os = --tag=solaristag
1235 @go_include@ os.lo.dep
1236 os.lo.dep: $(srcdir)/go/os/*.go
1240 os/check: $(CHECK_DEPS)
1244 @go_include@ path.lo.dep
1245 path.lo.dep: $(srcdir)/go/path/*.go
1249 path/check: $(CHECK_DEPS)
1253 @go_include@ reflect-go.lo.dep
1254 reflect-go.lo.dep: $(srcdir)/go/reflect/*.go
1258 reflect/check: $(CHECK_DEPS)
1260 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
1262 $(LTCOMPILE) -c -o $@ $<
1263 .PHONY: reflect/check
1265 @go_include@ regexp.lo.dep
1266 regexp.lo.dep: $(srcdir)/go/regexp/*.go
1270 regexp/check: $(CHECK_DEPS)
1272 .PHONY: regexp/check
1274 extra_go_files_runtime = runtime_sysinfo.go
1276 @go_include@ runtime-go.lo.dep
1277 runtime-go.lo.dep: $(srcdir)/go/runtime/*.go $(extra_go_files_runtime)
1279 runtime_go_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1282 runtime.inc: s-runtime-inc; @true
1283 s-runtime-inc: runtime-go.lo Makefile
1284 rm -f runtime.inc.tmp2
1285 grep -v "#define _" runtime.inc.tmp > runtime.inc.tmp2
1286 for pattern in '_G[a-z]' '_P[a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
1287 grep "#define $$pattern" runtime.inc.tmp >> runtime.inc.tmp2; \
1289 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp2 runtime.inc
1291 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1292 runtime/check: $(CHECK_DEPS)
1294 .PHONY: runtime/check
1296 @go_include@ sort.lo.dep
1297 sort.lo.dep: $(srcdir)/go/sort/*.go
1301 sort/check: $(CHECK_DEPS)
1305 @go_include@ strconv.lo.dep
1306 strconv.lo.dep: $(srcdir)/go/strconv/*.go
1310 strconv/check: $(CHECK_DEPS)
1312 .PHONY: strconv/check
1314 @go_include@ strings.lo.dep
1315 strings.lo.dep: $(srcdir)/go/strings/*.go
1319 strings/index.lo: go/strings/indexbyte.c runtime.inc
1321 $(LTCOMPILE) -c -o strings/index.lo $(srcdir)/go/strings/indexbyte.c
1322 strings/check: $(CHECK_DEPS)
1324 .PHONY: strings/check
1326 @go_include@ sync.lo.dep
1327 sync.lo.dep: $(srcdir)/go/sync/*.go
1331 sync/check: $(CHECK_DEPS)
1335 @go_include@ testing.lo.dep
1336 testing.lo.dep: $(srcdir)/go/testing/*.go
1340 testing/check: $(CHECK_DEPS)
1342 .PHONY: testing/check
1344 @go_include@ time-go.lo.dep
1345 time-go.lo.dep: $(srcdir)/go/time/*.go
1349 time/check: $(CHECK_DEPS)
1353 @go_include@ unicode.lo.dep
1354 unicode.lo.dep: $(srcdir)/go/unicode/*.go
1358 unicode/check: $(CHECK_DEPS)
1360 .PHONY: unicode/check
1362 @go_include@ archive/tar.lo.dep
1363 archive/tar.lo.dep: $(srcdir)/go/archive/tar/*.go
1367 archive/tar/check: $(CHECK_DEPS)
1369 .PHONY: archive/tar/check
1371 @go_include@ archive/zip.lo.dep
1372 archive/zip.lo.dep: $(srcdir)/go/archive/zip/*.go
1376 archive/zip/check: $(CHECK_DEPS)
1378 .PHONY: archive/zip/check
1380 @go_include@ compress/bzip2.lo.dep
1381 compress/bzip2.lo.dep: $(srcdir)/go/compress/bzip2/*.go
1385 compress/bzip2/check: $(CHECK_DEPS)
1387 .PHONY: compress/bzip2/check
1389 @go_include@ compress/flate.lo.dep
1390 compress/flate.lo.dep: $(srcdir)/go/compress/flate/*.go
1394 compress/flate/check: $(CHECK_DEPS)
1396 .PHONY: compress/flate/check
1398 @go_include@ compress/gzip.lo.dep
1399 compress/gzip.lo.dep: $(srcdir)/go/compress/gzip/*.go
1403 compress/gzip/check: $(CHECK_DEPS)
1405 .PHONY: compress/gzip/check
1407 @go_include@ compress/lzw.lo.dep
1408 compress/lzw.lo.dep: $(srcdir)/go/compress/lzw/*.go
1412 compress/lzw/check: $(CHECK_DEPS)
1414 .PHONY: compress/lzw/check
1416 @go_include@ compress/zlib.lo.dep
1417 compress/zlib.lo.dep: $(srcdir)/go/compress/zlib/*.go
1421 compress/zlib/check: $(CHECK_DEPS)
1423 .PHONY: compress/zlib/check
1425 @go_include@ container/heap.lo.dep
1426 container/heap.lo.dep: $(srcdir)/go/container/heap/*.go
1430 container/heap/check: $(CHECK_DEPS)
1432 .PHONY: container/heap/check
1434 @go_include@ container/list.lo.dep
1435 container/list.lo.dep: $(srcdir)/go/container/list/*.go
1439 container/list/check: $(CHECK_DEPS)
1441 .PHONY: container/list/check
1443 @go_include@ container/ring.lo.dep
1444 container/ring.lo.dep: $(srcdir)/go/container/ring/*.go
1448 container/ring/check: $(CHECK_DEPS)
1450 .PHONY: container/ring/check
1452 @go_include@ crypto/aes.lo.dep
1453 crypto/aes.lo.dep: $(srcdir)/go/crypto/aes/*.go
1457 crypto/aes/check: $(CHECK_DEPS)
1459 .PHONY: crypto/aes/check
1461 @go_include@ crypto/cipher.lo.dep
1462 crypto/cipher.lo.dep: $(srcdir)/go/crypto/cipher/*.go
1466 crypto/cipher/check: $(CHECK_DEPS)
1468 .PHONY: crypto/cipher/check
1470 @go_include@ crypto/des.lo.dep
1471 crypto/des.lo.dep: $(srcdir)/go/crypto/des/*.go
1475 crypto/des/check: $(CHECK_DEPS)
1477 .PHONY: crypto/des/check
1479 @go_include@ crypto/dsa.lo.dep
1480 crypto/dsa.lo.dep: $(srcdir)/go/crypto/dsa/*.go
1484 crypto/dsa/check: $(CHECK_DEPS)
1486 .PHONY: crypto/dsa/check
1488 @go_include@ crypto/ecdsa.lo.dep
1489 crypto/ecdsa.lo.dep: $(srcdir)/go/crypto/ecdsa/*.go
1493 crypto/ecdsa/check: $(CHECK_DEPS)
1495 .PHONY: crypto/ecdsa/check
1497 @go_include@ crypto/elliptic.lo.dep
1498 crypto/elliptic.lo.dep: $(srcdir)/go/crypto/elliptic/*.go
1502 crypto/elliptic/check: $(CHECK_DEPS)
1504 .PHONY: crypto/elliptic/check
1506 @go_include@ crypto/hmac.lo.dep
1507 crypto/hmac.lo.dep: $(srcdir)/go/crypto/hmac/*.go
1511 crypto/hmac/check: $(CHECK_DEPS)
1513 .PHONY: crypto/hmac/check
1515 @go_include@ crypto/md5.lo.dep
1516 crypto/md5.lo.dep: $(srcdir)/go/crypto/md5/*.go
1520 crypto/md5/check: $(CHECK_DEPS)
1522 .PHONY: crypto/md5/check
1524 @go_include@ crypto/rand.lo.dep
1525 crypto/rand.lo.dep: $(srcdir)/go/crypto/rand/*.go
1529 crypto/rand/check: $(CHECK_DEPS)
1531 .PHONY: crypto/rand/check
1533 @go_include@ crypto/rc4.lo.dep
1534 crypto/rc4.lo.dep: $(srcdir)/go/crypto/rc4/*.go
1538 crypto/rc4/check: $(CHECK_DEPS)
1540 .PHONY: crypto/rc4/check
1542 @go_include@ crypto/rsa.lo.dep
1543 crypto/rsa.lo.dep: $(srcdir)/go/crypto/rsa/*.go
1547 crypto/rsa/check: $(CHECK_DEPS)
1549 .PHONY: crypto/rsa/check
1551 @go_include@ crypto/sha1.lo.dep
1552 crypto/sha1.lo.dep: $(srcdir)/go/crypto/sha1/*.go
1556 crypto/sha1/check: $(CHECK_DEPS)
1558 .PHONY: crypto/sha1/check
1560 @go_include@ crypto/sha256.lo.dep
1561 crypto/sha256.lo.dep: $(srcdir)/go/crypto/sha256/*.go
1565 crypto/sha256/check: $(CHECK_DEPS)
1567 .PHONY: crypto/sha256/check
1569 @go_include@ crypto/sha512.lo.dep
1570 crypto/sha512.lo.dep: $(srcdir)/go/crypto/sha512/*.go
1574 crypto/sha512/check: $(CHECK_DEPS)
1576 .PHONY: crypto/sha512/check
1578 @go_include@ crypto/subtle.lo.dep
1579 crypto/subtle.lo.dep: $(srcdir)/go/crypto/subtle/*.go
1583 crypto/subtle/check: $(CHECK_DEPS)
1585 .PHONY: crypto/subtle/check
1587 @go_include@ crypto/tls.lo.dep
1588 crypto/tls.lo.dep: $(srcdir)/go/crypto/tls/*.go
1592 crypto/tls/check: $(CHECK_DEPS)
1594 .PHONY: crypto/tls/check
1596 @go_include@ crypto/x509.lo.dep
1597 crypto/x509.lo.dep: $(srcdir)/go/crypto/x509/*.go
1601 crypto/x509/check: $(CHECK_DEPS)
1603 .PHONY: crypto/x509/check
1605 @go_include@ crypto/x509/pkix.lo.dep
1606 crypto/x509/pkix.lo.dep: $(srcdir)/go/crypto/x509/pkix/*.go
1608 crypto/x509/pkix.lo:
1610 crypto/x509/pkix/check: $(CHECK_DEPS)
1612 .PHONY: crypto/x509/pkix/check
1614 @go_include@ database/sql.lo.dep
1615 database/sql.lo.dep: $(srcdir)/go/database/sql/*.go
1619 database/sql/check: $(CHECK_DEPS)
1621 .PHONY: database/sql/check
1623 @go_include@ database/sql/driver.lo.dep
1624 database/sql/driver.lo.dep: $(srcdir)/go/database/sql/driver/*.go
1626 database/sql/driver.lo:
1628 database/sql/driver/check: $(CHECK_DEPS)
1630 .PHONY: database/sql/driver/check
1632 @go_include@ debug/dwarf.lo.dep
1633 debug/dwarf.lo.dep: $(srcdir)/go/debug/dwarf/*.go
1637 debug/dwarf/check: $(CHECK_DEPS)
1639 .PHONY: debug/dwarf/check
1641 @go_include@ debug/elf.lo.dep
1642 debug/elf.lo.dep: $(srcdir)/go/debug/elf/*.go
1646 debug/elf/check: $(CHECK_DEPS)
1648 .PHONY: debug/elf/check
1650 @go_include@ debug/gosym.lo.dep
1651 debug/gosym.lo.dep: $(srcdir)/go/debug/gosym/*.go
1655 debug/gosym/check: $(CHECK_DEPS)
1657 .PHONY: debug/gosym/check
1659 @go_include@ debug/macho.lo.dep
1660 debug/macho.lo.dep: $(srcdir)/go/debug/macho/*.go
1664 debug/macho/check: $(CHECK_DEPS)
1666 .PHONY: debug/macho/check
1668 @go_include@ debug/pe.lo.dep
1669 debug/pe.lo.dep: $(srcdir)/go/debug/pe/*.go
1673 debug/pe/check: $(CHECK_DEPS)
1675 .PHONY: debug/pe/check
1677 @go_include@ debug/plan9obj.lo.dep
1678 debug/plan9obj.lo.dep: $(srcdir)/go/debug/plan9obj/*.go
1682 debug/plan9obj/check: $(CHECK_DEPS)
1684 .PHONY: debug/plan9obj/check
1686 @go_include@ encoding/asn1.lo.dep
1687 encoding/asn1.lo.dep: $(srcdir)/go/encoding/asn1/*.go
1691 encoding/asn1/check: $(CHECK_DEPS)
1693 .PHONY: encoding/asn1/check
1695 @go_include@ encoding/ascii85.lo.dep
1696 encoding/ascii85.lo.dep: $(srcdir)/go/encoding/ascii85/*.go
1698 encoding/ascii85.lo:
1700 encoding/ascii85/check: $(CHECK_DEPS)
1702 .PHONY: encoding/ascii85/check
1704 @go_include@ encoding/base32.lo.dep
1705 encoding/base32.lo.dep: $(srcdir)/go/encoding/base32/*.go
1709 encoding/base32/check: $(CHECK_DEPS)
1711 .PHONY: encoding/base32/check
1713 @go_include@ encoding/base64.lo.dep
1714 encoding/base64.lo.dep: $(srcdir)/go/encoding/base64/*.go
1718 encoding/base64/check: $(CHECK_DEPS)
1720 .PHONY: encoding/base64/check
1722 @go_include@ encoding/binary.lo.dep
1723 encoding/binary.lo.dep: $(srcdir)/go/encoding/binary/*.go
1727 encoding/binary/check: $(CHECK_DEPS)
1729 .PHONY: encoding/binary/check
1731 @go_include@ encoding/csv.lo.dep
1732 encoding/csv.lo.dep: $(srcdir)/go/encoding/csv/*.go
1736 encoding/csv/check: $(CHECK_DEPS)
1738 .PHONY: encoding/csv/check
1740 @go_include@ encoding/gob.lo.dep
1741 encoding/gob.lo.dep: $(srcdir)/go/encoding/gob/*.go
1745 encoding/gob/check: $(CHECK_DEPS)
1747 .PHONY: encoding/gob/check
1749 @go_include@ encoding/hex.lo.dep
1750 encoding/hex.lo.dep: $(srcdir)/go/encoding/hex/*.go
1754 encoding/hex/check: $(CHECK_DEPS)
1756 .PHONY: encoding/hex/check
1758 @go_include@ encoding/json.lo.dep
1759 encoding/json.lo.dep: $(srcdir)/go/encoding/json/*.go
1763 encoding/json/check: $(CHECK_DEPS)
1765 .PHONY: encoding/json/check
1767 @go_include@ encoding/pem.lo.dep
1768 encoding/pem.lo.dep: $(srcdir)/go/encoding/pem/*.go
1772 encoding/pem/check: $(CHECK_DEPS)
1774 .PHONY: encoding/pem/check
1776 @go_include@ encoding/xml.lo.dep
1777 encoding/xml.lo.dep: $(srcdir)/go/encoding/xml/*.go
1781 encoding/xml/check: $(CHECK_DEPS)
1783 .PHONY: encoding/xml/check
1785 @go_include@ exp/proxy.lo.dep
1786 exp/proxy.lo.dep: $(srcdir)/go/exp/proxy/*.go
1790 exp/proxy/check: $(CHECK_DEPS)
1792 .PHONY: exp/proxy/check
1794 @go_include@ exp/terminal.lo.dep
1795 exp/terminal.lo.dep: $(srcdir)/go/exp/terminal/*.go
1799 exp/terminal/check: $(CHECK_DEPS)
1801 .PHONY: exp/terminal/check
1803 @go_include@ html/template.lo.dep
1804 html/template.lo.dep: $(srcdir)/go/html/template/*.go
1808 html/template/check: $(CHECK_DEPS)
1810 .PHONY: html/template/check
1812 @go_include@ go/ast.lo.dep
1813 go/ast.lo.dep: $(srcdir)/go/go/ast/*.go
1817 go/ast/check: $(CHECK_DEPS)
1819 .PHONY: go/ast/check
1821 @go_include@ go/build.lo.dep
1822 go/build.lo.dep: $(srcdir)/go/go/build/*.go
1826 go/build/check: $(CHECK_DEPS)
1828 .PHONY: go/build/check
1830 @go_include@ go/constant.lo.dep
1831 go/constant.lo.dep: $(srcdir)/go/go/constant/*.go
1835 go/constant/check: $(CHECK_DEPS)
1837 .PHONY: go/constant/check
1839 @go_include@ go/doc.lo.dep
1840 go/doc.lo.dep: $(srcdir)/go/go/doc/*.go
1844 go/doc/check: $(CHECK_DEPS)
1846 .PHONY: go/doc/check
1848 @go_include@ go/format.lo.dep
1849 go/format.lo.dep: $(srcdir)/go/go/format/*.go
1853 go/format/check: $(CHECK_DEPS)
1855 .PHONY: go/format/check
1857 @go_include@ go/importer.lo.dep
1858 go/importer.lo.dep: $(srcdir)/go/go/importer/*.go
1862 go/importer/check: $(CHECK_DEPS)
1864 .PHONY: go/importer/check
1866 @go_include@ go/parser.lo.dep
1867 go/parser.lo.dep: $(srcdir)/go/go/parser/*.go
1871 go/parser/check: $(CHECK_DEPS)
1873 .PHONY: go/parser/check
1875 @go_include@ go/printer.lo.dep
1876 go/printer.lo.dep: $(srcdir)/go/go/printer/*.go
1880 go/printer/check: $(CHECK_DEPS)
1882 .PHONY: go/printer/check
1884 @go_include@ go/scanner.lo.dep
1885 go/scanner.lo.dep: $(srcdir)/go/go/scanner/*.go
1889 go/scanner/check: $(CHECK_DEPS)
1891 .PHONY: go/scanner/check
1893 @go_include@ go/token.lo.dep
1894 go/token.lo.dep: $(srcdir)/go/go/token/*.go
1898 go/token/check: $(CHECK_DEPS)
1900 .PHONY: go/token/check
1902 @go_include@ go/types.lo.dep
1903 go/types.lo.dep: $(srcdir)/go/go/types/*.go
1907 go/types/check: $(CHECK_DEPS)
1909 .PHONY: go/types/check
1911 @go_include@ go/internal/gcimporter.lo.dep
1912 go/internal/gcimporter.lo.dep: $(srcdir)/go/go/internal/gcimporter/*.go
1914 go/internal/gcimporter.lo:
1916 go/internal/gcimporter/check: $(CHECK_DEPS)
1918 .PHONY: go/internal/gcimporter/check
1920 @go_include@ go/internal/gccgoimporter.lo.dep
1921 go/internal/gccgoimporter.lo.dep: $(srcdir)/go/go/internal/gccgoimporter/*.go
1923 go/internal/gccgoimporter.lo:
1925 go/internal/gccgoimporter/check: $(CHECK_DEPS)
1927 .PHONY: go/internal/gccgoimporter/check
1929 @go_include@ golang_org/x/net/http2/hpack.lo.dep
1930 golang_org/x/net/http2/hpack.lo.dep: $(srcdir)/go/golang_org/x/net/http2/hpack/*.go
1932 golang_org/x/net/http2/hpack.lo:
1934 golang_org/x/net/http2/hpack/check: $(CHECK_DEPS)
1936 .PHONY: golang_org/x/net/http2/hpack/check
1938 @go_include@ golang_org/x/net/lex/httplex.lo.dep
1939 golang_org/x/net/lex/httplex.lo.dep: $(srcdir)/go/golang_org/x/net/lex/httplex/*.go
1941 golang_org/x/net/lex/httplex.lo:
1943 golang_org/x/net/lex/httplex/check: $(CHECK_DEPS)
1945 .PHONY: golang_org/x/net/lex/httplex/check
1949 golang_org_x_net_route_lo = \
1950 golang_org/x/net/route/route.lo
1951 golang_org_x_net_route_check = \
1952 golang_org/x/net/route/check
1954 @go_include@ golang_org/x/net/route.lo.dep
1955 golang_org/x/net/route.lo.dep: $(srcdir)/go/golang_org/x/net/route/*.go
1957 golang_org/x/net/route.lo:
1959 golang_org/x/net/route/check: $(CHECK_DEPS)
1964 .PHONY: golang_org/x/net/route/check
1966 @go_include@ hash/adler32.lo.dep
1967 hash/adler32.lo.dep: $(srcdir)/go/hash/adler32/*.go
1971 hash/adler32/check: $(CHECK_DEPS)
1973 .PHONY: hash/adler32/check
1975 @go_include@ hash/crc32.lo.dep
1976 hash/crc32.lo.dep: $(srcdir)/go/hash/crc32/*.go
1980 hash/crc32/check: $(CHECK_DEPS)
1982 .PHONY: hash/crc32/check
1984 @go_include@ hash/crc64.lo.dep
1985 hash/crc64.lo.dep: $(srcdir)/go/hash/crc64/*.go
1989 hash/crc64/check: $(CHECK_DEPS)
1991 .PHONY: hash/crc64/check
1993 @go_include@ hash/fnv.lo.dep
1994 hash/fnv.lo.dep: $(srcdir)/go/hash/fnv/*.go
1998 hash/fnv/check: $(CHECK_DEPS)
2000 .PHONY: hash/fnv/check
2002 @go_include@ image/color.lo.dep
2003 image/color.lo.dep: $(srcdir)/go/image/color/*.go
2007 image/color/check: $(CHECK_DEPS)
2009 .PHONY: image/color/check
2011 @go_include@ image/color/palette.lo.dep
2012 image/color/palette.lo.dep: $(srcdir)/go/image/color/palette/*.go
2014 image/color/palette.lo:
2016 image/color/palette/check: $(CHECK_DEPS)
2018 .PHONY: image/color/palette/check
2020 @go_include@ image/draw.lo.dep
2021 image/draw.lo.dep: $(srcdir)/go/image/draw/*.go
2025 image/draw/check: $(CHECK_DEPS)
2027 .PHONY: image/draw/check
2029 @go_include@ image/gif.lo.dep
2030 image/gif.lo.dep: $(srcdir)/go/image/gif/*.go
2034 image/gif/check: $(CHECK_DEPS)
2036 .PHONY: image/gif/check
2038 @go_include@ image/internal/imageutil.lo.dep
2039 image/internal/imageutil.lo.dep: $(srcdir)/go/image/internal/imageutil/*.go
2041 image/internal/imageutil.lo:
2043 image/internal/imageutil/check: $(CHECK_DEPS)
2045 .PHONY: image/internal/imageutil/check
2047 @go_include@ image/jpeg.lo.dep
2048 image/jpeg.lo.dep: $(srcdir)/go/image/jpeg/*.go
2052 image/jpeg/check: $(CHECK_DEPS)
2054 .PHONY: image/jpeg/check
2056 @go_include@ image/png.lo.dep
2057 image/png.lo.dep: $(srcdir)/go/image/png/*.go
2061 image/png/check: $(CHECK_DEPS)
2063 .PHONY: image/png/check
2065 @go_include@ index/suffixarray.lo.dep
2066 index/suffixarray.lo.dep: $(srcdir)/go/index/suffixarray/*.go
2068 index/suffixarray.lo:
2070 index/suffixarray/check: $(CHECK_DEPS)
2072 .PHONY: index/suffixarray/check
2074 @go_include@ internal/nettrace.lo.dep
2075 internal/nettrace.lo.dep: $(srcdir)/go/internal/nettrace/*.go
2077 internal/nettrace.lo:
2079 internal/nettrace/check: $(CHECK_DEPS)
2081 .PHONY: internal/nettrace/check
2083 @go_include@ internal/race.lo.dep
2084 internal/race.lo.dep: $(srcdir)/go/internal/race/*.go
2088 internal/race/check: $(CHECK_DEPS)
2090 .PHONY: internal/race/check
2092 @go_include@ internal/singleflight.lo.dep
2093 internal/singleflight.lo.dep: $(srcdir)/go/internal/singleflight/*.go
2095 internal/singleflight.lo:
2097 internal/singleflight/check: $(CHECK_DEPS)
2099 .PHONY: internal/singleflight/check
2101 @go_include@ internal/syscall/unix.lo.dep
2102 internal/syscall/unix.lo.dep: $(srcdir)/go/internal/syscall/unix/*.go
2104 internal/syscall/unix.lo:
2106 internal/syscall/unix/check: $(CHECK_DEPS)
2108 .PHONY: internal/syscall/unix/check
2110 @go_include@ internal/testenv.lo.dep
2111 internal/testenv.lo.dep: $(srcdir)/go/internal/testenv/*.go
2113 internal/testenv.lo:
2115 internal/testenv/check: $(CHECK_DEPS)
2117 .PHONY: internal/testenv/check
2119 @go_include@ internal/trace.lo.dep
2120 internal/trace.lo.dep: $(srcdir)/go/internal/trace/*.go
2124 internal/trace/check: $(CHECK_DEPS)
2126 .PHONY: internal/trace/check
2128 @go_include@ io/ioutil.lo.dep
2129 io/ioutil.lo.dep: $(srcdir)/go/io/ioutil/*.go
2133 io/ioutil/check: $(CHECK_DEPS)
2135 .PHONY: io/ioutil/check
2137 @go_include@ log/syslog.lo.dep
2138 log/syslog.lo.dep: $(srcdir)/go/log/syslog/*.go
2142 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc log/syslog.lo
2143 @$(MKDIR_P) log/syslog
2144 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2145 log/syslog/check: $(CHECK_DEPS)
2147 .PHONY: log/syslog/check
2149 @go_include@ math/big.lo.dep
2150 math/big.lo.dep: $(srcdir)/go/math/big/*.go
2154 math/big/check: $(CHECK_DEPS)
2156 .PHONY: math/big/check
2158 @go_include@ math/cmplx.lo.dep
2159 math/cmplx.lo.dep: $(srcdir)/go/math/cmplx/*.go
2163 math/cmplx/check: $(CHECK_DEPS)
2165 .PHONY: math/cmplx/check
2167 @go_include@ math/rand.lo.dep
2168 math/rand.lo.dep: $(srcdir)/go/math/rand/*.go
2172 math/rand/check: $(CHECK_DEPS)
2174 .PHONY: math/rand/check
2176 @go_include@ mime/multipart.lo.dep
2177 mime/multipart.lo.dep: $(srcdir)/go/mime/multipart/*.go
2181 mime/multipart/check: $(CHECK_DEPS)
2183 .PHONY: mime/multipart/check
2185 @go_include@ mime/quotedprintable.lo.dep
2186 mime/quotedprintable.lo.dep: $(srcdir)/go/mime/quotedprintable/*.go
2188 mime/quotedprintable.lo:
2190 mime/quotedprintable/check: $(CHECK_DEPS)
2192 .PHONY: mime/quotedprintable/check
2194 @go_include@ net/http.lo.dep
2195 net/http.lo.dep: $(srcdir)/go/net/http/*.go
2199 net/http/check: $(CHECK_DEPS)
2201 .PHONY: net/http/check
2203 @go_include@ net/mail.lo.dep
2204 net/mail.lo.dep: $(srcdir)/go/net/mail/*.go
2208 net/mail/check: $(CHECK_DEPS)
2210 .PHONY: net/mail/check
2212 @go_include@ net/rpc.lo.dep
2213 net/rpc.lo.dep: $(srcdir)/go/net/rpc/*.go
2217 net/rpc/check: $(CHECK_DEPS)
2219 .PHONY: net/rpc/check
2221 @go_include@ net/smtp.lo.dep
2222 net/smtp.lo.dep: $(srcdir)/go/net/smtp/*.go
2226 net/smtp/check: $(CHECK_DEPS)
2228 .PHONY: net/smtp/check
2230 @go_include@ net/url.lo.dep
2231 net/url.lo.dep: $(srcdir)/go/net/url/*.go
2235 net/url/check: $(CHECK_DEPS)
2237 .PHONY: net/url/check
2239 @go_include@ net/textproto.lo.dep
2240 net/textproto.lo.dep: $(srcdir)/go/net/textproto/*.go
2244 net/textproto/check: $(CHECK_DEPS)
2246 .PHONY: net/textproto/check
2248 @go_include@ net/http/cgi.lo.dep
2249 net/http/cgi.lo.dep: $(srcdir)/go/net/http/cgi/*.go
2253 net/http/cgi/check: $(CHECK_DEPS)
2255 .PHONY: net/http/cgi/check
2257 @go_include@ net/http/cookiejar.lo.dep
2258 net/http/cookiejar.lo.dep: $(srcdir)/go/net/http/cookiejar/*.go
2260 net/http/cookiejar.lo:
2262 net/http/cookiejar/check: $(CHECK_DEPS)
2264 .PHONY: net/http/cookiejar/check
2266 @go_include@ net/http/fcgi.lo.dep
2267 net/http/fcgi.lo.dep: $(srcdir)/go/net/http/fcgi/*.go
2271 net/http/fcgi/check: $(CHECK_DEPS)
2273 .PHONY: net/http/fcgi/check
2275 @go_include@ net/http/httptest.lo.dep
2276 net/http/httptest.lo.dep: $(srcdir)/go/net/http/httptest/*.go
2278 net/http/httptest.lo:
2280 net/http/httptest/check: $(check_deps)
2282 .PHONY: net/http/httptest/check
2284 @go_include@ net/http/httptrace.lo.dep
2285 net/http/httptrace.lo.dep: $(srcdir)/go/net/http/httptrace/*.go
2287 net/http/httptrace.lo:
2289 net/http/httptrace/check: $(check_deps)
2291 .PHONY: net/http/httptrace/check
2293 @go_include@ net/http/httputil.lo.dep
2294 net/http/httputil.lo.dep: $(srcdir)/go/net/http/httputil/*.go
2296 net/http/httputil.lo:
2298 net/http/httputil/check: $(check_deps)
2300 .PHONY: net/http/httputil/check
2302 @go_include@ net/http/internal.lo.dep
2303 net/http/internal.lo.dep: $(srcdir)/go/net/http/internal/*.go
2305 net/http/internal.lo:
2307 net/http/internal/check: $(CHECK_DEPS)
2309 .PHONY: net/http/internal/check
2311 @go_include@ net/http/pprof.lo.dep
2312 net/http/pprof.lo.dep: $(srcdir)/go/net/http/pprof/*.go
2316 net/http/pprof/check: $(CHECK_DEPS)
2318 .PHONY: net/http/pprof/check
2320 @go_include@ net/internal/socktest.lo.dep
2321 net/internal/socktest.lo.dep: $(srcdir)/go/net/internal/socktest/*.go
2323 net/internal/socktest.lo:
2325 net/internal/socktest/check: $(CHECK_DEPS)
2327 .PHONY: net/internal/socktest/check
2329 @go_include@ net/rpc/jsonrpc.lo.dep
2330 net/rpc/jsonrpc.lo.dep: $(srcdir)/go/net/rpc/jsonrpc/*.go
2334 net/rpc/jsonrpc/check: $(CHECK_DEPS)
2336 .PHONY: net/rpc/jsonrpc/check
2338 @go_include@ old/regexp.lo.dep
2339 old/regexp.lo.dep: $(srcdir)/go/old/regexp/*.go
2343 old/regexp/check: $(CHECK_DEPS)
2345 .PHONY: old/regexp/check
2347 @go_include@ old/template.lo.dep
2348 old/template.lo.dep: $(srcdir)/go/old/template/*.go
2352 old/template/check: $(CHECK_DEPS)
2354 .PHONY: old/template/check
2356 @go_include@ os/exec.lo.dep
2357 os/exec.lo.dep: $(srcdir)/go/os/exec/*.go
2361 os/exec/check: $(CHECK_DEPS)
2363 .PHONY: os/exec/check
2365 @go_include@ os/signal.lo.dep
2366 os/signal.lo.dep: $(srcdir)/go/os/signal/*.go
2370 os/signal/check: $(CHECK_DEPS)
2372 .PHONY: os/signal/check
2374 @go_include@ os/user.lo.dep
2375 os/user.lo.dep: $(srcdir)/go/os/user/*.go
2379 os/user/check: $(CHECK_DEPS)
2381 .PHONY: os/user/check
2383 @go_include@ path/filepath.lo.dep
2384 path/filepath.lo.dep: $(srcdir)/go/path/filepath/*.go
2388 path/filepath/check: $(CHECK_DEPS)
2390 .PHONY: path/filepath/check
2392 @go_include@ regexp/syntax.lo.dep
2393 regexp/syntax.lo.dep: $(srcdir)/go/regexp/syntax/*.go
2397 regexp/syntax/check: $(CHECK_DEPS)
2399 .PHONY: regexp/syntax/check
2401 @go_include@ runtime/debug.lo.dep
2402 runtime/debug.lo.dep: $(srcdir)/go/runtime/debug/*.go
2406 runtime/debug/check: $(CHECK_DEPS)
2408 .PHONY: runtime/debug/check
2410 @go_include@ runtime/pprof.lo.dep
2411 runtime/pprof.lo.dep: $(srcdir)/go/runtime/pprof/*.go
2415 runtime/pprof/check: $(CHECK_DEPS)
2417 .PHONY: runtime/pprof/check
2418 # At least for now, we need -static-libgo for this test, because
2419 # otherwise we can't get the line numbers.
2420 # Also use -fno-inline to get better results from the memory profiler.
2421 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
2423 @go_include@ runtime/internal/atomic.lo.dep
2424 runtime/internal/atomic.lo.dep: $(srcdir)/go/runtime/internal/atomic/*.go
2426 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
2427 runtime/internal/atomic.lo:
2429 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc runtime/internal/atomic.lo
2430 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
2431 runtime/internal/atomic/check: $(CHECK_DEPS)
2433 .PHONY: runtime/internal/atomic/check
2435 extra_go_files_runtime_internal_sys = version.go
2437 @go_include@ runtime/internal/sys.lo.dep
2438 runtime/internal/sys.lo.dep: $(srcdir)/go/runtime/internal/sys/*.go
2440 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
2441 runtime/internal/sys.lo:
2443 runtime/internal/sys/check: $(CHECK_DEPS)
2445 .PHONY: runtime/internal/sys/check
2447 @go_include@ sync/atomic.lo.dep
2448 sync/atomic.lo.dep: $(srcdir)/go/sync/atomic/*.go
2452 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc sync/atomic.lo
2453 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
2454 sync/atomic/check: $(CHECK_DEPS)
2456 .PHONY: sync/atomic/check
2458 @go_include@ text/scanner.lo.dep
2459 text/scanner.lo.dep: $(srcdir)/go/text/scanner/*.go
2463 text/scanner/check: $(CHECK_DEPS)
2465 .PHONY: text/scanner/check
2467 @go_include@ text/tabwriter.lo.dep
2468 text/tabwriter.lo.dep: $(srcdir)/go/text/tabwriter/*.go
2472 text/tabwriter/check: $(CHECK_DEPS)
2474 .PHONY: text/tabwriter/check
2476 @go_include@ text/template.lo.dep
2477 text/template.lo.dep: $(srcdir)/go/text/template/*.go
2481 text/template/check: $(CHECK_DEPS)
2483 .PHONY: text/template/check
2485 @go_include@ text/template/parse.lo.dep
2486 text/template/parse.lo.dep: $(srcdir)/go/text/template/parse/*.go
2488 text/template/parse.lo:
2490 text/template/parse/check: $(CHECK_DEPS)
2492 .PHONY: text/template/parse/check
2494 @go_include@ testing/iotest.lo.dep
2495 testing/iotest.lo.dep: $(srcdir)/go/testing/iotest/*.go
2499 testing/iotest/check: $(CHECK_DEPS)
2501 .PHONY: testing/iotest/check
2503 @go_include@ testing/quick.lo.dep
2504 testing/quick.lo.dep: $(srcdir)/go/testing/quick/*.go
2508 testing/quick/check: $(CHECK_DEPS)
2510 .PHONY: testing/quick/check
2512 @go_include@ unicode/utf16.lo.dep
2513 unicode/utf16.lo.dep: $(srcdir)/go/unicode/utf16/*.go
2517 unicode/utf16/check: $(CHECK_DEPS)
2519 .PHONY: unicode/utf16/check
2521 @go_include@ unicode/utf8.lo.dep
2522 unicode/utf8.lo.dep: $(srcdir)/go/unicode/utf8/*.go
2526 unicode/utf8/check: $(CHECK_DEPS)
2528 .PHONY: unicode/utf8/check
2530 @go_include@ syscall.lo.dep
2531 syscall.lo.dep: $(srcdir)/go/syscall/*.go $(extra_go_files_syscall)
2535 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
2537 $(LTCOMPILE) -c -o $@ $<
2538 syscall/errno.lo: go/syscall/errno.c runtime.inc
2540 $(LTCOMPILE) -c -o $@ $<
2541 syscall/signame.lo: go/syscall/signame.c runtime.inc
2543 $(LTCOMPILE) -c -o $@ $<
2544 syscall/wait.lo: go/syscall/wait.c runtime.inc
2546 $(LTCOMPILE) -c -o $@ $<
2547 syscall/check: $(CHECK_DEPS)
2549 .PHONY: syscall/check
2551 # How to build a .gox file from a .lo file.
2553 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2554 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2560 context.gox: context.lo
2562 crypto.gox: crypto.lo
2564 encoding.gox: encoding.lo
2566 errors.gox: errors.lo
2568 expvar.gox: expvar.lo
2594 reflect.gox: reflect-go.lo
2596 regexp.gox: regexp.lo
2598 runtime.gox: runtime-go.lo
2602 strconv.gox: strconv.lo
2604 strings.gox: strings.lo
2608 syscall.gox: syscall.lo
2610 testing.gox: testing.lo
2612 time.gox: time-go.lo
2614 unicode.gox: unicode.lo
2617 archive/tar.gox: archive/tar.lo
2619 archive/zip.gox: archive/zip.lo
2622 compress/bzip2.gox: compress/bzip2.lo
2624 compress/flate.gox: compress/flate.lo
2626 compress/gzip.gox: compress/gzip.lo
2628 compress/lzw.gox: compress/lzw.lo
2630 compress/zlib.gox: compress/zlib.lo
2633 container/heap.gox: container/heap.lo
2635 container/list.gox: container/list.lo
2637 container/ring.gox: container/ring.lo
2640 crypto/aes.gox: crypto/aes.lo
2642 crypto/cipher.gox: crypto/cipher.lo
2644 crypto/des.gox: crypto/des.lo
2646 crypto/dsa.gox: crypto/dsa.lo
2648 crypto/ecdsa.gox: crypto/ecdsa.lo
2650 crypto/elliptic.gox: crypto/elliptic.lo
2652 crypto/hmac.gox: crypto/hmac.lo
2654 crypto/md5.gox: crypto/md5.lo
2656 crypto/rand.gox: crypto/rand.lo
2658 crypto/rc4.gox: crypto/rc4.lo
2660 crypto/rsa.gox: crypto/rsa.lo
2662 crypto/sha1.gox: crypto/sha1.lo
2664 crypto/sha256.gox: crypto/sha256.lo
2666 crypto/sha512.gox: crypto/sha512.lo
2668 crypto/subtle.gox: crypto/subtle.lo
2670 crypto/tls.gox: crypto/tls.lo
2672 crypto/x509.gox: crypto/x509.lo
2675 crypto/x509/pkix.gox: crypto/x509/pkix.lo
2678 database/sql.gox: database/sql.lo
2681 database/sql/driver.gox: database/sql/driver.lo
2684 debug/dwarf.gox: debug/dwarf.lo
2686 debug/elf.gox: debug/elf.lo
2688 debug/gosym.gox: debug/gosym.lo
2690 debug/macho.gox: debug/macho.lo
2692 debug/pe.gox: debug/pe.lo
2694 debug/plan9obj.gox: debug/plan9obj.lo
2697 encoding/ascii85.gox: encoding/ascii85.lo
2699 encoding/asn1.gox: encoding/asn1.lo
2701 encoding/base32.gox: encoding/base32.lo
2703 encoding/base64.gox: encoding/base64.lo
2705 encoding/binary.gox: encoding/binary.lo
2707 encoding/csv.gox: encoding/csv.lo
2709 encoding/gob.gox: encoding/gob.lo
2711 encoding/hex.gox: encoding/hex.lo
2713 encoding/json.gox: encoding/json.lo
2715 encoding/pem.gox: encoding/pem.lo
2717 encoding/xml.gox: encoding/xml.lo
2720 exp/proxy.gox: exp/proxy.lo
2722 exp/terminal.gox: exp/terminal.lo
2725 html/template.gox: html/template.lo
2728 go/ast.gox: go/ast.lo
2730 go/build.gox: go/build.lo
2732 go/constant.gox: go/constant.lo
2734 go/doc.gox: go/doc.lo
2736 go/format.gox: go/format.lo
2738 go/importer.gox: go/importer.lo
2740 go/parser.gox: go/parser.lo
2742 go/printer.gox: go/printer.lo
2744 go/scanner.gox: go/scanner.lo
2746 go/token.gox: go/token.lo
2748 go/types.gox: go/types.lo
2751 go/internal/gcimporter.gox: go/internal/gcimporter.lo
2753 go/internal/gccgoimporter.gox: go/internal/gccgoimporter.lo
2756 golang_org/x/net/http2/hpack.gox: golang_org/x/net/http2/hpack.lo
2759 golang_org/x/net/lex/httplex.gox: golang_org/x/net/lex/httplex.lo
2763 golang_org/x/net/route.gox: golang_org/x/net/route.lo
2767 hash/adler32.gox: hash/adler32.lo
2769 hash/crc32.gox: hash/crc32.lo
2771 hash/crc64.gox: hash/crc64.lo
2773 hash/fnv.gox: hash/fnv.lo
2776 image/color.gox: image/color.lo
2778 image/draw.gox: image/draw.lo
2780 image/gif.gox: image/gif.lo
2782 image/internal/imageutil.gox: image/internal/imageutil.lo
2784 image/jpeg.gox: image/jpeg.lo
2786 image/png.gox: image/png.lo
2789 image/color/palette.gox: image/color/palette.lo
2792 index/suffixarray.gox: index/suffixarray.lo
2795 internal/nettrace.gox: internal/nettrace.lo
2797 internal/race.gox: internal/race.lo
2799 internal/singleflight.gox: internal/singleflight.lo
2801 internal/syscall/unix.gox: internal/syscall/unix.lo
2803 internal/testenv.gox: internal/testenv.lo
2805 internal/trace.gox: internal/trace.lo
2808 io/ioutil.gox: io/ioutil.lo
2811 log/syslog.gox: log/syslog.lo
2814 math/big.gox: math/big.lo
2816 math/cmplx.gox: math/cmplx.lo
2818 math/rand.gox: math/rand.lo
2821 mime/multipart.gox: mime/multipart.lo
2823 mime/quotedprintable.gox: mime/quotedprintable.lo
2826 net/http.gox: net/http.lo
2828 net/mail.gox: net/mail.lo
2830 net/rpc.gox: net/rpc.lo
2832 net/smtp.gox: net/smtp.lo
2834 net/textproto.gox: net/textproto.lo
2836 net/url.gox: net/url.lo
2839 net/http/cgi.gox: net/http/cgi.lo
2841 net/http/cookiejar.gox: net/http/cookiejar.lo
2843 net/http/fcgi.gox: net/http/fcgi.lo
2845 net/http/httptest.gox: net/http/httptest.lo
2847 net/http/httptrace.gox: net/http/httptrace.lo
2849 net/http/httputil.gox: net/http/httputil.lo
2851 net/http/pprof.gox: net/http/pprof.lo
2854 net/http/internal.gox: net/http/internal.lo
2857 net/internal/socktest.gox: net/internal/socktest.lo
2860 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
2863 old/regexp.gox: old/regexp.lo
2865 old/template.gox: old/template.lo
2868 os/exec.gox: os/exec.lo
2870 os/signal.gox: os/signal.lo
2872 os/user.gox: os/user.lo
2875 path/filepath.gox: path/filepath.lo
2878 regexp/syntax.gox: regexp/syntax.lo
2881 runtime/debug.gox: runtime/debug.lo
2883 runtime/pprof.gox: runtime/pprof.lo
2885 runtime/internal/atomic.gox: runtime/internal/atomic.lo
2887 runtime/internal/sys.gox: runtime/internal/sys.lo
2890 sync/atomic.gox: sync/atomic.lo
2893 text/scanner.gox: text/scanner.lo
2895 text/tabwriter.gox: text/tabwriter.lo
2897 text/template.gox: text/template.lo
2899 text/template/parse.gox: text/template/parse.lo
2902 testing/iotest.gox: testing/iotest.lo
2904 testing/quick.gox: testing/quick.lo
2907 unicode/utf16.gox: unicode/utf16.lo
2909 unicode/utf8.gox: unicode/utf8.lo
2941 compress/bzip2/check \
2942 compress/flate/check \
2943 compress/gzip/check \
2944 compress/lzw/check \
2945 compress/zlib/check \
2946 container/heap/check \
2947 container/list/check \
2948 container/ring/check \
2950 crypto/cipher/check \
2953 crypto/ecdsa/check \
2954 crypto/elliptic/check \
2961 crypto/sha256/check \
2962 crypto/sha512/check \
2963 crypto/subtle/check \
2966 database/sql/check \
2967 database/sql/driver/check \
2972 debug/plan9obj/check \
2973 encoding/ascii85/check \
2974 encoding/asn1/check \
2975 encoding/base32/check \
2976 encoding/base64/check \
2977 encoding/binary/check \
2978 encoding/csv/check \
2979 encoding/gob/check \
2980 encoding/hex/check \
2981 encoding/json/check \
2982 encoding/pem/check \
2983 encoding/xml/check \
2985 exp/terminal/check \
2986 html/template/check \
2992 go/internal/gcimporter/check \
2993 go/internal/gccgoimporter/check \
2999 golang_org/x/net/http2/hpack/check \
3000 golang_org/x/net/lex/httplex/check \
3001 $(golang_org_x_net_route_check) \
3002 hash/adler32/check \
3010 index/suffixarray/check \
3011 internal/singleflight/check \
3012 internal/trace/check \
3018 mime/multipart/check \
3019 mime/quotedprintable/check \
3021 net/http/cgi/check \
3022 net/http/cookiejar/check \
3023 net/http/fcgi/check \
3024 net/http/httptest/check \
3025 net/http/httptrace/check \
3026 net/http/httputil/check \
3027 net/http/internal/check \
3028 net/internal/socktest/check \
3032 net/textproto/check \
3034 net/rpc/jsonrpc/check \
3036 old/template/check \
3040 path/filepath/check \
3041 regexp/syntax/check \
3042 runtime/pprof/check \
3043 runtime/internal/atomic/check \
3044 runtime/internal/sys/check \
3046 text/scanner/check \
3047 text/tabwriter/check \
3048 text/template/check \
3049 text/template/parse/check \
3050 testing/quick/check \
3051 unicode/utf16/check \
3055 check-recursive: check-head
3058 @echo "Test Run By $${USER} on `date`" > libgo.head
3059 @echo "Native configuration is $(host_triplet)" >> libgo.head
3061 @echo " === libgo tests ===" >> libgo.head
3064 check-tail: check-recursive check-multi
3065 @if test "$(USE_DEJAGNU)" = "yes"; then \
3068 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3069 for dir in . $(MULTIDIRS); do \
3070 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3071 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3073 mv libgo.head libgo.sum; \
3074 cp libgo.sum libgo.log; \
3075 echo "Schedule of variations:" >> libgo.sum; \
3076 for dir in . $(MULTIDIRS); do \
3077 multidir=../$${dir}/$${lib}; \
3078 multivar=`cat $${multidir}/libgo.var`; \
3079 echo " $${multivar}" >> libgo.sum; \
3081 echo >> libgo.sum; \
3082 pass=0; fail=0; untested=0; \
3083 for dir in . $(MULTIDIRS); do \
3084 multidir=../$${dir}/$${lib}; \
3085 multivar=`cat $${multidir}/libgo.var`; \
3086 echo "Running target $${multivar}" >> libgo.sum; \
3087 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3088 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3089 cat $${multidir}/libgo.log.sep >> libgo.log; \
3090 if test -n "${MULTIDIRS}"; then \
3091 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3092 echo >> libgo.sum; \
3094 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3095 pass=`expr $$pass + $$p`; \
3096 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3097 echo "# of expected passes $$p" >> libgo.sum; \
3099 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3100 fail=`expr $$fail + $$p`; \
3101 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3102 echo "# of unexpected failures $$p" >> libgo.sum; \
3104 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3105 untested=`expr $$untested + $$p`; \
3106 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3107 echo "# of untested testcases $$p" >> libgo.sum; \
3110 echo >> libgo.sum; \
3111 echo " === libgo Summary ===" >> libgo.sum; \
3112 echo >> libgo.sum; \
3113 if test "$$pass" -ne "0"; then \
3114 echo "# of expected passes $$pass" >> libgo.sum; \
3116 if test "$$fail" -ne "0"; then \
3117 echo "# of unexpected failures $$fail" >> libgo.sum; \
3119 if test "$$untested" -ne "0"; then \
3120 echo "# of untested testcases $$untested" >> libgo.sum; \
3122 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3123 echo >> libgo.log; \
3124 echo "runtest completed at `date`" >> libgo.log; \
3125 if test "$$fail" -ne "0"; then \
3133 @rm -f libgo.sum libgo.log libgo.tail
3135 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3136 echo "$${multivar}" > libgo.var
3137 @for f in $(TEST_PACKAGES); do \
3138 rm -f $$f-testsum $$f-testlog; \
3140 -@$(MAKE) -k $(TEST_PACKAGES)
3141 @for f in $(TEST_PACKAGES); do \
3142 if test -f $$f-testsum; then \
3143 cat $$f-testsum >> libgo.sum; \
3145 if test -f $$f-testlog; then \
3146 cat $$f-testlog >> libgo.log; \
3151 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3154 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3156 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3159 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3160 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3161 find . -name '*-testsum' -print | xargs rm -f
3162 find . -name '*-testlog' -print | xargs rm -f
3164 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3167 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3168 find . -name '*.a' -print | xargs rm -f