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_lock_files = runtime/lock_futex.c runtime/thread-linux.c
401 runtime_lock_files = runtime/lock_sema.c 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-byte-array-to-string.c \
445 runtime/go-breakpoint.c \
446 runtime/go-caller.c \
447 runtime/go-callers.c \
448 runtime/go-can-convert-interface.c \
451 runtime/go-check-interface.c \
452 runtime/go-construct-map.c \
453 runtime/go-convert-interface.c \
456 runtime/go-deferred-recover.c \
457 runtime/go-eface-compare.c \
458 runtime/go-eface-val-compare.c \
460 runtime/go-fieldtrack.c \
461 runtime/go-int-array-to-string.c \
462 runtime/go-int-to-string.c \
463 runtime/go-interface-compare.c \
464 runtime/go-interface-eface-compare.c \
465 runtime/go-interface-val-compare.c \
466 runtime/go-make-slice.c \
467 runtime/go-matherr.c \
468 runtime/go-memclr.c \
469 runtime/go-memcmp.c \
470 runtime/go-memequal.c \
471 runtime/go-memmove.c \
472 runtime/go-nanotime.c \
478 runtime/go-recover.c \
479 runtime/go-reflect-call.c \
481 runtime/go-runtime-error.c \
482 runtime/go-setenv.c \
483 runtime/go-signal.c \
484 runtime/go-strcmp.c \
485 runtime/go-string-to-byte-array.c \
486 runtime/go-string-to-int-array.c \
487 runtime/go-strplus.c \
488 runtime/go-strslice.c \
489 runtime/go-traceback.c \
490 runtime/go-type-complex.c \
491 runtime/go-type-eface.c \
492 runtime/go-type-float.c \
493 runtime/go-type-identity.c \
494 runtime/go-type-interface.c \
495 runtime/go-type-string.c \
496 runtime/go-typedesc-equal.c \
497 runtime/go-unsafe-new.c \
498 runtime/go-unsafe-newarray.c \
499 runtime/go-unsafe-pointer.c \
500 runtime/go-unsetenv.c \
501 runtime/go-unwind.c \
502 runtime/go-varargs.c \
503 runtime/env_posix.c \
505 $(runtime_lock_files) \
508 $(runtime_mem_file) \
509 runtime/mfixalloc.c \
513 $(runtime_netpoll_files) \
519 runtime/signal_unix.c \
522 $(rtems_task_variable_add_file) \
537 $(runtime_getncpu_file)
539 goc2c.$(OBJEXT): runtime/goc2c.c
540 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
542 goc2c: goc2c.$(OBJEXT)
543 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
545 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
549 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
553 netpoll.c: $(srcdir)/runtime/netpoll.goc goc2c
557 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
561 runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
565 sema.c: $(srcdir)/runtime/sema.goc goc2c
569 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
570 ./goc2c --go-pkgpath os_signal $< > $@.tmp
573 time.c: $(srcdir)/runtime/time.goc goc2c
577 %.c: $(srcdir)/runtime/%.goc goc2c
581 version.go: s-version; @true
584 echo "package sys" > version.go.tmp
585 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
586 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
587 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
588 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
589 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
590 echo >> version.go.tmp
591 echo "type ArchFamilyType int" >> version.go.tmp
592 echo >> version.go.tmp
593 echo "const (" >> version.go.tmp
594 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
595 for a in $(ALLGOARCHFAMILY); do \
596 echo " $${a}" >> version.go.tmp; \
598 echo ")" >> version.go.tmp
599 echo >> version.go.tmp
600 for a in $(ALLGOARCH); do \
601 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
602 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
603 if test "$${a}" = "$(GOARCH)"; then \
604 echo "const Goarch$${n} = 1" >> version.go.tmp; \
606 echo "const Goarch$${n} = 0" >> version.go.tmp; \
609 echo >> version.go.tmp
610 echo "const (" >> version.go.tmp
611 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
612 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
613 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
614 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
615 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
616 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
617 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
618 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
619 echo ")" >> version.go.tmp
620 echo >> version.go.tmp
621 for a in $(ALLGOOS); do \
622 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
623 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
624 if test "$${a}" = "$(GOOS)"; then \
625 echo "const Goos$${n} = 1" >> version.go.tmp; \
627 echo "const Goos$${n} = 0" >> version.go.tmp; \
630 echo >> version.go.tmp
631 echo "type Uintreg uintptr" >> version.go.tmp
632 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
635 runtime_sysinfo.go: s-runtime_sysinfo; @true
636 s-runtime_sysinfo: sysinfo.go
637 rm -f tmp-runtime_sysinfo.go
638 echo 'package runtime' > tmp-runtime_sysinfo.go
639 echo >> tmp-runtime_sysinfo.go
640 grep 'const _sizeof_ucontext_t ' sysinfo.go >> tmp-runtime_sysinfo.go
641 grep 'type _sigset_t ' sysinfo.go >> tmp-runtime_sysinfo.go
642 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
645 noinst_DATA = zstdpkglist.go
647 # Generate the list of go std packages that were included in libgo
648 zstdpkglist.go: s-zstdpkglist; @true
649 s-zstdpkglist: Makefile
650 rm -f zstdpkglist.go.tmp
651 echo 'package main' > zstdpkglist.go.tmp
652 echo "" >> zstdpkglist.go.tmp
653 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
654 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
655 echo '}' >> zstdpkglist.go.tmp
656 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
660 syscall_epoll_file = epoll.go
665 extra_go_files_syscall = \
669 $(syscall_epoll_file)
671 libcalls.go: s-libcalls; @true
672 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
673 rm -f libcalls.go.tmp
674 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
675 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
678 libcalls-list: s-libcalls-list; @true
679 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
680 rm -f libcalls-list.tmp
681 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
682 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
685 syscall_arch.go: s-syscall_arch; @true
686 s-syscall_arch: Makefile
687 rm -f syscall_arch.go.tmp
688 echo "package syscall" > syscall_arch.go.tmp
689 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
690 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
691 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
694 sysinfo.go: s-sysinfo; @true
695 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
696 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS) -O" $(SHELL) $(srcdir)/mksysinfo.sh
697 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
700 # The epoll struct has an embedded union and is packed on x86_64,
701 # which is too complicated for mksysinfo.sh. We find the offset of
702 # the only field we care about in configure.ac, and generate the
704 epoll.go: s-epoll; @true
707 echo 'package syscall' > epoll.go.tmp
708 echo 'type EpollEvent struct {' >> epoll.go.tmp
709 echo ' Events uint32' >> epoll.go.tmp
710 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
711 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
713 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
714 12,4) echo ' Fd int32' >> epoll.go.tmp; \
715 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
716 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
717 echo ' Fd int32' >> epoll.go.tmp; ;; \
718 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
719 echo ' Fd int32' >> epoll.go.tmp; \
720 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
721 *) echo 1>&2 "*** struct epoll_event unsupported"; \
724 echo '}' >> epoll.go.tmp
725 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
750 reflect/makefunc_ffi_c.lo \
792 crypto/x509/pkix.lo \
794 database/sql/driver.lo \
801 encoding/ascii85.lo \
821 go/internal/gcimporter.lo \
822 go/internal/gccgoimporter.lo \
828 golang_org/x/net/http2/hpack.lo \
829 golang_org/x/net/lex/httplex.lo \
830 $(golang_org_x_net_route_lo) \
836 net/http/cookiejar.lo \
838 net/http/httptest.lo \
839 net/http/httptrace.lo \
840 net/http/httputil.lo \
841 net/http/internal.lo \
844 image/color/palette.lo \
847 image/internal/imageutil.lo \
850 index/suffixarray.lo \
851 internal/nettrace.lo \
853 internal/singleflight.lo \
854 internal/syscall/unix.lo \
855 internal/testenv.lo \
859 log/syslog/syslog_c.lo \
864 mime/quotedprintable.lo \
866 net/internal/socktest.lo \
875 $(os_lib_inotify_lo) \
883 runtime/internal/atomic.lo \
884 runtime/internal/atomic_c.lo \
885 runtime/internal/sys.lo \
891 text/template/parse.lo \
898 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
901 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
902 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
904 libgo_la_SOURCES = $(runtime_files)
905 libgo_la_LDFLAGS = $(libgo_ldflags)
906 libgo_la_LIBADD = $(libgo_libadd)
908 libgo_llgo_la_SOURCES = $(runtime_files)
909 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
910 libgo_llgo_la_LIBADD = $(libgo_libadd)
912 libgobegin_a_SOURCES = \
915 libgobegin_llgo_a_SOURCES = \
918 # Use -fPIC for libgobegin so that it can be put in a PIE.
919 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
920 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
922 libgolibbegin_a_SOURCES = \
925 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
928 libnetgo_a_LIBADD = netgo.o
930 # Make sure runtime.inc is built before compiling any .c file.
931 $(libgo_la_OBJECTS): runtime.inc
932 $(libgo_llgo_la_OBJECTS): runtime.inc
933 $(libgobegin_a_OBJECTS): runtime.inc
934 $(libgobegin_llgo_a_OBJECTS): runtime.inc
935 $(libgolibbegin_a_OBJECTS): runtime.inc
937 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
940 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
941 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
943 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
944 $(AM_GOCFLAGS) $(GOCFLAGS)
946 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
947 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
949 # Build the dependencies for a Go package.
952 dir=`echo $@ | sed -e 's/.lo.dep$$//' -e 's/-go//'`; \
953 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,,$@))))`; \
954 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
955 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
956 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
960 # Build the .go files for a package, generating a .lo file.
963 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
964 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
966 # Build deps for netgo.o.
969 files=`$(SHELL) $(srcdir)/match.sh --nocgo --tag=netgo --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/net`; \
970 $(SHELL) $(srcdir)/godeps.sh netgo.o $$files > $@.tmp; \
976 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
977 $(GOCOMPILE) -I . -c -fPIC -fgo-pkgpath=net -o $@ $$files
984 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
986 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
988 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
989 export RUNTESTFLAGS; \
992 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
993 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
994 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
995 export LD_LIBRARY_PATH; \
997 rm -f $@-testsum $@-testlog; \
998 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
999 if test "$(USE_DEJAGNU)" = "yes"; then \
1000 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1001 elif test "$(GOBENCH)" != ""; then \
1002 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1004 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1005 echo "PASS: $(@D)" >> $@-testlog; \
1006 echo "PASS: $(@D)"; \
1007 echo "PASS: $(@D)" > $@-testsum; \
1009 echo "FAIL: $(@D)" >> $@-testlog; \
1011 echo "FAIL: $(@D)" > $@-testsum; \
1016 # Build all packages before checking any.
1018 $(toolexeclibgo_DATA) \
1019 $(toolexeclibgoarchive_DATA) \
1020 $(toolexeclibgocompress_DATA) \
1021 $(toolexeclibgocontainer_DATA) \
1022 $(toolexeclibgocrypto_DATA) \
1023 $(toolexeclibgodebug_DATA) \
1024 $(toolexeclibgoencoding_DATA) \
1025 $(toolexeclibgoexp_DATA) \
1026 $(toolexeclibgogo_DATA) \
1027 $(toolexeclibgohash_DATA) \
1028 $(toolexeclibgoimage_DATA) \
1029 $(toolexeclibgoindex_DATA) \
1030 $(toolexeclibgoio_DATA) \
1031 $(toolexeclibgolog_DATA) \
1032 $(toolexeclibgomath_DATA) \
1033 $(toolexeclibgomime_DATA) \
1034 $(toolexeclibgonet_DATA) \
1035 $(toolexeclibgonethttp_DATA) \
1036 $(toolexeclibgoos_DATA) \
1037 $(toolexeclibgopath_DATA) \
1038 $(toolexeclibgorpc_DATA) \
1039 $(toolexeclibgoruntime_DATA) \
1040 $(toolexeclibgosync_DATA) \
1041 $(toolexeclibgotesting_DATA) \
1042 $(toolexeclibgotext_DATA) \
1043 $(toolexeclibgotexttemplate_DATA) \
1044 $(toolexeclibgounicode_DATA)
1047 CHECK_DEPS += libgo-llgo.la libgobegin-llgo.a
1049 CHECK_DEPS += libgo.la libgobegin.a
1052 @go_include@ bufio.lo.dep
1053 bufio.lo.dep: $(srcdir)/go/bufio/*.go
1057 bufio/check: $(CHECK_DEPS)
1061 @go_include@ bytes.lo.dep
1062 bytes.lo.dep: $(srcdir)/go/bytes/*.go
1066 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
1068 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
1069 bytes/check: $(CHECK_DEPS)
1073 @go_include@ context.lo.dep
1074 context.lo.dep: $(srcdir)/go/context/*.go
1078 context/check: $(CHECK_DEPS)
1080 .PHONY: context/check
1082 @go_include@ crypto.lo.dep
1083 crypto.lo.dep: $(srcdir)/go/crypto/*.go
1087 crypto/check: $(CHECK_DEPS)
1089 .PHONY: crypto/check
1091 @go_include@ encoding.lo.dep
1092 encoding.lo.dep: $(srcdir)/go/encoding/*.go
1096 encoding/check: $(CHECK_DEPS)
1098 .PHONY: encoding/check
1100 @go_include@ errors.lo.dep
1101 errors.lo.dep: $(srcdir)/go/errors/*.go
1105 errors/check: $(CHECK_DEPS)
1107 .PHONY: errors/check
1109 @go_include@ expvar.lo.dep
1110 expvar.lo.dep: $(srcdir)/go/expvar/*.go
1114 expvar/check: $(CHECK_DEPS)
1116 .PHONY: expvar/check
1118 @go_include@ flag.lo.dep
1119 flag.lo.dep: $(srcdir)/go/flag/*.go
1123 flag/check: $(CHECK_DEPS)
1127 @go_include@ fmt.lo.dep
1128 fmt.lo.dep: $(srcdir)/go/fmt/*.go
1132 fmt/check: $(CHECK_DEPS)
1136 @go_include@ hash.lo.dep
1137 hash.lo.dep: $(srcdir)/go/hash/*.go
1141 hash/check: $(CHECK_DEPS)
1145 @go_include@ html.lo.dep
1146 html.lo.dep: $(srcdir)/go/html/*.go
1150 html/check: $(CHECK_DEPS)
1154 @go_include@ image.lo.dep
1155 image.lo.dep: $(srcdir)/go/image/*.go
1159 image/check: $(CHECK_DEPS)
1163 @go_include@ io.lo.dep
1164 io.lo.dep: $(srcdir)/go/io/*.go
1168 io/check: $(CHECK_DEPS)
1172 @go_include@ log.lo.dep
1173 log.lo.dep: $(srcdir)/go/log/*.go
1177 log/check: $(CHECK_DEPS)
1181 @go_include@ math.lo.dep
1182 math.lo.dep: $(srcdir)/go/math/*.go
1186 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1187 $(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-pkgpath=math -o $@ $$files
1188 math/check: $(CHECK_DEPS)
1192 @go_include@ mime.lo.dep
1193 mime.lo.dep: $(srcdir)/go/mime/*.go
1197 mime/check: $(CHECK_DEPS)
1201 @go_include@ net.lo.dep
1202 net.lo.dep: $(srcdir)/go/net/*.go
1206 net/check: $(CHECK_DEPS)
1210 @go_include@ netgo.o.dep
1211 netgo.o.dep: $(srcdir)/go/net/*.go
1213 netgo.o: netgo.o.dep
1217 if HAVE_STAT_TIMESPEC
1218 matchargs_os = --tag=solaristag
1226 @go_include@ os.lo.dep
1227 os.lo.dep: $(srcdir)/go/os/*.go
1231 os/check: $(CHECK_DEPS)
1235 @go_include@ path.lo.dep
1236 path.lo.dep: $(srcdir)/go/path/*.go
1240 path/check: $(CHECK_DEPS)
1244 @go_include@ reflect-go.lo.dep
1245 reflect-go.lo.dep: $(srcdir)/go/reflect/*.go
1249 reflect/check: $(CHECK_DEPS)
1251 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
1253 $(LTCOMPILE) -c -o $@ $<
1254 .PHONY: reflect/check
1256 @go_include@ regexp.lo.dep
1257 regexp.lo.dep: $(srcdir)/go/regexp/*.go
1261 regexp/check: $(CHECK_DEPS)
1263 .PHONY: regexp/check
1265 extra_go_files_runtime = runtime_sysinfo.go
1267 @go_include@ runtime-go.lo.dep
1268 runtime-go.lo.dep: $(srcdir)/go/runtime/*.go $(extra_go_files_runtime)
1270 runtime_go_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1273 runtime.inc: s-runtime-inc; @true
1274 s-runtime-inc: runtime-go.lo
1275 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp runtime.inc
1277 runtime/check: $(CHECK_DEPS)
1279 .PHONY: runtime/check
1281 @go_include@ sort.lo.dep
1282 sort.lo.dep: $(srcdir)/go/sort/*.go
1286 sort/check: $(CHECK_DEPS)
1290 @go_include@ strconv.lo.dep
1291 strconv.lo.dep: $(srcdir)/go/strconv/*.go
1295 strconv/check: $(CHECK_DEPS)
1297 .PHONY: strconv/check
1299 @go_include@ strings.lo.dep
1300 strings.lo.dep: $(srcdir)/go/strings/*.go
1304 strings/index.lo: go/strings/indexbyte.c runtime.inc
1306 $(LTCOMPILE) -c -o strings/index.lo $(srcdir)/go/strings/indexbyte.c
1307 strings/check: $(CHECK_DEPS)
1309 .PHONY: strings/check
1311 @go_include@ sync.lo.dep
1312 sync.lo.dep: $(srcdir)/go/sync/*.go
1316 sync/check: $(CHECK_DEPS)
1320 @go_include@ testing.lo.dep
1321 testing.lo.dep: $(srcdir)/go/testing/*.go
1325 testing/check: $(CHECK_DEPS)
1327 .PHONY: testing/check
1329 @go_include@ time-go.lo.dep
1330 time-go.lo.dep: $(srcdir)/go/time/*.go
1334 time/check: $(CHECK_DEPS)
1338 @go_include@ unicode.lo.dep
1339 unicode.lo.dep: $(srcdir)/go/unicode/*.go
1343 unicode/check: $(CHECK_DEPS)
1345 .PHONY: unicode/check
1347 @go_include@ archive/tar.lo.dep
1348 archive/tar.lo.dep: $(srcdir)/go/archive/tar/*.go
1352 archive/tar/check: $(CHECK_DEPS)
1354 .PHONY: archive/tar/check
1356 @go_include@ archive/zip.lo.dep
1357 archive/zip.lo.dep: $(srcdir)/go/archive/zip/*.go
1361 archive/zip/check: $(CHECK_DEPS)
1363 .PHONY: archive/zip/check
1365 @go_include@ compress/bzip2.lo.dep
1366 compress/bzip2.lo.dep: $(srcdir)/go/compress/bzip2/*.go
1370 compress/bzip2/check: $(CHECK_DEPS)
1372 .PHONY: compress/bzip2/check
1374 @go_include@ compress/flate.lo.dep
1375 compress/flate.lo.dep: $(srcdir)/go/compress/flate/*.go
1379 compress/flate/check: $(CHECK_DEPS)
1381 .PHONY: compress/flate/check
1383 @go_include@ compress/gzip.lo.dep
1384 compress/gzip.lo.dep: $(srcdir)/go/compress/gzip/*.go
1388 compress/gzip/check: $(CHECK_DEPS)
1390 .PHONY: compress/gzip/check
1392 @go_include@ compress/lzw.lo.dep
1393 compress/lzw.lo.dep: $(srcdir)/go/compress/lzw/*.go
1397 compress/lzw/check: $(CHECK_DEPS)
1399 .PHONY: compress/lzw/check
1401 @go_include@ compress/zlib.lo.dep
1402 compress/zlib.lo.dep: $(srcdir)/go/compress/zlib/*.go
1406 compress/zlib/check: $(CHECK_DEPS)
1408 .PHONY: compress/zlib/check
1410 @go_include@ container/heap.lo.dep
1411 container/heap.lo.dep: $(srcdir)/go/container/heap/*.go
1415 container/heap/check: $(CHECK_DEPS)
1417 .PHONY: container/heap/check
1419 @go_include@ container/list.lo.dep
1420 container/list.lo.dep: $(srcdir)/go/container/list/*.go
1424 container/list/check: $(CHECK_DEPS)
1426 .PHONY: container/list/check
1428 @go_include@ container/ring.lo.dep
1429 container/ring.lo.dep: $(srcdir)/go/container/ring/*.go
1433 container/ring/check: $(CHECK_DEPS)
1435 .PHONY: container/ring/check
1437 @go_include@ crypto/aes.lo.dep
1438 crypto/aes.lo.dep: $(srcdir)/go/crypto/aes/*.go
1442 crypto/aes/check: $(CHECK_DEPS)
1444 .PHONY: crypto/aes/check
1446 @go_include@ crypto/cipher.lo.dep
1447 crypto/cipher.lo.dep: $(srcdir)/go/crypto/cipher/*.go
1451 crypto/cipher/check: $(CHECK_DEPS)
1453 .PHONY: crypto/cipher/check
1455 @go_include@ crypto/des.lo.dep
1456 crypto/des.lo.dep: $(srcdir)/go/crypto/des/*.go
1460 crypto/des/check: $(CHECK_DEPS)
1462 .PHONY: crypto/des/check
1464 @go_include@ crypto/dsa.lo.dep
1465 crypto/dsa.lo.dep: $(srcdir)/go/crypto/dsa/*.go
1469 crypto/dsa/check: $(CHECK_DEPS)
1471 .PHONY: crypto/dsa/check
1473 @go_include@ crypto/ecdsa.lo.dep
1474 crypto/ecdsa.lo.dep: $(srcdir)/go/crypto/ecdsa/*.go
1478 crypto/ecdsa/check: $(CHECK_DEPS)
1480 .PHONY: crypto/ecdsa/check
1482 @go_include@ crypto/elliptic.lo.dep
1483 crypto/elliptic.lo.dep: $(srcdir)/go/crypto/elliptic/*.go
1487 crypto/elliptic/check: $(CHECK_DEPS)
1489 .PHONY: crypto/elliptic/check
1491 @go_include@ crypto/hmac.lo.dep
1492 crypto/hmac.lo.dep: $(srcdir)/go/crypto/hmac/*.go
1496 crypto/hmac/check: $(CHECK_DEPS)
1498 .PHONY: crypto/hmac/check
1500 @go_include@ crypto/md5.lo.dep
1501 crypto/md5.lo.dep: $(srcdir)/go/crypto/md5/*.go
1505 crypto/md5/check: $(CHECK_DEPS)
1507 .PHONY: crypto/md5/check
1509 @go_include@ crypto/rand.lo.dep
1510 crypto/rand.lo.dep: $(srcdir)/go/crypto/rand/*.go
1514 crypto/rand/check: $(CHECK_DEPS)
1516 .PHONY: crypto/rand/check
1518 @go_include@ crypto/rc4.lo.dep
1519 crypto/rc4.lo.dep: $(srcdir)/go/crypto/rc4/*.go
1523 crypto/rc4/check: $(CHECK_DEPS)
1525 .PHONY: crypto/rc4/check
1527 @go_include@ crypto/rsa.lo.dep
1528 crypto/rsa.lo.dep: $(srcdir)/go/crypto/rsa/*.go
1532 crypto/rsa/check: $(CHECK_DEPS)
1534 .PHONY: crypto/rsa/check
1536 @go_include@ crypto/sha1.lo.dep
1537 crypto/sha1.lo.dep: $(srcdir)/go/crypto/sha1/*.go
1541 crypto/sha1/check: $(CHECK_DEPS)
1543 .PHONY: crypto/sha1/check
1545 @go_include@ crypto/sha256.lo.dep
1546 crypto/sha256.lo.dep: $(srcdir)/go/crypto/sha256/*.go
1550 crypto/sha256/check: $(CHECK_DEPS)
1552 .PHONY: crypto/sha256/check
1554 @go_include@ crypto/sha512.lo.dep
1555 crypto/sha512.lo.dep: $(srcdir)/go/crypto/sha512/*.go
1559 crypto/sha512/check: $(CHECK_DEPS)
1561 .PHONY: crypto/sha512/check
1563 @go_include@ crypto/subtle.lo.dep
1564 crypto/subtle.lo.dep: $(srcdir)/go/crypto/subtle/*.go
1568 crypto/subtle/check: $(CHECK_DEPS)
1570 .PHONY: crypto/subtle/check
1572 @go_include@ crypto/tls.lo.dep
1573 crypto/tls.lo.dep: $(srcdir)/go/crypto/tls/*.go
1577 crypto/tls/check: $(CHECK_DEPS)
1579 .PHONY: crypto/tls/check
1581 @go_include@ crypto/x509.lo.dep
1582 crypto/x509.lo.dep: $(srcdir)/go/crypto/x509/*.go
1586 crypto/x509/check: $(CHECK_DEPS)
1588 .PHONY: crypto/x509/check
1590 @go_include@ crypto/x509/pkix.lo.dep
1591 crypto/x509/pkix.lo.dep: $(srcdir)/go/crypto/x509/pkix/*.go
1593 crypto/x509/pkix.lo:
1595 crypto/x509/pkix/check: $(CHECK_DEPS)
1597 .PHONY: crypto/x509/pkix/check
1599 @go_include@ database/sql.lo.dep
1600 database/sql.lo.dep: $(srcdir)/go/database/sql/*.go
1604 database/sql/check: $(CHECK_DEPS)
1606 .PHONY: database/sql/check
1608 @go_include@ database/sql/driver.lo.dep
1609 database/sql/driver.lo.dep: $(srcdir)/go/database/sql/driver/*.go
1611 database/sql/driver.lo:
1613 database/sql/driver/check: $(CHECK_DEPS)
1615 .PHONY: database/sql/driver/check
1617 @go_include@ debug/dwarf.lo.dep
1618 debug/dwarf.lo.dep: $(srcdir)/go/debug/dwarf/*.go
1622 debug/dwarf/check: $(CHECK_DEPS)
1624 .PHONY: debug/dwarf/check
1626 @go_include@ debug/elf.lo.dep
1627 debug/elf.lo.dep: $(srcdir)/go/debug/elf/*.go
1631 debug/elf/check: $(CHECK_DEPS)
1633 .PHONY: debug/elf/check
1635 @go_include@ debug/gosym.lo.dep
1636 debug/gosym.lo.dep: $(srcdir)/go/debug/gosym/*.go
1640 debug/gosym/check: $(CHECK_DEPS)
1642 .PHONY: debug/gosym/check
1644 @go_include@ debug/macho.lo.dep
1645 debug/macho.lo.dep: $(srcdir)/go/debug/macho/*.go
1649 debug/macho/check: $(CHECK_DEPS)
1651 .PHONY: debug/macho/check
1653 @go_include@ debug/pe.lo.dep
1654 debug/pe.lo.dep: $(srcdir)/go/debug/pe/*.go
1658 debug/pe/check: $(CHECK_DEPS)
1660 .PHONY: debug/pe/check
1662 @go_include@ debug/plan9obj.lo.dep
1663 debug/plan9obj.lo.dep: $(srcdir)/go/debug/plan9obj/*.go
1667 debug/plan9obj/check: $(CHECK_DEPS)
1669 .PHONY: debug/plan9obj/check
1671 @go_include@ encoding/asn1.lo.dep
1672 encoding/asn1.lo.dep: $(srcdir)/go/encoding/asn1/*.go
1676 encoding/asn1/check: $(CHECK_DEPS)
1678 .PHONY: encoding/asn1/check
1680 @go_include@ encoding/ascii85.lo.dep
1681 encoding/ascii85.lo.dep: $(srcdir)/go/encoding/ascii85/*.go
1683 encoding/ascii85.lo:
1685 encoding/ascii85/check: $(CHECK_DEPS)
1687 .PHONY: encoding/ascii85/check
1689 @go_include@ encoding/base32.lo.dep
1690 encoding/base32.lo.dep: $(srcdir)/go/encoding/base32/*.go
1694 encoding/base32/check: $(CHECK_DEPS)
1696 .PHONY: encoding/base32/check
1698 @go_include@ encoding/base64.lo.dep
1699 encoding/base64.lo.dep: $(srcdir)/go/encoding/base64/*.go
1703 encoding/base64/check: $(CHECK_DEPS)
1705 .PHONY: encoding/base64/check
1707 @go_include@ encoding/binary.lo.dep
1708 encoding/binary.lo.dep: $(srcdir)/go/encoding/binary/*.go
1712 encoding/binary/check: $(CHECK_DEPS)
1714 .PHONY: encoding/binary/check
1716 @go_include@ encoding/csv.lo.dep
1717 encoding/csv.lo.dep: $(srcdir)/go/encoding/csv/*.go
1721 encoding/csv/check: $(CHECK_DEPS)
1723 .PHONY: encoding/csv/check
1725 @go_include@ encoding/gob.lo.dep
1726 encoding/gob.lo.dep: $(srcdir)/go/encoding/gob/*.go
1730 encoding/gob/check: $(CHECK_DEPS)
1732 .PHONY: encoding/gob/check
1734 @go_include@ encoding/hex.lo.dep
1735 encoding/hex.lo.dep: $(srcdir)/go/encoding/hex/*.go
1739 encoding/hex/check: $(CHECK_DEPS)
1741 .PHONY: encoding/hex/check
1743 @go_include@ encoding/json.lo.dep
1744 encoding/json.lo.dep: $(srcdir)/go/encoding/json/*.go
1748 encoding/json/check: $(CHECK_DEPS)
1750 .PHONY: encoding/json/check
1752 @go_include@ encoding/pem.lo.dep
1753 encoding/pem.lo.dep: $(srcdir)/go/encoding/pem/*.go
1757 encoding/pem/check: $(CHECK_DEPS)
1759 .PHONY: encoding/pem/check
1761 @go_include@ encoding/xml.lo.dep
1762 encoding/xml.lo.dep: $(srcdir)/go/encoding/xml/*.go
1766 encoding/xml/check: $(CHECK_DEPS)
1768 .PHONY: encoding/xml/check
1770 @go_include@ exp/proxy.lo.dep
1771 exp/proxy.lo.dep: $(srcdir)/go/exp/proxy/*.go
1775 exp/proxy/check: $(CHECK_DEPS)
1777 .PHONY: exp/proxy/check
1779 @go_include@ exp/terminal.lo.dep
1780 exp/terminal.lo.dep: $(srcdir)/go/exp/terminal/*.go
1784 exp/terminal/check: $(CHECK_DEPS)
1786 .PHONY: exp/terminal/check
1788 @go_include@ html/template.lo.dep
1789 html/template.lo.dep: $(srcdir)/go/html/template/*.go
1793 html/template/check: $(CHECK_DEPS)
1795 .PHONY: html/template/check
1797 @go_include@ go/ast.lo.dep
1798 go/ast.lo.dep: $(srcdir)/go/go/ast/*.go
1802 go/ast/check: $(CHECK_DEPS)
1804 .PHONY: go/ast/check
1806 @go_include@ go/build.lo.dep
1807 go/build.lo.dep: $(srcdir)/go/go/build/*.go
1811 go/build/check: $(CHECK_DEPS)
1813 .PHONY: go/build/check
1815 @go_include@ go/constant.lo.dep
1816 go/constant.lo.dep: $(srcdir)/go/go/constant/*.go
1820 go/constant/check: $(CHECK_DEPS)
1822 .PHONY: go/constant/check
1824 @go_include@ go/doc.lo.dep
1825 go/doc.lo.dep: $(srcdir)/go/go/doc/*.go
1829 go/doc/check: $(CHECK_DEPS)
1831 .PHONY: go/doc/check
1833 @go_include@ go/format.lo.dep
1834 go/format.lo.dep: $(srcdir)/go/go/format/*.go
1838 go/format/check: $(CHECK_DEPS)
1840 .PHONY: go/format/check
1842 @go_include@ go/importer.lo.dep
1843 go/importer.lo.dep: $(srcdir)/go/go/importer/*.go
1847 go/importer/check: $(CHECK_DEPS)
1849 .PHONY: go/importer/check
1851 @go_include@ go/parser.lo.dep
1852 go/parser.lo.dep: $(srcdir)/go/go/parser/*.go
1856 go/parser/check: $(CHECK_DEPS)
1858 .PHONY: go/parser/check
1860 @go_include@ go/printer.lo.dep
1861 go/printer.lo.dep: $(srcdir)/go/go/printer/*.go
1865 go/printer/check: $(CHECK_DEPS)
1867 .PHONY: go/printer/check
1869 @go_include@ go/scanner.lo.dep
1870 go/scanner.lo.dep: $(srcdir)/go/go/scanner/*.go
1874 go/scanner/check: $(CHECK_DEPS)
1876 .PHONY: go/scanner/check
1878 @go_include@ go/token.lo.dep
1879 go/token.lo.dep: $(srcdir)/go/go/token/*.go
1883 go/token/check: $(CHECK_DEPS)
1885 .PHONY: go/token/check
1887 @go_include@ go/types.lo.dep
1888 go/types.lo.dep: $(srcdir)/go/go/types/*.go
1892 go/types/check: $(CHECK_DEPS)
1894 .PHONY: go/types/check
1896 @go_include@ go/internal/gcimporter.lo.dep
1897 go/internal/gcimporter.lo.dep: $(srcdir)/go/go/internal/gcimporter/*.go
1899 go/internal/gcimporter.lo:
1901 go/internal/gcimporter/check: $(CHECK_DEPS)
1903 .PHONY: go/internal/gcimporter/check
1905 @go_include@ go/internal/gccgoimporter.lo.dep
1906 go/internal/gccgoimporter.lo.dep: $(srcdir)/go/go/internal/gccgoimporter/*.go
1908 go/internal/gccgoimporter.lo:
1910 go/internal/gccgoimporter/check: $(CHECK_DEPS)
1912 .PHONY: go/internal/gccgoimporter/check
1914 @go_include@ golang_org/x/net/http2/hpack.lo.dep
1915 golang_org/x/net/http2/hpack.lo.dep: $(srcdir)/go/golang_org/x/net/http2/hpack/*.go
1917 golang_org/x/net/http2/hpack.lo:
1919 golang_org/x/net/http2/hpack/check: $(CHECK_DEPS)
1921 .PHONY: golang_org/x/net/http2/hpack/check
1923 @go_include@ golang_org/x/net/lex/httplex.lo.dep
1924 golang_org/x/net/lex/httplex.lo.dep: $(srcdir)/go/golang_org/x/net/lex/httplex/*.go
1926 golang_org/x/net/lex/httplex.lo:
1928 golang_org/x/net/lex/httplex/check: $(CHECK_DEPS)
1930 .PHONY: golang_org/x/net/lex/httplex/check
1934 golang_org_x_net_route_lo = \
1935 golang_org/x/net/route/route.lo
1936 golang_org_x_net_route_check = \
1937 golang_org/x/net/route/check
1939 @go_include@ golang_org/x/net/route.lo.dep
1940 golang_org/x/net/route.lo.dep: $(srcdir)/go/golang_org/x/net/route/*.go
1942 golang_org/x/net/route.lo:
1944 golang_org/x/net/route/check: $(CHECK_DEPS)
1949 .PHONY: golang_org/x/net/route/check
1951 @go_include@ hash/adler32.lo.dep
1952 hash/adler32.lo.dep: $(srcdir)/go/hash/adler32/*.go
1956 hash/adler32/check: $(CHECK_DEPS)
1958 .PHONY: hash/adler32/check
1960 @go_include@ hash/crc32.lo.dep
1961 hash/crc32.lo.dep: $(srcdir)/go/hash/crc32/*.go
1965 hash/crc32/check: $(CHECK_DEPS)
1967 .PHONY: hash/crc32/check
1969 @go_include@ hash/crc64.lo.dep
1970 hash/crc64.lo.dep: $(srcdir)/go/hash/crc64/*.go
1974 hash/crc64/check: $(CHECK_DEPS)
1976 .PHONY: hash/crc64/check
1978 @go_include@ hash/fnv.lo.dep
1979 hash/fnv.lo.dep: $(srcdir)/go/hash/fnv/*.go
1983 hash/fnv/check: $(CHECK_DEPS)
1985 .PHONY: hash/fnv/check
1987 @go_include@ image/color.lo.dep
1988 image/color.lo.dep: $(srcdir)/go/image/color/*.go
1992 image/color/check: $(CHECK_DEPS)
1994 .PHONY: image/color/check
1996 @go_include@ image/color/palette.lo.dep
1997 image/color/palette.lo.dep: $(srcdir)/go/image/color/palette/*.go
1999 image/color/palette.lo:
2001 image/color/palette/check: $(CHECK_DEPS)
2003 .PHONY: image/color/palette/check
2005 @go_include@ image/draw.lo.dep
2006 image/draw.lo.dep: $(srcdir)/go/image/draw/*.go
2010 image/draw/check: $(CHECK_DEPS)
2012 .PHONY: image/draw/check
2014 @go_include@ image/gif.lo.dep
2015 image/gif.lo.dep: $(srcdir)/go/image/gif/*.go
2019 image/gif/check: $(CHECK_DEPS)
2021 .PHONY: image/gif/check
2023 @go_include@ image/internal/imageutil.lo.dep
2024 image/internal/imageutil.lo.dep: $(srcdir)/go/image/internal/imageutil/*.go
2026 image/internal/imageutil.lo:
2028 image/internal/imageutil/check: $(CHECK_DEPS)
2030 .PHONY: image/internal/imageutil/check
2032 @go_include@ image/jpeg.lo.dep
2033 image/jpeg.lo.dep: $(srcdir)/go/image/jpeg/*.go
2037 image/jpeg/check: $(CHECK_DEPS)
2039 .PHONY: image/jpeg/check
2041 @go_include@ image/png.lo.dep
2042 image/png.lo.dep: $(srcdir)/go/image/png/*.go
2046 image/png/check: $(CHECK_DEPS)
2048 .PHONY: image/png/check
2050 @go_include@ index/suffixarray.lo.dep
2051 index/suffixarray.lo.dep: $(srcdir)/go/index/suffixarray/*.go
2053 index/suffixarray.lo:
2055 index/suffixarray/check: $(CHECK_DEPS)
2057 .PHONY: index/suffixarray/check
2059 @go_include@ internal/nettrace.lo.dep
2060 internal/nettrace.lo.dep: $(srcdir)/go/internal/nettrace/*.go
2062 internal/nettrace.lo:
2064 internal/nettrace/check: $(CHECK_DEPS)
2066 .PHONY: internal/nettrace/check
2068 @go_include@ internal/race.lo.dep
2069 internal/race.lo.dep: $(srcdir)/go/internal/race/*.go
2073 internal/race/check: $(CHECK_DEPS)
2075 .PHONY: internal/race/check
2077 @go_include@ internal/singleflight.lo.dep
2078 internal/singleflight.lo.dep: $(srcdir)/go/internal/singleflight/*.go
2080 internal/singleflight.lo:
2082 internal/singleflight/check: $(CHECK_DEPS)
2084 .PHONY: internal/singleflight/check
2086 @go_include@ internal/syscall/unix.lo.dep
2087 internal/syscall/unix.lo.dep: $(srcdir)/go/internal/syscall/unix/*.go
2089 internal/syscall/unix.lo:
2091 internal/syscall/unix/check: $(CHECK_DEPS)
2093 .PHONY: internal/syscall/unix/check
2095 @go_include@ internal/testenv.lo.dep
2096 internal/testenv.lo.dep: $(srcdir)/go/internal/testenv/*.go
2098 internal/testenv.lo:
2100 internal/testenv/check: $(CHECK_DEPS)
2102 .PHONY: internal/testenv/check
2104 @go_include@ internal/trace.lo.dep
2105 internal/trace.lo.dep: $(srcdir)/go/internal/trace/*.go
2109 internal/trace/check: $(CHECK_DEPS)
2111 .PHONY: internal/trace/check
2113 @go_include@ io/ioutil.lo.dep
2114 io/ioutil.lo.dep: $(srcdir)/go/io/ioutil/*.go
2118 io/ioutil/check: $(CHECK_DEPS)
2120 .PHONY: io/ioutil/check
2122 @go_include@ log/syslog.lo.dep
2123 log/syslog.lo.dep: $(srcdir)/go/log/syslog/*.go
2127 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc log/syslog.lo
2128 @$(MKDIR_P) log/syslog
2129 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2130 log/syslog/check: $(CHECK_DEPS)
2132 .PHONY: log/syslog/check
2134 @go_include@ math/big.lo.dep
2135 math/big.lo.dep: $(srcdir)/go/math/big/*.go
2139 math/big/check: $(CHECK_DEPS)
2141 .PHONY: math/big/check
2143 @go_include@ math/cmplx.lo.dep
2144 math/cmplx.lo.dep: $(srcdir)/go/math/cmplx/*.go
2148 math/cmplx/check: $(CHECK_DEPS)
2150 .PHONY: math/cmplx/check
2152 @go_include@ math/rand.lo.dep
2153 math/rand.lo.dep: $(srcdir)/go/math/rand/*.go
2157 math/rand/check: $(CHECK_DEPS)
2159 .PHONY: math/rand/check
2161 @go_include@ mime/multipart.lo.dep
2162 mime/multipart.lo.dep: $(srcdir)/go/mime/multipart/*.go
2166 mime/multipart/check: $(CHECK_DEPS)
2168 .PHONY: mime/multipart/check
2170 @go_include@ mime/quotedprintable.lo.dep
2171 mime/quotedprintable.lo.dep: $(srcdir)/go/mime/quotedprintable/*.go
2173 mime/quotedprintable.lo:
2175 mime/quotedprintable/check: $(CHECK_DEPS)
2177 .PHONY: mime/quotedprintable/check
2179 @go_include@ net/http.lo.dep
2180 net/http.lo.dep: $(srcdir)/go/net/http/*.go
2184 net/http/check: $(CHECK_DEPS)
2186 .PHONY: net/http/check
2188 @go_include@ net/mail.lo.dep
2189 net/mail.lo.dep: $(srcdir)/go/net/mail/*.go
2193 net/mail/check: $(CHECK_DEPS)
2195 .PHONY: net/mail/check
2197 @go_include@ net/rpc.lo.dep
2198 net/rpc.lo.dep: $(srcdir)/go/net/rpc/*.go
2202 net/rpc/check: $(CHECK_DEPS)
2204 .PHONY: net/rpc/check
2206 @go_include@ net/smtp.lo.dep
2207 net/smtp.lo.dep: $(srcdir)/go/net/smtp/*.go
2211 net/smtp/check: $(CHECK_DEPS)
2213 .PHONY: net/smtp/check
2215 @go_include@ net/url.lo.dep
2216 net/url.lo.dep: $(srcdir)/go/net/url/*.go
2220 net/url/check: $(CHECK_DEPS)
2222 .PHONY: net/url/check
2224 @go_include@ net/textproto.lo.dep
2225 net/textproto.lo.dep: $(srcdir)/go/net/textproto/*.go
2229 net/textproto/check: $(CHECK_DEPS)
2231 .PHONY: net/textproto/check
2233 @go_include@ net/http/cgi.lo.dep
2234 net/http/cgi.lo.dep: $(srcdir)/go/net/http/cgi/*.go
2238 net/http/cgi/check: $(CHECK_DEPS)
2240 .PHONY: net/http/cgi/check
2242 @go_include@ net/http/cookiejar.lo.dep
2243 net/http/cookiejar.lo.dep: $(srcdir)/go/net/http/cookiejar/*.go
2245 net/http/cookiejar.lo:
2247 net/http/cookiejar/check: $(CHECK_DEPS)
2249 .PHONY: net/http/cookiejar/check
2251 @go_include@ net/http/fcgi.lo.dep
2252 net/http/fcgi.lo.dep: $(srcdir)/go/net/http/fcgi/*.go
2256 net/http/fcgi/check: $(CHECK_DEPS)
2258 .PHONY: net/http/fcgi/check
2260 @go_include@ net/http/httptest.lo.dep
2261 net/http/httptest.lo.dep: $(srcdir)/go/net/http/httptest/*.go
2263 net/http/httptest.lo:
2265 net/http/httptest/check: $(check_deps)
2267 .PHONY: net/http/httptest/check
2269 @go_include@ net/http/httptrace.lo.dep
2270 net/http/httptrace.lo.dep: $(srcdir)/go/net/http/httptrace/*.go
2272 net/http/httptrace.lo:
2274 net/http/httptrace/check: $(check_deps)
2276 .PHONY: net/http/httptrace/check
2278 @go_include@ net/http/httputil.lo.dep
2279 net/http/httputil.lo.dep: $(srcdir)/go/net/http/httputil/*.go
2281 net/http/httputil.lo:
2283 net/http/httputil/check: $(check_deps)
2285 .PHONY: net/http/httputil/check
2287 @go_include@ net/http/internal.lo.dep
2288 net/http/internal.lo.dep: $(srcdir)/go/net/http/internal/*.go
2290 net/http/internal.lo:
2292 net/http/internal/check: $(CHECK_DEPS)
2294 .PHONY: net/http/internal/check
2296 @go_include@ net/http/pprof.lo.dep
2297 net/http/pprof.lo.dep: $(srcdir)/go/net/http/pprof/*.go
2301 net/http/pprof/check: $(CHECK_DEPS)
2303 .PHONY: net/http/pprof/check
2305 @go_include@ net/internal/socktest.lo.dep
2306 net/internal/socktest.lo.dep: $(srcdir)/go/net/internal/socktest/*.go
2308 net/internal/socktest.lo:
2310 net/internal/socktest/check: $(CHECK_DEPS)
2312 .PHONY: net/internal/socktest/check
2314 @go_include@ net/rpc/jsonrpc.lo.dep
2315 net/rpc/jsonrpc.lo.dep: $(srcdir)/go/net/rpc/jsonrpc/*.go
2319 net/rpc/jsonrpc/check: $(CHECK_DEPS)
2321 .PHONY: net/rpc/jsonrpc/check
2323 @go_include@ old/regexp.lo.dep
2324 old/regexp.lo.dep: $(srcdir)/go/old/regexp/*.go
2328 old/regexp/check: $(CHECK_DEPS)
2330 .PHONY: old/regexp/check
2332 @go_include@ old/template.lo.dep
2333 old/template.lo.dep: $(srcdir)/go/old/template/*.go
2337 old/template/check: $(CHECK_DEPS)
2339 .PHONY: old/template/check
2341 @go_include@ os/exec.lo.dep
2342 os/exec.lo.dep: $(srcdir)/go/os/exec/*.go
2346 os/exec/check: $(CHECK_DEPS)
2348 .PHONY: os/exec/check
2350 @go_include@ os/signal.lo.dep
2351 os/signal.lo.dep: $(srcdir)/go/os/signal/*.go
2355 os/signal/check: $(CHECK_DEPS)
2357 .PHONY: os/signal/check
2359 @go_include@ os/user.lo.dep
2360 os/user.lo.dep: $(srcdir)/go/os/user/*.go
2364 os/user/check: $(CHECK_DEPS)
2366 .PHONY: os/user/check
2368 @go_include@ path/filepath.lo.dep
2369 path/filepath.lo.dep: $(srcdir)/go/path/filepath/*.go
2373 path/filepath/check: $(CHECK_DEPS)
2375 .PHONY: path/filepath/check
2377 @go_include@ regexp/syntax.lo.dep
2378 regexp/syntax.lo.dep: $(srcdir)/go/regexp/syntax/*.go
2382 regexp/syntax/check: $(CHECK_DEPS)
2384 .PHONY: regexp/syntax/check
2386 @go_include@ runtime/debug.lo.dep
2387 runtime/debug.lo.dep: $(srcdir)/go/runtime/debug/*.go
2391 runtime/debug/check: $(CHECK_DEPS)
2393 .PHONY: runtime/debug/check
2395 @go_include@ runtime/pprof.lo.dep
2396 runtime/pprof.lo.dep: $(srcdir)/go/runtime/pprof/*.go
2400 runtime/pprof/check: $(CHECK_DEPS)
2402 .PHONY: runtime/pprof/check
2403 # At least for now, we need -static-libgo for this test, because
2404 # otherwise we can't get the line numbers.
2405 # Also use -fno-inline to get better results from the memory profiler.
2406 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
2408 @go_include@ runtime/internal/atomic.lo.dep
2409 runtime/internal/atomic.lo.dep: $(srcdir)/go/runtime/internal/atomic/*.go
2411 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
2412 runtime/internal/atomic.lo:
2414 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc runtime/internal/atomic.lo
2415 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
2416 runtime/internal/atomic/check: $(CHECK_DEPS)
2418 .PHONY: runtime/internal/atomic/check
2420 extra_go_files_runtime_internal_sys = version.go
2422 @go_include@ runtime/internal/sys.lo.dep
2423 runtime/internal/sys.lo.dep: $(srcdir)/go/runtime/internal/sys/*.go
2425 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
2426 runtime/internal/sys.lo:
2428 runtime/internal/sys/check: $(CHECK_DEPS)
2430 .PHONY: runtime/internal/sys/check
2432 @go_include@ sync/atomic.lo.dep
2433 sync/atomic.lo.dep: $(srcdir)/go/sync/atomic/*.go
2437 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc sync/atomic.lo
2438 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
2439 sync/atomic/check: $(CHECK_DEPS)
2441 .PHONY: sync/atomic/check
2443 @go_include@ text/scanner.lo.dep
2444 text/scanner.lo.dep: $(srcdir)/go/text/scanner/*.go
2448 text/scanner/check: $(CHECK_DEPS)
2450 .PHONY: text/scanner/check
2452 @go_include@ text/tabwriter.lo.dep
2453 text/tabwriter.lo.dep: $(srcdir)/go/text/tabwriter/*.go
2457 text/tabwriter/check: $(CHECK_DEPS)
2459 .PHONY: text/tabwriter/check
2461 @go_include@ text/template.lo.dep
2462 text/template.lo.dep: $(srcdir)/go/text/template/*.go
2466 text/template/check: $(CHECK_DEPS)
2468 .PHONY: text/template/check
2470 @go_include@ text/template/parse.lo.dep
2471 text/template/parse.lo.dep: $(srcdir)/go/text/template/parse/*.go
2473 text/template/parse.lo:
2475 text/template/parse/check: $(CHECK_DEPS)
2477 .PHONY: text/template/parse/check
2479 @go_include@ testing/iotest.lo.dep
2480 testing/iotest.lo.dep: $(srcdir)/go/testing/iotest/*.go
2484 testing/iotest/check: $(CHECK_DEPS)
2486 .PHONY: testing/iotest/check
2488 @go_include@ testing/quick.lo.dep
2489 testing/quick.lo.dep: $(srcdir)/go/testing/quick/*.go
2493 testing/quick/check: $(CHECK_DEPS)
2495 .PHONY: testing/quick/check
2497 @go_include@ unicode/utf16.lo.dep
2498 unicode/utf16.lo.dep: $(srcdir)/go/unicode/utf16/*.go
2502 unicode/utf16/check: $(CHECK_DEPS)
2504 .PHONY: unicode/utf16/check
2506 @go_include@ unicode/utf8.lo.dep
2507 unicode/utf8.lo.dep: $(srcdir)/go/unicode/utf8/*.go
2511 unicode/utf8/check: $(CHECK_DEPS)
2513 .PHONY: unicode/utf8/check
2515 @go_include@ syscall.lo.dep
2516 syscall.lo.dep: $(srcdir)/go/syscall/*.go $(extra_go_files_syscall)
2520 syscall/errno.lo: go/syscall/errno.c runtime.inc
2522 $(LTCOMPILE) -c -o $@ $<
2523 syscall/signame.lo: go/syscall/signame.c runtime.inc
2525 $(LTCOMPILE) -c -o $@ $<
2526 syscall/wait.lo: go/syscall/wait.c runtime.inc
2528 $(LTCOMPILE) -c -o $@ $<
2529 syscall/check: $(CHECK_DEPS)
2531 .PHONY: syscall/check
2533 # How to build a .gox file from a .lo file.
2535 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2536 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2542 context.gox: context.lo
2544 crypto.gox: crypto.lo
2546 encoding.gox: encoding.lo
2548 errors.gox: errors.lo
2550 expvar.gox: expvar.lo
2576 reflect.gox: reflect-go.lo
2578 regexp.gox: regexp.lo
2580 runtime.gox: runtime-go.lo
2584 strconv.gox: strconv.lo
2586 strings.gox: strings.lo
2590 syscall.gox: syscall.lo
2592 testing.gox: testing.lo
2594 time.gox: time-go.lo
2596 unicode.gox: unicode.lo
2599 archive/tar.gox: archive/tar.lo
2601 archive/zip.gox: archive/zip.lo
2604 compress/bzip2.gox: compress/bzip2.lo
2606 compress/flate.gox: compress/flate.lo
2608 compress/gzip.gox: compress/gzip.lo
2610 compress/lzw.gox: compress/lzw.lo
2612 compress/zlib.gox: compress/zlib.lo
2615 container/heap.gox: container/heap.lo
2617 container/list.gox: container/list.lo
2619 container/ring.gox: container/ring.lo
2622 crypto/aes.gox: crypto/aes.lo
2624 crypto/cipher.gox: crypto/cipher.lo
2626 crypto/des.gox: crypto/des.lo
2628 crypto/dsa.gox: crypto/dsa.lo
2630 crypto/ecdsa.gox: crypto/ecdsa.lo
2632 crypto/elliptic.gox: crypto/elliptic.lo
2634 crypto/hmac.gox: crypto/hmac.lo
2636 crypto/md5.gox: crypto/md5.lo
2638 crypto/rand.gox: crypto/rand.lo
2640 crypto/rc4.gox: crypto/rc4.lo
2642 crypto/rsa.gox: crypto/rsa.lo
2644 crypto/sha1.gox: crypto/sha1.lo
2646 crypto/sha256.gox: crypto/sha256.lo
2648 crypto/sha512.gox: crypto/sha512.lo
2650 crypto/subtle.gox: crypto/subtle.lo
2652 crypto/tls.gox: crypto/tls.lo
2654 crypto/x509.gox: crypto/x509.lo
2657 crypto/x509/pkix.gox: crypto/x509/pkix.lo
2660 database/sql.gox: database/sql.lo
2663 database/sql/driver.gox: database/sql/driver.lo
2666 debug/dwarf.gox: debug/dwarf.lo
2668 debug/elf.gox: debug/elf.lo
2670 debug/gosym.gox: debug/gosym.lo
2672 debug/macho.gox: debug/macho.lo
2674 debug/pe.gox: debug/pe.lo
2676 debug/plan9obj.gox: debug/plan9obj.lo
2679 encoding/ascii85.gox: encoding/ascii85.lo
2681 encoding/asn1.gox: encoding/asn1.lo
2683 encoding/base32.gox: encoding/base32.lo
2685 encoding/base64.gox: encoding/base64.lo
2687 encoding/binary.gox: encoding/binary.lo
2689 encoding/csv.gox: encoding/csv.lo
2691 encoding/gob.gox: encoding/gob.lo
2693 encoding/hex.gox: encoding/hex.lo
2695 encoding/json.gox: encoding/json.lo
2697 encoding/pem.gox: encoding/pem.lo
2699 encoding/xml.gox: encoding/xml.lo
2702 exp/proxy.gox: exp/proxy.lo
2704 exp/terminal.gox: exp/terminal.lo
2707 html/template.gox: html/template.lo
2710 go/ast.gox: go/ast.lo
2712 go/build.gox: go/build.lo
2714 go/constant.gox: go/constant.lo
2716 go/doc.gox: go/doc.lo
2718 go/format.gox: go/format.lo
2720 go/importer.gox: go/importer.lo
2722 go/parser.gox: go/parser.lo
2724 go/printer.gox: go/printer.lo
2726 go/scanner.gox: go/scanner.lo
2728 go/token.gox: go/token.lo
2730 go/types.gox: go/types.lo
2733 go/internal/gcimporter.gox: go/internal/gcimporter.lo
2735 go/internal/gccgoimporter.gox: go/internal/gccgoimporter.lo
2738 golang_org/x/net/http2/hpack.gox: golang_org/x/net/http2/hpack.lo
2741 golang_org/x/net/lex/httplex.gox: golang_org/x/net/lex/httplex.lo
2745 golang_org/x/net/route.gox: golang_org/x/net/route.lo
2749 hash/adler32.gox: hash/adler32.lo
2751 hash/crc32.gox: hash/crc32.lo
2753 hash/crc64.gox: hash/crc64.lo
2755 hash/fnv.gox: hash/fnv.lo
2758 image/color.gox: image/color.lo
2760 image/draw.gox: image/draw.lo
2762 image/gif.gox: image/gif.lo
2764 image/internal/imageutil.gox: image/internal/imageutil.lo
2766 image/jpeg.gox: image/jpeg.lo
2768 image/png.gox: image/png.lo
2771 image/color/palette.gox: image/color/palette.lo
2774 index/suffixarray.gox: index/suffixarray.lo
2777 internal/nettrace.gox: internal/nettrace.lo
2779 internal/race.gox: internal/race.lo
2781 internal/singleflight.gox: internal/singleflight.lo
2783 internal/syscall/unix.gox: internal/syscall/unix.lo
2785 internal/testenv.gox: internal/testenv.lo
2787 internal/trace.gox: internal/trace.lo
2790 io/ioutil.gox: io/ioutil.lo
2793 log/syslog.gox: log/syslog.lo
2796 math/big.gox: math/big.lo
2798 math/cmplx.gox: math/cmplx.lo
2800 math/rand.gox: math/rand.lo
2803 mime/multipart.gox: mime/multipart.lo
2805 mime/quotedprintable.gox: mime/quotedprintable.lo
2808 net/http.gox: net/http.lo
2810 net/mail.gox: net/mail.lo
2812 net/rpc.gox: net/rpc.lo
2814 net/smtp.gox: net/smtp.lo
2816 net/textproto.gox: net/textproto.lo
2818 net/url.gox: net/url.lo
2821 net/http/cgi.gox: net/http/cgi.lo
2823 net/http/cookiejar.gox: net/http/cookiejar.lo
2825 net/http/fcgi.gox: net/http/fcgi.lo
2827 net/http/httptest.gox: net/http/httptest.lo
2829 net/http/httptrace.gox: net/http/httptrace.lo
2831 net/http/httputil.gox: net/http/httputil.lo
2833 net/http/pprof.gox: net/http/pprof.lo
2836 net/http/internal.gox: net/http/internal.lo
2839 net/internal/socktest.gox: net/internal/socktest.lo
2842 net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
2845 old/regexp.gox: old/regexp.lo
2847 old/template.gox: old/template.lo
2850 os/exec.gox: os/exec.lo
2852 os/signal.gox: os/signal.lo
2854 os/user.gox: os/user.lo
2857 path/filepath.gox: path/filepath.lo
2860 regexp/syntax.gox: regexp/syntax.lo
2863 runtime/debug.gox: runtime/debug.lo
2865 runtime/pprof.gox: runtime/pprof.lo
2867 runtime/internal/atomic.gox: runtime/internal/atomic.lo
2869 runtime/internal/sys.gox: runtime/internal/sys.lo
2872 sync/atomic.gox: sync/atomic.lo
2875 text/scanner.gox: text/scanner.lo
2877 text/tabwriter.gox: text/tabwriter.lo
2879 text/template.gox: text/template.lo
2881 text/template/parse.gox: text/template/parse.lo
2884 testing/iotest.gox: testing/iotest.lo
2886 testing/quick.gox: testing/quick.lo
2889 unicode/utf16.gox: unicode/utf16.lo
2891 unicode/utf8.gox: unicode/utf8.lo
2923 compress/bzip2/check \
2924 compress/flate/check \
2925 compress/gzip/check \
2926 compress/lzw/check \
2927 compress/zlib/check \
2928 container/heap/check \
2929 container/list/check \
2930 container/ring/check \
2932 crypto/cipher/check \
2935 crypto/ecdsa/check \
2936 crypto/elliptic/check \
2943 crypto/sha256/check \
2944 crypto/sha512/check \
2945 crypto/subtle/check \
2948 database/sql/check \
2949 database/sql/driver/check \
2954 debug/plan9obj/check \
2955 encoding/ascii85/check \
2956 encoding/asn1/check \
2957 encoding/base32/check \
2958 encoding/base64/check \
2959 encoding/binary/check \
2960 encoding/csv/check \
2961 encoding/gob/check \
2962 encoding/hex/check \
2963 encoding/json/check \
2964 encoding/pem/check \
2965 encoding/xml/check \
2967 exp/terminal/check \
2968 html/template/check \
2974 go/internal/gcimporter/check \
2975 go/internal/gccgoimporter/check \
2981 golang_org/x/net/http2/hpack/check \
2982 golang_org/x/net/lex/httplex/check \
2983 $(golang_org_x_net_route_check) \
2984 hash/adler32/check \
2992 index/suffixarray/check \
2993 internal/singleflight/check \
2994 internal/trace/check \
3000 mime/multipart/check \
3001 mime/quotedprintable/check \
3003 net/http/cgi/check \
3004 net/http/cookiejar/check \
3005 net/http/fcgi/check \
3006 net/http/httptest/check \
3007 net/http/httptrace/check \
3008 net/http/httputil/check \
3009 net/http/internal/check \
3010 net/internal/socktest/check \
3014 net/textproto/check \
3016 net/rpc/jsonrpc/check \
3018 old/template/check \
3022 path/filepath/check \
3023 regexp/syntax/check \
3024 runtime/pprof/check \
3025 runtime/internal/atomic/check \
3026 runtime/internal/sys/check \
3028 text/scanner/check \
3029 text/tabwriter/check \
3030 text/template/check \
3031 text/template/parse/check \
3032 testing/quick/check \
3033 unicode/utf16/check \
3037 check-recursive: check-head
3040 @echo "Test Run By $${USER} on `date`" > libgo.head
3041 @echo "Native configuration is $(host_triplet)" >> libgo.head
3043 @echo " === libgo tests ===" >> libgo.head
3046 check-tail: check-recursive check-multi
3047 @if test "$(USE_DEJAGNU)" = "yes"; then \
3050 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3051 for dir in . $(MULTIDIRS); do \
3052 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3053 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3055 mv libgo.head libgo.sum; \
3056 cp libgo.sum libgo.log; \
3057 echo "Schedule of variations:" >> libgo.sum; \
3058 for dir in . $(MULTIDIRS); do \
3059 multidir=../$${dir}/$${lib}; \
3060 multivar=`cat $${multidir}/libgo.var`; \
3061 echo " $${multivar}" >> libgo.sum; \
3063 echo >> libgo.sum; \
3064 pass=0; fail=0; untested=0; \
3065 for dir in . $(MULTIDIRS); do \
3066 multidir=../$${dir}/$${lib}; \
3067 multivar=`cat $${multidir}/libgo.var`; \
3068 echo "Running target $${multivar}" >> libgo.sum; \
3069 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3070 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3071 cat $${multidir}/libgo.log.sep >> libgo.log; \
3072 if test -n "${MULTIDIRS}"; then \
3073 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3074 echo >> libgo.sum; \
3076 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3077 pass=`expr $$pass + $$p`; \
3078 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3079 echo "# of expected passes $$p" >> libgo.sum; \
3081 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3082 fail=`expr $$fail + $$p`; \
3083 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3084 echo "# of unexpected failures $$p" >> libgo.sum; \
3086 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3087 untested=`expr $$untested + $$p`; \
3088 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3089 echo "# of untested testcases $$p" >> libgo.sum; \
3092 echo >> libgo.sum; \
3093 echo " === libgo Summary ===" >> libgo.sum; \
3094 echo >> libgo.sum; \
3095 if test "$$pass" -ne "0"; then \
3096 echo "# of expected passes $$pass" >> libgo.sum; \
3098 if test "$$fail" -ne "0"; then \
3099 echo "# of unexpected failures $$fail" >> libgo.sum; \
3101 if test "$$untested" -ne "0"; then \
3102 echo "# of untested testcases $$untested" >> libgo.sum; \
3104 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3105 echo >> libgo.log; \
3106 echo "runtest completed at `date`" >> libgo.log; \
3107 if test "$$fail" -ne "0"; then \
3115 @rm -f libgo.sum libgo.log libgo.tail
3117 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3118 echo "$${multivar}" > libgo.var
3119 @for f in $(TEST_PACKAGES); do \
3120 rm -f $$f-testsum $$f-testlog; \
3122 -@$(MAKE) -k $(TEST_PACKAGES)
3123 @for f in $(TEST_PACKAGES); do \
3124 if test -f $$f-testsum; then \
3125 cat $$f-testsum >> libgo.sum; \
3127 if test -f $$f-testlog; then \
3128 cat $$f-testlog >> libgo.log; \
3133 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3136 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3138 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
3141 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3142 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3143 find . -name '*-testsum' -print | xargs rm -f
3144 find . -name '*-testlog' -print | xargs rm -f
3146 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
3149 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3150 find . -name '*.a' -print | xargs rm -f