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) \
525 $(runtime_getncpu_file)
527 goc2c.$(OBJEXT): runtime/goc2c.c
528 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
530 goc2c: goc2c.$(OBJEXT)
531 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
533 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
537 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
541 netpoll.c: $(srcdir)/runtime/netpoll.goc goc2c
545 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
549 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
553 sema.c: $(srcdir)/runtime/sema.goc goc2c
557 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
558 ./goc2c --go-pkgpath os_signal $< > $@.tmp
561 time.c: $(srcdir)/runtime/time.goc goc2c
565 %.c: $(srcdir)/runtime/%.goc goc2c
569 version.go: s-version; @true
572 echo "package sys" > version.go.tmp
573 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
574 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
575 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
576 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
577 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
578 echo >> version.go.tmp
579 echo "type ArchFamilyType int" >> version.go.tmp
580 echo >> version.go.tmp
581 echo "const (" >> version.go.tmp
582 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
583 for a in $(ALLGOARCHFAMILY); do \
584 echo " $${a}" >> version.go.tmp; \
586 echo ")" >> version.go.tmp
587 echo >> version.go.tmp
588 for a in $(ALLGOARCH); do \
589 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
590 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
591 if test "$${a}" = "$(GOARCH)"; then \
592 echo "const Goarch$${n} = 1" >> version.go.tmp; \
594 echo "const Goarch$${n} = 0" >> version.go.tmp; \
597 echo >> version.go.tmp
598 echo "const (" >> version.go.tmp
599 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
600 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
601 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
602 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
603 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
604 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
605 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
606 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
607 echo ")" >> version.go.tmp
608 echo >> version.go.tmp
609 for a in $(ALLGOOS); do \
610 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
611 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
612 if test "$${a}" = "$(GOOS)"; then \
613 echo "const Goos$${n} = 1" >> version.go.tmp; \
615 echo "const Goos$${n} = 0" >> version.go.tmp; \
618 echo >> version.go.tmp
619 echo "type Uintreg uintptr" >> version.go.tmp
620 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
623 runtime_sysinfo.go: s-runtime_sysinfo; @true
624 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
625 $(SHELL) $(srcdir)/mkrsysinfo.sh
626 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
629 noinst_DATA = zstdpkglist.go
631 # Generate the list of go std packages that were included in libgo
632 zstdpkglist.go: s-zstdpkglist; @true
633 s-zstdpkglist: Makefile
634 rm -f zstdpkglist.go.tmp
635 echo 'package main' > zstdpkglist.go.tmp
636 echo "" >> zstdpkglist.go.tmp
637 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
638 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
639 echo '}' >> zstdpkglist.go.tmp
640 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
644 syscall_epoll_file = epoll.go
649 extra_go_files_syscall = \
653 $(syscall_epoll_file)
655 libcalls.go: s-libcalls; @true
656 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
657 rm -f libcalls.go.tmp
658 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
659 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
662 libcalls-list: s-libcalls-list; @true
663 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
664 rm -f libcalls-list.tmp
665 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
666 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
669 syscall_arch.go: s-syscall_arch; @true
670 s-syscall_arch: Makefile
671 rm -f syscall_arch.go.tmp
672 echo "package syscall" > syscall_arch.go.tmp
673 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
674 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
675 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
679 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
680 $(CPPFLAGS) $(OSCFLAGS) -O
682 gen-sysinfo.go: s-gen-sysinfo; @true
683 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
684 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
686 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
689 errno.i: s-errno; @true
691 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
692 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
695 sysinfo.go: s-sysinfo; @true
696 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
697 $(SHELL) $(srcdir)/mksysinfo.sh
698 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
701 # The epoll struct has an embedded union and is packed on x86_64,
702 # which is too complicated for mksysinfo.sh. We find the offset of
703 # the only field we care about in configure.ac, and generate the
705 epoll.go: s-epoll; @true
708 echo 'package syscall' > epoll.go.tmp
709 echo 'type EpollEvent struct {' >> epoll.go.tmp
710 echo ' Events uint32' >> epoll.go.tmp
711 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
712 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
714 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
715 12,4) echo ' Fd int32' >> epoll.go.tmp; \
716 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
717 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
718 echo ' Fd int32' >> epoll.go.tmp; ;; \
719 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
720 echo ' Fd int32' >> epoll.go.tmp; \
721 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
722 *) echo 1>&2 "*** struct epoll_event unsupported"; \
725 echo '}' >> epoll.go.tmp
726 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
730 syscall_lib_clone_lo = syscall/clone_linux.lo
732 syscall_lib_clone_lo =
757 reflect/makefunc_ffi_c.lo \
766 $(syscall_lib_clone_lo) \
800 crypto/x509/pkix.lo \
802 database/sql/driver.lo \
809 encoding/ascii85.lo \
829 go/internal/gcimporter.lo \
830 go/internal/gccgoimporter.lo \
836 golang_org/x/net/http2/hpack.lo \
837 golang_org/x/net/lex/httplex.lo \
838 $(golang_org_x_net_route_lo) \
844 net/http/cookiejar.lo \
846 net/http/httptest.lo \
847 net/http/httptrace.lo \
848 net/http/httputil.lo \
849 net/http/internal.lo \
852 image/color/palette.lo \
855 image/internal/imageutil.lo \
858 index/suffixarray.lo \
859 internal/nettrace.lo \
861 internal/singleflight.lo \
862 internal/syscall/unix.lo \
863 internal/testenv.lo \
867 log/syslog/syslog_c.lo \
872 mime/quotedprintable.lo \
874 net/internal/socktest.lo \
883 $(os_lib_inotify_lo) \
891 runtime/internal/atomic.lo \
892 runtime/internal/atomic_c.lo \
893 runtime/internal/sys.lo \
899 text/template/parse.lo \
906 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
909 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
910 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
912 libgo_la_SOURCES = $(runtime_files)
913 libgo_la_LDFLAGS = $(libgo_ldflags)
914 libgo_la_LIBADD = $(libgo_libadd)
916 libgo_llgo_la_SOURCES = $(runtime_files)
917 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
918 libgo_llgo_la_LIBADD = $(libgo_libadd)
920 libgobegin_a_SOURCES = \
923 libgobegin_llgo_a_SOURCES = \
926 # Use -fPIC for libgobegin so that it can be put in a PIE.
927 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
928 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
930 libgolibbegin_a_SOURCES = \
933 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
936 libnetgo_a_LIBADD = netgo.o
938 # Make sure runtime.inc is built before compiling any .c file.
939 $(libgo_la_OBJECTS): runtime.inc
940 $(libgo_llgo_la_OBJECTS): runtime.inc
941 $(libgobegin_a_OBJECTS): runtime.inc
942 $(libgobegin_llgo_a_OBJECTS): runtime.inc
943 $(libgolibbegin_a_OBJECTS): runtime.inc
945 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
948 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
949 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
951 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
952 $(AM_GOCFLAGS) $(GOCFLAGS)
954 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
955 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
957 # Build the dependencies for a Go package.
960 dir=`echo $@ | sed -e 's/.lo.dep$$//' -e 's/-go//'`; \
961 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,,$@))))`; \
962 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
963 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
964 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
968 # Build the .go files for a package, generating a .lo file.
971 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
972 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
974 # Build deps for netgo.o.
977 files=`$(SHELL) $(srcdir)/match.sh --nocgo --tag=netgo --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/net`; \
978 $(SHELL) $(srcdir)/godeps.sh netgo.o $$files > $@.tmp; \
984 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
985 $(GOCOMPILE) -I . -c -fPIC -fgo-pkgpath=net -o $@ $$files
992 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
994 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
996 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
997 export RUNTESTFLAGS; \
1000 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1001 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1002 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1003 export LD_LIBRARY_PATH; \
1005 rm -f $@-testsum $@-testlog; \
1006 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
1007 if test "$(USE_DEJAGNU)" = "yes"; then \
1008 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1009 elif test "$(GOBENCH)" != ""; then \
1010 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1012 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1013 echo "PASS: $(@D)" >> $@-testlog; \
1014 echo "PASS: $(@D)"; \
1015 echo "PASS: $(@D)" > $@-testsum; \
1017 echo "FAIL: $(@D)" >> $@-testlog; \
1019 echo "FAIL: $(@D)" > $@-testsum; \
1024 # Build all packages before checking any.
1026 $(toolexeclibgo_DATA) \
1027 $(toolexeclibgoarchive_DATA) \
1028 $(toolexeclibgocompress_DATA) \
1029 $(toolexeclibgocontainer_DATA) \
1030 $(toolexeclibgocrypto_DATA) \
1031 $(toolexeclibgodebug_DATA) \
1032 $(toolexeclibgoencoding_DATA) \
1033 $(toolexeclibgoexp_DATA) \
1034 $(toolexeclibgogo_DATA) \
1035 $(toolexeclibgohash_DATA) \
1036 $(toolexeclibgoimage_DATA) \
1037 $(toolexeclibgoindex_DATA) \
1038 $(toolexeclibgoio_DATA) \
1039 $(toolexeclibgolog_DATA) \
1040 $(toolexeclibgomath_DATA) \
1041 $(toolexeclibgomime_DATA) \
1042 $(toolexeclibgonet_DATA) \
1043 $(toolexeclibgonethttp_DATA) \
1044 $(toolexeclibgoos_DATA) \
1045 $(toolexeclibgopath_DATA) \
1046 $(toolexeclibgorpc_DATA) \
1047 $(toolexeclibgoruntime_DATA) \
1048 $(toolexeclibgosync_DATA) \
1049 $(toolexeclibgotesting_DATA) \
1050 $(toolexeclibgotext_DATA) \
1051 $(toolexeclibgotexttemplate_DATA) \
1052 $(toolexeclibgounicode_DATA)
1055 CHECK_DEPS += libgo-llgo.la libgobegin-llgo.a
1057 CHECK_DEPS += libgo.la libgobegin.a
1060 @go_include@ bufio.lo.dep
1061 bufio.lo.dep: $(srcdir)/go/bufio/*.go
1065 bufio/check: $(CHECK_DEPS)
1069 @go_include@ bytes.lo.dep
1070 bytes.lo.dep: $(srcdir)/go/bytes/*.go
1074 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
1076 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
1077 bytes/check: $(CHECK_DEPS)
1081 @go_include@ context.lo.dep
1082 context.lo.dep: $(srcdir)/go/context/*.go
1086 context/check: $(CHECK_DEPS)
1088 .PHONY: context/check
1090 @go_include@ crypto.lo.dep
1091 crypto.lo.dep: $(srcdir)/go/crypto/*.go
1095 crypto/check: $(CHECK_DEPS)
1097 .PHONY: crypto/check
1099 @go_include@ encoding.lo.dep
1100 encoding.lo.dep: $(srcdir)/go/encoding/*.go
1104 encoding/check: $(CHECK_DEPS)
1106 .PHONY: encoding/check
1108 @go_include@ errors.lo.dep
1109 errors.lo.dep: $(srcdir)/go/errors/*.go
1113 errors/check: $(CHECK_DEPS)
1115 .PHONY: errors/check
1117 @go_include@ expvar.lo.dep
1118 expvar.lo.dep: $(srcdir)/go/expvar/*.go
1122 expvar/check: $(CHECK_DEPS)
1124 .PHONY: expvar/check
1126 @go_include@ flag.lo.dep
1127 flag.lo.dep: $(srcdir)/go/flag/*.go
1131 flag/check: $(CHECK_DEPS)
1135 @go_include@ fmt.lo.dep
1136 fmt.lo.dep: $(srcdir)/go/fmt/*.go
1140 fmt/check: $(CHECK_DEPS)
1144 @go_include@ hash.lo.dep
1145 hash.lo.dep: $(srcdir)/go/hash/*.go
1149 hash/check: $(CHECK_DEPS)
1153 @go_include@ html.lo.dep
1154 html.lo.dep: $(srcdir)/go/html/*.go
1158 html/check: $(CHECK_DEPS)
1162 @go_include@ image.lo.dep
1163 image.lo.dep: $(srcdir)/go/image/*.go
1167 image/check: $(CHECK_DEPS)
1171 @go_include@ io.lo.dep
1172 io.lo.dep: $(srcdir)/go/io/*.go
1176 io/check: $(CHECK_DEPS)
1180 @go_include@ log.lo.dep
1181 log.lo.dep: $(srcdir)/go/log/*.go
1185 log/check: $(CHECK_DEPS)
1189 @go_include@ math.lo.dep
1190 math.lo.dep: $(srcdir)/go/math/*.go
1194 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1195 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
1196 math/check: $(CHECK_DEPS)
1200 @go_include@ mime.lo.dep
1201 mime.lo.dep: $(srcdir)/go/mime/*.go
1205 mime/check: $(CHECK_DEPS)
1209 @go_include@ net.lo.dep
1210 net.lo.dep: $(srcdir)/go/net/*.go
1214 net/check: $(CHECK_DEPS)
1218 @go_include@ netgo.o.dep
1219 netgo.o.dep: $(srcdir)/go/net/*.go
1221 netgo.o: netgo.o.dep
1225 if HAVE_STAT_TIMESPEC
1226 matchargs_os = --tag=solaristag
1234 @go_include@ os.lo.dep
1235 os.lo.dep: $(srcdir)/go/os/*.go
1239 os/check: $(CHECK_DEPS)
1243 @go_include@ path.lo.dep
1244 path.lo.dep: $(srcdir)/go/path/*.go
1248 path/check: $(CHECK_DEPS)
1252 @go_include@ reflect-go.lo.dep
1253 reflect-go.lo.dep: $(srcdir)/go/reflect/*.go
1257 reflect/check: $(CHECK_DEPS)
1259 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
1261 $(LTCOMPILE) -c -o $@ $<
1262 .PHONY: reflect/check
1264 @go_include@ regexp.lo.dep
1265 regexp.lo.dep: $(srcdir)/go/regexp/*.go
1269 regexp/check: $(CHECK_DEPS)
1271 .PHONY: regexp/check
1273 extra_go_files_runtime = runtime_sysinfo.go
1275 @go_include@ runtime-go.lo.dep
1276 runtime-go.lo.dep: $(srcdir)/go/runtime/*.go $(extra_go_files_runtime)
1278 runtime_go_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1281 runtime.inc: s-runtime-inc; @true
1282 s-runtime-inc: runtime-go.lo Makefile
1283 rm -f runtime.inc.tmp2
1284 grep -v "#define _" runtime.inc.tmp > runtime.inc.tmp2
1285 for pattern in '_G[a-z]' '_P[a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
1286 grep "#define $$pattern" runtime.inc.tmp >> runtime.inc.tmp2; \
1288 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp2 runtime.inc
1290 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1291 runtime/check: $(CHECK_DEPS)
1293 .PHONY: runtime/check
1295 @go_include@ sort.lo.dep
1296 sort.lo.dep: $(srcdir)/go/sort/*.go
1300 sort/check: $(CHECK_DEPS)
1304 @go_include@ strconv.lo.dep
1305 strconv.lo.dep: $(srcdir)/go/strconv/*.go
1309 strconv/check: $(CHECK_DEPS)
1311 .PHONY: strconv/check
1313 @go_include@ strings.lo.dep
1314 strings.lo.dep: $(srcdir)/go/strings/*.go
1318 strings/index.lo: go/strings/indexbyte.c runtime.inc
1320 $(LTCOMPILE) -c -o strings/index.lo $(srcdir)/go/strings/indexbyte.c
1321 strings/check: $(CHECK_DEPS)
1323 .PHONY: strings/check
1325 @go_include@ sync.lo.dep
1326 sync.lo.dep: $(srcdir)/go/sync/*.go
1330 sync/check: $(CHECK_DEPS)
1334 @go_include@ testing.lo.dep
1335 testing.lo.dep: $(srcdir)/go/testing/*.go
1339 testing/check: $(CHECK_DEPS)
1341 .PHONY: testing/check
1343 @go_include@ time-go.lo.dep
1344 time-go.lo.dep: $(srcdir)/go/time/*.go
1348 time/check: $(CHECK_DEPS)
1352 @go_include@ unicode.lo.dep
1353 unicode.lo.dep: $(srcdir)/go/unicode/*.go
1357 unicode/check: $(CHECK_DEPS)
1359 .PHONY: unicode/check
1361 @go_include@ archive/tar.lo.dep
1362 archive/tar.lo.dep: $(srcdir)/go/archive/tar/*.go
1366 archive/tar/check: $(CHECK_DEPS)
1368 .PHONY: archive/tar/check
1370 @go_include@ archive/zip.lo.dep
1371 archive/zip.lo.dep: $(srcdir)/go/archive/zip/*.go
1375 archive/zip/check: $(CHECK_DEPS)
1377 .PHONY: archive/zip/check
1379 @go_include@ compress/bzip2.lo.dep
1380 compress/bzip2.lo.dep: $(srcdir)/go/compress/bzip2/*.go
1384 compress/bzip2/check: $(CHECK_DEPS)
1386 .PHONY: compress/bzip2/check
1388 @go_include@ compress/flate.lo.dep
1389 compress/flate.lo.dep: $(srcdir)/go/compress/flate/*.go
1393 compress/flate/check: $(CHECK_DEPS)
1395 .PHONY: compress/flate/check
1397 @go_include@ compress/gzip.lo.dep
1398 compress/gzip.lo.dep: $(srcdir)/go/compress/gzip/*.go
1402 compress/gzip/check: $(CHECK_DEPS)
1404 .PHONY: compress/gzip/check
1406 @go_include@ compress/lzw.lo.dep
1407 compress/lzw.lo.dep: $(srcdir)/go/compress/lzw/*.go
1411 compress/lzw/check: $(CHECK_DEPS)
1413 .PHONY: compress/lzw/check
1415 @go_include@ compress/zlib.lo.dep
1416 compress/zlib.lo.dep: $(srcdir)/go/compress/zlib/*.go
1420 compress/zlib/check: $(CHECK_DEPS)
1422 .PHONY: compress/zlib/check
1424 @go_include@ container/heap.lo.dep
1425 container/heap.lo.dep: $(srcdir)/go/container/heap/*.go
1429 container/heap/check: $(CHECK_DEPS)
1431 .PHONY: container/heap/check
1433 @go_include@ container/list.lo.dep
1434 container/list.lo.dep: $(srcdir)/go/container/list/*.go
1438 container/list/check: $(CHECK_DEPS)
1440 .PHONY: container/list/check
1442 @go_include@ container/ring.lo.dep
1443 container/ring.lo.dep: $(srcdir)/go/container/ring/*.go
1447 container/ring/check: $(CHECK_DEPS)
1449 .PHONY: container/ring/check
1451 @go_include@ crypto/aes.lo.dep
1452 crypto/aes.lo.dep: $(srcdir)/go/crypto/aes/*.go
1456 crypto/aes/check: $(CHECK_DEPS)
1458 .PHONY: crypto/aes/check
1460 @go_include@ crypto/cipher.lo.dep
1461 crypto/cipher.lo.dep: $(srcdir)/go/crypto/cipher/*.go
1465 crypto/cipher/check: $(CHECK_DEPS)
1467 .PHONY: crypto/cipher/check
1469 @go_include@ crypto/des.lo.dep
1470 crypto/des.lo.dep: $(srcdir)/go/crypto/des/*.go
1474 crypto/des/check: $(CHECK_DEPS)
1476 .PHONY: crypto/des/check
1478 @go_include@ crypto/dsa.lo.dep
1479 crypto/dsa.lo.dep: $(srcdir)/go/crypto/dsa/*.go
1483 crypto/dsa/check: $(CHECK_DEPS)
1485 .PHONY: crypto/dsa/check
1487 @go_include@ crypto/ecdsa.lo.dep
1488 crypto/ecdsa.lo.dep: $(srcdir)/go/crypto/ecdsa/*.go
1492 crypto/ecdsa/check: $(CHECK_DEPS)
1494 .PHONY: crypto/ecdsa/check
1496 @go_include@ crypto/elliptic.lo.dep
1497 crypto/elliptic.lo.dep: $(srcdir)/go/crypto/elliptic/*.go
1501 crypto/elliptic/check: $(CHECK_DEPS)
1503 .PHONY: crypto/elliptic/check
1505 @go_include@ crypto/hmac.lo.dep
1506 crypto/hmac.lo.dep: $(srcdir)/go/crypto/hmac/*.go
1510 crypto/hmac/check: $(CHECK_DEPS)
1512 .PHONY: crypto/hmac/check
1514 @go_include@ crypto/md5.lo.dep
1515 crypto/md5.lo.dep: $(srcdir)/go/crypto/md5/*.go
1519 crypto/md5/check: $(CHECK_DEPS)
1521 .PHONY: crypto/md5/check
1523 @go_include@ crypto/rand.lo.dep
1524 crypto/rand.lo.dep: $(srcdir)/go/crypto/rand/*.go
1528 crypto/rand/check: $(CHECK_DEPS)
1530 .PHONY: crypto/rand/check
1532 @go_include@ crypto/rc4.lo.dep
1533 crypto/rc4.lo.dep: $(srcdir)/go/crypto/rc4/*.go
1537 crypto/rc4/check: $(CHECK_DEPS)
1539 .PHONY: crypto/rc4/check
1541 @go_include@ crypto/rsa.lo.dep
1542 crypto/rsa.lo.dep: $(srcdir)/go/crypto/rsa/*.go
1546 crypto/rsa/check: $(CHECK_DEPS)
1548 .PHONY: crypto/rsa/check
1550 @go_include@ crypto/sha1.lo.dep
1551 crypto/sha1.lo.dep: $(srcdir)/go/crypto/sha1/*.go
1555 crypto/sha1/check: $(CHECK_DEPS)
1557 .PHONY: crypto/sha1/check
1559 @go_include@ crypto/sha256.lo.dep
1560 crypto/sha256.lo.dep: $(srcdir)/go/crypto/sha256/*.go
1564 crypto/sha256/check: $(CHECK_DEPS)
1566 .PHONY: crypto/sha256/check
1568 @go_include@ crypto/sha512.lo.dep
1569 crypto/sha512.lo.dep: $(srcdir)/go/crypto/sha512/*.go
1573 crypto/sha512/check: $(CHECK_DEPS)
1575 .PHONY: crypto/sha512/check
1577 @go_include@ crypto/subtle.lo.dep
1578 crypto/subtle.lo.dep: $(srcdir)/go/crypto/subtle/*.go
1582 crypto/subtle/check: $(CHECK_DEPS)
1584 .PHONY: crypto/subtle/check
1586 @go_include@ crypto/tls.lo.dep
1587 crypto/tls.lo.dep: $(srcdir)/go/crypto/tls/*.go
1591 crypto/tls/check: $(CHECK_DEPS)
1593 .PHONY: crypto/tls/check
1595 @go_include@ crypto/x509.lo.dep
1596 crypto/x509.lo.dep: $(srcdir)/go/crypto/x509/*.go
1600 crypto/x509/check: $(CHECK_DEPS)
1602 .PHONY: crypto/x509/check
1604 @go_include@ crypto/x509/pkix.lo.dep
1605 crypto/x509/pkix.lo.dep: $(srcdir)/go/crypto/x509/pkix/*.go
1607 crypto/x509/pkix.lo:
1609 crypto/x509/pkix/check: $(CHECK_DEPS)
1611 .PHONY: crypto/x509/pkix/check
1613 @go_include@ database/sql.lo.dep
1614 database/sql.lo.dep: $(srcdir)/go/database/sql/*.go
1618 database/sql/check: $(CHECK_DEPS)
1620 .PHONY: database/sql/check
1622 @go_include@ database/sql/driver.lo.dep
1623 database/sql/driver.lo.dep: $(srcdir)/go/database/sql/driver/*.go
1625 database/sql/driver.lo:
1627 database/sql/driver/check: $(CHECK_DEPS)
1629 .PHONY: database/sql/driver/check
1631 @go_include@ debug/dwarf.lo.dep
1632 debug/dwarf.lo.dep: $(srcdir)/go/debug/dwarf/*.go
1636 debug/dwarf/check: $(CHECK_DEPS)
1638 .PHONY: debug/dwarf/check
1640 @go_include@ debug/elf.lo.dep
1641 debug/elf.lo.dep: $(srcdir)/go/debug/elf/*.go
1645 debug/elf/check: $(CHECK_DEPS)
1647 .PHONY: debug/elf/check
1649 @go_include@ debug/gosym.lo.dep
1650 debug/gosym.lo.dep: $(srcdir)/go/debug/gosym/*.go
1654 debug/gosym/check: $(CHECK_DEPS)
1656 .PHONY: debug/gosym/check
1658 @go_include@ debug/macho.lo.dep
1659 debug/macho.lo.dep: $(srcdir)/go/debug/macho/*.go
1663 debug/macho/check: $(CHECK_DEPS)
1665 .PHONY: debug/macho/check
1667 @go_include@ debug/pe.lo.dep
1668 debug/pe.lo.dep: $(srcdir)/go/debug/pe/*.go
1672 debug/pe/check: $(CHECK_DEPS)
1674 .PHONY: debug/pe/check
1676 @go_include@ debug/plan9obj.lo.dep
1677 debug/plan9obj.lo.dep: $(srcdir)/go/debug/plan9obj/*.go
1681 debug/plan9obj/check: $(CHECK_DEPS)
1683 .PHONY: debug/plan9obj/check
1685 @go_include@ encoding/asn1.lo.dep
1686 encoding/asn1.lo.dep: $(srcdir)/go/encoding/asn1/*.go
1690 encoding/asn1/check: $(CHECK_DEPS)
1692 .PHONY: encoding/asn1/check
1694 @go_include@ encoding/ascii85.lo.dep
1695 encoding/ascii85.lo.dep: $(srcdir)/go/encoding/ascii85/*.go
1697 encoding/ascii85.lo:
1699 encoding/ascii85/check: $(CHECK_DEPS)
1701 .PHONY: encoding/ascii85/check
1703 @go_include@ encoding/base32.lo.dep
1704 encoding/base32.lo.dep: $(srcdir)/go/encoding/base32/*.go
1708 encoding/base32/check: $(CHECK_DEPS)
1710 .PHONY: encoding/base32/check
1712 @go_include@ encoding/base64.lo.dep
1713 encoding/base64.lo.dep: $(srcdir)/go/encoding/base64/*.go
1717 encoding/base64/check: $(CHECK_DEPS)
1719 .PHONY: encoding/base64/check
1721 @go_include@ encoding/binary.lo.dep
1722 encoding/binary.lo.dep: $(srcdir)/go/encoding/binary/*.go
1726 encoding/binary/check: $(CHECK_DEPS)
1728 .PHONY: encoding/binary/check
1730 @go_include@ encoding/csv.lo.dep
1731 encoding/csv.lo.dep: $(srcdir)/go/encoding/csv/*.go
1735 encoding/csv/check: $(CHECK_DEPS)
1737 .PHONY: encoding/csv/check
1739 @go_include@ encoding/gob.lo.dep
1740 encoding/gob.lo.dep: $(srcdir)/go/encoding/gob/*.go
1744 encoding/gob/check: $(CHECK_DEPS)
1746 .PHONY: encoding/gob/check
1748 @go_include@ encoding/hex.lo.dep
1749 encoding/hex.lo.dep: $(srcdir)/go/encoding/hex/*.go
1753 encoding/hex/check: $(CHECK_DEPS)
1755 .PHONY: encoding/hex/check
1757 @go_include@ encoding/json.lo.dep
1758 encoding/json.lo.dep: $(srcdir)/go/encoding/json/*.go
1762 encoding/json/check: $(CHECK_DEPS)
1764 .PHONY: encoding/json/check
1766 @go_include@ encoding/pem.lo.dep
1767 encoding/pem.lo.dep: $(srcdir)/go/encoding/pem/*.go
1771 encoding/pem/check: $(CHECK_DEPS)
1773 .PHONY: encoding/pem/check
1775 @go_include@ encoding/xml.lo.dep
1776 encoding/xml.lo.dep: $(srcdir)/go/encoding/xml/*.go
1780 encoding/xml/check: $(CHECK_DEPS)
1782 .PHONY: encoding/xml/check
1784 @go_include@ exp/proxy.lo.dep
1785 exp/proxy.lo.dep: $(srcdir)/go/exp/proxy/*.go
1789 exp/proxy/check: $(CHECK_DEPS)
1791 .PHONY: exp/proxy/check
1793 @go_include@ exp/terminal.lo.dep
1794 exp/terminal.lo.dep: $(srcdir)/go/exp/terminal/*.go
1798 exp/terminal/check: $(CHECK_DEPS)
1800 .PHONY: exp/terminal/check
1802 @go_include@ html/template.lo.dep
1803 html/template.lo.dep: $(srcdir)/go/html/template/*.go
1807 html/template/check: $(CHECK_DEPS)
1809 .PHONY: html/template/check
1811 @go_include@ go/ast.lo.dep
1812 go/ast.lo.dep: $(srcdir)/go/go/ast/*.go
1816 go/ast/check: $(CHECK_DEPS)
1818 .PHONY: go/ast/check
1820 @go_include@ go/build.lo.dep
1821 go/build.lo.dep: $(srcdir)/go/go/build/*.go
1825 go/build/check: $(CHECK_DEPS)
1827 .PHONY: go/build/check
1829 @go_include@ go/constant.lo.dep
1830 go/constant.lo.dep: $(srcdir)/go/go/constant/*.go
1834 go/constant/check: $(CHECK_DEPS)
1836 .PHONY: go/constant/check
1838 @go_include@ go/doc.lo.dep
1839 go/doc.lo.dep: $(srcdir)/go/go/doc/*.go
1843 go/doc/check: $(CHECK_DEPS)
1845 .PHONY: go/doc/check
1847 @go_include@ go/format.lo.dep
1848 go/format.lo.dep: $(srcdir)/go/go/format/*.go
1852 go/format/check: $(CHECK_DEPS)
1854 .PHONY: go/format/check
1856 @go_include@ go/importer.lo.dep
1857 go/importer.lo.dep: $(srcdir)/go/go/importer/*.go
1861 go/importer/check: $(CHECK_DEPS)
1863 .PHONY: go/importer/check
1865 @go_include@ go/parser.lo.dep
1866 go/parser.lo.dep: $(srcdir)/go/go/parser/*.go
1870 go/parser/check: $(CHECK_DEPS)
1872 .PHONY: go/parser/check
1874 @go_include@ go/printer.lo.dep
1875 go/printer.lo.dep: $(srcdir)/go/go/printer/*.go
1879 go/printer/check: $(CHECK_DEPS)
1881 .PHONY: go/printer/check
1883 @go_include@ go/scanner.lo.dep
1884 go/scanner.lo.dep: $(srcdir)/go/go/scanner/*.go
1888 go/scanner/check: $(CHECK_DEPS)
1890 .PHONY: go/scanner/check
1892 @go_include@ go/token.lo.dep
1893 go/token.lo.dep: $(srcdir)/go/go/token/*.go
1897 go/token/check: $(CHECK_DEPS)
1899 .PHONY: go/token/check
1901 @go_include@ go/types.lo.dep
1902 go/types.lo.dep: $(srcdir)/go/go/types/*.go
1906 go/types/check: $(CHECK_DEPS)
1908 .PHONY: go/types/check
1910 @go_include@ go/internal/gcimporter.lo.dep
1911 go/internal/gcimporter.lo.dep: $(srcdir)/go/go/internal/gcimporter/*.go
1913 go/internal/gcimporter.lo:
1915 go/internal/gcimporter/check: $(CHECK_DEPS)
1917 .PHONY: go/internal/gcimporter/check
1919 @go_include@ go/internal/gccgoimporter.lo.dep
1920 go/internal/gccgoimporter.lo.dep: $(srcdir)/go/go/internal/gccgoimporter/*.go
1922 go/internal/gccgoimporter.lo:
1924 go/internal/gccgoimporter/check: $(CHECK_DEPS)
1926 .PHONY: go/internal/gccgoimporter/check
1928 @go_include@ golang_org/x/net/http2/hpack.lo.dep
1929 golang_org/x/net/http2/hpack.lo.dep: $(srcdir)/go/golang_org/x/net/http2/hpack/*.go
1931 golang_org/x/net/http2/hpack.lo:
1933 golang_org/x/net/http2/hpack/check: $(CHECK_DEPS)
1935 .PHONY: golang_org/x/net/http2/hpack/check
1937 @go_include@ golang_org/x/net/lex/httplex.lo.dep
1938 golang_org/x/net/lex/httplex.lo.dep: $(srcdir)/go/golang_org/x/net/lex/httplex/*.go
1940 golang_org/x/net/lex/httplex.lo:
1942 golang_org/x/net/lex/httplex/check: $(CHECK_DEPS)
1944 .PHONY: golang_org/x/net/lex/httplex/check
1948 golang_org_x_net_route_lo = \
1949 golang_org/x/net/route/route.lo
1950 golang_org_x_net_route_check = \
1951 golang_org/x/net/route/check
1953 @go_include@ golang_org/x/net/route.lo.dep
1954 golang_org/x/net/route.lo.dep: $(srcdir)/go/golang_org/x/net/route/*.go
1956 golang_org/x/net/route.lo:
1958 golang_org/x/net/route/check: $(CHECK_DEPS)
1963 .PHONY: golang_org/x/net/route/check
1965 @go_include@ hash/adler32.lo.dep
1966 hash/adler32.lo.dep: $(srcdir)/go/hash/adler32/*.go
1970 hash/adler32/check: $(CHECK_DEPS)
1972 .PHONY: hash/adler32/check
1974 @go_include@ hash/crc32.lo.dep
1975 hash/crc32.lo.dep: $(srcdir)/go/hash/crc32/*.go
1979 hash/crc32/check: $(CHECK_DEPS)
1981 .PHONY: hash/crc32/check
1983 @go_include@ hash/crc64.lo.dep
1984 hash/crc64.lo.dep: $(srcdir)/go/hash/crc64/*.go
1988 hash/crc64/check: $(CHECK_DEPS)
1990 .PHONY: hash/crc64/check
1992 @go_include@ hash/fnv.lo.dep
1993 hash/fnv.lo.dep: $(srcdir)/go/hash/fnv/*.go
1997 hash/fnv/check: $(CHECK_DEPS)
1999 .PHONY: hash/fnv/check
2001 @go_include@ image/color.lo.dep
2002 image/color.lo.dep: $(srcdir)/go/image/color/*.go
2006 image/color/check: $(CHECK_DEPS)
2008 .PHONY: image/color/check
2010 @go_include@ image/color/palette.lo.dep
2011 image/color/palette.lo.dep: $(srcdir)/go/image/color/palette/*.go
2013 image/color/palette.lo:
2015 image/color/palette/check: $(CHECK_DEPS)
2017 .PHONY: image/color/palette/check
2019 @go_include@ image/draw.lo.dep
2020 image/draw.lo.dep: $(srcdir)/go/image/draw/*.go
2024 image/draw/check: $(CHECK_DEPS)
2026 .PHONY: image/draw/check
2028 @go_include@ image/gif.lo.dep
2029 image/gif.lo.dep: $(srcdir)/go/image/gif/*.go
2033 image/gif/check: $(CHECK_DEPS)
2035 .PHONY: image/gif/check
2037 @go_include@ image/internal/imageutil.lo.dep
2038 image/internal/imageutil.lo.dep: $(srcdir)/go/image/internal/imageutil/*.go
2040 image/internal/imageutil.lo:
2042 image/internal/imageutil/check: $(CHECK_DEPS)
2044 .PHONY: image/internal/imageutil/check
2046 @go_include@ image/jpeg.lo.dep
2047 image/jpeg.lo.dep: $(srcdir)/go/image/jpeg/*.go
2051 image/jpeg/check: $(CHECK_DEPS)
2053 .PHONY: image/jpeg/check
2055 @go_include@ image/png.lo.dep
2056 image/png.lo.dep: $(srcdir)/go/image/png/*.go
2060 image/png/check: $(CHECK_DEPS)
2062 .PHONY: image/png/check
2064 @go_include@ index/suffixarray.lo.dep
2065 index/suffixarray.lo.dep: $(srcdir)/go/index/suffixarray/*.go
2067 index/suffixarray.lo:
2069 index/suffixarray/check: $(CHECK_DEPS)
2071 .PHONY: index/suffixarray/check
2073 @go_include@ internal/nettrace.lo.dep
2074 internal/nettrace.lo.dep: $(srcdir)/go/internal/nettrace/*.go
2076 internal/nettrace.lo:
2078 internal/nettrace/check: $(CHECK_DEPS)
2080 .PHONY: internal/nettrace/check
2082 @go_include@ internal/race.lo.dep
2083 internal/race.lo.dep: $(srcdir)/go/internal/race/*.go
2087 internal/race/check: $(CHECK_DEPS)
2089 .PHONY: internal/race/check
2091 @go_include@ internal/singleflight.lo.dep
2092 internal/singleflight.lo.dep: $(srcdir)/go/internal/singleflight/*.go
2094 internal/singleflight.lo:
2096 internal/singleflight/check: $(CHECK_DEPS)
2098 .PHONY: internal/singleflight/check
2100 @go_include@ internal/syscall/unix.lo.dep
2101 internal/syscall/unix.lo.dep: $(srcdir)/go/internal/syscall/unix/*.go
2103 internal/syscall/unix.lo:
2105 internal/syscall/unix/check: $(CHECK_DEPS)
2107 .PHONY: internal/syscall/unix/check
2109 @go_include@ internal/testenv.lo.dep
2110 internal/testenv.lo.dep: $(srcdir)/go/internal/testenv/*.go
2112 internal/testenv.lo:
2114 internal/testenv/check: $(CHECK_DEPS)
2116 .PHONY: internal/testenv/check
2118 @go_include@ internal/trace.lo.dep
2119 internal/trace.lo.dep: $(srcdir)/go/internal/trace/*.go
2123 internal/trace/check: $(CHECK_DEPS)
2125 .PHONY: internal/trace/check
2127 @go_include@ io/ioutil.lo.dep
2128 io/ioutil.lo.dep: $(srcdir)/go/io/ioutil/*.go
2132 io/ioutil/check: $(CHECK_DEPS)
2134 .PHONY: io/ioutil/check
2136 @go_include@ log/syslog.lo.dep
2137 log/syslog.lo.dep: $(srcdir)/go/log/syslog/*.go
2141 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc log/syslog.lo
2142 @$(MKDIR_P) log/syslog
2143 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2144 log/syslog/check: $(CHECK_DEPS)
2146 .PHONY: log/syslog/check
2148 @go_include@ math/big.lo.dep
2149 math/big.lo.dep: $(srcdir)/go/math/big/*.go
2153 math/big/check: $(CHECK_DEPS)
2155 .PHONY: math/big/check
2157 @go_include@ math/cmplx.lo.dep
2158 math/cmplx.lo.dep: $(srcdir)/go/math/cmplx/*.go
2162 math/cmplx/check: $(CHECK_DEPS)
2164 .PHONY: math/cmplx/check
2166 @go_include@ math/rand.lo.dep
2167 math/rand.lo.dep: $(srcdir)/go/math/rand/*.go
2171 math/rand/check: $(CHECK_DEPS)
2173 .PHONY: math/rand/check
2175 @go_include@ mime/multipart.lo.dep
2176 mime/multipart.lo.dep: $(srcdir)/go/mime/multipart/*.go
2180 mime/multipart/check: $(CHECK_DEPS)
2182 .PHONY: mime/multipart/check
2184 @go_include@ mime/quotedprintable.lo.dep
2185 mime/quotedprintable.lo.dep: $(srcdir)/go/mime/quotedprintable/*.go
2187 mime/quotedprintable.lo:
2189 mime/quotedprintable/check: $(CHECK_DEPS)
2191 .PHONY: mime/quotedprintable/check
2193 @go_include@ net/http.lo.dep
2194 net/http.lo.dep: $(srcdir)/go/net/http/*.go
2198 net/http/check: $(CHECK_DEPS)
2200 .PHONY: net/http/check
2202 @go_include@ net/mail.lo.dep
2203 net/mail.lo.dep: $(srcdir)/go/net/mail/*.go
2207 net/mail/check: $(CHECK_DEPS)
2209 .PHONY: net/mail/check
2211 @go_include@ net/rpc.lo.dep
2212 net/rpc.lo.dep: $(srcdir)/go/net/rpc/*.go
2216 net/rpc/check: $(CHECK_DEPS)
2218 .PHONY: net/rpc/check
2220 @go_include@ net/smtp.lo.dep
2221 net/smtp.lo.dep: $(srcdir)/go/net/smtp/*.go
2225 net/smtp/check: $(CHECK_DEPS)
2227 .PHONY: net/smtp/check
2229 @go_include@ net/url.lo.dep
2230 net/url.lo.dep: $(srcdir)/go/net/url/*.go
2234 net/url/check: $(CHECK_DEPS)
2236 .PHONY: net/url/check
2238 @go_include@ net/textproto.lo.dep
2239 net/textproto.lo.dep: $(srcdir)/go/net/textproto/*.go
2243 net/textproto/check: $(CHECK_DEPS)
2245 .PHONY: net/textproto/check
2247 @go_include@ net/http/cgi.lo.dep
2248 net/http/cgi.lo.dep: $(srcdir)/go/net/http/cgi/*.go
2252 net/http/cgi/check: $(CHECK_DEPS)
2254 .PHONY: net/http/cgi/check
2256 @go_include@ net/http/cookiejar.lo.dep
2257 net/http/cookiejar.lo.dep: $(srcdir)/go/net/http/cookiejar/*.go
2259 net/http/cookiejar.lo:
2261 net/http/cookiejar/check: $(CHECK_DEPS)
2263 .PHONY: net/http/cookiejar/check
2265 @go_include@ net/http/fcgi.lo.dep
2266 net/http/fcgi.lo.dep: $(srcdir)/go/net/http/fcgi/*.go
2270 net/http/fcgi/check: $(CHECK_DEPS)
2272 .PHONY: net/http/fcgi/check
2274 @go_include@ net/http/httptest.lo.dep
2275 net/http/httptest.lo.dep: $(srcdir)/go/net/http/httptest/*.go
2277 net/http/httptest.lo:
2279 net/http/httptest/check: $(check_deps)
2281 .PHONY: net/http/httptest/check
2283 @go_include@ net/http/httptrace.lo.dep
2284 net/http/httptrace.lo.dep: $(srcdir)/go/net/http/httptrace/*.go
2286 net/http/httptrace.lo:
2288 net/http/httptrace/check: $(check_deps)
2290 .PHONY: net/http/httptrace/check
2292 @go_include@ net/http/httputil.lo.dep
2293 net/http/httputil.lo.dep: $(srcdir)/go/net/http/httputil/*.go
2295 net/http/httputil.lo:
2297 net/http/httputil/check: $(check_deps)
2299 .PHONY: net/http/httputil/check
2301 @go_include@ net/http/internal.lo.dep
2302 net/http/internal.lo.dep: $(srcdir)/go/net/http/internal/*.go
2304 net/http/internal.lo:
2306 net/http/internal/check: $(CHECK_DEPS)
2308 .PHONY: net/http/internal/check
2310 @go_include@ net/http/pprof.lo.dep
2311 net/http/pprof.lo.dep: $(srcdir)/go/net/http/pprof/*.go
2315 net/http/pprof/check: $(CHECK_DEPS)
2317 .PHONY: net/http/pprof/check
2319 @go_include@ net/internal/socktest.lo.dep
2320 net/internal/socktest.lo.dep: $(srcdir)/go/net/internal/socktest/*.go
2322 net/internal/socktest.lo:
2324 net/internal/socktest/check: $(CHECK_DEPS)
2326 .PHONY: net/internal/socktest/check
2328 @go_include@ net/rpc/jsonrpc.lo.dep
2329 net/rpc/jsonrpc.lo.dep: $(srcdir)/go/net/rpc/jsonrpc/*.go
2333 net/rpc/jsonrpc/check: $(CHECK_DEPS)
2335 .PHONY: net/rpc/jsonrpc/check
2337 @go_include@ old/regexp.lo.dep
2338 old/regexp.lo.dep: $(srcdir)/go/old/regexp/*.go
2342 old/regexp/check: $(CHECK_DEPS)
2344 .PHONY: old/regexp/check
2346 @go_include@ old/template.lo.dep
2347 old/template.lo.dep: $(srcdir)/go/old/template/*.go
2351 old/template/check: $(CHECK_DEPS)
2353 .PHONY: old/template/check
2355 @go_include@ os/exec.lo.dep
2356 os/exec.lo.dep: $(srcdir)/go/os/exec/*.go
2360 os/exec/check: $(CHECK_DEPS)
2362 .PHONY: os/exec/check
2364 @go_include@ os/signal.lo.dep
2365 os/signal.lo.dep: $(srcdir)/go/os/signal/*.go
2369 os/signal/check: $(CHECK_DEPS)
2371 .PHONY: os/signal/check
2373 @go_include@ os/user.lo.dep
2374 os/user.lo.dep: $(srcdir)/go/os/user/*.go
2378 os/user/check: $(CHECK_DEPS)
2380 .PHONY: os/user/check
2382 @go_include@ path/filepath.lo.dep
2383 path/filepath.lo.dep: $(srcdir)/go/path/filepath/*.go
2387 path/filepath/check: $(CHECK_DEPS)
2389 .PHONY: path/filepath/check
2391 @go_include@ regexp/syntax.lo.dep
2392 regexp/syntax.lo.dep: $(srcdir)/go/regexp/syntax/*.go
2396 regexp/syntax/check: $(CHECK_DEPS)
2398 .PHONY: regexp/syntax/check
2400 @go_include@ runtime/debug.lo.dep
2401 runtime/debug.lo.dep: $(srcdir)/go/runtime/debug/*.go
2405 runtime/debug/check: $(CHECK_DEPS)
2407 .PHONY: runtime/debug/check
2409 @go_include@ runtime/pprof.lo.dep
2410 runtime/pprof.lo.dep: $(srcdir)/go/runtime/pprof/*.go
2414 runtime/pprof/check: $(CHECK_DEPS)
2416 .PHONY: runtime/pprof/check
2417 # At least for now, we need -static-libgo for this test, because
2418 # otherwise we can't get the line numbers.
2419 # Also use -fno-inline to get better results from the memory profiler.
2420 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
2422 @go_include@ runtime/internal/atomic.lo.dep
2423 runtime/internal/atomic.lo.dep: $(srcdir)/go/runtime/internal/atomic/*.go
2425 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
2426 runtime/internal/atomic.lo:
2428 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc runtime/internal/atomic.lo
2429 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
2430 runtime/internal/atomic/check: $(CHECK_DEPS)
2432 .PHONY: runtime/internal/atomic/check
2434 extra_go_files_runtime_internal_sys = version.go
2436 @go_include@ runtime/internal/sys.lo.dep
2437 runtime/internal/sys.lo.dep: $(srcdir)/go/runtime/internal/sys/*.go
2439 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
2440 runtime/internal/sys.lo:
2442 runtime/internal/sys/check: $(CHECK_DEPS)
2444 .PHONY: runtime/internal/sys/check
2446 @go_include@ sync/atomic.lo.dep
2447 sync/atomic.lo.dep: $(srcdir)/go/sync/atomic/*.go
2451 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc sync/atomic.lo
2452 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
2453 sync/atomic/check: $(CHECK_DEPS)
2455 .PHONY: sync/atomic/check
2457 @go_include@ text/scanner.lo.dep
2458 text/scanner.lo.dep: $(srcdir)/go/text/scanner/*.go
2462 text/scanner/check: $(CHECK_DEPS)
2464 .PHONY: text/scanner/check
2466 @go_include@ text/tabwriter.lo.dep
2467 text/tabwriter.lo.dep: $(srcdir)/go/text/tabwriter/*.go
2471 text/tabwriter/check: $(CHECK_DEPS)
2473 .PHONY: text/tabwriter/check
2475 @go_include@ text/template.lo.dep
2476 text/template.lo.dep: $(srcdir)/go/text/template/*.go
2480 text/template/check: $(CHECK_DEPS)
2482 .PHONY: text/template/check
2484 @go_include@ text/template/parse.lo.dep
2485 text/template/parse.lo.dep: $(srcdir)/go/text/template/parse/*.go
2487 text/template/parse.lo:
2489 text/template/parse/check: $(CHECK_DEPS)
2491 .PHONY: text/template/parse/check
2493 @go_include@ testing/iotest.lo.dep
2494 testing/iotest.lo.dep: $(srcdir)/go/testing/iotest/*.go
2498 testing/iotest/check: $(CHECK_DEPS)
2500 .PHONY: testing/iotest/check
2502 @go_include@ testing/quick.lo.dep
2503 testing/quick.lo.dep: $(srcdir)/go/testing/quick/*.go
2507 testing/quick/check: $(CHECK_DEPS)
2509 .PHONY: testing/quick/check
2511 @go_include@ unicode/utf16.lo.dep
2512 unicode/utf16.lo.dep: $(srcdir)/go/unicode/utf16/*.go
2516 unicode/utf16/check: $(CHECK_DEPS)
2518 .PHONY: unicode/utf16/check
2520 @go_include@ unicode/utf8.lo.dep
2521 unicode/utf8.lo.dep: $(srcdir)/go/unicode/utf8/*.go
2525 unicode/utf8/check: $(CHECK_DEPS)
2527 .PHONY: unicode/utf8/check
2529 @go_include@ syscall.lo.dep
2530 syscall.lo.dep: $(srcdir)/go/syscall/*.go $(extra_go_files_syscall)
2534 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
2536 $(LTCOMPILE) -c -o $@ $<
2537 syscall/errno.lo: go/syscall/errno.c runtime.inc
2539 $(LTCOMPILE) -c -o $@ $<
2540 syscall/signame.lo: go/syscall/signame.c runtime.inc
2542 $(LTCOMPILE) -c -o $@ $<
2543 syscall/wait.lo: go/syscall/wait.c runtime.inc
2545 $(LTCOMPILE) -c -o $@ $<
2546 syscall/check: $(CHECK_DEPS)
2548 .PHONY: syscall/check
2550 # How to build a .gox file from a .lo file.
2552 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2553 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2559 context.gox: context.lo
2561 crypto.gox: crypto.lo
2563 encoding.gox: encoding.lo
2565 errors.gox: errors.lo
2567 expvar.gox: expvar.lo
2593 reflect.gox: reflect-go.lo
2595 regexp.gox: regexp.lo
2597 runtime.gox: runtime-go.lo
2601 strconv.gox: strconv.lo
2603 strings.gox: strings.lo
2607 syscall.gox: syscall.lo
2609 testing.gox: testing.lo
2611 time.gox: time-go.lo
2613 unicode.gox: unicode.lo
2616 archive/tar.gox: archive/tar.lo
2618 archive/zip.gox: archive/zip.lo
2621 compress/bzip2.gox: compress/bzip2.lo
2623 compress/flate.gox: compress/flate.lo
2625 compress/gzip.gox: compress/gzip.lo
2627 compress/lzw.gox: compress/lzw.lo
2629 compress/zlib.gox: compress/zlib.lo
2632 container/heap.gox: container/heap.lo
2634 container/list.gox: container/list.lo
2636 container/ring.gox: container/ring.lo
2639 crypto/aes.gox: crypto/aes.lo
2641 crypto/cipher.gox: crypto/cipher.lo
2643 crypto/des.gox: crypto/des.lo
2645 crypto/dsa.gox: crypto/dsa.lo
2647 crypto/ecdsa.gox: crypto/ecdsa.lo
2649 crypto/elliptic.gox: crypto/elliptic.lo
2651 crypto/hmac.gox: crypto/hmac.lo
2653 crypto/md5.gox: crypto/md5.lo
2655 crypto/rand.gox: crypto/rand.lo
2657 crypto/rc4.gox: crypto/rc4.lo
2659 crypto/rsa.gox: crypto/rsa.lo
2661 crypto/sha1.gox: crypto/sha1.lo
2663 crypto/sha256.gox: crypto/sha256.lo
2665 crypto/sha512.gox: crypto/sha512.lo
2667 crypto/subtle.gox: crypto/subtle.lo
2669 crypto/tls.gox: crypto/tls.lo
2671 crypto/x509.gox: crypto/x509.lo
2674 crypto/x509/pkix.gox: crypto/x509/pkix.lo
2677 database/sql.gox: database/sql.lo
2680 database/sql/driver.gox: database/sql/driver.lo
2683 debug/dwarf.gox: debug/dwarf.lo
2685 debug/elf.gox: debug/elf.lo
2687 debug/gosym.gox: debug/gosym.lo
2689 debug/macho.gox: debug/macho.lo
2691 debug/pe.gox: debug/pe.lo
2693 debug/plan9obj.gox: debug/plan9obj.lo
2696 encoding/ascii85.gox: encoding/ascii85.lo
2698 encoding/asn1.gox: encoding/asn1.lo
2700 encoding/base32.gox: encoding/base32.lo
2702 encoding/base64.gox: encoding/base64.lo
2704 encoding/binary.gox: encoding/binary.lo
2706 encoding/csv.gox: encoding/csv.lo
2708 encoding/gob.gox: encoding/gob.lo
2710 encoding/hex.gox: encoding/hex.lo
2712 encoding/json.gox: encoding/json.lo
2714 encoding/pem.gox: encoding/pem.lo
2716 encoding/xml.gox: encoding/xml.lo
2719 exp/proxy.gox: exp/proxy.lo
2721 exp/terminal.gox: exp/terminal.lo
2724 html/template.gox: html/template.lo
2727 go/ast.gox: go/ast.lo
2729 go/build.gox: go/build.lo
2731 go/constant.gox: go/constant.lo
2733 go/doc.gox: go/doc.lo
2735 go/format.gox: go/format.lo
2737 go/importer.gox: go/importer.lo
2739 go/parser.gox: go/parser.lo
2741 go/printer.gox: go/printer.lo
2743 go/scanner.gox: go/scanner.lo
2745 go/token.gox: go/token.lo
2747 go/types.gox: go/types.lo
2750 go/internal/gcimporter.gox: go/internal/gcimporter.lo
2752 go/internal/gccgoimporter.gox: go/internal/gccgoimporter.lo
2755 golang_org/x/net/http2/hpack.gox: golang_org/x/net/http2/hpack.lo
2758 golang_org/x/net/lex/httplex.gox: golang_org/x/net/lex/httplex.lo
2762 golang_org/x/net/route.gox: golang_org/x/net/route.lo
2766 hash/adler32.gox: hash/adler32.lo
2768 hash/crc32.gox: hash/crc32.lo
2770 hash/crc64.gox: hash/crc64.lo
2772 hash/fnv.gox: hash/fnv.lo
2775 image/color.gox: image/color.lo
2777 image/draw.gox: image/draw.lo
2779 image/gif.gox: image/gif.lo
2781 image/internal/imageutil.gox: image/internal/imageutil.lo
2783 image/jpeg.gox: image/jpeg.lo
2785 image/png.gox: image/png.lo
2788 image/color/palette.gox: image/color/palette.lo
2791 index/suffixarray.gox: index/suffixarray.lo
2794 internal/nettrace.gox: internal/nettrace.lo
2796 internal/race.gox: internal/race.lo
2798 internal/singleflight.gox: internal/singleflight.lo
2800 internal/syscall/unix.gox: internal/syscall/unix.lo
2802 internal/testenv.gox: internal/testenv.lo
2804 internal/trace.gox: internal/trace.lo
2807 io/ioutil.gox: io/ioutil.lo
2810 log/syslog.gox: log/syslog.lo
2813 math/big.gox: math/big.lo
2815 math/cmplx.gox: math/cmplx.lo
2817 math/rand.gox: math/rand.lo
2820 mime/multipart.gox: mime/multipart.lo
2822 mime/quotedprintable.gox: mime/quotedprintable.lo
2825 net/http.gox: net/http.lo
2827 net/mail.gox: net/mail.lo
2829 net/rpc.gox: net/rpc.lo
2831 net/smtp.gox: net/smtp.lo
2833 net/textproto.gox: net/textproto.lo
2835 net/url.gox: net/url.lo
2838 net/http/cgi.gox: net/http/cgi.lo
2840 net/http/cookiejar.gox: net/http/cookiejar.lo
2842 net/http/fcgi.gox: net/http/fcgi.lo
2844 net/http/httptest.gox: net/http/httptest.lo
2846 net/http/httptrace.gox: net/http/httptrace.lo
2848 net/http/httputil.gox: net/http/httputil.lo
2850 net/http/pprof.gox: net/http/pprof.lo
2853 net/http/internal.gox: net/http/internal.lo
2856 net/internal/socktest.gox: net/internal/socktest.lo
2859 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
2862 old/regexp.gox: old/regexp.lo
2864 old/template.gox: old/template.lo
2867 os/exec.gox: os/exec.lo
2869 os/signal.gox: os/signal.lo
2871 os/user.gox: os/user.lo
2874 path/filepath.gox: path/filepath.lo
2877 regexp/syntax.gox: regexp/syntax.lo
2880 runtime/debug.gox: runtime/debug.lo
2882 runtime/pprof.gox: runtime/pprof.lo
2884 runtime/internal/atomic.gox: runtime/internal/atomic.lo
2886 runtime/internal/sys.gox: runtime/internal/sys.lo
2889 sync/atomic.gox: sync/atomic.lo
2892 text/scanner.gox: text/scanner.lo
2894 text/tabwriter.gox: text/tabwriter.lo
2896 text/template.gox: text/template.lo
2898 text/template/parse.gox: text/template/parse.lo
2901 testing/iotest.gox: testing/iotest.lo
2903 testing/quick.gox: testing/quick.lo
2906 unicode/utf16.gox: unicode/utf16.lo
2908 unicode/utf8.gox: unicode/utf8.lo
2940 compress/bzip2/check \
2941 compress/flate/check \
2942 compress/gzip/check \
2943 compress/lzw/check \
2944 compress/zlib/check \
2945 container/heap/check \
2946 container/list/check \
2947 container/ring/check \
2949 crypto/cipher/check \
2952 crypto/ecdsa/check \
2953 crypto/elliptic/check \
2960 crypto/sha256/check \
2961 crypto/sha512/check \
2962 crypto/subtle/check \
2965 database/sql/check \
2966 database/sql/driver/check \
2971 debug/plan9obj/check \
2972 encoding/ascii85/check \
2973 encoding/asn1/check \
2974 encoding/base32/check \
2975 encoding/base64/check \
2976 encoding/binary/check \
2977 encoding/csv/check \
2978 encoding/gob/check \
2979 encoding/hex/check \
2980 encoding/json/check \
2981 encoding/pem/check \
2982 encoding/xml/check \
2984 exp/terminal/check \
2985 html/template/check \
2991 go/internal/gcimporter/check \
2992 go/internal/gccgoimporter/check \
2998 golang_org/x/net/http2/hpack/check \
2999 golang_org/x/net/lex/httplex/check \
3000 $(golang_org_x_net_route_check) \
3001 hash/adler32/check \
3009 index/suffixarray/check \
3010 internal/singleflight/check \
3011 internal/trace/check \
3017 mime/multipart/check \
3018 mime/quotedprintable/check \
3020 net/http/cgi/check \
3021 net/http/cookiejar/check \
3022 net/http/fcgi/check \
3023 net/http/httptest/check \
3024 net/http/httptrace/check \
3025 net/http/httputil/check \
3026 net/http/internal/check \
3027 net/internal/socktest/check \
3031 net/textproto/check \
3033 net/rpc/jsonrpc/check \
3035 old/template/check \
3039 path/filepath/check \
3040 regexp/syntax/check \
3041 runtime/pprof/check \
3042 runtime/internal/atomic/check \
3043 runtime/internal/sys/check \
3045 text/scanner/check \
3046 text/tabwriter/check \
3047 text/template/check \
3048 text/template/parse/check \
3049 testing/quick/check \
3050 unicode/utf16/check \
3054 check-recursive: check-head
3057 @echo "Test Run By $${USER} on `date`" > libgo.head
3058 @echo "Native configuration is $(host_triplet)" >> libgo.head
3060 @echo " === libgo tests ===" >> libgo.head
3063 check-tail: check-recursive check-multi
3064 @if test "$(USE_DEJAGNU)" = "yes"; then \
3067 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3068 for dir in . $(MULTIDIRS); do \
3069 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3070 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3072 mv libgo.head libgo.sum; \
3073 cp libgo.sum libgo.log; \
3074 echo "Schedule of variations:" >> libgo.sum; \
3075 for dir in . $(MULTIDIRS); do \
3076 multidir=../$${dir}/$${lib}; \
3077 multivar=`cat $${multidir}/libgo.var`; \
3078 echo " $${multivar}" >> libgo.sum; \
3080 echo >> libgo.sum; \
3081 pass=0; fail=0; untested=0; \
3082 for dir in . $(MULTIDIRS); do \
3083 multidir=../$${dir}/$${lib}; \
3084 multivar=`cat $${multidir}/libgo.var`; \
3085 echo "Running target $${multivar}" >> libgo.sum; \
3086 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3087 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3088 cat $${multidir}/libgo.log.sep >> libgo.log; \
3089 if test -n "${MULTIDIRS}"; then \
3090 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3091 echo >> libgo.sum; \
3093 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3094 pass=`expr $$pass + $$p`; \
3095 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3096 echo "# of expected passes $$p" >> libgo.sum; \
3098 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3099 fail=`expr $$fail + $$p`; \
3100 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3101 echo "# of unexpected failures $$p" >> libgo.sum; \
3103 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3104 untested=`expr $$untested + $$p`; \
3105 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3106 echo "# of untested testcases $$p" >> libgo.sum; \
3109 echo >> libgo.sum; \
3110 echo " === libgo Summary ===" >> libgo.sum; \
3111 echo >> libgo.sum; \
3112 if test "$$pass" -ne "0"; then \
3113 echo "# of expected passes $$pass" >> libgo.sum; \
3115 if test "$$fail" -ne "0"; then \
3116 echo "# of unexpected failures $$fail" >> libgo.sum; \
3118 if test "$$untested" -ne "0"; then \
3119 echo "# of untested testcases $$untested" >> libgo.sum; \
3121 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3122 echo >> libgo.log; \
3123 echo "runtest completed at `date`" >> libgo.log; \
3124 if test "$$fail" -ne "0"; then \
3132 @rm -f libgo.sum libgo.log libgo.tail
3134 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3135 echo "$${multivar}" > libgo.var
3136 @for f in $(TEST_PACKAGES); do \
3137 rm -f $$f-testsum $$f-testlog; \
3139 -@$(MAKE) -k $(TEST_PACKAGES)
3140 @for f in $(TEST_PACKAGES); do \
3141 if test -f $$f-testsum; then \
3142 cat $$f-testsum >> libgo.sum; \
3144 if test -f $$f-testlog; then \
3145 cat $$f-testlog >> libgo.log; \
3150 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3153 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3155 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3158 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3159 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3160 find . -name '*-testsum' -print | xargs rm -f
3161 find . -name '*-testlog' -print | xargs rm -f
3163 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3166 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3167 find . -name '*.a' -print | xargs rm -f