2015-09-15 05:43:01 +02:00
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2010-12-03 05:34:57 +01:00
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2015-09-15 05:43:01 +02:00
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
2010-12-03 05:34:57 +01:00
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@ S E T _ M A K E @
# Makefile.am -- Go library Makefile.
2011-01-14 19:46:42 +01:00
# Copyright 2009 The Go Authors. All rights reserved.
2010-12-03 05:34:57 +01:00
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Process this file with autoreconf to produce Makefile.in.
VPATH = @srcdir@
2015-09-15 05:43:01 +02:00
am__make_dryrun = \
{ \
am__dry = no; \
case $$ MAKEFLAGS in \
*\\ [ \ \ ] *) \
echo 'am--echo: ; @echo "AM" OK' | $( MAKE) -f - 2>/dev/null \
| grep '^AM OK$$' >/dev/null || am__dry = yes; ; \
*) \
for am__flg in $$ MAKEFLAGS; do \
case $$ am__flg in \
*= *| --*) ; ; \
*n*) am__dry = yes; break; ; \
esac ; \
done ; ; \
esac ; \
test $$ am__dry = yes; \
}
2010-12-03 05:34:57 +01:00
pkgdatadir = $( datadir) /@PACKAGE@
pkgincludedir = $( includedir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
pkglibexecdir = $( libexecdir) /@PACKAGE@
am__cd = CDPATH = " $$ {ZSH_VERSION+.} $( PATH_SEPARATOR) " && cd
install_sh_DATA = $( install_sh) -c -m 644
install_sh_PROGRAM = $( install_sh) -c
install_sh_SCRIPT = $( install_sh) -c
INSTALL_HEADER = $( INSTALL_DATA)
transform = $( program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
2014-11-14 19:02:50 +01:00
@ G O C _ I S _ L L G O _ T R U E @ am__append_1 = libgo-llgo.la libgobegin-llgo.a
@ G O C _ I S _ L L G O _ F A L S E @ am__append_2 = libgo.la libgobegin.a
2010-12-03 05:34:57 +01:00
subdir = .
2012-09-20 18:32:27 +02:00
DIST_COMMON = README $( srcdir) /Makefile.in $( srcdir) /Makefile.am \
$( top_srcdir) /configure $( am__configure_deps) \
$( srcdir) /config.h.in $( srcdir) /../mkinstalldirs \
$( srcdir) /../depcomp
2010-12-03 05:34:57 +01:00
ACLOCAL_M4 = $( top_srcdir) /aclocal.m4
am__aclocal_m4_deps = $( top_srcdir) /../config/depstand.m4 \
$( top_srcdir) /../config/lead-dot.m4 \
$( top_srcdir) /../config/multi.m4 \
$( top_srcdir) /../config/override.m4 \
$( top_srcdir) /../config/unwind_ipinfo.m4 \
$( top_srcdir) /config/go.m4 $( top_srcdir) /config/libtool.m4 \
$( top_srcdir) /config/ltoptions.m4 \
$( top_srcdir) /config/ltsugar.m4 \
$( top_srcdir) /config/ltversion.m4 \
$( top_srcdir) /config/lt~obsolete.m4 $( top_srcdir) /configure.ac
am__configure_deps = $( am__aclocal_m4_deps) $( CONFIGURE_DEPENDENCIES) \
$( ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip = ` echo " $( srcdir) " | sed 's|.|.|g' ` ;
am__vpath_adj = case $$ p in \
$( srcdir) /*) f = ` echo " $$ p " | sed " s|^ $$ srcdirstrip/|| " ` ; ; \
*) f = $$ p; ; \
esac ;
am__strip_dir = f = ` echo $$ p | sed -e 's|^.*/||' ` ;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip = ` echo " $( srcdir) " | sed 's/[].[^$$\\*|]/\\\\&/g' `
am__nobase_strip = \
for p in $$ list; do echo " $$ p " ; done | sed -e " s| $$ srcdirstrip/|| "
am__nobase_list = $( am__nobase_strip_setup) ; \
for p in $$ list; do echo " $$ p $$ p " ; done | \
sed " s| $$ srcdirstrip/| |; " ' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$( AWK) ' BEGIN { files[ "." ] = "" } { files[ $$ 2] = files[ $$ 2] " " $$ 1; \
if ( ++n[ $$ 2] = = $( am__install_max) ) \
{ print $$ 2, files[ $$ 2] ; n[ $$ 2] = 0; files[ $$ 2] = "" } } \
END { for ( dir in files) print dir, files[ dir] } '
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
2015-09-15 05:43:01 +02:00
am__uninstall_files_from_dir = { \
test -z " $$ files " \
|| { test ! -d " $$ dir " && test ! -f " $$ dir " && test ! -r " $$ dir " ; } \
|| { echo " ( cd ' $$ dir' && rm -f " $$ files ")" ; \
$( am__cd) " $$ dir " && rm -f $$ files; } ; \
}
2010-12-03 05:34:57 +01:00
am__installdirs = " $( DESTDIR) $( toolexeclibdir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibdir) " " $( DESTDIR) $( toolexeclibgodir) " \
" $( DESTDIR) $( toolexeclibgoarchivedir) " \
" $( DESTDIR) $( toolexeclibgocompressdir) " \
" $( DESTDIR) $( toolexeclibgocontainerdir) " \
" $( DESTDIR) $( toolexeclibgocryptodir) " \
2011-09-16 17:47:21 +02:00
" $( DESTDIR) $( toolexeclibgocryptox509dir) " \
2012-01-25 22:54:22 +01:00
" $( DESTDIR) $( toolexeclibgodatabasedir) " \
" $( DESTDIR) $( toolexeclibgodatabasesqldir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgodebugdir) " \
" $( DESTDIR) $( toolexeclibgoencodingdir) " \
" $( DESTDIR) $( toolexeclibgoexpdir) " \
" $( DESTDIR) $( toolexeclibgogodir) " \
" $( DESTDIR) $( toolexeclibgohashdir) " \
2011-12-07 02:11:29 +01:00
" $( DESTDIR) $( toolexeclibgohtmldir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgoimagedir) " \
2013-11-06 20:49:01 +01:00
" $( DESTDIR) $( toolexeclibgoimagecolordir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgoindexdir) " \
" $( DESTDIR) $( toolexeclibgoiodir) " \
2011-12-07 02:11:29 +01:00
" $( DESTDIR) $( toolexeclibgologdir) " \
" $( DESTDIR) $( toolexeclibgomathdir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgomimedir) " \
" $( DESTDIR) $( toolexeclibgonetdir) " \
2011-12-07 02:11:29 +01:00
" $( DESTDIR) $( toolexeclibgonethttpdir) " \
" $( DESTDIR) $( toolexeclibgonetrpcdir) " \
2011-09-16 17:47:21 +02:00
" $( DESTDIR) $( toolexeclibgoolddir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgoosdir) " \
2011-03-25 00:46:17 +01:00
" $( DESTDIR) $( toolexeclibgopathdir) " \
2011-10-27 01:57:58 +02:00
" $( DESTDIR) $( toolexeclibgoregexpdir) " \
2010-12-07 15:18:35 +01:00
" $( DESTDIR) $( toolexeclibgoruntimedir) " \
2011-03-17 00:05:44 +01:00
" $( DESTDIR) $( toolexeclibgosyncdir) " \
2011-12-07 02:11:29 +01:00
" $( DESTDIR) $( toolexeclibgotestingdir) " \
" $( DESTDIR) $( toolexeclibgotextdir) " \
" $( DESTDIR) $( toolexeclibgotexttemplatedir) " \
" $( DESTDIR) $( toolexeclibgounicodedir) "
2010-12-03 05:34:57 +01:00
LIBRARIES = $( toolexeclib_LIBRARIES)
ARFLAGS = cru
2014-11-14 19:02:50 +01:00
libgobegin_llgo_a_AR = $( AR) $( ARFLAGS)
libgobegin_llgo_a_LIBADD =
2015-04-25 00:08:32 +02:00
am_libgobegin_llgo_a_OBJECTS = libgobegin_llgo_a-go-main.$( OBJEXT)
2014-11-14 19:02:50 +01:00
libgobegin_llgo_a_OBJECTS = $( am_libgobegin_llgo_a_OBJECTS)
2010-12-03 05:34:57 +01:00
libgobegin_a_AR = $( AR) $( ARFLAGS)
libgobegin_a_LIBADD =
2015-04-25 00:08:32 +02:00
am_libgobegin_a_OBJECTS = libgobegin_a-go-main.$( OBJEXT)
2010-12-03 05:34:57 +01:00
libgobegin_a_OBJECTS = $( am_libgobegin_a_OBJECTS)
2015-04-29 23:31:53 +02:00
libgolibbegin_a_AR = $( AR) $( ARFLAGS)
libgolibbegin_a_LIBADD =
am_libgolibbegin_a_OBJECTS = libgolibbegin_a-go-libmain.$( OBJEXT)
libgolibbegin_a_OBJECTS = $( am_libgolibbegin_a_OBJECTS)
2015-04-07 20:09:28 +02:00
libnetgo_a_AR = $( AR) $( ARFLAGS)
libnetgo_a_DEPENDENCIES = netgo.o
2016-08-06 02:36:33 +02:00
am_libnetgo_a_OBJECTS =
2015-04-07 20:09:28 +02:00
libnetgo_a_OBJECTS = $( am_libnetgo_a_OBJECTS)
2010-12-03 05:34:57 +01:00
LTLIBRARIES = $( toolexeclib_LTLIBRARIES)
2016-08-06 02:36:33 +02:00
am__DEPENDENCIES_1 = bufio.lo bytes.lo bytes/index.lo context.lo \
2016-07-22 20:15:38 +02:00
crypto.lo encoding.lo errors.lo expvar.lo flag.lo fmt.lo \
hash.lo html.lo image.lo io.lo log.lo math.lo mime.lo net.lo \
os.lo path.lo reflect-go.lo reflect/makefunc_ffi_c.lo \
regexp.lo runtime-go.lo sort.lo strconv.lo strings.lo \
strings/index.lo sync.lo syscall.lo syscall/errno.lo \
syscall/signame.lo syscall/wait.lo testing.lo time-go.lo \
unicode.lo archive/tar.lo archive/zip.lo compress/bzip2.lo \
2014-07-19 23:36:26 +02:00
compress/flate.lo compress/gzip.lo compress/lzw.lo \
compress/zlib.lo container/heap.lo container/list.lo \
container/ring.lo crypto/aes.lo crypto/cipher.lo crypto/des.lo \
crypto/dsa.lo crypto/ecdsa.lo crypto/elliptic.lo \
crypto/hmac.lo crypto/md5.lo crypto/rand.lo crypto/rc4.lo \
crypto/rsa.lo crypto/sha1.lo crypto/sha256.lo crypto/sha512.lo \
crypto/subtle.lo crypto/tls.lo crypto/x509.lo \
2012-02-01 20:26:59 +01:00
crypto/x509/pkix.lo database/sql.lo database/sql/driver.lo \
2014-07-19 10:53:52 +02:00
debug/dwarf.lo debug/elf.lo debug/gosym.lo debug/macho.lo \
debug/pe.lo debug/plan9obj.lo encoding/ascii85.lo \
encoding/asn1.lo encoding/base32.lo encoding/base64.lo \
encoding/binary.lo encoding/csv.lo encoding/gob.lo \
encoding/hex.lo encoding/json.lo encoding/pem.lo \
encoding/xml.lo exp/proxy.lo exp/terminal.lo html/template.lo \
2015-10-31 01:59:47 +01:00
go/ast.lo go/build.lo go/constant.lo go/doc.lo go/format.lo \
go/importer.lo go/internal/gcimporter.lo \
go/internal/gccgoimporter.lo go/parser.lo go/printer.lo \
2016-07-22 20:15:38 +02:00
go/scanner.lo go/token.lo go/types.lo \
golang_org/x/net/http2/hpack.lo \
golang_org/x/net/lex/httplex.lo $( golang_org_x_net_route_lo) \
hash/adler32.lo hash/crc32.lo hash/crc64.lo hash/fnv.lo \
net/http/cgi.lo net/http/cookiejar.lo net/http/fcgi.lo \
net/http/httptest.lo net/http/httptrace.lo \
2015-01-15 01:27:56 +01:00
net/http/httputil.lo net/http/internal.lo net/http/pprof.lo \
image/color.lo image/color/palette.lo image/draw.lo \
2015-10-31 01:59:47 +01:00
image/gif.lo image/internal/imageutil.lo image/jpeg.lo \
2016-07-22 20:15:38 +02:00
image/png.lo index/suffixarray.lo internal/nettrace.lo \
internal/race.lo internal/singleflight.lo \
internal/syscall/unix.lo internal/testenv.lo internal/trace.lo \
io/ioutil.lo log/syslog.lo log/syslog/syslog_c.lo math/big.lo \
math/cmplx.lo math/rand.lo mime/multipart.lo \
mime/quotedprintable.lo net/http.lo net/internal/socktest.lo \
net/mail.lo net/rpc.lo net/smtp.lo net/textproto.lo net/url.lo \
2016-08-06 02:36:33 +02:00
old/regexp.lo old/template.lo os/exec.lo os/signal.lo \
os/user.lo path/filepath.lo regexp/syntax.lo \
2012-12-13 00:13:29 +01:00
net/rpc/jsonrpc.lo runtime/debug.lo runtime/pprof.lo \
2016-09-10 14:21:59 +02:00
runtime/internal/atomic.lo runtime/internal/atomic_c.lo \
2016-09-11 15:23:27 +02:00
runtime/internal/sys.lo sync/atomic.lo sync/atomic_c.lo \
text/scanner.lo text/tabwriter.lo text/template.lo \
text/template/parse.lo testing/iotest.lo testing/quick.lo \
unicode/utf16.lo unicode/utf8.lo
2016-08-06 02:36:33 +02:00
am__DEPENDENCIES_2 =
am__DEPENDENCIES_3 = $( am__DEPENDENCIES_1) \
../libbacktrace/libbacktrace.la $( am__DEPENDENCIES_2) \
$( am__DEPENDENCIES_2) $( am__DEPENDENCIES_2) \
$( am__DEPENDENCIES_2) $( am__DEPENDENCIES_2)
2014-11-14 19:02:50 +01:00
libgo_llgo_la_DEPENDENCIES = $( am__DEPENDENCIES_3)
2016-09-30 15:45:08 +02:00
@ H A V E _ S Y S _ M M A N _ H _ F A L S E @ am__objects_1 = mem_posix_memalign.lo
@ H A V E _ S Y S _ M M A N _ H _ T R U E @ am__objects_1 = mem.lo
@ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ am__objects_2 = netpoll_kqueue.lo
@ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ am__objects_2 = netpoll_select.lo
@ L I B G O _ I S _ L I N U X _ T R U E @ am__objects_2 = netpoll_epoll.lo
@ L I B G O _ I S _ L I N U X _ F A L S E @ am__objects_3 = thread-sema.lo
@ L I B G O _ I S _ L I N U X _ T R U E @ am__objects_3 = thread-linux.lo
2016-08-06 02:36:33 +02:00
@ L I B G O _ I S _ R T E M S _ T R U E @ am__objects_4 = rtems-task-variable-add.lo
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ N E T B S D _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ am__objects_5 = getncpu-none.lo
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ N E T B S D _ T R U E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ am__objects_5 = getncpu-bsd.lo
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ T R U E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ am__objects_5 = getncpu-bsd.lo
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ am__objects_5 = getncpu-solaris.lo
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ I R I X _ T R U E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ am__objects_5 = getncpu-irix.lo
@ L I B G O _ I S _ D A R W I N _ T R U E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ am__objects_5 = \
2012-08-07 06:42:49 +02:00
@ L I B G O _ I S _ D A R W I N _ T R U E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ g e t n c p u - b s d . l o
2016-08-06 02:36:33 +02:00
@ L I B G O _ I S _ L I N U X _ T R U E @ am__objects_5 = getncpu-linux.lo
am__objects_6 = go-append.lo go-assert.lo go-assert-interface.lo \
2010-12-03 05:34:57 +01:00
go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
2013-10-10 00:31:15 +02:00
go-callers.lo go-can-convert-interface.lo go-cdiv.lo go-cgo.lo \
2012-03-02 17:38:43 +01:00
go-check-interface.lo go-construct-map.lo \
go-convert-interface.lo go-copy.lo go-defer.lo \
go-deferred-recover.lo go-eface-compare.lo \
2014-07-19 23:36:26 +02:00
go-eface-val-compare.lo go-ffi.lo go-fieldtrack.lo \
2011-11-28 06:45:49 +01:00
go-int-array-to-string.lo go-int-to-string.lo \
2011-02-22 03:52:55 +01:00
go-interface-compare.lo go-interface-eface-compare.lo \
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
go-interface-val-compare.lo go-make-slice.lo go-matherr.lo \
go-memclr.lo go-memcmp.lo go-memequal.lo go-memmove.lo \
go-nanotime.lo go-now.lo go-new.lo go-nosys.lo go-panic.lo \
2016-10-11 01:13:39 +02:00
go-recover.lo go-reflect-call.lo go-rune.lo \
2012-11-06 19:12:45 +01:00
go-runtime-error.lo go-setenv.lo go-signal.lo go-strcmp.lo \
go-string-to-byte-array.lo go-string-to-int-array.lo \
2013-06-19 01:49:49 +02:00
go-strplus.lo go-strslice.lo go-traceback.lo \
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
go-type-complex.lo go-type-eface.lo go-type-float.lo \
go-type-identity.lo go-type-interface.lo go-type-string.lo \
go-typedesc-equal.lo go-unsafe-new.lo go-unsafe-newarray.lo \
go-unsafe-pointer.lo go-unsetenv.lo go-unwind.lo go-varargs.lo \
2016-09-30 15:45:08 +02:00
env_posix.lo heapdump.lo mcache.lo mcentral.lo \
$( am__objects_1) mfixalloc.lo mgc0.lo mheap.lo msize.lo \
$( am__objects_2) panic.lo parfor.lo print.lo proc.lo \
runtime.lo signal_unix.lo thread.lo $( am__objects_3) yield.lo \
2016-10-10 18:52:09 +02:00
$( am__objects_4) cpuprof.lo go-iface.lo lfstack.lo malloc.lo \
mprof.lo netpoll.lo rdebug.lo reflect.lo runtime1.lo sema.lo \
sigqueue.lo string.lo time.lo $( am__objects_5)
2016-08-06 02:36:33 +02:00
am_libgo_llgo_la_OBJECTS = $( am__objects_6)
2014-11-14 19:02:50 +01:00
libgo_llgo_la_OBJECTS = $( am_libgo_llgo_la_OBJECTS)
libgo_llgo_la_LINK = $( LIBTOOL) --tag= CC $( AM_LIBTOOLFLAGS) \
$( LIBTOOLFLAGS) --mode= link $( CCLD) $( AM_CFLAGS) $( CFLAGS) \
$( libgo_llgo_la_LDFLAGS) $( LDFLAGS) -o $@
@ G O C _ I S _ L L G O _ T R U E @ am_libgo_llgo_la_rpath = -rpath $( toolexeclibdir)
libgo_la_DEPENDENCIES = $( am__DEPENDENCIES_3)
2016-08-06 02:36:33 +02:00
am_libgo_la_OBJECTS = $( am__objects_6)
2010-12-03 05:34:57 +01:00
libgo_la_OBJECTS = $( am_libgo_la_OBJECTS)
2011-04-01 07:11:23 +02:00
libgo_la_LINK = $( LIBTOOL) --tag= CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) \
--mode= link $( CCLD) $( AM_CFLAGS) $( CFLAGS) $( libgo_la_LDFLAGS) \
$( LDFLAGS) -o $@
2014-11-14 19:02:50 +01:00
@ G O C _ I S _ L L G O _ F A L S E @ am_libgo_la_rpath = -rpath $( toolexeclibdir)
2010-12-03 05:34:57 +01:00
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $( SHELL) $( top_srcdir) /../depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) \
$( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS)
LTCOMPILE = $( LIBTOOL) --tag= CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) \
--mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) \
$( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS)
CCLD = $( CC)
LINK = $( LIBTOOL) --tag= CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) \
--mode= link $( CCLD) $( AM_CFLAGS) $( CFLAGS) $( AM_LDFLAGS) \
$( LDFLAGS) -o $@
2014-11-14 19:02:50 +01:00
SOURCES = $( libgobegin_llgo_a_SOURCES) $( libgobegin_a_SOURCES) \
2015-04-29 23:31:53 +02:00
$( libgolibbegin_a_SOURCES) $( libnetgo_a_SOURCES) \
$( libgo_llgo_la_SOURCES) $( libgo_la_SOURCES)
2010-12-03 05:34:57 +01:00
MULTISRCTOP =
MULTIBUILDTOP =
MULTIDIRS =
MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
2015-09-15 05:43:01 +02:00
am__can_run_installinfo = \
case $$ AM_UPDATE_INFO_DIR in \
n| no| NO) false; ; \
*) ( install-info --version) >/dev/null 2>& 1; ; \
esac
2015-03-24 20:50:31 +01:00
DATA = $( noinst_DATA) $( toolexeclibgo_DATA) \
$( toolexeclibgoarchive_DATA) $( toolexeclibgocompress_DATA) \
$( toolexeclibgocontainer_DATA) $( toolexeclibgocrypto_DATA) \
$( toolexeclibgocryptox509_DATA) $( toolexeclibgodatabase_DATA) \
$( toolexeclibgodatabasesql_DATA) $( toolexeclibgodebug_DATA) \
$( toolexeclibgoencoding_DATA) $( toolexeclibgoexp_DATA) \
$( toolexeclibgogo_DATA) $( toolexeclibgohash_DATA) \
$( toolexeclibgohtml_DATA) $( toolexeclibgoimage_DATA) \
$( toolexeclibgoimagecolor_DATA) $( toolexeclibgoindex_DATA) \
$( toolexeclibgoio_DATA) $( toolexeclibgolog_DATA) \
$( toolexeclibgomath_DATA) $( toolexeclibgomime_DATA) \
$( toolexeclibgonet_DATA) $( toolexeclibgonethttp_DATA) \
$( toolexeclibgonetrpc_DATA) $( toolexeclibgoold_DATA) \
$( toolexeclibgoos_DATA) $( toolexeclibgopath_DATA) \
$( toolexeclibgoregexp_DATA) $( toolexeclibgoruntime_DATA) \
$( toolexeclibgosync_DATA) $( toolexeclibgotesting_DATA) \
$( toolexeclibgotext_DATA) $( toolexeclibgotexttemplate_DATA) \
$( toolexeclibgounicode_DATA)
2010-12-03 05:34:57 +01:00
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS = $( RECURSIVE_TARGETS:-recursive= ) \
2012-09-20 18:32:27 +02:00
$( RECURSIVE_CLEAN_TARGETS:-recursive= ) tags TAGS ctags CTAGS
2010-12-03 05:34:57 +01:00
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = testsuite
ACLOCAL = @ACLOCAL@
2016-09-11 15:23:27 +02:00
ALLGOARCH = @ALLGOARCH@
ALLGOARCHFAMILY = @ALLGOARCHFAMILY@
ALLGOOS = @ALLGOOS@
2010-12-03 05:34:57 +01:00
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
2011-07-11 22:27:50 +02:00
CC_FOR_BUILD = @CC_FOR_BUILD@
2010-12-03 05:34:57 +01:00
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
2011-01-12 03:03:46 +01:00
GOARCH = @GOARCH@
2016-09-11 15:23:27 +02:00
GOARCH_BIGENDIAN = @GOARCH_BIGENDIAN@
GOARCH_CACHELINESIZE = @GOARCH_CACHELINESIZE@
GOARCH_FAMILY = @GOARCH_FAMILY@
GOARCH_HUGEPAGESIZE = @GOARCH_HUGEPAGESIZE@
GOARCH_INT64ALIGN = @GOARCH_INT64ALIGN@
GOARCH_MINFRAMESIZE = @GOARCH_MINFRAMESIZE@
GOARCH_PCQUANTUM = @GOARCH_PCQUANTUM@
GOARCH_PHYSPAGESIZE = @GOARCH_PHYSPAGESIZE@
2010-12-03 05:34:57 +01:00
GOC = @GOC@
GOCFLAGS = $( CFLAGS)
2011-01-12 03:03:46 +01:00
GOOS = @GOOS@
2011-10-23 21:04:37 +02:00
GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
2015-09-15 23:15:37 +02:00
GO_SPLIT_STACK = @GO_SPLIT_STACK@
2011-10-23 21:04:37 +02:00
GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
2010-12-03 05:34:57 +01:00
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
2014-05-29 22:22:27 +02:00
LIBATOMIC = @LIBATOMIC@
2010-12-03 05:34:57 +01:00
LIBFFI = @LIBFFI@
LIBFFIINCS = @LIBFFIINCS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
2012-02-08 20:38:17 +01:00
MATH_FLAG = @MATH_FLAG@
2010-12-08 03:08:59 +01:00
MATH_LIBS = @MATH_LIBS@
2010-12-03 05:34:57 +01:00
MKDIR_P = @MKDIR_P@
2011-01-12 07:34:08 +01:00
NET_LIBS = @NET_LIBS@
2010-12-03 05:34:57 +01:00
NM = @NM@
NMEDIT = @NMEDIT@
OBJCOPY = @OBJCOPY@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
2011-04-01 07:11:23 +02:00
OSCFLAGS = @OSCFLAGS@
2010-12-03 05:34:57 +01:00
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
2010-12-03 22:27:06 +01:00
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
2010-12-03 05:34:57 +01:00
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
2011-11-01 05:12:01 +01:00
SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
2010-12-03 05:34:57 +01:00
SPLIT_STACK = @SPLIT_STACK@
STRINGOPS_FLAG = @STRINGOPS_FLAG@
STRIP = @STRIP@
2011-11-01 05:12:01 +01:00
STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
2013-02-05 23:22:17 +01:00
USE_DEJAGNU = @USE_DEJAGNU@
2010-12-03 05:34:57 +01:00
VERSION = @VERSION@
WARN_FLAGS = @WARN_FLAGS@
WERROR = @WERROR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
enable_shared = @enable_shared@
enable_static = @enable_static@
exec_prefix = @exec_prefix@
glibgo_toolexecdir = @glibgo_toolexecdir@
glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
2011-12-03 01:16:12 +01:00
go_include = @go_include@
2010-12-03 05:34:57 +01:00
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
libtool_VERSION = @libtool_VERSION@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
multi_basedir = @multi_basedir@
2012-02-14 20:40:09 +01:00
nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
2010-12-03 05:34:57 +01:00
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
# Go support.
SUFFIXES = .c .go .gox .o .obj .lo .a
@ L I B G O _ I S _ R T E M S _ T R U E @ subdirs = testsuite
SUBDIRS = ${ subdirs }
2014-11-03 17:30:51 +01:00
gcc_version := $( shell $( GOC) -dumpversion)
2010-12-03 05:34:57 +01:00
MAINT_CHARSET = latin1
mkinstalldirs = $( SHELL) $( toplevel_srcdir) /mkinstalldirs
PWD_COMMAND = $$ { PWDCMD-pwd}
STAMP = echo timestamp >
toolexecdir = $( glibgo_toolexecdir)
toolexeclibdir = $( glibgo_toolexeclibdir)
2012-02-14 20:40:09 +01:00
toolexeclibgodir = $( nover_glibgo_toolexeclibdir) /go/$( gcc_version) /$( target_alias)
2015-01-07 00:26:02 +01:00
libexecsubdir = $( libexecdir) /gcc/$( target_alias) /$( gcc_version)
2010-12-03 05:34:57 +01:00
WARN_CFLAGS = $( WARN_FLAGS) $( WERROR)
# -I/-D flags to pass when compiling.
2010-12-03 22:27:06 +01:00
AM_CPPFLAGS = -I $( srcdir) /runtime $( LIBFFIINCS) $( PTHREAD_CFLAGS)
2010-12-03 05:34:57 +01:00
ACLOCAL_AMFLAGS = -I ./config -I ../config
2013-11-06 20:49:01 +01:00
AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
$( SPLIT_STACK) $( WARN_CFLAGS) \
2011-12-20 19:14:30 +01:00
$( STRINGOPS_FLAG) $( OSCFLAGS) \
2012-09-28 16:48:30 +02:00
-I $( srcdir) /../libgcc -I $( srcdir) /../libbacktrace \
-I $( MULTIBUILDTOP) ../../gcc/include
2010-12-03 05:34:57 +01:00
@ U S I N G _ S P L I T _ S T A C K _ T R U E @ AM_LDFLAGS = -XCClinker $( SPLIT_STACK)
# Multilib support.
MAKEOVERRIDES =
# Work around what appears to be a GNU make handling MAKEFLAGS
# values defined in terms of make variables, as is the case for CC and
# friends when we are called from the top level Makefile.
AM_MAKEFLAGS = \
" AR_FLAGS= $( AR_FLAGS) " \
" CC_FOR_BUILD= $( CC_FOR_BUILD) " \
" CC_FOR_TARGET= $( CC_FOR_TARGET) " \
" CFLAGS= $( CFLAGS) " \
" CXXFLAGS= $( CXXFLAGS) " \
" CFLAGS_FOR_BUILD= $( CFLAGS_FOR_BUILD) " \
" CFLAGS_FOR_TARGET= $( CFLAGS_FOR_TARGET) " \
" GOC_FOR_TARGET= $( GOC_FOR_TARGET) " \
" GOC= $( GOC) " \
" GOCFLAGS= $( GOCFLAGS) " \
" INSTALL= $( INSTALL) " \
" INSTALL_DATA= $( INSTALL_DATA) " \
" INSTALL_PROGRAM= $( INSTALL_PROGRAM) " \
" INSTALL_SCRIPT= $( INSTALL_SCRIPT) " \
" LDFLAGS= $( LDFLAGS) " \
" LIBCFLAGS= $( LIBCFLAGS) " \
" LIBCFLAGS_FOR_TARGET= $( LIBCFLAGS_FOR_TARGET) " \
" MAKE= $( MAKE) " \
" MAKEINFO= $( MAKEINFO) $( MAKEINFOFLAGS) " \
" PICFLAG= $( PICFLAG) " \
" PICFLAG_FOR_TARGET= $( PICFLAG_FOR_TARGET) " \
" SHELL= $( SHELL) " \
" RUNTESTFLAGS= $( RUNTESTFLAGS) " \
" exec_prefix= $( exec_prefix) " \
" infodir= $( infodir) " \
" libdir= $( libdir) " \
" includedir= $( includedir) " \
" prefix= $( prefix) " \
" tooldir= $( tooldir) " \
" gxx_include_dir= $( gxx_include_dir) " \
" AR= $( AR) " \
" AS= $( AS) " \
" LD= $( LD) " \
" RANLIB= $( RANLIB) " \
" NM= $( NM) " \
" NM_FOR_BUILD= $( NM_FOR_BUILD) " \
" NM_FOR_TARGET= $( NM_FOR_TARGET) " \
" DESTDIR= $( DESTDIR) " \
" WERROR= $( WERROR) "
# Subdir rules rely on $(FLAGS_TO_PASS)
FLAGS_TO_PASS = $( AM_MAKEFLAGS)
2014-11-14 19:02:50 +01:00
@ G O C _ I S _ L L G O _ F A L S E @ toolexeclib_LTLIBRARIES = libgo.la
@ G O C _ I S _ L L G O _ T R U E @ toolexeclib_LTLIBRARIES = libgo-llgo.la
2015-04-29 23:31:53 +02:00
@ G O C _ I S _ L L G O _ F A L S E @ toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a libnetgo.a
2014-11-14 19:02:50 +01:00
@ G O C _ I S _ L L G O _ T R U E @ toolexeclib_LIBRARIES = libgobegin-llgo.a
2010-12-07 15:18:35 +01:00
toolexeclibgo_DATA = \
2010-12-03 05:34:57 +01:00
bufio.gox \
bytes.gox \
2016-07-22 20:15:38 +02:00
context.gox \
2011-03-17 00:05:44 +01:00
crypto.gox \
2013-11-06 20:49:01 +01:00
encoding.gox \
2011-12-03 03:17:34 +01:00
errors.gox \
2010-12-03 05:34:57 +01:00
expvar.gox \
flag.gox \
fmt.gox \
hash.gox \
html.gox \
image.gox \
io.gox \
log.gox \
math.gox \
mime.gox \
net.gox \
os.gox \
path.gox \
reflect.gox \
regexp.gox \
runtime.gox \
sort.gox \
strconv.gox \
strings.gox \
sync.gox \
syscall.gox \
testing.gox \
time.gox \
2012-02-01 20:26:59 +01:00
unicode.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgoarchivedir = $( toolexeclibgodir) /archive
toolexeclibgoarchive_DATA = \
2010-12-03 05:34:57 +01:00
archive/tar.gox \
archive/zip.gox
2010-12-07 15:18:35 +01:00
toolexeclibgocompressdir = $( toolexeclibgodir) /compress
toolexeclibgocompress_DATA = \
2011-03-17 00:05:44 +01:00
compress/bzip2.gox \
2010-12-03 05:34:57 +01:00
compress/flate.gox \
compress/gzip.gox \
2011-03-17 00:05:44 +01:00
compress/lzw.gox \
2010-12-03 05:34:57 +01:00
compress/zlib.gox
2010-12-07 15:18:35 +01:00
toolexeclibgocontainerdir = $( toolexeclibgodir) /container
toolexeclibgocontainer_DATA = \
2010-12-03 05:34:57 +01:00
container/heap.gox \
container/list.gox \
2011-10-27 01:57:58 +02:00
container/ring.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgocryptodir = $( toolexeclibgodir) /crypto
toolexeclibgocrypto_DATA = \
2010-12-03 05:34:57 +01:00
crypto/aes.gox \
2011-01-21 19:19:03 +01:00
crypto/cipher.gox \
2011-04-07 19:09:10 +02:00
crypto/des.gox \
2011-03-17 00:05:44 +01:00
crypto/dsa.gox \
2011-03-25 00:46:17 +01:00
crypto/ecdsa.gox \
2011-01-21 19:19:03 +01:00
crypto/elliptic.gox \
2010-12-03 05:34:57 +01:00
crypto/hmac.gox \
crypto/md5.gox \
crypto/rand.gox \
crypto/rc4.gox \
crypto/rsa.gox \
crypto/sha1.gox \
crypto/sha256.gox \
crypto/sha512.gox \
crypto/subtle.gox \
crypto/tls.gox \
2012-02-01 20:26:59 +01:00
crypto/x509.gox
2011-01-21 19:19:03 +01:00
2011-09-16 17:47:21 +02:00
toolexeclibgocryptox509dir = $( toolexeclibgocryptodir) /x509
toolexeclibgocryptox509_DATA = \
crypto/x509/pkix.gox
2012-01-25 22:54:22 +01:00
toolexeclibgodatabasedir = $( toolexeclibgodir) /database
toolexeclibgodatabase_DATA = \
database/sql.gox
toolexeclibgodatabasesqldir = $( toolexeclibgodatabasedir) /sql
toolexeclibgodatabasesql_DATA = \
database/sql/driver.gox
2010-12-07 15:18:35 +01:00
toolexeclibgodebugdir = $( toolexeclibgodir) /debug
toolexeclibgodebug_DATA = \
2010-12-03 05:34:57 +01:00
debug/dwarf.gox \
debug/elf.gox \
debug/gosym.gox \
debug/macho.gox \
2014-06-07 00:37:27 +02:00
debug/pe.gox \
debug/plan9obj.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgoencodingdir = $( toolexeclibgodir) /encoding
toolexeclibgoencoding_DATA = \
2010-12-03 05:34:57 +01:00
encoding/ascii85.gox \
2011-12-07 02:11:29 +01:00
encoding/asn1.gox \
2011-01-21 19:19:03 +01:00
encoding/base32.gox \
2010-12-03 05:34:57 +01:00
encoding/base64.gox \
encoding/binary.gox \
2011-12-07 02:11:29 +01:00
encoding/csv.gox \
encoding/gob.gox \
2010-12-03 05:34:57 +01:00
encoding/hex.gox \
2011-12-07 02:11:29 +01:00
encoding/json.gox \
encoding/pem.gox \
encoding/xml.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgoexpdir = $( toolexeclibgodir) /exp
toolexeclibgoexp_DATA = \
2012-01-25 21:56:26 +01:00
exp/proxy.gox \
2013-07-16 08:54:42 +02:00
exp/terminal.gox
2012-10-23 06:31:11 +02:00
2010-12-07 15:18:35 +01:00
toolexeclibgogodir = $( toolexeclibgodir) /go
toolexeclibgogo_DATA = \
2010-12-03 05:34:57 +01:00
go/ast.gox \
2011-09-16 17:47:21 +02:00
go/build.gox \
2015-10-31 01:59:47 +01:00
go/constant.gox \
2010-12-03 05:34:57 +01:00
go/doc.gox \
2012-12-13 00:13:29 +01:00
go/format.gox \
2015-10-31 01:59:47 +01:00
go/importer.gox \
2010-12-03 05:34:57 +01:00
go/parser.gox \
go/printer.gox \
go/scanner.gox \
2015-10-31 01:59:47 +01:00
go/token.gox \
go/types.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgohashdir = $( toolexeclibgodir) /hash
toolexeclibgohash_DATA = \
2010-12-03 05:34:57 +01:00
hash/adler32.gox \
hash/crc32.gox \
2011-03-25 00:46:17 +01:00
hash/crc64.gox \
hash/fnv.gox
2010-12-03 05:34:57 +01:00
2011-12-07 02:11:29 +01:00
toolexeclibgohtmldir = $( toolexeclibgodir) /html
toolexeclibgohtml_DATA = \
html/template.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgoimagedir = $( toolexeclibgodir) /image
toolexeclibgoimage_DATA = \
2011-10-27 01:57:58 +02:00
image/color.gox \
2011-09-16 17:47:21 +02:00
image/draw.gox \
2011-05-20 02:18:15 +02:00
image/gif.gox \
2010-12-03 05:34:57 +01:00
image/jpeg.gox \
2012-02-09 09:19:58 +01:00
image/png.gox
2010-12-03 05:34:57 +01:00
2013-11-06 20:49:01 +01:00
toolexeclibgoimagecolordir = $( toolexeclibgoimagedir) /color
toolexeclibgoimagecolor_DATA = \
image/color/palette.gox
2010-12-07 15:18:35 +01:00
toolexeclibgoindexdir = $( toolexeclibgodir) /index
toolexeclibgoindex_DATA = \
2010-12-03 05:34:57 +01:00
index/suffixarray.gox
2010-12-07 15:18:35 +01:00
toolexeclibgoiodir = $( toolexeclibgodir) /io
toolexeclibgoio_DATA = \
2010-12-03 05:34:57 +01:00
io/ioutil.gox
2011-12-07 02:11:29 +01:00
toolexeclibgologdir = $( toolexeclibgodir) /log
toolexeclibgolog_DATA = \
log/syslog.gox
toolexeclibgomathdir = $( toolexeclibgodir) /math
toolexeclibgomath_DATA = \
math/big.gox \
math/cmplx.gox \
math/rand.gox
2010-12-07 15:18:35 +01:00
toolexeclibgomimedir = $( toolexeclibgodir) /mime
toolexeclibgomime_DATA = \
2015-10-31 01:59:47 +01:00
mime/multipart.gox \
mime/quotedprintable.gox
2010-12-03 05:34:57 +01:00
2010-12-07 15:18:35 +01:00
toolexeclibgonetdir = $( toolexeclibgodir) /net
toolexeclibgonet_DATA = \
2011-12-07 02:11:29 +01:00
net/http.gox \
net/mail.gox \
net/rpc.gox \
net/smtp.gox \
net/textproto.gox \
net/url.gox
toolexeclibgonethttpdir = $( toolexeclibgonetdir) /http
toolexeclibgonethttp_DATA = \
net/http/cgi.gox \
2013-07-16 08:54:42 +02:00
net/http/cookiejar.gox \
2011-12-07 02:11:29 +01:00
net/http/fcgi.gox \
net/http/httptest.gox \
2016-07-22 20:15:38 +02:00
net/http/httptrace.gox \
2011-12-07 02:11:29 +01:00
net/http/httputil.gox \
net/http/pprof.gox
toolexeclibgonetrpcdir = $( toolexeclibgonetdir) /rpc
toolexeclibgonetrpc_DATA = \
net/rpc/jsonrpc.gox
2010-12-03 05:34:57 +01:00
2011-09-16 17:47:21 +02:00
toolexeclibgoolddir = $( toolexeclibgodir) /old
toolexeclibgoold_DATA = \
2011-10-27 01:57:58 +02:00
old/regexp.gox \
2011-09-16 17:47:21 +02:00
old/template.gox
2010-12-07 15:18:35 +01:00
toolexeclibgoosdir = $( toolexeclibgodir) /os
toolexeclibgoos_DATA = \
2011-12-07 02:11:29 +01:00
os/exec.gox \
2012-03-02 17:38:43 +01:00
os/signal.gox \
2012-02-09 09:19:58 +01:00
os/user.gox
2010-12-03 05:34:57 +01:00
2011-03-25 00:46:17 +01:00
toolexeclibgopathdir = $( toolexeclibgodir) /path
toolexeclibgopath_DATA = \
path/filepath.gox
2011-10-27 01:57:58 +02:00
toolexeclibgoregexpdir = $( toolexeclibgodir) /regexp
toolexeclibgoregexp_DATA = \
regexp/syntax.gox
2010-12-07 15:18:35 +01:00
toolexeclibgoruntimedir = $( toolexeclibgodir) /runtime
toolexeclibgoruntime_DATA = \
2011-01-21 19:19:03 +01:00
runtime/debug.gox \
2010-12-03 05:34:57 +01:00
runtime/pprof.gox
2011-03-17 00:05:44 +01:00
toolexeclibgosyncdir = $( toolexeclibgodir) /sync
toolexeclibgosync_DATA = \
sync/atomic.gox
2010-12-07 15:18:35 +01:00
toolexeclibgotestingdir = $( toolexeclibgodir) /testing
toolexeclibgotesting_DATA = \
2010-12-03 05:34:57 +01:00
testing/iotest.gox \
2012-03-02 17:38:43 +01:00
testing/quick.gox
2010-12-03 05:34:57 +01:00
2011-12-07 02:11:29 +01:00
toolexeclibgotextdir = $( toolexeclibgodir) /text
toolexeclibgotext_DATA = \
text/scanner.gox \
text/tabwriter.gox \
text/template.gox
toolexeclibgotexttemplatedir = $( toolexeclibgotextdir) /template
toolexeclibgotexttemplate_DATA = \
text/template/parse.gox
toolexeclibgounicodedir = $( toolexeclibgodir) /unicode
toolexeclibgounicode_DATA = \
unicode/utf16.gox \
unicode/utf8.gox
2010-12-03 05:34:57 +01:00
@ H A V E _ S Y S _ M M A N _ H _ F A L S E @ runtime_mem_file = runtime/mem_posix_memalign.c
@ H A V E _ S Y S _ M M A N _ H _ T R U E @ runtime_mem_file = runtime/mem.c
@ L I B G O _ I S _ R T E M S _ F A L S E @ rtems_task_variable_add_file =
@ L I B G O _ I S _ R T E M S _ T R U E @ rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
2016-09-30 15:45:08 +02:00
@ L I B G O _ I S _ L I N U X _ F A L S E @ runtime_thread_files = runtime/thread-sema.c
@ L I B G O _ I S _ L I N U X _ T R U E @ runtime_thread_files = runtime/thread-linux.c
2012-08-07 06:42:49 +02:00
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ N E T B S D _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ runtime_getncpu_file = runtime/getncpu-none.c
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ N E T B S D _ T R U E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ runtime_getncpu_file = runtime/getncpu-bsd.c
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ F R E E B S D _ T R U E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ runtime_getncpu_file = runtime/getncpu-bsd.c
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ I R I X _ F A L S E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ runtime_getncpu_file = runtime/getncpu-solaris.c
@ L I B G O _ I S _ D A R W I N _ F A L S E @ @ L I B G O _ I S _ I R I X _ T R U E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ runtime_getncpu_file = runtime/getncpu-irix.c
@ L I B G O _ I S _ D A R W I N _ T R U E @ @ L I B G O _ I S _ L I N U X _ F A L S E @ runtime_getncpu_file = runtime/getncpu-bsd.c
@ L I B G O _ I S _ L I N U X _ T R U E @ runtime_getncpu_file = runtime/getncpu-linux.c
2013-11-14 21:15:04 +01:00
@ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ F A L S E @ runtime_netpoll_files = runtime/netpoll_kqueue.c
@ L I B G O _ I S _ L I N U X _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ runtime_netpoll_files = runtime/netpoll_select.c
@ L I B G O _ I S _ L I N U X _ T R U E @ runtime_netpoll_files = runtime/netpoll_epoll.c
2010-12-03 05:34:57 +01:00
runtime_files = \
runtime/go-append.c \
runtime/go-assert.c \
runtime/go-assert-interface.c \
runtime/go-byte-array-to-string.c \
runtime/go-breakpoint.c \
runtime/go-caller.c \
2012-03-02 17:38:43 +01:00
runtime/go-callers.c \
2010-12-03 05:34:57 +01:00
runtime/go-can-convert-interface.c \
2013-10-10 00:31:15 +02:00
runtime/go-cdiv.c \
2011-01-11 19:59:30 +01:00
runtime/go-cgo.c \
2010-12-03 05:34:57 +01:00
runtime/go-check-interface.c \
runtime/go-construct-map.c \
runtime/go-convert-interface.c \
2010-12-17 07:33:41 +01:00
runtime/go-copy.c \
2010-12-03 05:34:57 +01:00
runtime/go-defer.c \
runtime/go-deferred-recover.c \
runtime/go-eface-compare.c \
runtime/go-eface-val-compare.c \
2014-07-19 23:36:26 +02:00
runtime/go-ffi.c \
2012-11-29 19:11:17 +01:00
runtime/go-fieldtrack.c \
2010-12-03 05:34:57 +01:00
runtime/go-int-array-to-string.c \
runtime/go-int-to-string.c \
runtime/go-interface-compare.c \
2011-02-22 03:52:55 +01:00
runtime/go-interface-eface-compare.c \
2010-12-03 05:34:57 +01:00
runtime/go-interface-val-compare.c \
2011-06-14 07:53:10 +02:00
runtime/go-make-slice.c \
2012-02-08 23:35:30 +01:00
runtime/go-matherr.c \
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
runtime/go-memclr.c \
2012-11-06 19:12:45 +01:00
runtime/go-memcmp.c \
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
runtime/go-memequal.c \
runtime/go-memmove.c \
2010-12-03 05:34:57 +01:00
runtime/go-nanotime.c \
2011-12-13 20:16:27 +01:00
runtime/go-now.c \
2010-12-03 05:34:57 +01:00
runtime/go-new.c \
2012-01-26 21:24:01 +01:00
runtime/go-nosys.c \
2010-12-03 05:34:57 +01:00
runtime/go-panic.c \
runtime/go-recover.c \
runtime/go-reflect-call.c \
runtime/go-rune.c \
runtime/go-runtime-error.c \
2011-05-20 02:18:15 +02:00
runtime/go-setenv.c \
2010-12-03 05:34:57 +01:00
runtime/go-signal.c \
runtime/go-strcmp.c \
runtime/go-string-to-byte-array.c \
runtime/go-string-to-int-array.c \
runtime/go-strplus.c \
runtime/go-strslice.c \
2012-05-17 07:30:25 +02:00
runtime/go-traceback.c \
2012-01-06 22:47:49 +01:00
runtime/go-type-complex.c \
2010-12-03 05:34:57 +01:00
runtime/go-type-eface.c \
2012-01-06 22:47:49 +01:00
runtime/go-type-float.c \
2010-12-03 05:34:57 +01:00
runtime/go-type-identity.c \
runtime/go-type-interface.c \
runtime/go-type-string.c \
runtime/go-typedesc-equal.c \
runtime/go-unsafe-new.c \
runtime/go-unsafe-newarray.c \
runtime/go-unsafe-pointer.c \
2015-01-15 01:27:56 +01:00
runtime/go-unsetenv.c \
2010-12-03 05:34:57 +01:00
runtime/go-unwind.c \
2013-11-24 03:38:28 +01:00
runtime/go-varargs.c \
2012-12-22 02:15:33 +01:00
runtime/env_posix.c \
2014-07-19 10:53:52 +02:00
runtime/heapdump.c \
2010-12-03 05:34:57 +01:00
runtime/mcache.c \
runtime/mcentral.c \
$( runtime_mem_file) \
runtime/mfixalloc.c \
runtime/mgc0.c \
runtime/mheap.c \
runtime/msize.c \
2013-07-16 08:54:42 +02:00
$( runtime_netpoll_files) \
2012-10-23 06:31:11 +02:00
runtime/panic.c \
runtime/parfor.c \
2012-05-24 22:44:34 +02:00
runtime/print.c \
2010-12-03 05:34:57 +01:00
runtime/proc.c \
2011-11-14 23:26:45 +01:00
runtime/runtime.c \
2012-03-02 17:38:43 +01:00
runtime/signal_unix.c \
2010-12-03 05:34:57 +01:00
runtime/thread.c \
2016-09-30 15:45:08 +02:00
$( runtime_thread_files) \
2011-10-27 01:57:58 +02:00
runtime/yield.c \
2010-12-03 05:34:57 +01:00
$( rtems_task_variable_add_file) \
2014-07-12 02:01:09 +02:00
cpuprof.c \
2014-07-11 02:39:03 +02:00
go-iface.c \
2014-07-12 02:01:09 +02:00
lfstack.c \
2010-12-03 05:34:57 +01:00
malloc.c \
mprof.c \
2013-11-14 21:15:04 +01:00
netpoll.c \
2014-07-12 02:01:09 +02:00
rdebug.c \
2010-12-03 05:34:57 +01:00
reflect.c \
2011-11-28 06:45:49 +01:00
runtime1.c \
sema.c \
2010-12-03 05:34:57 +01:00
sigqueue.c \
2011-12-07 02:11:29 +01:00
string.c \
2012-08-07 06:42:49 +02:00
time.c \
$( runtime_getncpu_file)
2010-12-03 05:34:57 +01:00
2015-03-24 20:50:31 +01:00
noinst_DATA = zstdpkglist.go
2016-08-06 02:36:33 +02:00
@ L I B G O _ I S _ L I N U X _ F A L S E @ syscall_epoll_file =
@ L I B G O _ I S _ L I N U X _ T R U E @ syscall_epoll_file = epoll.go
extra_go_files_syscall = \
2011-10-23 21:04:37 +02:00
libcalls.go \
2011-01-12 03:03:46 +01:00
sysinfo.go \
2016-08-06 02:36:33 +02:00
syscall_arch.go \
$( syscall_epoll_file)
2016-09-27 23:32:50 +02:00
SYSINFO_FLAGS = \
$( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) \
$( CPPFLAGS) $( OSCFLAGS) -O
2010-12-03 05:34:57 +01:00
libgo_go_objs = \
2012-05-15 00:08:42 +02:00
bufio.lo \
bytes.lo \
2011-03-11 02:00:15 +01:00
bytes/index.lo \
2016-07-22 20:15:38 +02:00
context.lo \
2012-05-15 00:08:42 +02:00
crypto.lo \
2013-11-06 20:49:01 +01:00
encoding.lo \
2012-05-15 00:08:42 +02:00
errors.lo \
expvar.lo \
flag.lo \
fmt.lo \
hash.lo \
html.lo \
image.lo \
io.lo \
log.lo \
math.lo \
mime.lo \
net.lo \
os.lo \
path.lo \
reflect-go.lo \
2014-07-19 23:36:26 +02:00
reflect/makefunc_ffi_c.lo \
2012-05-15 00:08:42 +02:00
regexp.lo \
runtime-go.lo \
sort.lo \
strconv.lo \
strings.lo \
2013-11-06 20:49:01 +01:00
strings/index.lo \
2012-05-15 00:08:42 +02:00
sync.lo \
syscall.lo \
syscall/errno.lo \
syscall/signame.lo \
syscall/wait.lo \
testing.lo \
time-go.lo \
unicode.lo \
2011-03-11 02:00:15 +01:00
archive/tar.lo \
archive/zip.lo \
2011-03-17 00:05:44 +01:00
compress/bzip2.lo \
2011-03-11 02:00:15 +01:00
compress/flate.lo \
compress/gzip.lo \
2011-03-17 00:05:44 +01:00
compress/lzw.lo \
2011-03-11 02:00:15 +01:00
compress/zlib.lo \
container/heap.lo \
container/list.lo \
container/ring.lo \
crypto/aes.lo \
crypto/cipher.lo \
2011-04-07 19:09:10 +02:00
crypto/des.lo \
2011-03-17 00:05:44 +01:00
crypto/dsa.lo \
2011-03-25 00:46:17 +01:00
crypto/ecdsa.lo \
2011-03-11 02:00:15 +01:00
crypto/elliptic.lo \
crypto/hmac.lo \
crypto/md5.lo \
crypto/rand.lo \
crypto/rc4.lo \
crypto/rsa.lo \
crypto/sha1.lo \
crypto/sha256.lo \
crypto/sha512.lo \
crypto/subtle.lo \
crypto/tls.lo \
crypto/x509.lo \
2011-09-16 17:47:21 +02:00
crypto/x509/pkix.lo \
2012-01-25 22:54:22 +01:00
database/sql.lo \
database/sql/driver.lo \
2011-03-11 02:00:15 +01:00
debug/dwarf.lo \
debug/elf.lo \
debug/gosym.lo \
debug/macho.lo \
debug/pe.lo \
2014-06-07 00:37:27 +02:00
debug/plan9obj.lo \
2011-03-11 02:00:15 +01:00
encoding/ascii85.lo \
2011-12-07 02:11:29 +01:00
encoding/asn1.lo \
2011-03-11 02:00:15 +01:00
encoding/base32.lo \
encoding/base64.lo \
encoding/binary.lo \
2011-12-07 02:11:29 +01:00
encoding/csv.lo \
encoding/gob.lo \
2011-03-11 02:00:15 +01:00
encoding/hex.lo \
2011-12-07 02:11:29 +01:00
encoding/json.lo \
2011-03-11 02:00:15 +01:00
encoding/pem.lo \
2011-12-07 02:11:29 +01:00
encoding/xml.lo \
2012-01-25 21:56:26 +01:00
exp/proxy.lo \
2011-10-27 01:57:58 +02:00
exp/terminal.lo \
2011-12-07 02:11:29 +01:00
html/template.lo \
2011-03-11 02:00:15 +01:00
go/ast.lo \
2011-09-16 17:47:21 +02:00
go/build.lo \
2015-10-31 01:59:47 +01:00
go/constant.lo \
2011-03-11 02:00:15 +01:00
go/doc.lo \
2012-12-13 00:13:29 +01:00
go/format.lo \
2015-10-31 01:59:47 +01:00
go/importer.lo \
go/internal/gcimporter.lo \
go/internal/gccgoimporter.lo \
2011-03-11 02:00:15 +01:00
go/parser.lo \
go/printer.lo \
go/scanner.lo \
go/token.lo \
2015-10-31 01:59:47 +01:00
go/types.lo \
2016-07-22 20:15:38 +02:00
golang_org/x/net/http2/hpack.lo \
golang_org/x/net/lex/httplex.lo \
$( golang_org_x_net_route_lo) \
2011-03-11 02:00:15 +01:00
hash/adler32.lo \
hash/crc32.lo \
hash/crc64.lo \
2011-03-25 00:46:17 +01:00
hash/fnv.lo \
2011-12-07 02:11:29 +01:00
net/http/cgi.lo \
2013-07-16 08:54:42 +02:00
net/http/cookiejar.lo \
2011-12-07 02:11:29 +01:00
net/http/fcgi.lo \
net/http/httptest.lo \
2016-07-22 20:15:38 +02:00
net/http/httptrace.lo \
2011-12-07 02:11:29 +01:00
net/http/httputil.lo \
2015-01-15 01:27:56 +01:00
net/http/internal.lo \
2011-12-07 02:11:29 +01:00
net/http/pprof.lo \
2011-10-27 01:57:58 +02:00
image/color.lo \
2013-11-06 20:49:01 +01:00
image/color/palette.lo \
2011-09-16 17:47:21 +02:00
image/draw.lo \
2011-05-20 02:18:15 +02:00
image/gif.lo \
2015-10-31 01:59:47 +01:00
image/internal/imageutil.lo \
2011-03-11 02:00:15 +01:00
image/jpeg.lo \
image/png.lo \
index/suffixarray.lo \
2016-07-22 20:15:38 +02:00
internal/nettrace.lo \
2016-02-03 22:58:02 +01:00
internal/race.lo \
2015-10-31 01:59:47 +01:00
internal/singleflight.lo \
internal/syscall/unix.lo \
internal/testenv.lo \
internal/trace.lo \
2011-03-11 02:00:15 +01:00
io/ioutil.lo \
2011-12-07 02:11:29 +01:00
log/syslog.lo \
log/syslog/syslog_c.lo \
math/big.lo \
math/cmplx.lo \
math/rand.lo \
2011-03-11 02:00:15 +01:00
mime/multipart.lo \
2015-10-31 01:59:47 +01:00
mime/quotedprintable.lo \
2011-12-07 02:11:29 +01:00
net/http.lo \
2015-10-31 01:59:47 +01:00
net/internal/socktest.lo \
2011-12-07 02:11:29 +01:00
net/mail.lo \
net/rpc.lo \
net/smtp.lo \
2011-03-11 02:00:15 +01:00
net/textproto.lo \
2011-12-07 02:11:29 +01:00
net/url.lo \
2011-10-27 01:57:58 +02:00
old/regexp.lo \
2011-09-16 17:47:21 +02:00
old/template.lo \
2012-05-15 00:08:42 +02:00
os/exec.lo \
2011-03-11 02:00:15 +01:00
$( os_lib_inotify_lo) \
2012-03-02 17:38:43 +01:00
os/signal.lo \
2011-05-20 02:18:15 +02:00
os/user.lo \
2011-03-25 00:46:17 +01:00
path/filepath.lo \
2011-10-27 01:57:58 +02:00
regexp/syntax.lo \
2011-12-07 02:11:29 +01:00
net/rpc/jsonrpc.lo \
2011-03-11 02:00:15 +01:00
runtime/debug.lo \
runtime/pprof.lo \
2016-09-10 14:21:59 +02:00
runtime/internal/atomic.lo \
runtime/internal/atomic_c.lo \
2016-09-11 15:23:27 +02:00
runtime/internal/sys.lo \
2011-03-17 00:05:44 +01:00
sync/atomic.lo \
sync/atomic_c.lo \
2011-12-07 02:11:29 +01:00
text/scanner.lo \
text/tabwriter.lo \
text/template.lo \
text/template/parse.lo \
2011-03-11 02:00:15 +01:00
testing/iotest.lo \
testing/quick.lo \
2011-12-07 02:11:29 +01:00
unicode/utf16.lo \
unicode/utf8.lo
2010-12-03 05:34:57 +01:00
2014-11-14 19:02:50 +01:00
libgo_ldflags = \
2012-10-23 07:01:24 +02:00
-version-info $( libtool_VERSION) $( PTHREAD_CFLAGS) $( AM_LDFLAGS)
2014-11-14 19:02:50 +01:00
libgo_libadd = \
2012-09-28 16:48:30 +02:00
$( libgo_go_objs) ../libbacktrace/libbacktrace.la \
2014-05-29 22:22:27 +02:00
$( LIBATOMIC) $( LIBFFI) $( PTHREAD_LIBS) $( MATH_LIBS) $( NET_LIBS)
2011-01-12 07:34:08 +01:00
2014-11-14 19:02:50 +01:00
libgo_la_SOURCES = $( runtime_files)
libgo_la_LDFLAGS = $( libgo_ldflags)
libgo_la_LIBADD = $( libgo_libadd)
libgo_llgo_la_SOURCES = $( runtime_files)
libgo_llgo_la_LDFLAGS = $( libgo_ldflags)
libgo_llgo_la_LIBADD = $( libgo_libadd)
2010-12-03 05:34:57 +01:00
libgobegin_a_SOURCES = \
runtime/go-main.c
2014-11-14 19:02:50 +01:00
libgobegin_llgo_a_SOURCES = \
runtime/go-main.c
2015-04-25 00:08:32 +02:00
# Use -fPIC for libgobegin so that it can be put in a PIE.
libgobegin_a_CFLAGS = $( AM_CFLAGS) -fPIC
libgobegin_llgo_a_CFLAGS = $( AM_CFLAGS) -fPIC
2015-04-29 23:31:53 +02:00
libgolibbegin_a_SOURCES = \
runtime/go-libmain.c
libgolibbegin_a_CFLAGS = $( AM_CFLAGS) -fPIC
2016-08-06 02:36:33 +02:00
libnetgo_a_SOURCES =
2015-04-07 20:09:28 +02:00
libnetgo_a_LIBADD = netgo.o
2010-12-03 05:34:57 +01:00
LTLDFLAGS = $( shell $( SHELL) $( top_srcdir) /../libtool-ldflags $( LDFLAGS) )
2015-09-15 23:15:37 +02:00
AM_GOCFLAGS = $( STRINGOPS_FLAG) $( GO_SPLIT_STACK)
2010-12-03 05:34:57 +01:00
GOCOMPILE = $( GOC) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_GOCFLAGS) $( GOCFLAGS)
LTGOCOMPILE = $( LIBTOOL) --tag GO --mode= compile $( GOC) $( INCLUDES) \
$( AM_GOCFLAGS) $( GOCFLAGS)
GOLINK = $( LIBTOOL) --tag GO --mode-link $( GOC) \
2011-01-12 07:34:08 +01:00
$( OPT_LDFLAGS) $( SECTION_LDFLAGS) $( AM_GOCFLAGS) $( LTLDFLAGS) -o $@
2010-12-03 05:34:57 +01:00
2011-12-03 01:16:12 +01:00
# Build the dependencies for a Go package.
BUILDDEPS = \
$( MKDIR_P) $( @D) ; \
2016-08-06 02:36:33 +02:00
dir = ` echo $@ | sed -e 's/.lo.dep$$//' -e 's/-go//' ` ; \
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,,$@ ) ) ) ) ` ; \
$( SHELL) $( srcdir) /godeps.sh ` echo $@ | sed -e 's/.dep$$//' ` $$ files > $@ .tmp; \
2016-08-08 23:23:57 +02:00
if ! cmp $@ .tmp $@ >/dev/null 2>/dev/null; then \
rm -f ` echo $@ | sed -e 's/\.dep$$//' ` ; \
fi ; \
2011-12-03 01:16:12 +01:00
mv -f $@ .tmp $@
2011-03-11 02:00:15 +01:00
# Build the .go files for a package, generating a .lo file.
2011-02-01 00:43:49 +01:00
BUILDPACKAGE = \
2011-03-11 02:00:15 +01:00
$( MKDIR_P) $( @D) ; \
2016-08-06 02:36:33 +02:00
files = ` echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//' ` ; \
2016-08-30 23:07:47 +02:00
$( LTGOCOMPILE) -I . -c -fgo-pkgpath= ` echo $@ | sed -e 's/.lo$$//' -e 's/-go$$//' ` $( $( subst -,_,$( subst .,_,$( subst /,_,$@ ) ) ) _GOCFLAGS) -o $@ $$ files
2010-12-03 05:34:57 +01:00
2015-04-07 20:09:28 +02:00
2016-08-06 02:36:33 +02:00
# Build deps for netgo.o.
BUILDNETGODEPS = \
$( MKDIR_P) $( @D) ; \
files = ` $( SHELL) $( srcdir) /match.sh --nocgo --tag= netgo --goarch= $( GOARCH) --goos= $( GOOS) --srcdir= $( srcdir) /go/net` ; \
$( SHELL) $( srcdir) /godeps.sh netgo.o $$ files > $@ .tmp; \
mv -f $@ .tmp $@
2015-04-07 20:09:28 +02:00
# Build netgo.o.
BUILDNETGO = \
$( MKDIR_P) $( @D) ; \
2016-08-06 02:36:33 +02:00
files = ` echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//' ` ; \
2015-04-29 23:31:53 +02:00
$( GOCOMPILE) -I . -c -fPIC -fgo-pkgpath= net -o $@ $$ files
2015-04-07 20:09:28 +02:00
2011-03-21 23:01:53 +01:00
GOTESTFLAGS =
2014-07-02 01:19:24 +02:00
GOBENCH =
2010-12-03 05:34:57 +01:00
# Check a package.
CHECK = \
2012-12-18 23:07:38 +01:00
GC = " $( GOC) $( GOCFLAGS) $( $( subst /,_,$@ ) _GOCFLAGS) -L ` ${ PWD_COMMAND } ` -L ` ${ PWD_COMMAND } `/.libs " ; \
2010-12-03 05:34:57 +01:00
export GC; \
2013-02-11 20:03:04 +01:00
GOLIBS = " $( MATH_LIBS) $( NET_LIBS) $( LIBS) " ; \
2011-09-27 00:33:31 +02:00
export GOLIBS; \
2010-12-03 05:34:57 +01:00
RUNTESTFLAGS = " $( RUNTESTFLAGS) " ; \
export RUNTESTFLAGS; \
MAKE = " $( MAKE) " ; \
export MAKE; \
2011-04-22 20:38:24 +02:00
libgccdir = ` ${ GOC } -print-libgcc-file-name | sed -e 's|/[^/]*$$||' ` ; \
2012-12-18 23:07:38 +01:00
LD_LIBRARY_PATH = " ` ${ PWD_COMMAND } `/.libs: $$ {libgccdir}: ${ LD_LIBRARY_PATH } " ; \
2011-04-22 20:38:24 +02:00
LD_LIBRARY_PATH = ` echo $$ { LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` ; \
export LD_LIBRARY_PATH; \
2012-06-14 06:47:45 +02:00
$( MKDIR_P) $( @D) ; \
2011-04-02 02:29:49 +02:00
rm -f $@ -testsum $@ -testlog; \
2016-08-06 02:36:33 +02:00
files = ` $( SHELL) $( srcdir) /match.sh --goarch= $( GOARCH) --goos= $( GOOS) --srcdir= $( srcdir) /go/$( @D) --extrafiles= " $( extra_go_files_$( subst /,_,$( @D) ) ) " $( matchargs_$( subst /,_,$( @D) ) ) ` ; \
2013-02-05 23:22:17 +01:00
if test " $( USE_DEJAGNU) " = "yes" ; then \
2016-08-06 02:36:33 +02:00
$( SHELL) $( srcdir) /testsuite/gotest --goarch= $( GOARCH) --goos= $( GOOS) --dejagnu= yes --basedir= $( srcdir) --srcdir= $( srcdir) /go/$( @D) --pkgpath= " $( @D) " --pkgfiles= " $$ files " --testname= " $( @D) " $( GOTESTFLAGS) ; \
2014-07-02 01:19:24 +02:00
elif test " $( GOBENCH) " != "" ; then \
2016-08-06 02:36:33 +02:00
$( SHELL) $( srcdir) /testsuite/gotest --goarch= $( GOARCH) --goos= $( GOOS) --basedir= $( srcdir) --srcdir= $( srcdir) /go/$( @D) --pkgpath= " $( @D) " --pkgfiles= " $$ files " --bench= " $( GOBENCH) " $( GOTESTFLAGS) ; \
2011-01-12 00:37:05 +01:00
else \
2016-08-06 02:36:33 +02:00
if $( SHELL) $( srcdir) /testsuite/gotest --goarch= $( GOARCH) --goos= $( GOOS) --basedir= $( srcdir) --srcdir= $( srcdir) /go/$( @D) --pkgpath= " $( @D) " --pkgfiles= " $$ files " $( GOTESTFLAGS) >>$@ -testlog 2>& 1; then \
2011-03-31 18:11:56 +02:00
echo " PASS: $( @D) " >> $@ -testlog; \
2011-04-02 02:29:49 +02:00
echo " PASS: $( @D) " ; \
echo " PASS: $( @D) " > $@ -testsum; \
2011-01-12 22:56:10 +01:00
else \
2011-03-31 18:11:56 +02:00
echo " FAIL: $( @D) " >> $@ -testlog; \
cat $@ -testlog; \
2011-04-02 02:29:49 +02:00
echo " FAIL: $( @D) " > $@ -testsum; \
2011-01-12 22:56:10 +01:00
exit 1; \
fi ; \
2011-01-12 00:37:05 +01:00
fi
2010-12-03 05:34:57 +01:00
# Build all packages before checking any.
2014-11-14 19:02:50 +01:00
CHECK_DEPS = $( toolexeclibgo_DATA) $( toolexeclibgoarchive_DATA) \
$( toolexeclibgocompress_DATA) $( toolexeclibgocontainer_DATA) \
$( toolexeclibgocrypto_DATA) $( toolexeclibgodebug_DATA) \
$( toolexeclibgoencoding_DATA) $( toolexeclibgoexp_DATA) \
$( toolexeclibgogo_DATA) $( toolexeclibgohash_DATA) \
$( toolexeclibgoimage_DATA) $( toolexeclibgoindex_DATA) \
$( toolexeclibgoio_DATA) $( toolexeclibgolog_DATA) \
$( toolexeclibgomath_DATA) $( toolexeclibgomime_DATA) \
$( toolexeclibgonet_DATA) $( toolexeclibgonethttp_DATA) \
$( toolexeclibgoos_DATA) $( toolexeclibgopath_DATA) \
$( toolexeclibgorpc_DATA) $( toolexeclibgoruntime_DATA) \
$( toolexeclibgosync_DATA) $( toolexeclibgotesting_DATA) \
$( toolexeclibgotext_DATA) $( toolexeclibgotexttemplate_DATA) \
$( toolexeclibgounicode_DATA) $( am__append_1) $( am__append_2)
2016-08-06 02:36:33 +02:00
@ H A V E _ S T A T _ T I M E S P E C _ F A L S E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ matchargs_os =
@ H A V E _ S T A T _ T I M E S P E C _ T R U E @ @ L I B G O _ I S _ S O L A R I S _ T R U E @ matchargs_os = --tag= solaristag
@ L I B G O _ I S _ S O L A R I S _ F A L S E @ matchargs_os =
2016-09-11 15:23:27 +02:00
extra_go_files_runtime = runtime_sysinfo.go
2016-08-30 23:07:47 +02:00
runtime_go_lo_GOCFLAGS = -fgo-c-header= runtime.inc.tmp -fgo-compiling-runtime
2016-09-28 20:02:40 +02:00
runtime_check_GOCFLAGS = -fgo-compiling-runtime
2016-08-06 02:36:33 +02:00
@ L I B G O _ I S _ B S D _ T R U E @ golang_org_x_net_route_lo = \
@ L I B G O _ I S _ B S D _ T R U E @ g o l a n g _ o r g / x / n e t / r o u t e / r o u t e . l o
@ L I B G O _ I S _ B S D _ T R U E @ golang_org_x_net_route_check = \
@ L I B G O _ I S _ B S D _ T R U E @ g o l a n g _ o r g / x / n e t / r o u t e / c h e c k
2012-07-26 03:57:04 +02:00
# At least for now, we need -static-libgo for this test, because
# otherwise we can't get the line numbers.
2015-01-15 01:27:56 +01:00
# Also use -fno-inline to get better results from the memory profiler.
runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
2016-09-10 14:21:59 +02:00
runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
2016-09-11 15:23:27 +02:00
extra_go_files_runtime_internal_sys = version.go
runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
2010-12-03 05:34:57 +01:00
2011-03-11 02:00:15 +01:00
# How to build a .gox file from a .lo file.
2010-12-03 05:34:57 +01:00
BUILDGOX = \
2011-03-11 02:00:15 +01:00
f = ` echo $< | sed -e 's/.lo$$/.o/' ` ; \
$( OBJCOPY) -j .go_export $$ f $@ .tmp && mv -f $@ .tmp $@
2010-12-03 05:34:57 +01:00
TEST_PACKAGES = \
bufio/check \
bytes/check \
2016-07-22 20:15:38 +02:00
context/check \
2011-12-03 03:17:34 +01:00
errors/check \
2010-12-03 05:34:57 +01:00
expvar/check \
flag/check \
fmt/check \
html/check \
2011-09-16 17:47:21 +02:00
image/check \
2010-12-03 05:34:57 +01:00
io/check \
log/check \
math/check \
mime/check \
2011-04-02 02:29:49 +02:00
net/check \
2010-12-03 05:34:57 +01:00
os/check \
path/check \
reflect/check \
regexp/check \
runtime/check \
sort/check \
strconv/check \
strings/check \
sync/check \
2012-10-23 06:31:11 +02:00
syscall/check \
2010-12-03 05:34:57 +01:00
time/check \
unicode/check \
archive/tar/check \
archive/zip/check \
2011-03-17 00:05:44 +01:00
compress/bzip2/check \
2010-12-03 05:34:57 +01:00
compress/flate/check \
compress/gzip/check \
2011-03-17 00:05:44 +01:00
compress/lzw/check \
2010-12-03 05:34:57 +01:00
compress/zlib/check \
container/heap/check \
container/list/check \
container/ring/check \
crypto/aes/check \
2011-01-21 19:19:03 +01:00
crypto/cipher/check \
2011-04-07 19:09:10 +02:00
crypto/des/check \
2011-03-17 00:05:44 +01:00
crypto/dsa/check \
2011-03-25 00:46:17 +01:00
crypto/ecdsa/check \
2011-01-21 19:19:03 +01:00
crypto/elliptic/check \
2010-12-03 05:34:57 +01:00
crypto/hmac/check \
crypto/md5/check \
crypto/rand/check \
crypto/rc4/check \
crypto/rsa/check \
crypto/sha1/check \
crypto/sha256/check \
crypto/sha512/check \
crypto/subtle/check \
crypto/tls/check \
crypto/x509/check \
2012-01-25 22:54:22 +01:00
database/sql/check \
database/sql/driver/check \
2010-12-03 05:34:57 +01:00
debug/dwarf/check \
debug/elf/check \
debug/macho/check \
debug/pe/check \
2014-06-07 00:37:27 +02:00
debug/plan9obj/check \
2010-12-03 05:34:57 +01:00
encoding/ascii85/check \
2011-12-07 02:11:29 +01:00
encoding/asn1/check \
2011-01-21 19:19:03 +01:00
encoding/base32/check \
2010-12-03 05:34:57 +01:00
encoding/base64/check \
encoding/binary/check \
2011-12-07 02:11:29 +01:00
encoding/csv/check \
encoding/gob/check \
2010-12-03 05:34:57 +01:00
encoding/hex/check \
2011-12-07 02:11:29 +01:00
encoding/json/check \
2010-12-03 05:34:57 +01:00
encoding/pem/check \
2011-12-07 02:11:29 +01:00
encoding/xml/check \
2012-01-25 21:56:26 +01:00
exp/proxy/check \
2011-10-27 01:57:58 +02:00
exp/terminal/check \
2011-12-07 02:11:29 +01:00
html/template/check \
2011-05-20 02:18:15 +02:00
go/ast/check \
2015-10-31 01:59:47 +01:00
go/build/check \
go/constant/check \
2011-12-13 20:16:27 +01:00
go/doc/check \
2012-12-13 00:13:29 +01:00
go/format/check \
2015-10-31 01:59:47 +01:00
go/internal/gcimporter/check \
go/internal/gccgoimporter/check \
2010-12-03 05:34:57 +01:00
go/parser/check \
go/printer/check \
go/scanner/check \
2011-01-21 19:19:03 +01:00
go/token/check \
2015-10-31 01:59:47 +01:00
go/types/check \
2016-07-22 20:15:38 +02:00
golang_org/x/net/http2/hpack/check \
golang_org/x/net/lex/httplex/check \
$( golang_org_x_net_route_check) \
2010-12-03 05:34:57 +01:00
hash/adler32/check \
hash/crc32/check \
hash/crc64/check \
2011-03-25 00:46:17 +01:00
hash/fnv/check \
2012-01-13 06:11:45 +01:00
image/color/check \
2011-09-16 17:47:21 +02:00
image/draw/check \
2011-05-20 02:18:15 +02:00
image/jpeg/check \
2010-12-03 05:34:57 +01:00
image/png/check \
index/suffixarray/check \
2015-10-31 01:59:47 +01:00
internal/singleflight/check \
internal/trace/check \
2010-12-03 05:34:57 +01:00
io/ioutil/check \
2011-12-07 02:11:29 +01:00
log/syslog/check \
math/big/check \
math/cmplx/check \
math/rand/check \
2010-12-03 05:34:57 +01:00
mime/multipart/check \
2015-10-31 01:59:47 +01:00
mime/quotedprintable/check \
2011-12-07 02:11:29 +01:00
net/http/check \
net/http/cgi/check \
2013-07-16 08:54:42 +02:00
net/http/cookiejar/check \
2011-12-07 02:11:29 +01:00
net/http/fcgi/check \
2012-03-02 17:38:43 +01:00
net/http/httptest/check \
2016-07-22 20:15:38 +02:00
net/http/httptrace/check \
2011-12-07 02:11:29 +01:00
net/http/httputil/check \
2015-01-15 01:27:56 +01:00
net/http/internal/check \
2015-10-31 01:59:47 +01:00
net/internal/socktest/check \
2011-12-07 02:11:29 +01:00
net/mail/check \
net/rpc/check \
net/smtp/check \
2010-12-03 05:34:57 +01:00
net/textproto/check \
2011-12-07 02:11:29 +01:00
net/url/check \
net/rpc/jsonrpc/check \
2011-10-27 01:57:58 +02:00
old/regexp/check \
2011-09-16 17:47:21 +02:00
old/template/check \
2011-12-07 02:11:29 +01:00
os/exec/check \
2012-03-02 17:38:43 +01:00
os/signal/check \
2011-05-20 02:18:15 +02:00
os/user/check \
2011-03-25 00:46:17 +01:00
path/filepath/check \
2011-10-27 01:57:58 +02:00
regexp/syntax/check \
2012-07-26 03:57:04 +02:00
runtime/pprof/check \
2016-09-10 14:21:59 +02:00
runtime/internal/atomic/check \
2016-09-11 15:23:27 +02:00
runtime/internal/sys/check \
2011-03-17 00:05:44 +01:00
sync/atomic/check \
2011-12-07 02:11:29 +01:00
text/scanner/check \
text/tabwriter/check \
text/template/check \
text/template/parse/check \
2010-12-03 05:34:57 +01:00
testing/quick/check \
2011-12-07 02:11:29 +01:00
unicode/utf16/check \
unicode/utf8/check
2010-12-03 05:34:57 +01:00
2011-04-22 20:38:24 +02:00
MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
2011-03-31 18:11:56 +02:00
CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
2010-12-03 05:34:57 +01:00
all : config .h
$( MAKE) $( AM_MAKEFLAGS) all-recursive
.SUFFIXES :
2011-03-11 02:00:15 +01:00
.SUFFIXES : .c .go .gox .o .obj .lo .a
2015-09-15 05:43:01 +02:00
am--refresh : Makefile
2010-12-03 05:34:57 +01:00
@:
$(srcdir)/Makefile.in : @MAINTAINER_MODE_TRUE @ $( srcdir ) /Makefile .am $( am__configure_deps )
@for dep in $? ; do \
case '$(am__configure_deps)' in \
*$$ dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign' ; \
$( am__cd) $( srcdir) && $( AUTOMAKE) --foreign \
&& exit 0; \
exit 1; ; \
esac ; \
done ; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
$( am__cd) $( top_srcdir) && \
$( AUTOMAKE) --foreign Makefile
.PRECIOUS : Makefile
Makefile : $( srcdir ) /Makefile .in $( top_builddir ) /config .status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status' ; \
$( SHELL) ./config.status; ; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)' ; \
cd $( top_builddir) && $( SHELL) ./config.status $@ $( am__depfiles_maybe) ; ; \
esac ;
$(top_builddir)/config.status : $( top_srcdir ) /configure $( CONFIG_STATUS_DEPENDENCIES )
$( SHELL) ./config.status --recheck
$(top_srcdir)/configure : @MAINTAINER_MODE_TRUE @ $( am__configure_deps )
$( am__cd) $( srcdir) && $( AUTOCONF)
$(ACLOCAL_M4) : @MAINTAINER_MODE_TRUE @ $( am__aclocal_m 4_deps )
$( am__cd) $( srcdir) && $( ACLOCAL) $( ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps) :
config.h : stamp -h 1
2015-09-15 05:43:01 +02:00
@if test ! -f $@ ; then rm -f stamp-h1; else :; fi
@if test ! -f $@ ; then $( MAKE) $( AM_MAKEFLAGS) stamp-h1; else :; fi
2010-12-03 05:34:57 +01:00
stamp-h1 : $( srcdir ) /config .h .in $( top_builddir ) /config .status
@rm -f stamp-h1
cd $( top_builddir) && $( SHELL) ./config.status config.h
$(srcdir)/config.h.in : @MAINTAINER_MODE_TRUE @ $( am__configure_deps )
( $( am__cd) $( top_srcdir) && $( AUTOHEADER) )
rm -f stamp-h1
touch $@
distclean-hdr :
-rm -f config.h stamp-h1
install-toolexeclibLIBRARIES : $( toolexeclib_LIBRARIES )
@$( NORMAL_INSTALL)
@list= '$(toolexeclib_LIBRARIES)' ; test -n " $( toolexeclibdir) " || list = ; \
list2 = ; for p in $$ list; do \
if test -f $$ p; then \
list2 = " $$ list2 $$ p " ; \
else :; fi ; \
done ; \
test -z " $$ list2 " || { \
2015-09-15 05:43:01 +02:00
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibdir) " || exit 1; \
2010-12-03 05:34:57 +01:00
echo " $( INSTALL_DATA) $$ list2 ' $( DESTDIR) $( toolexeclibdir) ' " ; \
$( INSTALL_DATA) $$ list2 " $( DESTDIR) $( toolexeclibdir) " || exit $$ ?; }
@$( POST_INSTALL)
@list= '$(toolexeclib_LIBRARIES)' ; test -n " $( toolexeclibdir) " || list = ; \
for p in $$ list; do \
if test -f $$ p; then \
$( am__strip_dir) \
echo " ( cd ' $( DESTDIR) $( toolexeclibdir) ' && $( RANLIB) $$ f ) " ; \
( cd " $( DESTDIR) $( toolexeclibdir) " && $( RANLIB) $$ f ) || exit $$ ?; \
else :; fi ; \
done
uninstall-toolexeclibLIBRARIES :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclib_LIBRARIES)' ; test -n " $( toolexeclibdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibdir)' ; $( am__uninstall_files_from_dir)
2010-12-03 05:34:57 +01:00
clean-toolexeclibLIBRARIES :
-test -z " $( toolexeclib_LIBRARIES) " || rm -f $( toolexeclib_LIBRARIES)
2015-09-15 05:43:01 +02:00
libgobegin-llgo.a : $( libgobegin_llgo_a_OBJECTS ) $( libgobegin_llgo_a_DEPENDENCIES ) $( EXTRA_libgobegin_llgo_a_DEPENDENCIES )
2014-11-14 19:02:50 +01:00
-rm -f libgobegin-llgo.a
$( libgobegin_llgo_a_AR) libgobegin-llgo.a $( libgobegin_llgo_a_OBJECTS) $( libgobegin_llgo_a_LIBADD)
$( RANLIB) libgobegin-llgo.a
2015-09-15 05:43:01 +02:00
libgobegin.a : $( libgobegin_a_OBJECTS ) $( libgobegin_a_DEPENDENCIES ) $( EXTRA_libgobegin_a_DEPENDENCIES )
2010-12-03 05:34:57 +01:00
-rm -f libgobegin.a
$( libgobegin_a_AR) libgobegin.a $( libgobegin_a_OBJECTS) $( libgobegin_a_LIBADD)
$( RANLIB) libgobegin.a
2015-09-15 05:43:01 +02:00
libgolibbegin.a : $( libgolibbegin_a_OBJECTS ) $( libgolibbegin_a_DEPENDENCIES ) $( EXTRA_libgolibbegin_a_DEPENDENCIES )
2015-04-29 23:31:53 +02:00
-rm -f libgolibbegin.a
$( libgolibbegin_a_AR) libgolibbegin.a $( libgolibbegin_a_OBJECTS) $( libgolibbegin_a_LIBADD)
$( RANLIB) libgolibbegin.a
2015-09-15 05:43:01 +02:00
libnetgo.a : $( libnetgo_a_OBJECTS ) $( libnetgo_a_DEPENDENCIES ) $( EXTRA_libnetgo_a_DEPENDENCIES )
2015-04-07 20:09:28 +02:00
-rm -f libnetgo.a
$( libnetgo_a_AR) libnetgo.a $( libnetgo_a_OBJECTS) $( libnetgo_a_LIBADD)
$( RANLIB) libnetgo.a
2010-12-03 05:34:57 +01:00
install-toolexeclibLTLIBRARIES : $( toolexeclib_LTLIBRARIES )
@$( NORMAL_INSTALL)
@list= '$(toolexeclib_LTLIBRARIES)' ; test -n " $( toolexeclibdir) " || list = ; \
list2 = ; for p in $$ list; do \
if test -f $$ p; then \
list2 = " $$ list2 $$ p " ; \
else :; fi ; \
done ; \
test -z " $$ list2 " || { \
2015-09-15 05:43:01 +02:00
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibdir) " || exit 1; \
2010-12-03 05:34:57 +01:00
echo " $( LIBTOOL) $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=install $( INSTALL) $( INSTALL_STRIP_FLAG) $$ list2 ' $( DESTDIR) $( toolexeclibdir) ' " ; \
$( LIBTOOL) $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= install $( INSTALL) $( INSTALL_STRIP_FLAG) $$ list2 " $( DESTDIR) $( toolexeclibdir) " ; \
}
uninstall-toolexeclibLTLIBRARIES :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclib_LTLIBRARIES)' ; test -n " $( toolexeclibdir) " || list = ; \
for p in $$ list; do \
$( am__strip_dir) \
echo " $( LIBTOOL) $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=uninstall rm -f ' $( DESTDIR) $( toolexeclibdir) / $$ f' " ; \
$( LIBTOOL) $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= uninstall rm -f " $( DESTDIR) $( toolexeclibdir) / $$ f " ; \
done
clean-toolexeclibLTLIBRARIES :
-test -z " $( toolexeclib_LTLIBRARIES) " || rm -f $( toolexeclib_LTLIBRARIES)
@list= '$(toolexeclib_LTLIBRARIES)' ; for p in $$ list; do \
dir = " `echo $$ p | sed -e 's|/[^/]* $$ ||'` " ; \
test " $$ dir " != " $$ p " || dir = .; \
echo " rm -f \" $$ {dir}/so_locations\" " ; \
rm -f " $$ {dir}/so_locations " ; \
done
2015-09-15 05:43:01 +02:00
libgo-llgo.la : $( libgo_llgo_la_OBJECTS ) $( libgo_llgo_la_DEPENDENCIES ) $( EXTRA_libgo_llgo_la_DEPENDENCIES )
2014-11-14 19:02:50 +01:00
$( libgo_llgo_la_LINK) $( am_libgo_llgo_la_rpath) $( libgo_llgo_la_OBJECTS) $( libgo_llgo_la_LIBADD) $( LIBS)
2015-09-15 05:43:01 +02:00
libgo.la : $( libgo_la_OBJECTS ) $( libgo_la_DEPENDENCIES ) $( EXTRA_libgo_la_DEPENDENCIES )
2014-11-14 19:02:50 +01:00
$( libgo_la_LINK) $( am_libgo_la_rpath) $( libgo_la_OBJECTS) $( libgo_la_LIBADD) $( LIBS)
2010-12-03 05:34:57 +01:00
mostlyclean-compile :
-rm -f *.$( OBJEXT)
distclean-compile :
-rm -f *.tab.c
2011-03-27 21:14:55 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / c p u p r o f . P l o @ a m _ _ q u o t e @
2012-12-22 02:15:33 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / e n v _ p o s i x . P l o @ a m _ _ q u o t e @
2012-08-07 06:42:49 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g e t n c p u - b s d . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g e t n c p u - i r i x . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g e t n c p u - l i n u x . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g e t n c p u - n o n e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g e t n c p u - s o l a r i s . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - a p p e n d . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - a s s e r t - i n t e r f a c e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - a s s e r t . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - b r e a k p o i n t . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - b y t e - a r r a y - t o - s t r i n g . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c a l l e r . P l o @ a m _ _ q u o t e @
2012-03-02 17:38:43 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c a l l e r s . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c a n - c o n v e r t - i n t e r f a c e . P l o @ a m _ _ q u o t e @
2013-10-10 00:31:15 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c d i v . P l o @ a m _ _ q u o t e @
2011-01-11 19:59:30 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c g o . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c h e c k - i n t e r f a c e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c o n s t r u c t - m a p . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c o n v e r t - i n t e r f a c e . P l o @ a m _ _ q u o t e @
2010-12-17 07:33:41 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - c o p y . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - d e f e r . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - d e f e r r e d - r e c o v e r . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - e f a c e - c o m p a r e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - e f a c e - v a l - c o m p a r e . P l o @ a m _ _ q u o t e @
2014-07-19 23:36:26 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - f f i . P l o @ a m _ _ q u o t e @
2012-11-29 19:11:17 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - f i e l d t r a c k . P l o @ a m _ _ q u o t e @
2014-07-11 02:39:03 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i f a c e . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i n t - a r r a y - t o - s t r i n g . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i n t - t o - s t r i n g . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i n t e r f a c e - c o m p a r e . P l o @ a m _ _ q u o t e @
2011-02-22 03:52:55 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i n t e r f a c e - e f a c e - c o m p a r e . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - i n t e r f a c e - v a l - c o m p a r e . P l o @ a m _ _ q u o t e @
2011-06-14 07:53:10 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m a k e - s l i c e . P l o @ a m _ _ q u o t e @
2012-02-08 23:35:30 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m a t h e r r . P l o @ a m _ _ q u o t e @
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m e m c l r . P l o @ a m _ _ q u o t e @
2012-11-06 19:12:45 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m e m c m p . P l o @ a m _ _ q u o t e @
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m e m e q u a l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - m e m m o v e . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - n a n o t i m e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - n e w . P l o @ a m _ _ q u o t e @
2012-01-26 21:24:01 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - n o s y s . P l o @ a m _ _ q u o t e @
2011-12-13 20:16:27 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - n o w . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - p a n i c . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - r e c o v e r . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - r e f l e c t - c a l l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - r u n e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - r u n t i m e - e r r o r . P l o @ a m _ _ q u o t e @
2011-05-20 02:18:15 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s e t e n v . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s i g n a l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s t r c m p . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s t r i n g - t o - b y t e - a r r a y . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s t r i n g - t o - i n t - a r r a y . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s t r p l u s . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - s t r s l i c e . P l o @ a m _ _ q u o t e @
2012-05-17 07:30:25 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t r a c e b a c k . P l o @ a m _ _ q u o t e @
2012-01-06 22:47:49 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - c o m p l e x . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - e f a c e . P l o @ a m _ _ q u o t e @
2012-01-06 22:47:49 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - f l o a t . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - i d e n t i t y . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - i n t e r f a c e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e - s t r i n g . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - t y p e d e s c - e q u a l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - u n s a f e - n e w . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - u n s a f e - n e w a r r a y . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - u n s a f e - p o i n t e r . P l o @ a m _ _ q u o t e @
2015-01-15 01:27:56 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - u n s e t e n v . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - u n w i n d . P l o @ a m _ _ q u o t e @
2013-11-24 03:38:28 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / g o - v a r a r g s . P l o @ a m _ _ q u o t e @
2014-07-19 10:53:52 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / h e a p d u m p . P l o @ a m _ _ q u o t e @
2012-10-23 06:31:11 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l f s t a c k . P l o @ a m _ _ q u o t e @
2015-04-25 00:08:32 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . P o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . P o @ a m _ _ q u o t e @
2015-04-29 23:31:53 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . P o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m a l l o c . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m c a c h e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m c e n t r a l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m e m . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m e m _ p o s i x _ m e m a l i g n . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m f i x a l l o c . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m g c 0 . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m h e a p . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m p r o f . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / m s i z e . P l o @ a m _ _ q u o t e @
2013-07-16 08:54:42 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / n e t p o l l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / n e t p o l l _ e p o l l . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / n e t p o l l _ k q u e u e . P l o @ a m _ _ q u o t e @
2013-11-14 21:15:04 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / n e t p o l l _ s e l e c t . P l o @ a m _ _ q u o t e @
2012-10-23 06:31:11 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / p a n i c . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / p a r f o r . P l o @ a m _ _ q u o t e @
2012-05-24 22:44:34 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / p r i n t . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / p r o c . P l o @ a m _ _ q u o t e @
2014-07-12 02:01:09 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / r d e b u g . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / r e f l e c t . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / r t e m s - t a s k - v a r i a b l e - a d d . P l o @ a m _ _ q u o t e @
2011-11-14 23:26:45 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / r u n t i m e . P l o @ a m _ _ q u o t e @
2011-11-28 06:45:49 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / r u n t i m e 1 . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / s e m a . P l o @ a m _ _ q u o t e @
2012-03-02 17:38:43 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / s i g n a l _ u n i x . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / s i g q u e u e . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / s t r i n g . P l o @ a m _ _ q u o t e @
2011-11-22 21:24:44 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / t h r e a d - l i n u x . P l o @ a m _ _ q u o t e @
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / t h r e a d - s e m a . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / t h r e a d . P l o @ a m _ _ q u o t e @
2011-12-07 02:11:29 +01:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / t i m e . P l o @ a m _ _ q u o t e @
2011-10-27 01:57:58 +02:00
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / y i e l d . P l o @ a m _ _ q u o t e @
2010-12-03 05:34:57 +01:00
.c.o :
@ a m _ _ f a s t d e p C C _ T R U E @ $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c $<
.c.obj :
@ a m _ _ f a s t d e p C C _ T R U E @ $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c ` $( CYGPATH_W ) '$<' `
.c.lo :
@ a m _ _ f a s t d e p C C _ T R U E @ $( LTCOMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LTCOMPILE ) - c - o $@ $<
2015-04-25 00:08:32 +02:00
libgobegin_llgo_a-go-main.o : runtime /go -main .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_llgo_a_CFLAGS ) $( CFLAGS ) - M T l i b g o b e g i n _ l l g o _ a - g o - m a i n . o - M D - M P - M F $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . T p o - c - o l i b g o b e g i n _ l l g o _ a - g o - m a i n . o ` t e s t - f 'runtime/go-main.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - m a i n . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . T p o $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-main.c' object = 'libgobegin_llgo_a-go-main.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_llgo_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o b e g i n _ l l g o _ a - g o - m a i n . o ` t e s t - f 'runtime/go-main.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - m a i n . c
libgobegin_llgo_a-go-main.obj : runtime /go -main .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_llgo_a_CFLAGS ) $( CFLAGS ) - M T l i b g o b e g i n _ l l g o _ a - g o - m a i n . o b j - M D - M P - M F $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . T p o - c - o l i b g o b e g i n _ l l g o _ a - g o - m a i n . o b j ` i f t e s t - f 'runtime/go-main.c' ; t h e n $( CYGPATH_W ) 'runtime/go-main.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-main.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . T p o $( DEPDIR ) / l i b g o b e g i n _ l l g o _ a - g o - m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-main.c' object = 'libgobegin_llgo_a-go-main.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_llgo_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o b e g i n _ l l g o _ a - g o - m a i n . o b j ` i f t e s t - f 'runtime/go-main.c' ; t h e n $( CYGPATH_W ) 'runtime/go-main.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-main.c' ; f i `
libgobegin_a-go-main.o : runtime /go -main .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_a_CFLAGS ) $( CFLAGS ) - M T l i b g o b e g i n _ a - g o - m a i n . o - M D - M P - M F $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . T p o - c - o l i b g o b e g i n _ a - g o - m a i n . o ` t e s t - f 'runtime/go-main.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - m a i n . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . T p o $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-main.c' object = 'libgobegin_a-go-main.o' libtool = no @AMDEPBACKSLASH@
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
2015-04-25 00:08:32 +02:00
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o b e g i n _ a - g o - m a i n . o ` t e s t - f 'runtime/go-main.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - m a i n . c
2010-12-03 05:34:57 +01:00
2015-04-25 00:08:32 +02:00
libgobegin_a-go-main.obj : runtime /go -main .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_a_CFLAGS ) $( CFLAGS ) - M T l i b g o b e g i n _ a - g o - m a i n . o b j - M D - M P - M F $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . T p o - c - o l i b g o b e g i n _ a - g o - m a i n . o b j ` i f t e s t - f 'runtime/go-main.c' ; t h e n $( CYGPATH_W ) 'runtime/go-main.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-main.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . T p o $( DEPDIR ) / l i b g o b e g i n _ a - g o - m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-main.c' object = 'libgobegin_a-go-main.obj' libtool = no @AMDEPBACKSLASH@
2010-12-03 05:34:57 +01:00
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
2015-04-25 00:08:32 +02:00
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgobegin_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o b e g i n _ a - g o - m a i n . o b j ` i f t e s t - f 'runtime/go-main.c' ; t h e n $( CYGPATH_W ) 'runtime/go-main.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-main.c' ; f i `
2010-12-03 05:34:57 +01:00
2015-04-29 23:31:53 +02:00
libgolibbegin_a-go-libmain.o : runtime /go -libmain .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgolibbegin_a_CFLAGS ) $( CFLAGS ) - M T l i b g o l i b b e g i n _ a - g o - l i b m a i n . o - M D - M P - M F $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . T p o - c - o l i b g o l i b b e g i n _ a - g o - l i b m a i n . o ` t e s t - f 'runtime/go-libmain.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - l i b m a i n . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . T p o $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-libmain.c' object = 'libgolibbegin_a-go-libmain.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgolibbegin_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o l i b b e g i n _ a - g o - l i b m a i n . o ` t e s t - f 'runtime/go-libmain.c' | | e c h o '$(srcdir)/' ` r u n t i m e / g o - l i b m a i n . c
libgolibbegin_a-go-libmain.obj : runtime /go -libmain .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgolibbegin_a_CFLAGS ) $( CFLAGS ) - M T l i b g o l i b b e g i n _ a - g o - l i b m a i n . o b j - M D - M P - M F $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . T p o - c - o l i b g o l i b b e g i n _ a - g o - l i b m a i n . o b j ` i f t e s t - f 'runtime/go-libmain.c' ; t h e n $( CYGPATH_W ) 'runtime/go-libmain.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-libmain.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . T p o $( DEPDIR ) / l i b g o l i b b e g i n _ a - g o - l i b m a i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-libmain.c' object = 'libgolibbegin_a-go-libmain.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( AM_CPPFLAGS ) $( CPPFLAGS ) $( libgolibbegin_a_CFLAGS ) $( CFLAGS ) - c - o l i b g o l i b b e g i n _ a - g o - l i b m a i n . o b j ` i f t e s t - f 'runtime/go-libmain.c' ; t h e n $( CYGPATH_W ) 'runtime/go-libmain.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/runtime/go-libmain.c' ; f i `
2010-12-03 05:34:57 +01:00
go-append.lo : runtime /go -append .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-append.lo -MD -MP -MF $( DEPDIR) /go-append.Tpo -c -o go-append.lo ` test -f 'runtime/go-append.c' || echo '$(srcdir)/' ` runtime/go-append.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - a p p e n d . T p o $( DEPDIR ) / g o - a p p e n d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-append.c' object = 'go-append.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-append.lo ` test -f 'runtime/go-append.c' || echo '$(srcdir)/' ` runtime/go-append.c
go-assert.lo : runtime /go -assert .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-assert.lo -MD -MP -MF $( DEPDIR) /go-assert.Tpo -c -o go-assert.lo ` test -f 'runtime/go-assert.c' || echo '$(srcdir)/' ` runtime/go-assert.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - a s s e r t . T p o $( DEPDIR ) / g o - a s s e r t . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-assert.c' object = 'go-assert.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-assert.lo ` test -f 'runtime/go-assert.c' || echo '$(srcdir)/' ` runtime/go-assert.c
go-assert-interface.lo : runtime /go -assert -interface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-assert-interface.lo -MD -MP -MF $( DEPDIR) /go-assert-interface.Tpo -c -o go-assert-interface.lo ` test -f 'runtime/go-assert-interface.c' || echo '$(srcdir)/' ` runtime/go-assert-interface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - a s s e r t - i n t e r f a c e . T p o $( DEPDIR ) / g o - a s s e r t - i n t e r f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-assert-interface.c' object = 'go-assert-interface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-assert-interface.lo ` test -f 'runtime/go-assert-interface.c' || echo '$(srcdir)/' ` runtime/go-assert-interface.c
go-byte-array-to-string.lo : runtime /go -byte -array -to -string .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-byte-array-to-string.lo -MD -MP -MF $( DEPDIR) /go-byte-array-to-string.Tpo -c -o go-byte-array-to-string.lo ` test -f 'runtime/go-byte-array-to-string.c' || echo '$(srcdir)/' ` runtime/go-byte-array-to-string.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - b y t e - a r r a y - t o - s t r i n g . T p o $( DEPDIR ) / g o - b y t e - a r r a y - t o - s t r i n g . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-byte-array-to-string.c' object = 'go-byte-array-to-string.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-byte-array-to-string.lo ` test -f 'runtime/go-byte-array-to-string.c' || echo '$(srcdir)/' ` runtime/go-byte-array-to-string.c
go-breakpoint.lo : runtime /go -breakpoint .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-breakpoint.lo -MD -MP -MF $( DEPDIR) /go-breakpoint.Tpo -c -o go-breakpoint.lo ` test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/' ` runtime/go-breakpoint.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - b r e a k p o i n t . T p o $( DEPDIR ) / g o - b r e a k p o i n t . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-breakpoint.c' object = 'go-breakpoint.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-breakpoint.lo ` test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/' ` runtime/go-breakpoint.c
go-caller.lo : runtime /go -caller .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-caller.lo -MD -MP -MF $( DEPDIR) /go-caller.Tpo -c -o go-caller.lo ` test -f 'runtime/go-caller.c' || echo '$(srcdir)/' ` runtime/go-caller.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c a l l e r . T p o $( DEPDIR ) / g o - c a l l e r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-caller.c' object = 'go-caller.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-caller.lo ` test -f 'runtime/go-caller.c' || echo '$(srcdir)/' ` runtime/go-caller.c
2012-03-02 17:38:43 +01:00
go-callers.lo : runtime /go -callers .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-callers.lo -MD -MP -MF $( DEPDIR) /go-callers.Tpo -c -o go-callers.lo ` test -f 'runtime/go-callers.c' || echo '$(srcdir)/' ` runtime/go-callers.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c a l l e r s . T p o $( DEPDIR ) / g o - c a l l e r s . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-callers.c' object = 'go-callers.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-callers.lo ` test -f 'runtime/go-callers.c' || echo '$(srcdir)/' ` runtime/go-callers.c
2010-12-03 05:34:57 +01:00
go-can-convert-interface.lo : runtime /go -can -convert -interface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-can-convert-interface.lo -MD -MP -MF $( DEPDIR) /go-can-convert-interface.Tpo -c -o go-can-convert-interface.lo ` test -f 'runtime/go-can-convert-interface.c' || echo '$(srcdir)/' ` runtime/go-can-convert-interface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c a n - c o n v e r t - i n t e r f a c e . T p o $( DEPDIR ) / g o - c a n - c o n v e r t - i n t e r f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-can-convert-interface.c' object = 'go-can-convert-interface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-can-convert-interface.lo ` test -f 'runtime/go-can-convert-interface.c' || echo '$(srcdir)/' ` runtime/go-can-convert-interface.c
2013-10-10 00:31:15 +02:00
go-cdiv.lo : runtime /go -cdiv .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-cdiv.lo -MD -MP -MF $( DEPDIR) /go-cdiv.Tpo -c -o go-cdiv.lo ` test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/' ` runtime/go-cdiv.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c d i v . T p o $( DEPDIR ) / g o - c d i v . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-cdiv.c' object = 'go-cdiv.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-cdiv.lo ` test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/' ` runtime/go-cdiv.c
2011-01-11 19:59:30 +01:00
go-cgo.lo : runtime /go -cgo .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-cgo.lo -MD -MP -MF $( DEPDIR) /go-cgo.Tpo -c -o go-cgo.lo ` test -f 'runtime/go-cgo.c' || echo '$(srcdir)/' ` runtime/go-cgo.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c g o . T p o $( DEPDIR ) / g o - c g o . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-cgo.c' object = 'go-cgo.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-cgo.lo ` test -f 'runtime/go-cgo.c' || echo '$(srcdir)/' ` runtime/go-cgo.c
2010-12-03 05:34:57 +01:00
go-check-interface.lo : runtime /go -check -interface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-check-interface.lo -MD -MP -MF $( DEPDIR) /go-check-interface.Tpo -c -o go-check-interface.lo ` test -f 'runtime/go-check-interface.c' || echo '$(srcdir)/' ` runtime/go-check-interface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c h e c k - i n t e r f a c e . T p o $( DEPDIR ) / g o - c h e c k - i n t e r f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-check-interface.c' object = 'go-check-interface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-check-interface.lo ` test -f 'runtime/go-check-interface.c' || echo '$(srcdir)/' ` runtime/go-check-interface.c
go-construct-map.lo : runtime /go -construct -map .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-construct-map.lo -MD -MP -MF $( DEPDIR) /go-construct-map.Tpo -c -o go-construct-map.lo ` test -f 'runtime/go-construct-map.c' || echo '$(srcdir)/' ` runtime/go-construct-map.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c o n s t r u c t - m a p . T p o $( DEPDIR ) / g o - c o n s t r u c t - m a p . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-construct-map.c' object = 'go-construct-map.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-construct-map.lo ` test -f 'runtime/go-construct-map.c' || echo '$(srcdir)/' ` runtime/go-construct-map.c
go-convert-interface.lo : runtime /go -convert -interface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-convert-interface.lo -MD -MP -MF $( DEPDIR) /go-convert-interface.Tpo -c -o go-convert-interface.lo ` test -f 'runtime/go-convert-interface.c' || echo '$(srcdir)/' ` runtime/go-convert-interface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c o n v e r t - i n t e r f a c e . T p o $( DEPDIR ) / g o - c o n v e r t - i n t e r f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-convert-interface.c' object = 'go-convert-interface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-convert-interface.lo ` test -f 'runtime/go-convert-interface.c' || echo '$(srcdir)/' ` runtime/go-convert-interface.c
2010-12-17 07:33:41 +01:00
go-copy.lo : runtime /go -copy .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-copy.lo -MD -MP -MF $( DEPDIR) /go-copy.Tpo -c -o go-copy.lo ` test -f 'runtime/go-copy.c' || echo '$(srcdir)/' ` runtime/go-copy.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - c o p y . T p o $( DEPDIR ) / g o - c o p y . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-copy.c' object = 'go-copy.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-copy.lo ` test -f 'runtime/go-copy.c' || echo '$(srcdir)/' ` runtime/go-copy.c
2010-12-03 05:34:57 +01:00
go-defer.lo : runtime /go -defer .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-defer.lo -MD -MP -MF $( DEPDIR) /go-defer.Tpo -c -o go-defer.lo ` test -f 'runtime/go-defer.c' || echo '$(srcdir)/' ` runtime/go-defer.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - d e f e r . T p o $( DEPDIR ) / g o - d e f e r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-defer.c' object = 'go-defer.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-defer.lo ` test -f 'runtime/go-defer.c' || echo '$(srcdir)/' ` runtime/go-defer.c
go-deferred-recover.lo : runtime /go -deferred -recover .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-deferred-recover.lo -MD -MP -MF $( DEPDIR) /go-deferred-recover.Tpo -c -o go-deferred-recover.lo ` test -f 'runtime/go-deferred-recover.c' || echo '$(srcdir)/' ` runtime/go-deferred-recover.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - d e f e r r e d - r e c o v e r . T p o $( DEPDIR ) / g o - d e f e r r e d - r e c o v e r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-deferred-recover.c' object = 'go-deferred-recover.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-deferred-recover.lo ` test -f 'runtime/go-deferred-recover.c' || echo '$(srcdir)/' ` runtime/go-deferred-recover.c
go-eface-compare.lo : runtime /go -eface -compare .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-eface-compare.lo -MD -MP -MF $( DEPDIR) /go-eface-compare.Tpo -c -o go-eface-compare.lo ` test -f 'runtime/go-eface-compare.c' || echo '$(srcdir)/' ` runtime/go-eface-compare.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - e f a c e - c o m p a r e . T p o $( DEPDIR ) / g o - e f a c e - c o m p a r e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-eface-compare.c' object = 'go-eface-compare.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-eface-compare.lo ` test -f 'runtime/go-eface-compare.c' || echo '$(srcdir)/' ` runtime/go-eface-compare.c
go-eface-val-compare.lo : runtime /go -eface -val -compare .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-eface-val-compare.lo -MD -MP -MF $( DEPDIR) /go-eface-val-compare.Tpo -c -o go-eface-val-compare.lo ` test -f 'runtime/go-eface-val-compare.c' || echo '$(srcdir)/' ` runtime/go-eface-val-compare.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - e f a c e - v a l - c o m p a r e . T p o $( DEPDIR ) / g o - e f a c e - v a l - c o m p a r e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-eface-val-compare.c' object = 'go-eface-val-compare.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-eface-val-compare.lo ` test -f 'runtime/go-eface-val-compare.c' || echo '$(srcdir)/' ` runtime/go-eface-val-compare.c
2014-07-19 23:36:26 +02:00
go-ffi.lo : runtime /go -ffi .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-ffi.lo -MD -MP -MF $( DEPDIR) /go-ffi.Tpo -c -o go-ffi.lo ` test -f 'runtime/go-ffi.c' || echo '$(srcdir)/' ` runtime/go-ffi.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - f f i . T p o $( DEPDIR ) / g o - f f i . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-ffi.c' object = 'go-ffi.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-ffi.lo ` test -f 'runtime/go-ffi.c' || echo '$(srcdir)/' ` runtime/go-ffi.c
2012-11-29 19:11:17 +01:00
go-fieldtrack.lo : runtime /go -fieldtrack .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-fieldtrack.lo -MD -MP -MF $( DEPDIR) /go-fieldtrack.Tpo -c -o go-fieldtrack.lo ` test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/' ` runtime/go-fieldtrack.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - f i e l d t r a c k . T p o $( DEPDIR ) / g o - f i e l d t r a c k . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-fieldtrack.c' object = 'go-fieldtrack.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-fieldtrack.lo ` test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/' ` runtime/go-fieldtrack.c
2010-12-03 05:34:57 +01:00
go-int-array-to-string.lo : runtime /go -int -array -to -string .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-int-array-to-string.lo -MD -MP -MF $( DEPDIR) /go-int-array-to-string.Tpo -c -o go-int-array-to-string.lo ` test -f 'runtime/go-int-array-to-string.c' || echo '$(srcdir)/' ` runtime/go-int-array-to-string.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - i n t - a r r a y - t o - s t r i n g . T p o $( DEPDIR ) / g o - i n t - a r r a y - t o - s t r i n g . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-int-array-to-string.c' object = 'go-int-array-to-string.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-int-array-to-string.lo ` test -f 'runtime/go-int-array-to-string.c' || echo '$(srcdir)/' ` runtime/go-int-array-to-string.c
go-int-to-string.lo : runtime /go -int -to -string .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-int-to-string.lo -MD -MP -MF $( DEPDIR) /go-int-to-string.Tpo -c -o go-int-to-string.lo ` test -f 'runtime/go-int-to-string.c' || echo '$(srcdir)/' ` runtime/go-int-to-string.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - i n t - t o - s t r i n g . T p o $( DEPDIR ) / g o - i n t - t o - s t r i n g . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-int-to-string.c' object = 'go-int-to-string.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-int-to-string.lo ` test -f 'runtime/go-int-to-string.c' || echo '$(srcdir)/' ` runtime/go-int-to-string.c
go-interface-compare.lo : runtime /go -interface -compare .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-interface-compare.lo -MD -MP -MF $( DEPDIR) /go-interface-compare.Tpo -c -o go-interface-compare.lo ` test -f 'runtime/go-interface-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-compare.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - i n t e r f a c e - c o m p a r e . T p o $( DEPDIR ) / g o - i n t e r f a c e - c o m p a r e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-interface-compare.c' object = 'go-interface-compare.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-interface-compare.lo ` test -f 'runtime/go-interface-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-compare.c
2011-02-22 03:52:55 +01:00
go-interface-eface-compare.lo : runtime /go -interface -eface -compare .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-interface-eface-compare.lo -MD -MP -MF $( DEPDIR) /go-interface-eface-compare.Tpo -c -o go-interface-eface-compare.lo ` test -f 'runtime/go-interface-eface-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-eface-compare.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - i n t e r f a c e - e f a c e - c o m p a r e . T p o $( DEPDIR ) / g o - i n t e r f a c e - e f a c e - c o m p a r e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-interface-eface-compare.c' object = 'go-interface-eface-compare.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-interface-eface-compare.lo ` test -f 'runtime/go-interface-eface-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-eface-compare.c
2010-12-03 05:34:57 +01:00
go-interface-val-compare.lo : runtime /go -interface -val -compare .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-interface-val-compare.lo -MD -MP -MF $( DEPDIR) /go-interface-val-compare.Tpo -c -o go-interface-val-compare.lo ` test -f 'runtime/go-interface-val-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-val-compare.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - i n t e r f a c e - v a l - c o m p a r e . T p o $( DEPDIR ) / g o - i n t e r f a c e - v a l - c o m p a r e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-interface-val-compare.c' object = 'go-interface-val-compare.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-interface-val-compare.lo ` test -f 'runtime/go-interface-val-compare.c' || echo '$(srcdir)/' ` runtime/go-interface-val-compare.c
2011-06-14 07:53:10 +02:00
go-make-slice.lo : runtime /go -make -slice .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-make-slice.lo -MD -MP -MF $( DEPDIR) /go-make-slice.Tpo -c -o go-make-slice.lo ` test -f 'runtime/go-make-slice.c' || echo '$(srcdir)/' ` runtime/go-make-slice.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m a k e - s l i c e . T p o $( DEPDIR ) / g o - m a k e - s l i c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-make-slice.c' object = 'go-make-slice.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-make-slice.lo ` test -f 'runtime/go-make-slice.c' || echo '$(srcdir)/' ` runtime/go-make-slice.c
2012-02-08 23:35:30 +01:00
go-matherr.lo : runtime /go -matherr .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-matherr.lo -MD -MP -MF $( DEPDIR) /go-matherr.Tpo -c -o go-matherr.lo ` test -f 'runtime/go-matherr.c' || echo '$(srcdir)/' ` runtime/go-matherr.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m a t h e r r . T p o $( DEPDIR ) / g o - m a t h e r r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-matherr.c' object = 'go-matherr.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-matherr.lo ` test -f 'runtime/go-matherr.c' || echo '$(srcdir)/' ` runtime/go-matherr.c
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
go-memclr.lo : runtime /go -memclr .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-memclr.lo -MD -MP -MF $( DEPDIR) /go-memclr.Tpo -c -o go-memclr.lo ` test -f 'runtime/go-memclr.c' || echo '$(srcdir)/' ` runtime/go-memclr.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m e m c l r . T p o $( DEPDIR ) / g o - m e m c l r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-memclr.c' object = 'go-memclr.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-memclr.lo ` test -f 'runtime/go-memclr.c' || echo '$(srcdir)/' ` runtime/go-memclr.c
2012-11-06 19:12:45 +01:00
go-memcmp.lo : runtime /go -memcmp .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-memcmp.lo -MD -MP -MF $( DEPDIR) /go-memcmp.Tpo -c -o go-memcmp.lo ` test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/' ` runtime/go-memcmp.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m e m c m p . T p o $( DEPDIR ) / g o - m e m c m p . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-memcmp.c' object = 'go-memcmp.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-memcmp.lo ` test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/' ` runtime/go-memcmp.c
compiler, runtime: replace hashmap code with Go 1.7 hashmap
This change removes the gccgo-specific hashmap code and replaces it with
the hashmap code from the Go 1.7 runtime. The Go 1.7 hashmap code is
more efficient, does a better job on details like when to update a key,
and provides some support against denial-of-service attacks.
The compiler is changed to call the new hashmap functions instead of the
old ones.
The compiler now tracks which types are reflexive and which require
updating when used as a map key, and records the information in map type
descriptors.
Map_index_expression is simplified. The special case for a map index on
the right hand side of a tuple expression has been unnecessary for some
time, and is removed. The support for specially marking a map index as
an lvalue is removed, in favor of lowering an assignment to a map index
into a function call. The long-obsolete support for a map index of a
pointer to a map is removed.
The __go_new_map_big function (known to the compiler as
Runtime::MAKEMAPBIG) is no longer needed, as the new runtime.makemap
function takes an int64 hint argument.
The old map descriptor type and supporting expression is removed.
The compiler was still supporting the long-obsolete syntax `m[k] = 0,
false` to delete a value from a map. That is now removed, requiring a
change to one of the gccgo-specific tests.
The builtin len function applied to a map or channel p is now compiled
as `p == nil ? 0 : *(*int)(p)`. The __go_chan_len function (known to
the compiler as Runtime::CHAN_LEN) is removed.
Support for a shared zero value for maps to large value types is
introduced, along the lines of the gc compiler. The zero value is
handled as a common variable.
The hash function is changed to take a seed argument, changing the
runtime hash functions and the compiler-generated hash functions.
Unlike the gc compiler, both the hash and equal functions continue to
take the type length.
Types that can not be compared now store nil for the hash and equal
functions, rather than pointing to functions that throw. Interface hash
and comparison functions now check explicitly for nil. This matches the
gc compiler and permits a simple implementation for ismapkey.
The compiler is changed to permit marking struct and array types as
incomparable, meaning that they have no hash or equal function. We use
this for thunk types, removing the existing special code to avoid
generating hash/equal functions for them.
The C runtime code adds memclr, memequal, and memmove functions.
The hashmap code uses go:linkname comments to make the functions
visible, as otherwise the compiler would discard them.
The hashmap code comments out the unused reference to the address of the
first parameter in the race code, as otherwise the compiler thinks that
the parameter escapes and copies it onto the heap. This is probably not
needed when we enable escape analysis.
Several runtime map tests that ere previously skipped for gccgo are now
run.
The Go runtime picks up type kind information and stubs. The type kind
information causes the generated runtime header file to define some
constants, including `empty`, and the C code is adjusted accordingly.
A Go-callable version of runtime.throw, that takes a Go string, is
added to be called from the hashmap code.
Reviewed-on: https://go-review.googlesource.com/29447
* go.go-torture/execute/map-1.go: Replace old map deletion syntax
with call to builtin delete function.
From-SVN: r240334
2016-09-21 22:58:51 +02:00
go-memequal.lo : runtime /go -memequal .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-memequal.lo -MD -MP -MF $( DEPDIR) /go-memequal.Tpo -c -o go-memequal.lo ` test -f 'runtime/go-memequal.c' || echo '$(srcdir)/' ` runtime/go-memequal.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m e m e q u a l . T p o $( DEPDIR ) / g o - m e m e q u a l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-memequal.c' object = 'go-memequal.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-memequal.lo ` test -f 'runtime/go-memequal.c' || echo '$(srcdir)/' ` runtime/go-memequal.c
go-memmove.lo : runtime /go -memmove .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-memmove.lo -MD -MP -MF $( DEPDIR) /go-memmove.Tpo -c -o go-memmove.lo ` test -f 'runtime/go-memmove.c' || echo '$(srcdir)/' ` runtime/go-memmove.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - m e m m o v e . T p o $( DEPDIR ) / g o - m e m m o v e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-memmove.c' object = 'go-memmove.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-memmove.lo ` test -f 'runtime/go-memmove.c' || echo '$(srcdir)/' ` runtime/go-memmove.c
2010-12-03 05:34:57 +01:00
go-nanotime.lo : runtime /go -nanotime .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-nanotime.lo -MD -MP -MF $( DEPDIR) /go-nanotime.Tpo -c -o go-nanotime.lo ` test -f 'runtime/go-nanotime.c' || echo '$(srcdir)/' ` runtime/go-nanotime.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - n a n o t i m e . T p o $( DEPDIR ) / g o - n a n o t i m e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-nanotime.c' object = 'go-nanotime.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-nanotime.lo ` test -f 'runtime/go-nanotime.c' || echo '$(srcdir)/' ` runtime/go-nanotime.c
2011-12-13 20:16:27 +01:00
go-now.lo : runtime /go -now .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-now.lo -MD -MP -MF $( DEPDIR) /go-now.Tpo -c -o go-now.lo ` test -f 'runtime/go-now.c' || echo '$(srcdir)/' ` runtime/go-now.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - n o w . T p o $( DEPDIR ) / g o - n o w . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-now.c' object = 'go-now.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-now.lo ` test -f 'runtime/go-now.c' || echo '$(srcdir)/' ` runtime/go-now.c
2010-12-03 05:34:57 +01:00
go-new.lo : runtime /go -new .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-new.lo -MD -MP -MF $( DEPDIR) /go-new.Tpo -c -o go-new.lo ` test -f 'runtime/go-new.c' || echo '$(srcdir)/' ` runtime/go-new.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - n e w . T p o $( DEPDIR ) / g o - n e w . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-new.c' object = 'go-new.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-new.lo ` test -f 'runtime/go-new.c' || echo '$(srcdir)/' ` runtime/go-new.c
2012-01-26 21:24:01 +01:00
go-nosys.lo : runtime /go -nosys .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-nosys.lo -MD -MP -MF $( DEPDIR) /go-nosys.Tpo -c -o go-nosys.lo ` test -f 'runtime/go-nosys.c' || echo '$(srcdir)/' ` runtime/go-nosys.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - n o s y s . T p o $( DEPDIR ) / g o - n o s y s . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-nosys.c' object = 'go-nosys.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-nosys.lo ` test -f 'runtime/go-nosys.c' || echo '$(srcdir)/' ` runtime/go-nosys.c
2010-12-03 05:34:57 +01:00
go-panic.lo : runtime /go -panic .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-panic.lo -MD -MP -MF $( DEPDIR) /go-panic.Tpo -c -o go-panic.lo ` test -f 'runtime/go-panic.c' || echo '$(srcdir)/' ` runtime/go-panic.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - p a n i c . T p o $( DEPDIR ) / g o - p a n i c . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-panic.c' object = 'go-panic.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-panic.lo ` test -f 'runtime/go-panic.c' || echo '$(srcdir)/' ` runtime/go-panic.c
go-recover.lo : runtime /go -recover .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-recover.lo -MD -MP -MF $( DEPDIR) /go-recover.Tpo -c -o go-recover.lo ` test -f 'runtime/go-recover.c' || echo '$(srcdir)/' ` runtime/go-recover.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - r e c o v e r . T p o $( DEPDIR ) / g o - r e c o v e r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-recover.c' object = 'go-recover.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-recover.lo ` test -f 'runtime/go-recover.c' || echo '$(srcdir)/' ` runtime/go-recover.c
go-reflect-call.lo : runtime /go -reflect -call .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-reflect-call.lo -MD -MP -MF $( DEPDIR) /go-reflect-call.Tpo -c -o go-reflect-call.lo ` test -f 'runtime/go-reflect-call.c' || echo '$(srcdir)/' ` runtime/go-reflect-call.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - r e f l e c t - c a l l . T p o $( DEPDIR ) / g o - r e f l e c t - c a l l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-reflect-call.c' object = 'go-reflect-call.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-reflect-call.lo ` test -f 'runtime/go-reflect-call.c' || echo '$(srcdir)/' ` runtime/go-reflect-call.c
go-rune.lo : runtime /go -rune .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-rune.lo -MD -MP -MF $( DEPDIR) /go-rune.Tpo -c -o go-rune.lo ` test -f 'runtime/go-rune.c' || echo '$(srcdir)/' ` runtime/go-rune.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - r u n e . T p o $( DEPDIR ) / g o - r u n e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-rune.c' object = 'go-rune.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-rune.lo ` test -f 'runtime/go-rune.c' || echo '$(srcdir)/' ` runtime/go-rune.c
go-runtime-error.lo : runtime /go -runtime -error .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-runtime-error.lo -MD -MP -MF $( DEPDIR) /go-runtime-error.Tpo -c -o go-runtime-error.lo ` test -f 'runtime/go-runtime-error.c' || echo '$(srcdir)/' ` runtime/go-runtime-error.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - r u n t i m e - e r r o r . T p o $( DEPDIR ) / g o - r u n t i m e - e r r o r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-runtime-error.c' object = 'go-runtime-error.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-runtime-error.lo ` test -f 'runtime/go-runtime-error.c' || echo '$(srcdir)/' ` runtime/go-runtime-error.c
2011-05-20 02:18:15 +02:00
go-setenv.lo : runtime /go -setenv .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-setenv.lo -MD -MP -MF $( DEPDIR) /go-setenv.Tpo -c -o go-setenv.lo ` test -f 'runtime/go-setenv.c' || echo '$(srcdir)/' ` runtime/go-setenv.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s e t e n v . T p o $( DEPDIR ) / g o - s e t e n v . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-setenv.c' object = 'go-setenv.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-setenv.lo ` test -f 'runtime/go-setenv.c' || echo '$(srcdir)/' ` runtime/go-setenv.c
2010-12-03 05:34:57 +01:00
go-signal.lo : runtime /go -signal .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-signal.lo -MD -MP -MF $( DEPDIR) /go-signal.Tpo -c -o go-signal.lo ` test -f 'runtime/go-signal.c' || echo '$(srcdir)/' ` runtime/go-signal.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s i g n a l . T p o $( DEPDIR ) / g o - s i g n a l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-signal.c' object = 'go-signal.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-signal.lo ` test -f 'runtime/go-signal.c' || echo '$(srcdir)/' ` runtime/go-signal.c
go-strcmp.lo : runtime /go -strcmp .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-strcmp.lo -MD -MP -MF $( DEPDIR) /go-strcmp.Tpo -c -o go-strcmp.lo ` test -f 'runtime/go-strcmp.c' || echo '$(srcdir)/' ` runtime/go-strcmp.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s t r c m p . T p o $( DEPDIR ) / g o - s t r c m p . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-strcmp.c' object = 'go-strcmp.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-strcmp.lo ` test -f 'runtime/go-strcmp.c' || echo '$(srcdir)/' ` runtime/go-strcmp.c
go-string-to-byte-array.lo : runtime /go -string -to -byte -array .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-string-to-byte-array.lo -MD -MP -MF $( DEPDIR) /go-string-to-byte-array.Tpo -c -o go-string-to-byte-array.lo ` test -f 'runtime/go-string-to-byte-array.c' || echo '$(srcdir)/' ` runtime/go-string-to-byte-array.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s t r i n g - t o - b y t e - a r r a y . T p o $( DEPDIR ) / g o - s t r i n g - t o - b y t e - a r r a y . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-string-to-byte-array.c' object = 'go-string-to-byte-array.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-string-to-byte-array.lo ` test -f 'runtime/go-string-to-byte-array.c' || echo '$(srcdir)/' ` runtime/go-string-to-byte-array.c
go-string-to-int-array.lo : runtime /go -string -to -int -array .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-string-to-int-array.lo -MD -MP -MF $( DEPDIR) /go-string-to-int-array.Tpo -c -o go-string-to-int-array.lo ` test -f 'runtime/go-string-to-int-array.c' || echo '$(srcdir)/' ` runtime/go-string-to-int-array.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s t r i n g - t o - i n t - a r r a y . T p o $( DEPDIR ) / g o - s t r i n g - t o - i n t - a r r a y . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-string-to-int-array.c' object = 'go-string-to-int-array.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-string-to-int-array.lo ` test -f 'runtime/go-string-to-int-array.c' || echo '$(srcdir)/' ` runtime/go-string-to-int-array.c
go-strplus.lo : runtime /go -strplus .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-strplus.lo -MD -MP -MF $( DEPDIR) /go-strplus.Tpo -c -o go-strplus.lo ` test -f 'runtime/go-strplus.c' || echo '$(srcdir)/' ` runtime/go-strplus.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s t r p l u s . T p o $( DEPDIR ) / g o - s t r p l u s . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-strplus.c' object = 'go-strplus.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-strplus.lo ` test -f 'runtime/go-strplus.c' || echo '$(srcdir)/' ` runtime/go-strplus.c
go-strslice.lo : runtime /go -strslice .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-strslice.lo -MD -MP -MF $( DEPDIR) /go-strslice.Tpo -c -o go-strslice.lo ` test -f 'runtime/go-strslice.c' || echo '$(srcdir)/' ` runtime/go-strslice.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - s t r s l i c e . T p o $( DEPDIR ) / g o - s t r s l i c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-strslice.c' object = 'go-strslice.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-strslice.lo ` test -f 'runtime/go-strslice.c' || echo '$(srcdir)/' ` runtime/go-strslice.c
2012-05-17 07:30:25 +02:00
go-traceback.lo : runtime /go -traceback .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-traceback.lo -MD -MP -MF $( DEPDIR) /go-traceback.Tpo -c -o go-traceback.lo ` test -f 'runtime/go-traceback.c' || echo '$(srcdir)/' ` runtime/go-traceback.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t r a c e b a c k . T p o $( DEPDIR ) / g o - t r a c e b a c k . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-traceback.c' object = 'go-traceback.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-traceback.lo ` test -f 'runtime/go-traceback.c' || echo '$(srcdir)/' ` runtime/go-traceback.c
2012-01-06 22:47:49 +01:00
go-type-complex.lo : runtime /go -type -complex .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-complex.lo -MD -MP -MF $( DEPDIR) /go-type-complex.Tpo -c -o go-type-complex.lo ` test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/' ` runtime/go-type-complex.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - c o m p l e x . T p o $( DEPDIR ) / g o - t y p e - c o m p l e x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-complex.c' object = 'go-type-complex.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-complex.lo ` test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/' ` runtime/go-type-complex.c
2010-12-03 05:34:57 +01:00
go-type-eface.lo : runtime /go -type -eface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-eface.lo -MD -MP -MF $( DEPDIR) /go-type-eface.Tpo -c -o go-type-eface.lo ` test -f 'runtime/go-type-eface.c' || echo '$(srcdir)/' ` runtime/go-type-eface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - e f a c e . T p o $( DEPDIR ) / g o - t y p e - e f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-eface.c' object = 'go-type-eface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-eface.lo ` test -f 'runtime/go-type-eface.c' || echo '$(srcdir)/' ` runtime/go-type-eface.c
2012-01-06 22:47:49 +01:00
go-type-float.lo : runtime /go -type -float .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-float.lo -MD -MP -MF $( DEPDIR) /go-type-float.Tpo -c -o go-type-float.lo ` test -f 'runtime/go-type-float.c' || echo '$(srcdir)/' ` runtime/go-type-float.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - f l o a t . T p o $( DEPDIR ) / g o - t y p e - f l o a t . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-float.c' object = 'go-type-float.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-float.lo ` test -f 'runtime/go-type-float.c' || echo '$(srcdir)/' ` runtime/go-type-float.c
2010-12-03 05:34:57 +01:00
go-type-identity.lo : runtime /go -type -identity .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-identity.lo -MD -MP -MF $( DEPDIR) /go-type-identity.Tpo -c -o go-type-identity.lo ` test -f 'runtime/go-type-identity.c' || echo '$(srcdir)/' ` runtime/go-type-identity.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - i d e n t i t y . T p o $( DEPDIR ) / g o - t y p e - i d e n t i t y . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-identity.c' object = 'go-type-identity.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-identity.lo ` test -f 'runtime/go-type-identity.c' || echo '$(srcdir)/' ` runtime/go-type-identity.c
go-type-interface.lo : runtime /go -type -interface .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-interface.lo -MD -MP -MF $( DEPDIR) /go-type-interface.Tpo -c -o go-type-interface.lo ` test -f 'runtime/go-type-interface.c' || echo '$(srcdir)/' ` runtime/go-type-interface.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - i n t e r f a c e . T p o $( DEPDIR ) / g o - t y p e - i n t e r f a c e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-interface.c' object = 'go-type-interface.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-interface.lo ` test -f 'runtime/go-type-interface.c' || echo '$(srcdir)/' ` runtime/go-type-interface.c
go-type-string.lo : runtime /go -type -string .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-type-string.lo -MD -MP -MF $( DEPDIR) /go-type-string.Tpo -c -o go-type-string.lo ` test -f 'runtime/go-type-string.c' || echo '$(srcdir)/' ` runtime/go-type-string.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e - s t r i n g . T p o $( DEPDIR ) / g o - t y p e - s t r i n g . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-type-string.c' object = 'go-type-string.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-type-string.lo ` test -f 'runtime/go-type-string.c' || echo '$(srcdir)/' ` runtime/go-type-string.c
go-typedesc-equal.lo : runtime /go -typedesc -equal .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-typedesc-equal.lo -MD -MP -MF $( DEPDIR) /go-typedesc-equal.Tpo -c -o go-typedesc-equal.lo ` test -f 'runtime/go-typedesc-equal.c' || echo '$(srcdir)/' ` runtime/go-typedesc-equal.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - t y p e d e s c - e q u a l . T p o $( DEPDIR ) / g o - t y p e d e s c - e q u a l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-typedesc-equal.c' object = 'go-typedesc-equal.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-typedesc-equal.lo ` test -f 'runtime/go-typedesc-equal.c' || echo '$(srcdir)/' ` runtime/go-typedesc-equal.c
go-unsafe-new.lo : runtime /go -unsafe -new .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-unsafe-new.lo -MD -MP -MF $( DEPDIR) /go-unsafe-new.Tpo -c -o go-unsafe-new.lo ` test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/' ` runtime/go-unsafe-new.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - u n s a f e - n e w . T p o $( DEPDIR ) / g o - u n s a f e - n e w . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-unsafe-new.c' object = 'go-unsafe-new.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-unsafe-new.lo ` test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/' ` runtime/go-unsafe-new.c
go-unsafe-newarray.lo : runtime /go -unsafe -newarray .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-unsafe-newarray.lo -MD -MP -MF $( DEPDIR) /go-unsafe-newarray.Tpo -c -o go-unsafe-newarray.lo ` test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/' ` runtime/go-unsafe-newarray.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - u n s a f e - n e w a r r a y . T p o $( DEPDIR ) / g o - u n s a f e - n e w a r r a y . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-unsafe-newarray.c' object = 'go-unsafe-newarray.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-unsafe-newarray.lo ` test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/' ` runtime/go-unsafe-newarray.c
go-unsafe-pointer.lo : runtime /go -unsafe -pointer .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-unsafe-pointer.lo -MD -MP -MF $( DEPDIR) /go-unsafe-pointer.Tpo -c -o go-unsafe-pointer.lo ` test -f 'runtime/go-unsafe-pointer.c' || echo '$(srcdir)/' ` runtime/go-unsafe-pointer.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - u n s a f e - p o i n t e r . T p o $( DEPDIR ) / g o - u n s a f e - p o i n t e r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-unsafe-pointer.c' object = 'go-unsafe-pointer.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-unsafe-pointer.lo ` test -f 'runtime/go-unsafe-pointer.c' || echo '$(srcdir)/' ` runtime/go-unsafe-pointer.c
2015-01-15 01:27:56 +01:00
go-unsetenv.lo : runtime /go -unsetenv .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-unsetenv.lo -MD -MP -MF $( DEPDIR) /go-unsetenv.Tpo -c -o go-unsetenv.lo ` test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/' ` runtime/go-unsetenv.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - u n s e t e n v . T p o $( DEPDIR ) / g o - u n s e t e n v . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-unsetenv.c' object = 'go-unsetenv.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-unsetenv.lo ` test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/' ` runtime/go-unsetenv.c
2010-12-03 05:34:57 +01:00
go-unwind.lo : runtime /go -unwind .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-unwind.lo -MD -MP -MF $( DEPDIR) /go-unwind.Tpo -c -o go-unwind.lo ` test -f 'runtime/go-unwind.c' || echo '$(srcdir)/' ` runtime/go-unwind.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - u n w i n d . T p o $( DEPDIR ) / g o - u n w i n d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-unwind.c' object = 'go-unwind.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-unwind.lo ` test -f 'runtime/go-unwind.c' || echo '$(srcdir)/' ` runtime/go-unwind.c
2013-11-24 03:38:28 +01:00
go-varargs.lo : runtime /go -varargs .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT go-varargs.lo -MD -MP -MF $( DEPDIR) /go-varargs.Tpo -c -o go-varargs.lo ` test -f 'runtime/go-varargs.c' || echo '$(srcdir)/' ` runtime/go-varargs.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g o - v a r a r g s . T p o $( DEPDIR ) / g o - v a r a r g s . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/go-varargs.c' object = 'go-varargs.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o go-varargs.lo ` test -f 'runtime/go-varargs.c' || echo '$(srcdir)/' ` runtime/go-varargs.c
2012-12-22 02:15:33 +01:00
env_posix.lo : runtime /env_posix .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT env_posix.lo -MD -MP -MF $( DEPDIR) /env_posix.Tpo -c -o env_posix.lo ` test -f 'runtime/env_posix.c' || echo '$(srcdir)/' ` runtime/env_posix.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / e n v _ p o s i x . T p o $( DEPDIR ) / e n v _ p o s i x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/env_posix.c' object = 'env_posix.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o env_posix.lo ` test -f 'runtime/env_posix.c' || echo '$(srcdir)/' ` runtime/env_posix.c
2014-07-19 10:53:52 +02:00
heapdump.lo : runtime /heapdump .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT heapdump.lo -MD -MP -MF $( DEPDIR) /heapdump.Tpo -c -o heapdump.lo ` test -f 'runtime/heapdump.c' || echo '$(srcdir)/' ` runtime/heapdump.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / h e a p d u m p . T p o $( DEPDIR ) / h e a p d u m p . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/heapdump.c' object = 'heapdump.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o heapdump.lo ` test -f 'runtime/heapdump.c' || echo '$(srcdir)/' ` runtime/heapdump.c
2010-12-03 05:34:57 +01:00
mcache.lo : runtime /mcache .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mcache.lo -MD -MP -MF $( DEPDIR) /mcache.Tpo -c -o mcache.lo ` test -f 'runtime/mcache.c' || echo '$(srcdir)/' ` runtime/mcache.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m c a c h e . T p o $( DEPDIR ) / m c a c h e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mcache.c' object = 'mcache.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mcache.lo ` test -f 'runtime/mcache.c' || echo '$(srcdir)/' ` runtime/mcache.c
mcentral.lo : runtime /mcentral .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mcentral.lo -MD -MP -MF $( DEPDIR) /mcentral.Tpo -c -o mcentral.lo ` test -f 'runtime/mcentral.c' || echo '$(srcdir)/' ` runtime/mcentral.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m c e n t r a l . T p o $( DEPDIR ) / m c e n t r a l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mcentral.c' object = 'mcentral.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mcentral.lo ` test -f 'runtime/mcentral.c' || echo '$(srcdir)/' ` runtime/mcentral.c
mem_posix_memalign.lo : runtime /mem_posix_memalign .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mem_posix_memalign.lo -MD -MP -MF $( DEPDIR) /mem_posix_memalign.Tpo -c -o mem_posix_memalign.lo ` test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/' ` runtime/mem_posix_memalign.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m e m _ p o s i x _ m e m a l i g n . T p o $( DEPDIR ) / m e m _ p o s i x _ m e m a l i g n . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mem_posix_memalign.c' object = 'mem_posix_memalign.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mem_posix_memalign.lo ` test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/' ` runtime/mem_posix_memalign.c
mem.lo : runtime /mem .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mem.lo -MD -MP -MF $( DEPDIR) /mem.Tpo -c -o mem.lo ` test -f 'runtime/mem.c' || echo '$(srcdir)/' ` runtime/mem.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m e m . T p o $( DEPDIR ) / m e m . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mem.c' object = 'mem.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mem.lo ` test -f 'runtime/mem.c' || echo '$(srcdir)/' ` runtime/mem.c
mfixalloc.lo : runtime /mfixalloc .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mfixalloc.lo -MD -MP -MF $( DEPDIR) /mfixalloc.Tpo -c -o mfixalloc.lo ` test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/' ` runtime/mfixalloc.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m f i x a l l o c . T p o $( DEPDIR ) / m f i x a l l o c . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mfixalloc.c' object = 'mfixalloc.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mfixalloc.lo ` test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/' ` runtime/mfixalloc.c
mgc0.lo : runtime /mgc 0.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mgc0.lo -MD -MP -MF $( DEPDIR) /mgc0.Tpo -c -o mgc0.lo ` test -f 'runtime/mgc0.c' || echo '$(srcdir)/' ` runtime/mgc0.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m g c 0 . T p o $( DEPDIR ) / m g c 0 . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mgc0.c' object = 'mgc0.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mgc0.lo ` test -f 'runtime/mgc0.c' || echo '$(srcdir)/' ` runtime/mgc0.c
mheap.lo : runtime /mheap .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT mheap.lo -MD -MP -MF $( DEPDIR) /mheap.Tpo -c -o mheap.lo ` test -f 'runtime/mheap.c' || echo '$(srcdir)/' ` runtime/mheap.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m h e a p . T p o $( DEPDIR ) / m h e a p . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/mheap.c' object = 'mheap.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o mheap.lo ` test -f 'runtime/mheap.c' || echo '$(srcdir)/' ` runtime/mheap.c
msize.lo : runtime /msize .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT msize.lo -MD -MP -MF $( DEPDIR) /msize.Tpo -c -o msize.lo ` test -f 'runtime/msize.c' || echo '$(srcdir)/' ` runtime/msize.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / m s i z e . T p o $( DEPDIR ) / m s i z e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/msize.c' object = 'msize.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o msize.lo ` test -f 'runtime/msize.c' || echo '$(srcdir)/' ` runtime/msize.c
2013-07-16 08:54:42 +02:00
netpoll_kqueue.lo : runtime /netpoll_kqueue .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT netpoll_kqueue.lo -MD -MP -MF $( DEPDIR) /netpoll_kqueue.Tpo -c -o netpoll_kqueue.lo ` test -f 'runtime/netpoll_kqueue.c' || echo '$(srcdir)/' ` runtime/netpoll_kqueue.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / n e t p o l l _ k q u e u e . T p o $( DEPDIR ) / n e t p o l l _ k q u e u e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/netpoll_kqueue.c' object = 'netpoll_kqueue.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o netpoll_kqueue.lo ` test -f 'runtime/netpoll_kqueue.c' || echo '$(srcdir)/' ` runtime/netpoll_kqueue.c
2013-11-14 21:15:04 +01:00
netpoll_select.lo : runtime /netpoll_select .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT netpoll_select.lo -MD -MP -MF $( DEPDIR) /netpoll_select.Tpo -c -o netpoll_select.lo ` test -f 'runtime/netpoll_select.c' || echo '$(srcdir)/' ` runtime/netpoll_select.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / n e t p o l l _ s e l e c t . T p o $( DEPDIR ) / n e t p o l l _ s e l e c t . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/netpoll_select.c' object = 'netpoll_select.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o netpoll_select.lo ` test -f 'runtime/netpoll_select.c' || echo '$(srcdir)/' ` runtime/netpoll_select.c
2013-07-16 08:54:42 +02:00
netpoll_epoll.lo : runtime /netpoll_epoll .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT netpoll_epoll.lo -MD -MP -MF $( DEPDIR) /netpoll_epoll.Tpo -c -o netpoll_epoll.lo ` test -f 'runtime/netpoll_epoll.c' || echo '$(srcdir)/' ` runtime/netpoll_epoll.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / n e t p o l l _ e p o l l . T p o $( DEPDIR ) / n e t p o l l _ e p o l l . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/netpoll_epoll.c' object = 'netpoll_epoll.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o netpoll_epoll.lo ` test -f 'runtime/netpoll_epoll.c' || echo '$(srcdir)/' ` runtime/netpoll_epoll.c
2012-10-23 06:31:11 +02:00
panic.lo : runtime /panic .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT panic.lo -MD -MP -MF $( DEPDIR) /panic.Tpo -c -o panic.lo ` test -f 'runtime/panic.c' || echo '$(srcdir)/' ` runtime/panic.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / p a n i c . T p o $( DEPDIR ) / p a n i c . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/panic.c' object = 'panic.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o panic.lo ` test -f 'runtime/panic.c' || echo '$(srcdir)/' ` runtime/panic.c
parfor.lo : runtime /parfor .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT parfor.lo -MD -MP -MF $( DEPDIR) /parfor.Tpo -c -o parfor.lo ` test -f 'runtime/parfor.c' || echo '$(srcdir)/' ` runtime/parfor.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / p a r f o r . T p o $( DEPDIR ) / p a r f o r . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/parfor.c' object = 'parfor.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o parfor.lo ` test -f 'runtime/parfor.c' || echo '$(srcdir)/' ` runtime/parfor.c
2012-05-24 22:44:34 +02:00
print.lo : runtime /print .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT print.lo -MD -MP -MF $( DEPDIR) /print.Tpo -c -o print.lo ` test -f 'runtime/print.c' || echo '$(srcdir)/' ` runtime/print.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / p r i n t . T p o $( DEPDIR ) / p r i n t . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/print.c' object = 'print.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o print.lo ` test -f 'runtime/print.c' || echo '$(srcdir)/' ` runtime/print.c
2010-12-03 05:34:57 +01:00
proc.lo : runtime /proc .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT proc.lo -MD -MP -MF $( DEPDIR) /proc.Tpo -c -o proc.lo ` test -f 'runtime/proc.c' || echo '$(srcdir)/' ` runtime/proc.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / p r o c . T p o $( DEPDIR ) / p r o c . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/proc.c' object = 'proc.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o proc.lo ` test -f 'runtime/proc.c' || echo '$(srcdir)/' ` runtime/proc.c
2011-11-14 23:26:45 +01:00
runtime.lo : runtime /runtime .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT runtime.lo -MD -MP -MF $( DEPDIR) /runtime.Tpo -c -o runtime.lo ` test -f 'runtime/runtime.c' || echo '$(srcdir)/' ` runtime/runtime.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / r u n t i m e . T p o $( DEPDIR ) / r u n t i m e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/runtime.c' object = 'runtime.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o runtime.lo ` test -f 'runtime/runtime.c' || echo '$(srcdir)/' ` runtime/runtime.c
2012-03-02 17:38:43 +01:00
signal_unix.lo : runtime /signal_unix .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT signal_unix.lo -MD -MP -MF $( DEPDIR) /signal_unix.Tpo -c -o signal_unix.lo ` test -f 'runtime/signal_unix.c' || echo '$(srcdir)/' ` runtime/signal_unix.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / s i g n a l _ u n i x . T p o $( DEPDIR ) / s i g n a l _ u n i x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/signal_unix.c' object = 'signal_unix.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o signal_unix.lo ` test -f 'runtime/signal_unix.c' || echo '$(srcdir)/' ` runtime/signal_unix.c
2010-12-03 05:34:57 +01:00
thread.lo : runtime /thread .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT thread.lo -MD -MP -MF $( DEPDIR) /thread.Tpo -c -o thread.lo ` test -f 'runtime/thread.c' || echo '$(srcdir)/' ` runtime/thread.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / t h r e a d . T p o $( DEPDIR ) / t h r e a d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/thread.c' object = 'thread.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o thread.lo ` test -f 'runtime/thread.c' || echo '$(srcdir)/' ` runtime/thread.c
2016-09-30 15:45:08 +02:00
thread-sema.lo : runtime /thread -sema .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT thread-sema.lo -MD -MP -MF $( DEPDIR) /thread-sema.Tpo -c -o thread-sema.lo ` test -f 'runtime/thread-sema.c' || echo '$(srcdir)/' ` runtime/thread-sema.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / t h r e a d - s e m a . T p o $( DEPDIR ) / t h r e a d - s e m a . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/thread-sema.c' object = 'thread-sema.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o thread-sema.lo ` test -f 'runtime/thread-sema.c' || echo '$(srcdir)/' ` runtime/thread-sema.c
thread-linux.lo : runtime /thread -linux .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT thread-linux.lo -MD -MP -MF $( DEPDIR) /thread-linux.Tpo -c -o thread-linux.lo ` test -f 'runtime/thread-linux.c' || echo '$(srcdir)/' ` runtime/thread-linux.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / t h r e a d - l i n u x . T p o $( DEPDIR ) / t h r e a d - l i n u x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/thread-linux.c' object = 'thread-linux.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o thread-linux.lo ` test -f 'runtime/thread-linux.c' || echo '$(srcdir)/' ` runtime/thread-linux.c
2011-10-27 01:57:58 +02:00
yield.lo : runtime /yield .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT yield.lo -MD -MP -MF $( DEPDIR) /yield.Tpo -c -o yield.lo ` test -f 'runtime/yield.c' || echo '$(srcdir)/' ` runtime/yield.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / y i e l d . T p o $( DEPDIR ) / y i e l d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/yield.c' object = 'yield.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o yield.lo ` test -f 'runtime/yield.c' || echo '$(srcdir)/' ` runtime/yield.c
2010-12-03 05:34:57 +01:00
rtems-task-variable-add.lo : runtime /rtems -task -variable -add .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT rtems-task-variable-add.lo -MD -MP -MF $( DEPDIR) /rtems-task-variable-add.Tpo -c -o rtems-task-variable-add.lo ` test -f 'runtime/rtems-task-variable-add.c' || echo '$(srcdir)/' ` runtime/rtems-task-variable-add.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / r t e m s - t a s k - v a r i a b l e - a d d . T p o $( DEPDIR ) / r t e m s - t a s k - v a r i a b l e - a d d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/rtems-task-variable-add.c' object = 'rtems-task-variable-add.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o rtems-task-variable-add.lo ` test -f 'runtime/rtems-task-variable-add.c' || echo '$(srcdir)/' ` runtime/rtems-task-variable-add.c
2012-08-07 06:42:49 +02:00
getncpu-none.lo : runtime /getncpu -none .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT getncpu-none.lo -MD -MP -MF $( DEPDIR) /getncpu-none.Tpo -c -o getncpu-none.lo ` test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/' ` runtime/getncpu-none.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g e t n c p u - n o n e . T p o $( DEPDIR ) / g e t n c p u - n o n e . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/getncpu-none.c' object = 'getncpu-none.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o getncpu-none.lo ` test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/' ` runtime/getncpu-none.c
getncpu-bsd.lo : runtime /getncpu -bsd .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT getncpu-bsd.lo -MD -MP -MF $( DEPDIR) /getncpu-bsd.Tpo -c -o getncpu-bsd.lo ` test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/' ` runtime/getncpu-bsd.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g e t n c p u - b s d . T p o $( DEPDIR ) / g e t n c p u - b s d . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/getncpu-bsd.c' object = 'getncpu-bsd.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o getncpu-bsd.lo ` test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/' ` runtime/getncpu-bsd.c
getncpu-solaris.lo : runtime /getncpu -solaris .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT getncpu-solaris.lo -MD -MP -MF $( DEPDIR) /getncpu-solaris.Tpo -c -o getncpu-solaris.lo ` test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/' ` runtime/getncpu-solaris.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g e t n c p u - s o l a r i s . T p o $( DEPDIR ) / g e t n c p u - s o l a r i s . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/getncpu-solaris.c' object = 'getncpu-solaris.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o getncpu-solaris.lo ` test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/' ` runtime/getncpu-solaris.c
getncpu-irix.lo : runtime /getncpu -irix .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT getncpu-irix.lo -MD -MP -MF $( DEPDIR) /getncpu-irix.Tpo -c -o getncpu-irix.lo ` test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/' ` runtime/getncpu-irix.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g e t n c p u - i r i x . T p o $( DEPDIR ) / g e t n c p u - i r i x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/getncpu-irix.c' object = 'getncpu-irix.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o getncpu-irix.lo ` test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/' ` runtime/getncpu-irix.c
getncpu-linux.lo : runtime /getncpu -linux .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -MT getncpu-linux.lo -MD -MP -MF $( DEPDIR) /getncpu-linux.Tpo -c -o getncpu-linux.lo ` test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/' ` runtime/getncpu-linux.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / g e t n c p u - l i n u x . T p o $( DEPDIR ) / g e t n c p u - l i n u x . P l o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'runtime/getncpu-linux.c' object = 'getncpu-linux.lo' libtool = yes @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( LIBTOOL ) --tag = CC $( AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode= compile $( CC) $( DEFS) $( DEFAULT_INCLUDES) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS) -c -o getncpu-linux.lo ` test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/' ` runtime/getncpu-linux.c
2010-12-03 05:34:57 +01:00
mostlyclean-libtool :
-rm -f *.lo
clean-libtool :
-rm -rf .libs _libs
distclean-libtool :
-rm -f libtool config.lt
# GNU Make needs to see an explicit $(MAKE) variable in the command it
# runs to enable its job server during parallel builds. Hence the
# comments below.
all-multi :
$( MULTIDO) $( AM_MAKEFLAGS) DO = all multi-do # $(MAKE)
install-multi :
$( MULTIDO) $( AM_MAKEFLAGS) DO = install multi-do # $(MAKE)
mostlyclean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = mostlyclean multi-clean # $(MAKE)
clean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = clean multi-clean # $(MAKE)
distclean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = distclean multi-clean # $(MAKE)
maintainer-clean-multi :
$( MULTICLEAN) $( AM_MAKEFLAGS) DO = maintainer-clean multi-clean # $(MAKE)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoDATA : $( toolexeclibgo_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgo_DATA)' ; test -n " $( toolexeclibgodir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgodir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgodir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgodir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgodir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgo_DATA)' ; test -n " $( toolexeclibgodir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgodir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoarchiveDATA : $( toolexeclibgoarchive_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoarchive_DATA)' ; test -n " $( toolexeclibgoarchivedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoarchivedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoarchivedir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoarchivedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoarchivedir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoarchiveDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoarchive_DATA)' ; test -n " $( toolexeclibgoarchivedir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoarchivedir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgocompressDATA : $( toolexeclibgocompress_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocompress_DATA)' ; test -n " $( toolexeclibgocompressdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgocompressdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgocompressdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgocompressdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgocompressdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgocompressDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocompress_DATA)' ; test -n " $( toolexeclibgocompressdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgocompressdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgocontainerDATA : $( toolexeclibgocontainer_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocontainer_DATA)' ; test -n " $( toolexeclibgocontainerdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgocontainerdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgocontainerdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgocontainerdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgocontainerdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgocontainerDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocontainer_DATA)' ; test -n " $( toolexeclibgocontainerdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgocontainerdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgocryptoDATA : $( toolexeclibgocrypto_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocrypto_DATA)' ; test -n " $( toolexeclibgocryptodir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgocryptodir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgocryptodir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgocryptodir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgocryptodir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgocryptoDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgocrypto_DATA)' ; test -n " $( toolexeclibgocryptodir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgocryptodir)' ; $( am__uninstall_files_from_dir)
2011-09-16 17:47:21 +02:00
install-toolexeclibgocryptox509DATA : $( toolexeclibgocryptox 509_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgocryptox509_DATA)' ; test -n " $( toolexeclibgocryptox509dir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgocryptox509dir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgocryptox509dir) " || exit 1; \
fi ; \
2011-09-16 17:47:21 +02:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgocryptox509dir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgocryptox509dir) " || exit $$ ?; \
done
uninstall-toolexeclibgocryptox509DATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgocryptox509_DATA)' ; test -n " $( toolexeclibgocryptox509dir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgocryptox509dir)' ; $( am__uninstall_files_from_dir)
2012-01-25 22:54:22 +01:00
install-toolexeclibgodatabaseDATA : $( toolexeclibgodatabase_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgodatabase_DATA)' ; test -n " $( toolexeclibgodatabasedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgodatabasedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgodatabasedir) " || exit 1; \
fi ; \
2012-01-25 22:54:22 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgodatabasedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgodatabasedir) " || exit $$ ?; \
done
uninstall-toolexeclibgodatabaseDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgodatabase_DATA)' ; test -n " $( toolexeclibgodatabasedir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgodatabasedir)' ; $( am__uninstall_files_from_dir)
2012-01-25 22:54:22 +01:00
install-toolexeclibgodatabasesqlDATA : $( toolexeclibgodatabasesql_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgodatabasesql_DATA)' ; test -n " $( toolexeclibgodatabasesqldir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgodatabasesqldir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgodatabasesqldir) " || exit 1; \
fi ; \
2012-01-25 22:54:22 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgodatabasesqldir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgodatabasesqldir) " || exit $$ ?; \
done
uninstall-toolexeclibgodatabasesqlDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgodatabasesql_DATA)' ; test -n " $( toolexeclibgodatabasesqldir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgodatabasesqldir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgodebugDATA : $( toolexeclibgodebug_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgodebug_DATA)' ; test -n " $( toolexeclibgodebugdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgodebugdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgodebugdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgodebugdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgodebugdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgodebugDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgodebug_DATA)' ; test -n " $( toolexeclibgodebugdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgodebugdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoencodingDATA : $( toolexeclibgoencoding_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoencoding_DATA)' ; test -n " $( toolexeclibgoencodingdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoencodingdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoencodingdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoencodingdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoencodingdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoencodingDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoencoding_DATA)' ; test -n " $( toolexeclibgoencodingdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoencodingdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoexpDATA : $( toolexeclibgoexp_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoexp_DATA)' ; test -n " $( toolexeclibgoexpdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoexpdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoexpdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoexpdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoexpdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoexpDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoexp_DATA)' ; test -n " $( toolexeclibgoexpdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoexpdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgogoDATA : $( toolexeclibgogo_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgogo_DATA)' ; test -n " $( toolexeclibgogodir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgogodir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgogodir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgogodir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgogodir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgogoDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgogo_DATA)' ; test -n " $( toolexeclibgogodir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgogodir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgohashDATA : $( toolexeclibgohash_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgohash_DATA)' ; test -n " $( toolexeclibgohashdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgohashdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgohashdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgohashdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgohashdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgohashDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgohash_DATA)' ; test -n " $( toolexeclibgohashdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgohashdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgohtmlDATA : $( toolexeclibgohtml_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgohtml_DATA)' ; test -n " $( toolexeclibgohtmldir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgohtmldir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgohtmldir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2011-12-07 02:11:29 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgohtmldir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgohtmldir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgohtmlDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgohtml_DATA)' ; test -n " $( toolexeclibgohtmldir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgohtmldir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoimageDATA : $( toolexeclibgoimage_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoimage_DATA)' ; test -n " $( toolexeclibgoimagedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoimagedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoimagedir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoimagedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoimagedir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoimageDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoimage_DATA)' ; test -n " $( toolexeclibgoimagedir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoimagedir)' ; $( am__uninstall_files_from_dir)
2013-11-06 20:49:01 +01:00
install-toolexeclibgoimagecolorDATA : $( toolexeclibgoimagecolor_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgoimagecolor_DATA)' ; test -n " $( toolexeclibgoimagecolordir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoimagecolordir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoimagecolordir) " || exit 1; \
fi ; \
2013-11-06 20:49:01 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoimagecolordir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoimagecolordir) " || exit $$ ?; \
done
uninstall-toolexeclibgoimagecolorDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgoimagecolor_DATA)' ; test -n " $( toolexeclibgoimagecolordir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoimagecolordir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoindexDATA : $( toolexeclibgoindex_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoindex_DATA)' ; test -n " $( toolexeclibgoindexdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoindexdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoindexdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoindexdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoindexdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoindexDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoindex_DATA)' ; test -n " $( toolexeclibgoindexdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoindexdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoioDATA : $( toolexeclibgoio_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoio_DATA)' ; test -n " $( toolexeclibgoiodir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoiodir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoiodir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoiodir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoiodir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoioDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoio_DATA)' ; test -n " $( toolexeclibgoiodir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoiodir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgologDATA : $( toolexeclibgolog_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgolog_DATA)' ; test -n " $( toolexeclibgologdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgologdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgologdir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgologdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgologdir) " || exit $$ ?; \
done
uninstall-toolexeclibgologDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgolog_DATA)' ; test -n " $( toolexeclibgologdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgologdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgomathDATA : $( toolexeclibgomath_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgomath_DATA)' ; test -n " $( toolexeclibgomathdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgomathdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgomathdir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgomathdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgomathdir) " || exit $$ ?; \
done
uninstall-toolexeclibgomathDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgomath_DATA)' ; test -n " $( toolexeclibgomathdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgomathdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgomimeDATA : $( toolexeclibgomime_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgomime_DATA)' ; test -n " $( toolexeclibgomimedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgomimedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgomimedir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgomimedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgomimedir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgomimeDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgomime_DATA)' ; test -n " $( toolexeclibgomimedir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgomimedir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgonetDATA : $( toolexeclibgonet_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgonet_DATA)' ; test -n " $( toolexeclibgonetdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgonetdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgonetdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgonetdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgonetdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgonetDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgonet_DATA)' ; test -n " $( toolexeclibgonetdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgonetdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgonethttpDATA : $( toolexeclibgonethttp_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgonethttp_DATA)' ; test -n " $( toolexeclibgonethttpdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgonethttpdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgonethttpdir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgonethttpdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgonethttpdir) " || exit $$ ?; \
done
uninstall-toolexeclibgonethttpDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgonethttp_DATA)' ; test -n " $( toolexeclibgonethttpdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgonethttpdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgonetrpcDATA : $( toolexeclibgonetrpc_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgonetrpc_DATA)' ; test -n " $( toolexeclibgonetrpcdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgonetrpcdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgonetrpcdir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgonetrpcdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgonetrpcdir) " || exit $$ ?; \
done
uninstall-toolexeclibgonetrpcDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgonetrpc_DATA)' ; test -n " $( toolexeclibgonetrpcdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgonetrpcdir)' ; $( am__uninstall_files_from_dir)
2011-09-16 17:47:21 +02:00
install-toolexeclibgooldDATA : $( toolexeclibgoold_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgoold_DATA)' ; test -n " $( toolexeclibgoolddir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoolddir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoolddir) " || exit 1; \
fi ; \
2011-09-16 17:47:21 +02:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoolddir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoolddir) " || exit $$ ?; \
done
uninstall-toolexeclibgooldDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgoold_DATA)' ; test -n " $( toolexeclibgoolddir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoolddir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoosDATA : $( toolexeclibgoos_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoos_DATA)' ; test -n " $( toolexeclibgoosdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoosdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoosdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoosdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoosdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoosDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoos_DATA)' ; test -n " $( toolexeclibgoosdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoosdir)' ; $( am__uninstall_files_from_dir)
2011-03-25 00:46:17 +01:00
install-toolexeclibgopathDATA : $( toolexeclibgopath_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgopath_DATA)' ; test -n " $( toolexeclibgopathdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgopathdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgopathdir) " || exit 1; \
fi ; \
2011-03-25 00:46:17 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgopathdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgopathdir) " || exit $$ ?; \
done
uninstall-toolexeclibgopathDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgopath_DATA)' ; test -n " $( toolexeclibgopathdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgopathdir)' ; $( am__uninstall_files_from_dir)
2011-10-27 01:57:58 +02:00
install-toolexeclibgoregexpDATA : $( toolexeclibgoregexp_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgoregexp_DATA)' ; test -n " $( toolexeclibgoregexpdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoregexpdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoregexpdir) " || exit 1; \
fi ; \
2011-10-27 01:57:58 +02:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoregexpdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoregexpdir) " || exit $$ ?; \
done
uninstall-toolexeclibgoregexpDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgoregexp_DATA)' ; test -n " $( toolexeclibgoregexpdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoregexpdir)' ; $( am__uninstall_files_from_dir)
2010-12-07 15:18:35 +01:00
install-toolexeclibgoruntimeDATA : $( toolexeclibgoruntime_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoruntime_DATA)' ; test -n " $( toolexeclibgoruntimedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgoruntimedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgoruntimedir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2010-12-07 15:18:35 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgoruntimedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgoruntimedir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoruntimeDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2010-12-07 15:18:35 +01:00
@list= '$(toolexeclibgoruntime_DATA)' ; test -n " $( toolexeclibgoruntimedir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgoruntimedir)' ; $( am__uninstall_files_from_dir)
2011-03-17 00:05:44 +01:00
install-toolexeclibgosyncDATA : $( toolexeclibgosync_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgosync_DATA)' ; test -n " $( toolexeclibgosyncdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgosyncdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgosyncdir) " || exit 1; \
fi ; \
2011-03-17 00:05:44 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgosyncdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgosyncdir) " || exit $$ ?; \
done
uninstall-toolexeclibgosyncDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgosync_DATA)' ; test -n " $( toolexeclibgosyncdir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgosyncdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgotestingDATA : $( toolexeclibgotesting_DATA )
2011-09-16 17:47:21 +02:00
@$( NORMAL_INSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgotesting_DATA)' ; test -n " $( toolexeclibgotestingdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgotestingdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgotestingdir) " || exit 1; \
fi ; \
2011-09-16 17:47:21 +02:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2011-12-07 02:11:29 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgotestingdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgotestingdir) " || exit $$ ?; \
2011-09-16 17:47:21 +02:00
done
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgotestingDATA :
2011-09-16 17:47:21 +02:00
@$( NORMAL_UNINSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgotesting_DATA)' ; test -n " $( toolexeclibgotestingdir) " || list = ; \
2011-09-16 17:47:21 +02:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgotestingdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgotextDATA : $( toolexeclibgotext_DATA )
2010-12-03 05:34:57 +01:00
@$( NORMAL_INSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgotext_DATA)' ; test -n " $( toolexeclibgotextdir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgotextdir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgotextdir) " || exit 1; \
fi ; \
2010-12-03 05:34:57 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
2011-12-07 02:11:29 +01:00
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgotextdir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgotextdir) " || exit $$ ?; \
2010-12-03 05:34:57 +01:00
done
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgotextDATA :
2010-12-03 05:34:57 +01:00
@$( NORMAL_UNINSTALL)
2011-12-07 02:11:29 +01:00
@list= '$(toolexeclibgotext_DATA)' ; test -n " $( toolexeclibgotextdir) " || list = ; \
2010-12-03 05:34:57 +01:00
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgotextdir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgotexttemplateDATA : $( toolexeclibgotexttemplate_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgotexttemplate_DATA)' ; test -n " $( toolexeclibgotexttemplatedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgotexttemplatedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgotexttemplatedir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgotexttemplatedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgotexttemplatedir) " || exit $$ ?; \
done
uninstall-toolexeclibgotexttemplateDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgotexttemplate_DATA)' ; test -n " $( toolexeclibgotexttemplatedir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgotexttemplatedir)' ; $( am__uninstall_files_from_dir)
2011-12-07 02:11:29 +01:00
install-toolexeclibgounicodeDATA : $( toolexeclibgounicode_DATA )
@$( NORMAL_INSTALL)
@list= '$(toolexeclibgounicode_DATA)' ; test -n " $( toolexeclibgounicodedir) " || list = ; \
2015-09-15 05:43:01 +02:00
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( toolexeclibgounicodedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( toolexeclibgounicodedir) " || exit 1; \
fi ; \
2011-12-07 02:11:29 +01:00
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( toolexeclibgounicodedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( toolexeclibgounicodedir) " || exit $$ ?; \
done
uninstall-toolexeclibgounicodeDATA :
@$( NORMAL_UNINSTALL)
@list= '$(toolexeclibgounicode_DATA)' ; test -n " $( toolexeclibgounicodedir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
2015-09-15 05:43:01 +02:00
dir = '$(DESTDIR)$(toolexeclibgounicodedir)' ; $( am__uninstall_files_from_dir)
2010-12-03 05:34:57 +01:00
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS) :
@fail= failcom = 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
target = ` echo $@ | sed s/-recursive//` ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
dot_seen = yes; \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
|| eval $$ failcom; \
done ; \
if test " $$ dot_seen " = "no" ; then \
$( MAKE) $( AM_MAKEFLAGS) " $$ target-am " || exit 1; \
fi ; test -z " $$ fail "
$(RECURSIVE_CLEAN_TARGETS) :
@fail= failcom = 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
case " $@ " in \
distclean-* | maintainer-clean-*) list = '$(DIST_SUBDIRS)' ; ; \
*) list = '$(SUBDIRS)' ; ; \
esac ; \
rev = '' ; for subdir in $$ list; do \
if test " $$ subdir " = "." ; then :; else \
rev = " $$ subdir $$ rev " ; \
fi ; \
done ; \
rev = " $$ rev . " ; \
target = ` echo $@ | sed s/-recursive//` ; \
for subdir in $$ rev; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
|| eval $$ failcom; \
done && test -z " $$ fail "
tags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) tags) ; \
done
ctags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) ctags) ; \
done
ID : $( HEADERS ) $( SOURCES ) $( LISP ) $( TAGS_FILES )
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
mkid -fID $$ unique
tags : TAGS
TAGS : tags -recursive $( HEADERS ) $( SOURCES ) config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
set x; \
here = ` pwd ` ; \
if ( $( ETAGS) --etags-include --version) >/dev/null 2>& 1; then \
include_option = --etags-include; \
empty_fix = .; \
else \
include_option = --include; \
empty_fix = ; \
fi ; \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
if test " $$ subdir " = .; then :; else \
test ! -f $$ subdir/TAGS || \
set " $$ @ " " $$ include_option= $$ here/ $$ subdir/TAGS " ; \
fi ; \
done ; \
list = '$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
shift; \
if test -z " $( ETAGS_ARGS) $$ * $$ unique " ; then :; else \
test -n " $$ unique " || unique = $$ empty_fix; \
if test $$ # -gt 0; then \
$( ETAGS) $( ETAGSFLAGS) $( AM_ETAGSFLAGS) $( ETAGS_ARGS) \
" $$ @ " $$ unique; \
else \
$( ETAGS) $( ETAGSFLAGS) $( AM_ETAGSFLAGS) $( ETAGS_ARGS) \
$$ unique; \
fi ; \
fi
ctags : CTAGS
CTAGS : ctags -recursive $( HEADERS ) $( SOURCES ) config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
list = '$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
test -z " $( CTAGS_ARGS) $$ unique " \
|| $( CTAGS) $( CTAGSFLAGS) $( AM_CTAGSFLAGS) $( CTAGS_ARGS) \
$$ unique
GTAGS :
here = ` $( am__cd) $( top_builddir) && pwd ` \
&& $( am__cd) $( top_srcdir) \
&& gtags -i $( GTAGS_ARGS) " $$ here "
distclean-tags :
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
check-am : all -am
check : check -recursive
all-am : Makefile $( LIBRARIES ) $( LTLIBRARIES ) all -multi $( DATA ) \
config.h
installdirs : installdirs -recursive
installdirs-am :
2013-11-06 20:49:01 +01:00
for dir in " $( DESTDIR) $( toolexeclibdir) " " $( DESTDIR) $( toolexeclibdir) " " $( DESTDIR) $( toolexeclibgodir) " " $( DESTDIR) $( toolexeclibgoarchivedir) " " $( DESTDIR) $( toolexeclibgocompressdir) " " $( DESTDIR) $( toolexeclibgocontainerdir) " " $( DESTDIR) $( toolexeclibgocryptodir) " " $( DESTDIR) $( toolexeclibgocryptox509dir) " " $( DESTDIR) $( toolexeclibgodatabasedir) " " $( DESTDIR) $( toolexeclibgodatabasesqldir) " " $( DESTDIR) $( toolexeclibgodebugdir) " " $( DESTDIR) $( toolexeclibgoencodingdir) " " $( DESTDIR) $( toolexeclibgoexpdir) " " $( DESTDIR) $( toolexeclibgogodir) " " $( DESTDIR) $( toolexeclibgohashdir) " " $( DESTDIR) $( toolexeclibgohtmldir) " " $( DESTDIR) $( toolexeclibgoimagedir) " " $( DESTDIR) $( toolexeclibgoimagecolordir) " " $( DESTDIR) $( toolexeclibgoindexdir) " " $( DESTDIR) $( toolexeclibgoiodir) " " $( DESTDIR) $( toolexeclibgologdir) " " $( DESTDIR) $( toolexeclibgomathdir) " " $( DESTDIR) $( toolexeclibgomimedir) " " $( DESTDIR) $( toolexeclibgonetdir) " " $( DESTDIR) $( toolexeclibgonethttpdir) " " $( DESTDIR) $( toolexeclibgonetrpcdir) " " $( DESTDIR) $( toolexeclibgoolddir) " " $( DESTDIR) $( toolexeclibgoosdir) " " $( DESTDIR) $( toolexeclibgopathdir) " " $( DESTDIR) $( toolexeclibgoregexpdir) " " $( DESTDIR) $( toolexeclibgoruntimedir) " " $( DESTDIR) $( toolexeclibgosyncdir) " " $( DESTDIR) $( toolexeclibgotestingdir) " " $( DESTDIR) $( toolexeclibgotextdir) " " $( DESTDIR) $( toolexeclibgotexttemplatedir) " " $( DESTDIR) $( toolexeclibgounicodedir) " ; do \
2010-12-03 05:34:57 +01:00
test -z " $$ dir " || $( MKDIR_P) " $$ dir " ; \
done
install : install -recursive
install-exec : install -exec -recursive
install-data : install -data -recursive
uninstall : uninstall -recursive
install-am : all -am
@$( MAKE) $( AM_MAKEFLAGS) install-exec-am install-data-am
installcheck : installcheck -recursive
install-strip :
2015-09-15 05:43:01 +02:00
if test -z '$(STRIP)' ; then \
$( MAKE) $( AM_MAKEFLAGS) INSTALL_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " \
install_sh_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG = -s \
install; \
else \
$( MAKE) $( AM_MAKEFLAGS) INSTALL_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " \
install_sh_PROGRAM = " $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG = -s \
" INSTALL_PROGRAM_ENV=STRIPPROG=' $( STRIP) ' " install; \
fi
2010-12-03 05:34:57 +01:00
mostlyclean-generic :
clean-generic :
-test -z " $( CLEANFILES) " || rm -f $( CLEANFILES)
distclean-generic :
-test -z " $( CONFIG_CLEAN_FILES) " || rm -f $( CONFIG_CLEAN_FILES)
-test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES) " || rm -f $( CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic :
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean : clean -multi clean -recursive
clean-am : clean -generic clean -libtool clean -local \
clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
mostlyclean-am
distclean : distclean -multi distclean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$( DEPDIR)
-rm -f Makefile
distclean-am : clean -am distclean -compile distclean -generic \
distclean-hdr distclean-libtool distclean-tags
dvi : dvi -recursive
dvi-am :
html : html -recursive
html-am :
info : info -recursive
info-am :
install-data-am :
install-dvi : install -dvi -recursive
install-dvi-am :
2010-12-07 15:18:35 +01:00
install-exec-am : install -multi install -toolexeclibLIBRARIES \
install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
install-toolexeclibgoarchiveDATA \
install-toolexeclibgocompressDATA \
install-toolexeclibgocontainerDATA \
2011-01-21 19:19:03 +01:00
install-toolexeclibgocryptoDATA \
2011-09-16 17:47:21 +02:00
install-toolexeclibgocryptox509DATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgodatabaseDATA \
install-toolexeclibgodatabasesqlDATA \
2011-01-21 19:19:03 +01:00
install-toolexeclibgodebugDATA \
2010-12-07 15:18:35 +01:00
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2013-11-06 20:49:01 +01:00
install-toolexeclibgoimagecolorDATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
install-toolexeclibgologDATA install-toolexeclibgomathDATA \
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
install-toolexeclibgonethttpDATA \
2011-12-07 02:11:29 +01:00
install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
install-toolexeclibgoregexpDATA \
install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
install-toolexeclibgotexttemplateDATA \
install-toolexeclibgounicodeDATA
2010-12-03 05:34:57 +01:00
install-html : install -html -recursive
install-html-am :
install-info : install -info -recursive
install-info-am :
install-man :
install-pdf : install -pdf -recursive
install-pdf-am :
install-ps : install -ps -recursive
install-ps-am :
installcheck-am :
maintainer-clean : maintainer -clean -multi maintainer -clean -recursive
-rm -f $( am__CONFIG_DISTCLEAN_FILES)
-rm -rf $( top_srcdir) /autom4te.cache
-rm -rf ./$( DEPDIR)
-rm -f Makefile
maintainer-clean-am : distclean -am maintainer -clean -generic
mostlyclean : mostlyclean -multi mostlyclean -recursive
mostlyclean-am : mostlyclean -compile mostlyclean -generic \
mostlyclean-libtool mostlyclean-local
pdf : pdf -recursive
pdf-am :
ps : ps -recursive
ps-am :
2010-12-07 15:18:35 +01:00
uninstall-am : uninstall -toolexeclibLIBRARIES \
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
uninstall-toolexeclibgoarchiveDATA \
uninstall-toolexeclibgocompressDATA \
uninstall-toolexeclibgocontainerDATA \
uninstall-toolexeclibgocryptoDATA \
2011-09-16 17:47:21 +02:00
uninstall-toolexeclibgocryptox509DATA \
2012-01-25 22:54:22 +01:00
uninstall-toolexeclibgodatabaseDATA \
uninstall-toolexeclibgodatabasesqlDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgodebugDATA \
uninstall-toolexeclibgoencodingDATA \
2013-07-16 08:54:42 +02:00
uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
uninstall-toolexeclibgohashDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgohtmlDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoimageDATA \
2013-11-06 20:49:01 +01:00
uninstall-toolexeclibgoimagecolorDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgonethttpDATA \
uninstall-toolexeclibgonetrpcDATA \
2011-09-16 17:47:21 +02:00
uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
2011-10-27 01:57:58 +02:00
uninstall-toolexeclibgopathDATA \
uninstall-toolexeclibgoregexpDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoruntimeDATA \
2011-03-17 00:05:44 +01:00
uninstall-toolexeclibgosyncDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgotestingDATA \
uninstall-toolexeclibgotextDATA \
uninstall-toolexeclibgotexttemplateDATA \
uninstall-toolexeclibgounicodeDATA
2010-12-03 05:34:57 +01:00
.MAKE : $( RECURSIVE_CLEAN_TARGETS ) $( RECURSIVE_TARGETS ) all all -multi \
clean-multi ctags-recursive distclean-multi install-am \
install-multi install-strip maintainer-clean-multi \
mostlyclean-multi tags-recursive
.PHONY : $( RECURSIVE_CLEAN_TARGETS ) $( RECURSIVE_TARGETS ) CTAGS GTAGS \
all all-am all-multi am--refresh check check-am clean \
clean-generic clean-libtool clean-local clean-multi \
clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
2012-09-20 18:32:27 +02:00
ctags-recursive distclean distclean-compile distclean-generic \
distclean-hdr distclean-libtool distclean-multi distclean-tags \
dvi dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dvi install-dvi-am \
install-exec install-exec-am install-html install-html-am \
install-info install-info-am install-man install-multi \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip install-toolexeclibLIBRARIES \
install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
install-toolexeclibgoarchiveDATA \
2010-12-07 15:18:35 +01:00
install-toolexeclibgocompressDATA \
install-toolexeclibgocontainerDATA \
2011-01-21 19:19:03 +01:00
install-toolexeclibgocryptoDATA \
2011-09-16 17:47:21 +02:00
install-toolexeclibgocryptox509DATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgodatabaseDATA \
install-toolexeclibgodatabasesqlDATA \
2011-01-21 19:19:03 +01:00
install-toolexeclibgodebugDATA \
2010-12-07 15:18:35 +01:00
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2013-11-06 20:49:01 +01:00
install-toolexeclibgoimagecolorDATA \
2012-01-25 22:54:22 +01:00
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
install-toolexeclibgologDATA install-toolexeclibgomathDATA \
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
install-toolexeclibgonethttpDATA \
2011-12-07 02:11:29 +01:00
install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
install-toolexeclibgoregexpDATA \
install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
install-toolexeclibgotexttemplateDATA \
install-toolexeclibgounicodeDATA installcheck installcheck-am \
2011-09-16 17:47:21 +02:00
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic maintainer-clean-multi mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
tags-recursive uninstall uninstall-am \
uninstall-toolexeclibLIBRARIES \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
uninstall-toolexeclibgoarchiveDATA \
uninstall-toolexeclibgocompressDATA \
uninstall-toolexeclibgocontainerDATA \
uninstall-toolexeclibgocryptoDATA \
2011-09-16 17:47:21 +02:00
uninstall-toolexeclibgocryptox509DATA \
2012-01-25 22:54:22 +01:00
uninstall-toolexeclibgodatabaseDATA \
uninstall-toolexeclibgodatabasesqlDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgodebugDATA \
uninstall-toolexeclibgoencodingDATA \
2013-07-16 08:54:42 +02:00
uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
uninstall-toolexeclibgohashDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgohtmlDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoimageDATA \
2013-11-06 20:49:01 +01:00
uninstall-toolexeclibgoimagecolorDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgonethttpDATA \
uninstall-toolexeclibgonetrpcDATA \
2011-09-16 17:47:21 +02:00
uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
2011-10-27 01:57:58 +02:00
uninstall-toolexeclibgopathDATA \
uninstall-toolexeclibgoregexpDATA \
2010-12-07 15:18:35 +01:00
uninstall-toolexeclibgoruntimeDATA \
2011-03-17 00:05:44 +01:00
uninstall-toolexeclibgosyncDATA \
2011-12-07 02:11:29 +01:00
uninstall-toolexeclibgotestingDATA \
uninstall-toolexeclibgotextDATA \
uninstall-toolexeclibgotexttemplateDATA \
uninstall-toolexeclibgounicodeDATA
2010-12-03 05:34:57 +01:00
goc2c.$(OBJEXT) : runtime /goc 2c .c
$( CC_FOR_BUILD) -c $( CFLAGS_FOR_BUILD) $<
goc2c : goc 2c .$( OBJEXT )
$( CC_FOR_BUILD) $( CFLAGS_FOR_BUILD) $( LDFLAGS_FOR_BUILD) -o $@ $<
malloc.c : $( srcdir ) /runtime /malloc .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2010-12-03 05:34:57 +01:00
mv -f $@ .tmp $@
mprof.c : $( srcdir ) /runtime /mprof .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2010-12-03 05:34:57 +01:00
mv -f $@ .tmp $@
2013-07-16 08:54:42 +02:00
netpoll.c : $( srcdir ) /runtime /netpoll .goc goc 2c
./goc2c $< > $@ .tmp
mv -f $@ .tmp $@
2010-12-03 05:34:57 +01:00
reflect.c : $( srcdir ) /runtime /reflect .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2010-12-03 05:34:57 +01:00
mv -f $@ .tmp $@
2011-11-28 06:45:49 +01:00
runtime1.c : $( srcdir ) /runtime /runtime 1.goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2011-11-28 06:45:49 +01:00
mv -f $@ .tmp $@
sema.c : $( srcdir ) /runtime /sema .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2011-11-28 06:45:49 +01:00
mv -f $@ .tmp $@
2010-12-03 05:34:57 +01:00
sigqueue.c : $( srcdir ) /runtime /sigqueue .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c --go-pkgpath os_signal $< > $@ .tmp
2010-12-03 05:34:57 +01:00
mv -f $@ .tmp $@
2011-12-07 02:11:29 +01:00
time.c : $( srcdir ) /runtime /time .goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2011-12-07 02:11:29 +01:00
mv -f $@ .tmp $@
2010-12-03 05:34:57 +01:00
%.c : $( srcdir ) /runtime /%.goc goc 2c
2012-10-31 21:49:53 +01:00
./goc2c $< > $@ .tmp
2010-12-03 05:34:57 +01:00
mv -f $@ .tmp $@
version.go : s -version ; @true
s-version : Makefile
rm -f version.go.tmp
2016-09-11 15:23:27 +02:00
echo "package sys" > version.go.tmp
echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
echo 'const TheVersion = "' ` cat $( srcdir) /VERSION | sed 1q` ' ' ` $( GOC) --version | sed 1q` '"' >> version.go.tmp
echo 'const GOARCH = "' $( GOARCH) '"' >> version.go.tmp
echo 'const GOOS = "' $( GOOS) '"' >> version.go.tmp
echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
echo >> version.go.tmp
echo "type ArchFamilyType int" >> version.go.tmp
echo >> version.go.tmp
echo "const (" >> version.go.tmp
echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
for a in $( ALLGOARCHFAMILY) ; do \
echo " $$ {a} " >> version.go.tmp; \
done
echo ")" >> version.go.tmp
echo >> version.go.tmp
for a in $( ALLGOARCH) ; do \
f = ` echo $$ { a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' ` ; \
n = " $$ {f}`echo $$ {a} | sed -e 's/.//'` " ; \
if test " $$ {a} " = " $( GOARCH) " ; then \
echo " const Goarch $$ {n} = 1 " >> version.go.tmp; \
else \
echo " const Goarch $$ {n} = 0 " >> version.go.tmp; \
fi ; \
done
echo >> version.go.tmp
echo "const (" >> version.go.tmp
echo " ArchFamily = $( GOARCH_FAMILY) " >> version.go.tmp
echo " BigEndian = $( GOARCH_BIGENDIAN) " >> version.go.tmp
echo " CacheLineSize = $( GOARCH_CACHELINESIZE) " >> version.go.tmp
echo " PhysPageSize = $( GOARCH_PHYSPAGESIZE) " >> version.go.tmp
echo " PCQuantum = $( GOARCH_PCQUANTUM) " >> version.go.tmp
echo " Int64Align = $( GOARCH_INT64ALIGN) " >> version.go.tmp
echo " HugePageSize = $( GOARCH_HUGEPAGESIZE) " >> version.go.tmp
echo " MinFrameSize = $( GOARCH_MINFRAMESIZE) " >> version.go.tmp
echo ")" >> version.go.tmp
echo >> version.go.tmp
for a in $( ALLGOOS) ; do \
f = ` echo $$ { a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' ` ; \
n = " $$ {f}`echo $$ {a} | sed -e 's/.//'` " ; \
if test " $$ {a} " = " $( GOOS) " ; then \
echo " const Goos $$ {n} = 1 " >> version.go.tmp; \
else \
echo " const Goos $$ {n} = 0 " >> version.go.tmp; \
fi ; \
done
echo >> version.go.tmp
echo "type Uintreg uintptr" >> version.go.tmp
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh version.go.tmp version.go
2010-12-03 05:34:57 +01:00
$( STAMP) $@
2016-08-30 23:07:47 +02:00
runtime_sysinfo.go : s -runtime_sysinfo ; @true
2016-09-30 15:45:08 +02:00
s-runtime_sysinfo : $( srcdir ) /mkrsysinfo .sh gen -sysinfo .go
$( SHELL) $( srcdir) /mkrsysinfo.sh
2016-08-30 23:07:47 +02:00
$( SHELL) $( srcdir) /mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
$( STAMP) $@
2015-03-24 20:50:31 +01:00
# Generate the list of go std packages that were included in libgo
zstdpkglist.go : s -zstdpkglist ; @true
s-zstdpkglist : Makefile
rm -f zstdpkglist.go.tmp
echo 'package main' > zstdpkglist.go.tmp
echo "" >> zstdpkglist.go.tmp
echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
2015-03-25 22:19:01 +01:00
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
2015-03-24 20:50:31 +01:00
echo '}' >> zstdpkglist.go.tmp
$( SHELL) $( srcdir) /mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
$( STAMP) $@
2011-10-23 21:04:37 +02:00
libcalls.go : s -libcalls ; @true
2016-08-06 02:36:33 +02:00
s-libcalls : libcalls -list go /syscall /mksyscall .awk $( srcdir ) /go /syscall /*.go
2011-10-23 21:04:37 +02:00
rm -f libcalls.go.tmp
2016-08-06 02:36:33 +02:00
$( AWK) -f $( srcdir) /go/syscall/mksyscall.awk ` cat libcalls-list` > libcalls.go.tmp
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh libcalls.go.tmp libcalls.go
2011-10-23 21:04:37 +02:00
$( STAMP) $@
2013-02-20 21:04:36 +01:00
libcalls-list : s -libcalls -list ; @true
2016-08-06 02:36:33 +02:00
s-libcalls-list : Makefile $( srcdir ) /go /syscall /*.go
2013-02-20 21:04:36 +01:00
rm -f libcalls-list.tmp
2016-08-06 02:36:33 +02:00
$( SHELL) $( srcdir) /match.sh --goarch= $( GOARCH) --goos= $( GOOS) --srcdir= $( srcdir) /go/syscall $( matchargs_syscall) > libcalls-list.tmp
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh libcalls-list.tmp libcalls-list
2013-02-20 21:04:36 +01:00
$( STAMP) $@
2011-01-12 03:03:46 +01:00
syscall_arch.go : s -syscall_arch ; @true
s-syscall_arch : Makefile
rm -f syscall_arch.go.tmp
echo "package syscall" > syscall_arch.go.tmp
echo 'const ARCH = "' $( GOARCH) '"' >> syscall_arch.go.tmp
2011-01-13 06:17:52 +01:00
echo 'const OS = "' $( GOOS) '"' >> syscall_arch.go.tmp
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
2011-01-12 03:03:46 +01:00
$( STAMP) $@
2016-09-27 23:32:50 +02:00
gen-sysinfo.go : s -gen -sysinfo ; @true
s-gen-sysinfo : $( srcdir ) /sysinfo .c config .h
$( CC) $( SYSINFO_FLAGS) -fdump-go-spec= tmp-gen-sysinfo.go -std= gnu99 -S -o sysinfo.s $( srcdir) /sysinfo.c
rm -f sysinfo.s
$( SHELL) $( srcdir) /mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
$( STAMP) $@
errno.i : s -errno ; @true
s-errno :
echo '#include <errno.h>' | $( CC) $( SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
$( SHELL) $( srcdir) /mvifdiff.sh tmp-errno.i errno.i
$( STAMP) $@
2011-10-23 21:04:37 +02:00
sysinfo.go : s -sysinfo ; @true
2016-09-27 23:32:50 +02:00
s-sysinfo : $( srcdir ) /mksysinfo .sh gen -sysinfo .go errno .i
$( SHELL) $( srcdir) /mksysinfo.sh
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh tmp-sysinfo.go sysinfo.go
2011-10-23 21:04:37 +02:00
$( STAMP) $@
2011-11-01 05:12:01 +01:00
# The epoll struct has an embedded union and is packed on x86_64,
# which is too complicated for mksysinfo.sh. We find the offset of
# the only field we care about in configure.ac, and generate the
# struct here.
epoll.go : s -epoll ; @true
s-epoll : Makefile
rm -f epoll.go.tmp
echo 'package syscall' > epoll.go.tmp
echo 'type EpollEvent struct {' >> epoll.go.tmp
echo ' Events uint32' >> epoll.go.tmp
case " $( SIZEOF_STRUCT_EPOLL_EVENT) , $( STRUCT_EPOLL_EVENT_FD_OFFSET) " in \
0,0) echo 1>& 2 "*** struct epoll_event data.fd offset unknown" ; \
exit 1; ; ; \
8,4) echo ' Fd int32' >> epoll.go.tmp; ; ; \
12,4) echo ' Fd int32' >> epoll.go.tmp; \
echo ' Pad [4]byte' >> epoll.go.tmp; ; ; \
12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
echo ' Fd int32' >> epoll.go.tmp; ; ; \
16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
echo ' Fd int32' >> epoll.go.tmp; \
echo ' Pad2 [4]byte' >> epoll.go.tmp; ; ; \
*) echo 1>& 2 "*** struct epoll_event unsupported" ; \
exit 1; ; ; \
esac
echo '}' >> epoll.go.tmp
2014-12-01 02:06:29 +01:00
$( SHELL) $( srcdir) /mvifdiff.sh epoll.go.tmp epoll.go
2011-11-01 05:12:01 +01:00
$( STAMP) $@
2011-10-23 21:04:37 +02:00
2016-08-30 23:07:47 +02:00
# Make sure runtime.inc is built before compiling any .c file.
$(libgo_la_OBJECTS) : runtime .inc
$(libgo_llgo_la_OBJECTS) : runtime .inc
$(libgobegin_a_OBJECTS) : runtime .inc
$(libgobegin_llgo_a_OBJECTS) : runtime .inc
$(libgolibbegin_a_OBJECTS) : runtime .inc
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ b u f i o . l o . d e p
2016-08-06 02:36:33 +02:00
bufio.lo.dep : $( srcdir ) /go /bufio /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
bufio.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
bufio/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : bufio /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ b y t e s . l o . d e p
2016-08-06 02:36:33 +02:00
bytes.lo.dep : $( srcdir ) /go /bytes /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
bytes.lo :
2011-03-11 02:00:15 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
bytes/index.lo : go /bytes /indexbyte .c runtime .inc
2012-05-15 00:08:42 +02:00
@$( MKDIR_P) bytes
2011-03-11 02:00:15 +01:00
$( LTCOMPILE) -c -o bytes/index.lo $( srcdir) /go/bytes/indexbyte.c
2010-12-03 05:34:57 +01:00
bytes/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : bytes /check
2016-07-22 20:15:38 +02:00
@ g o _ i n c l u d e @ c o n t e x t . l o . d e p
2016-08-06 02:36:33 +02:00
context.lo.dep : $( srcdir ) /go /context /*.go
2016-07-22 20:15:38 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
context.lo :
2016-07-22 20:15:38 +02:00
$( BUILDPACKAGE)
context/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : context /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ c r y p t o . l o . d e p
2016-08-06 02:36:33 +02:00
crypto.lo.dep : $( srcdir ) /go /crypto /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto.lo :
2011-03-17 00:05:44 +01:00
$( BUILDPACKAGE)
crypto/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-17 00:05:44 +01:00
.PHONY : crypto /check
2013-11-06 20:49:01 +01:00
@ g o _ i n c l u d e @ e n c o d i n g . l o . d e p
2016-08-06 02:36:33 +02:00
encoding.lo.dep : $( srcdir ) /go /encoding /*.go
2013-11-06 20:49:01 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding.lo :
2013-11-06 20:49:01 +01:00
$( BUILDPACKAGE)
encoding/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ e r r o r s . l o . d e p
2016-08-06 02:36:33 +02:00
errors.lo.dep : $( srcdir ) /go /errors /*.go
2011-12-03 03:17:34 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
errors.lo :
2011-12-03 03:17:34 +01:00
$( BUILDPACKAGE)
errors/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : errors /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ e x p v a r . l o . d e p
2016-08-06 02:36:33 +02:00
expvar.lo.dep : $( srcdir ) /go /expvar /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
expvar.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
expvar/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : expvar /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ f l a g . l o . d e p
2016-08-06 02:36:33 +02:00
flag.lo.dep : $( srcdir ) /go /flag /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
flag.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
flag/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : flag /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ f m t . l o . d e p
2016-08-06 02:36:33 +02:00
fmt.lo.dep : $( srcdir ) /go /fmt /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
fmt.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
fmt/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : fmt /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ h a s h . l o . d e p
2016-08-06 02:36:33 +02:00
hash.lo.dep : $( srcdir ) /go /hash /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
hash.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
hash/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : hash /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ h t m l . l o . d e p
2016-08-06 02:36:33 +02:00
html.lo.dep : $( srcdir ) /go /html /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
html.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
html/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : html /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ i m a g e . l o . d e p
2016-08-06 02:36:33 +02:00
image.lo.dep : $( srcdir ) /go /image /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
image/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : image /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ i o . l o . d e p
2016-08-06 02:36:33 +02:00
io.lo.dep : $( srcdir ) /go /io /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
io.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
io/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : io /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ l o g . l o . d e p
2016-08-06 02:36:33 +02:00
log.lo.dep : $( srcdir ) /go /log /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
log.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
log/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : log /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ m a t h . l o . d e p
2016-08-06 02:36:33 +02:00
math.lo.dep : $( srcdir ) /go /math /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
math.lo :
2012-02-08 20:38:17 +01:00
$( MKDIR_P) $( @D)
files = ` echo $^ | sed -e 's/[^ ]*\.gox//g' ` ; \
2012-05-15 00:08:42 +02:00
$( LTGOCOMPILE) $( MATH_FLAG) -I . -c -fgo-pkgpath= math -o $@ $$ files
2010-12-03 05:34:57 +01:00
math/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : math /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ m i m e . l o . d e p
2016-08-06 02:36:33 +02:00
mime.lo.dep : $( srcdir ) /go /mime /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
mime.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
mime/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : mime /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ n e t . l o . d e p
2016-08-06 02:36:33 +02:00
net.lo.dep : $( srcdir ) /go /net /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
net/check : $( CHECK_DEPS )
2011-09-16 17:47:21 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : net /check
2015-04-07 20:09:28 +02:00
@ g o _ i n c l u d e @ n e t g o . o . d e p
2016-08-06 02:36:33 +02:00
netgo.o.dep : $( srcdir ) /go /net /*.go
$( BUILDNETGODEPS)
netgo.o : netgo .o .dep
2015-04-07 20:09:28 +02:00
$( BUILDNETGO)
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ o s . l o . d e p
2016-08-06 02:36:33 +02:00
os.lo.dep : $( srcdir ) /go /os /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
os.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
os/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : os /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ p a t h . l o . d e p
2016-08-06 02:36:33 +02:00
path.lo.dep : $( srcdir ) /go /path /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
path.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
path/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : path /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ r e f l e c t - g o . l o . d e p
2016-08-06 02:36:33 +02:00
reflect-go.lo.dep : $( srcdir ) /go /reflect /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
reflect-go.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
reflect/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2016-08-30 23:07:47 +02:00
reflect/makefunc_ffi_c.lo : go /reflect /makefunc_ffi_c .c runtime .inc
2014-07-19 23:36:26 +02:00
@$( MKDIR_P) reflect
$( LTCOMPILE) -c -o $@ $<
2010-12-03 05:34:57 +01:00
.PHONY : reflect /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ r e g e x p . l o . d e p
2016-08-06 02:36:33 +02:00
regexp.lo.dep : $( srcdir ) /go /regexp /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
regexp.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
regexp/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : regexp /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ r u n t i m e - g o . l o . d e p
2016-08-30 23:07:47 +02:00
runtime-go.lo.dep : $( srcdir ) /go /runtime /*.go $( extra_go_files_runtime )
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
runtime-go.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
runtime.inc : s -runtime -inc ; @true
2016-10-03 20:39:54 +02:00
s-runtime-inc : runtime -go .lo Makefile
rm -f runtime.inc.tmp2
grep -v "#define _" runtime.inc.tmp > runtime.inc.tmp2
for pattern in '_G[a-z]' '_P[a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
grep " #define $$ pattern " runtime.inc.tmp >> runtime.inc.tmp2; \
done
$( SHELL) $( srcdir) /mvifdiff.sh runtime.inc.tmp2 runtime.inc
2016-08-30 23:07:47 +02:00
$( STAMP) $@
2010-12-03 05:34:57 +01:00
runtime/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : runtime /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ s o r t . l o . d e p
2016-08-06 02:36:33 +02:00
sort.lo.dep : $( srcdir ) /go /sort /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
sort.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
sort/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : sort /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ s t r c o n v . l o . d e p
2016-08-06 02:36:33 +02:00
strconv.lo.dep : $( srcdir ) /go /strconv /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
strconv.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
strconv/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : strconv /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ s t r i n g s . l o . d e p
2016-08-06 02:36:33 +02:00
strings.lo.dep : $( srcdir ) /go /strings /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
strings.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
strings/index.lo : go /strings /indexbyte .c runtime .inc
2013-11-06 20:49:01 +01:00
@$( MKDIR_P) strings
$( LTCOMPILE) -c -o strings/index.lo $( srcdir) /go/strings/indexbyte.c
2010-12-03 05:34:57 +01:00
strings/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : strings /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ s y n c . l o . d e p
2016-08-06 02:36:33 +02:00
sync.lo.dep : $( srcdir ) /go /sync /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
sync.lo :
2011-03-11 02:00:15 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
sync/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : sync /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ t e s t i n g . l o . d e p
2016-08-06 02:36:33 +02:00
testing.lo.dep : $( srcdir ) /go /testing /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
testing.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
testing/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : testing /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ t i m e - g o . l o . d e p
2016-08-06 02:36:33 +02:00
time-go.lo.dep : $( srcdir ) /go /time /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
time-go.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
time/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : time /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ u n i c o d e . l o . d e p
2016-08-06 02:36:33 +02:00
unicode.lo.dep : $( srcdir ) /go /unicode /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
unicode.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
unicode/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : unicode /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ a r c h i v e / t a r . l o . d e p
2016-08-06 02:36:33 +02:00
archive/tar.lo.dep : $( srcdir ) /go /archive /tar /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
archive/tar.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
archive/tar/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : archive /tar /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ a r c h i v e / z i p . l o . d e p
2016-08-06 02:36:33 +02:00
archive/zip.lo.dep : $( srcdir ) /go /archive /zip /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
archive/zip.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
archive/zip/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : archive /zip /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o m p r e s s / b z i p 2 . l o . d e p
2016-08-06 02:36:33 +02:00
compress/bzip2.lo.dep : $( srcdir ) /go /compress /bzip 2/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
compress/bzip2.lo :
2011-03-17 00:05:44 +01:00
$( BUILDPACKAGE)
compress/bzip2/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-17 00:05:44 +01:00
.PHONY : compress /bzip 2/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o m p r e s s / f l a t e . l o . d e p
2016-08-06 02:36:33 +02:00
compress/flate.lo.dep : $( srcdir ) /go /compress /flate /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
compress/flate.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
compress/flate/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : compress /flate /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o m p r e s s / g z i p . l o . d e p
2016-08-06 02:36:33 +02:00
compress/gzip.lo.dep : $( srcdir ) /go /compress /gzip /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
compress/gzip.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
compress/gzip/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : compress /gzip /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o m p r e s s / l z w . l o . d e p
2016-08-06 02:36:33 +02:00
compress/lzw.lo.dep : $( srcdir ) /go /compress /lzw /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
compress/lzw.lo :
2011-03-17 00:05:44 +01:00
$( BUILDPACKAGE)
compress/lzw/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-17 00:05:44 +01:00
.PHONY : compress /lzw /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o m p r e s s / z l i b . l o . d e p
2016-08-06 02:36:33 +02:00
compress/zlib.lo.dep : $( srcdir ) /go /compress /zlib /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
compress/zlib.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
compress/zlib/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : compress /zlib /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o n t a i n e r / h e a p . l o . d e p
2016-08-06 02:36:33 +02:00
container/heap.lo.dep : $( srcdir ) /go /container /heap /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
container/heap.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
container/heap/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : container /heap /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o n t a i n e r / l i s t . l o . d e p
2016-08-06 02:36:33 +02:00
container/list.lo.dep : $( srcdir ) /go /container /list /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
container/list.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
container/list/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : container /list /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c o n t a i n e r / r i n g . l o . d e p
2016-08-06 02:36:33 +02:00
container/ring.lo.dep : $( srcdir ) /go /container /ring /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
container/ring.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
container/ring/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : container /ring /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / a e s . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/aes.lo.dep : $( srcdir ) /go /crypto /aes /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/aes.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/aes/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /aes /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / c i p h e r . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/cipher.lo.dep : $( srcdir ) /go /crypto /cipher /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/cipher.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2011-01-21 19:19:03 +01:00
crypto/cipher/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-01-21 19:19:03 +01:00
.PHONY : crypto /cipher /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / d e s . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/des.lo.dep : $( srcdir ) /go /crypto /des /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/des.lo :
2011-04-07 19:09:10 +02:00
$( BUILDPACKAGE)
crypto/des/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : crypto /des /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / d s a . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/dsa.lo.dep : $( srcdir ) /go /crypto /dsa /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/dsa.lo :
2011-03-17 00:05:44 +01:00
$( BUILDPACKAGE)
crypto/dsa/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-17 00:05:44 +01:00
.PHONY : crypto /dsa /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / e c d s a . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/ecdsa.lo.dep : $( srcdir ) /go /crypto /ecdsa /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/ecdsa.lo :
2011-03-25 00:46:17 +01:00
$( BUILDPACKAGE)
crypto/ecdsa/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-25 00:46:17 +01:00
.PHONY : crypto /ecdsa /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / e l l i p t i c . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/elliptic.lo.dep : $( srcdir ) /go /crypto /elliptic /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/elliptic.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2011-01-21 19:19:03 +01:00
crypto/elliptic/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-01-21 19:19:03 +01:00
.PHONY : crypto /elliptic /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / h m a c . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/hmac.lo.dep : $( srcdir ) /go /crypto /hmac /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/hmac.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/hmac/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /hmac /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / m d 5 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/md5.lo.dep : $( srcdir ) /go /crypto /md 5/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/md5.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/md5/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /md 5/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / r a n d . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/rand.lo.dep : $( srcdir ) /go /crypto /rand /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/rand.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/rand/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /rand /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / r c 4 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/rc4.lo.dep : $( srcdir ) /go /crypto /rc 4/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/rc4.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/rc4/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /rc 4/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / r s a . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/rsa.lo.dep : $( srcdir ) /go /crypto /rsa /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/rsa.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/rsa/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /rsa /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / s h a 1 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/sha1.lo.dep : $( srcdir ) /go /crypto /sha 1/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/sha1.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/sha1/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /sha 1/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / s h a 2 5 6 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/sha256.lo.dep : $( srcdir ) /go /crypto /sha 256/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/sha256.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/sha256/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /sha 256/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / s h a 5 1 2 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/sha512.lo.dep : $( srcdir ) /go /crypto /sha 512/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/sha512.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/sha512/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /sha 512/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / s u b t l e . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/subtle.lo.dep : $( srcdir ) /go /crypto /subtle /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/subtle.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/subtle/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /subtle /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / t l s . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/tls.lo.dep : $( srcdir ) /go /crypto /tls /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/tls.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/tls/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /tls /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / x 5 0 9 . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/x509.lo.dep : $( srcdir ) /go /crypto /x 509/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/x509.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
crypto/x509/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : crypto /x 509/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ c r y p t o / x 5 0 9 / p k i x . l o . d e p
2016-08-06 02:36:33 +02:00
crypto/x509/pkix.lo.dep : $( srcdir ) /go /crypto /x 509/pkix /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
crypto/x509/pkix.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
crypto/x509/pkix/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : crypto /x 509/pkix /check
2012-01-25 22:54:22 +01:00
@ g o _ i n c l u d e @ d a t a b a s e / s q l . l o . d e p
2016-08-06 02:36:33 +02:00
database/sql.lo.dep : $( srcdir ) /go /database /sql /*.go
2012-01-25 22:54:22 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
database/sql.lo :
2012-01-25 22:54:22 +01:00
$( BUILDPACKAGE)
database/sql/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : database /sql /check
@ g o _ i n c l u d e @ d a t a b a s e / s q l / d r i v e r . l o . d e p
2016-08-06 02:36:33 +02:00
database/sql/driver.lo.dep : $( srcdir ) /go /database /sql /driver /*.go
2012-01-25 22:54:22 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
database/sql/driver.lo :
2012-01-25 22:54:22 +01:00
$( BUILDPACKAGE)
database/sql/driver/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : database /sql /driver /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ d e b u g / d w a r f . l o . d e p
2016-08-06 02:36:33 +02:00
debug/dwarf.lo.dep : $( srcdir ) /go /debug /dwarf /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/dwarf.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
debug/dwarf/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : debug /dwarf /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ d e b u g / e l f . l o . d e p
2016-08-06 02:36:33 +02:00
debug/elf.lo.dep : $( srcdir ) /go /debug /elf /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/elf.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
debug/elf/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : debug /elf /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ d e b u g / g o s y m . l o . d e p
2016-08-06 02:36:33 +02:00
debug/gosym.lo.dep : $( srcdir ) /go /debug /gosym /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/gosym.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
debug/gosym/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : debug /gosym /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ d e b u g / m a c h o . l o . d e p
2016-08-06 02:36:33 +02:00
debug/macho.lo.dep : $( srcdir ) /go /debug /macho /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/macho.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
debug/macho/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : debug /macho /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ d e b u g / p e . l o . d e p
2016-08-06 02:36:33 +02:00
debug/pe.lo.dep : $( srcdir ) /go /debug /pe /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/pe.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
debug/pe/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : debug /pe /check
2014-06-07 00:37:27 +02:00
@ g o _ i n c l u d e @ d e b u g / p l a n 9 o b j . l o . d e p
2016-08-06 02:36:33 +02:00
debug/plan9obj.lo.dep : $( srcdir ) /go /debug /plan 9obj /*.go
2014-06-07 00:37:27 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
debug/plan9obj.lo :
2014-06-07 00:37:27 +02:00
$( BUILDPACKAGE)
debug/plan9obj/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : debug /plan 9obj /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / a s n 1 . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/asn1.lo.dep : $( srcdir ) /go /encoding /asn 1/*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/asn1.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
encoding/asn1/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /asn 1/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / a s c i i 8 5 . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/ascii85.lo.dep : $( srcdir ) /go /encoding /ascii 85/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/ascii85.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
encoding/ascii85/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : encoding /ascii 85/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / b a s e 3 2 . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/base32.lo.dep : $( srcdir ) /go /encoding /base 32/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/base32.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2011-01-21 19:19:03 +01:00
encoding/base32/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-01-21 19:19:03 +01:00
.PHONY : encoding /base 32/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / b a s e 6 4 . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/base64.lo.dep : $( srcdir ) /go /encoding /base 64/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/base64.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
encoding/base64/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : encoding /base 64/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / b i n a r y . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/binary.lo.dep : $( srcdir ) /go /encoding /binary /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/binary.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
encoding/binary/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : encoding /binary /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / c s v . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/csv.lo.dep : $( srcdir ) /go /encoding /csv /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/csv.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
encoding/csv/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /csv /check
@ g o _ i n c l u d e @ e n c o d i n g / g o b . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/gob.lo.dep : $( srcdir ) /go /encoding /gob /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/gob.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
encoding/gob/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /gob /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / h e x . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/hex.lo.dep : $( srcdir ) /go /encoding /hex /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/hex.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
encoding/hex/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : encoding /hex /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / j s o n . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/json.lo.dep : $( srcdir ) /go /encoding /json /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/json.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
encoding/json/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /json /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / p e m . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/pem.lo.dep : $( srcdir ) /go /encoding /pem /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/pem.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
encoding/pem/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : encoding /pem /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ e n c o d i n g / x m l . l o . d e p
2016-08-06 02:36:33 +02:00
encoding/xml.lo.dep : $( srcdir ) /go /encoding /xml /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
encoding/xml.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
encoding/xml/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : encoding /xml /check
2012-01-25 21:56:26 +01:00
@ g o _ i n c l u d e @ e x p / p r o x y . l o . d e p
2016-08-06 02:36:33 +02:00
exp/proxy.lo.dep : $( srcdir ) /go /exp /proxy /*.go
2012-01-25 21:56:26 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
exp/proxy.lo :
2012-01-25 21:56:26 +01:00
$( BUILDPACKAGE)
exp/proxy/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : exp /proxy /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ e x p / t e r m i n a l . l o . d e p
2016-08-06 02:36:33 +02:00
exp/terminal.lo.dep : $( srcdir ) /go /exp /terminal /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
exp/terminal.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
2011-10-27 01:57:58 +02:00
exp/terminal/check : $( CHECK_DEPS )
2011-09-16 17:47:21 +02:00
@$( CHECK)
2011-10-27 01:57:58 +02:00
.PHONY : exp /terminal /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ h t m l / t e m p l a t e . l o . d e p
2016-08-06 02:36:33 +02:00
html/template.lo.dep : $( srcdir ) /go /html /template /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
html/template.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2011-12-07 02:11:29 +01:00
html/template/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-12-07 02:11:29 +01:00
.PHONY : html /template /check
2010-12-03 05:34:57 +01:00
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / a s t . l o . d e p
2016-08-06 02:36:33 +02:00
go/ast.lo.dep : $( srcdir ) /go /go /ast /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/ast.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/ast/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /ast /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / b u i l d . l o . d e p
2016-08-06 02:36:33 +02:00
go/build.lo.dep : $( srcdir ) /go /go /build /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/build.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
go/build/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /build /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ g o / c o n s t a n t . l o . d e p
2016-08-06 02:36:33 +02:00
go/constant.lo.dep : $( srcdir ) /go /go /constant /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/constant.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
go/constant/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /constant /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / d o c . l o . d e p
2016-08-06 02:36:33 +02:00
go/doc.lo.dep : $( srcdir ) /go /go /doc /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/doc.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/doc/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /doc /check
2012-12-13 00:13:29 +01:00
@ g o _ i n c l u d e @ g o / f o r m a t . l o . d e p
2016-08-06 02:36:33 +02:00
go/format.lo.dep : $( srcdir ) /go /go /format /*.go
2012-12-13 00:13:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/format.lo :
2012-12-13 00:13:29 +01:00
$( BUILDPACKAGE)
go/format/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /format /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ g o / i m p o r t e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/importer.lo.dep : $( srcdir ) /go /go /importer /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/importer.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
go/importer/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /importer /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / p a r s e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/parser.lo.dep : $( srcdir ) /go /go /parser /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/parser.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/parser/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /parser /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / p r i n t e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/printer.lo.dep : $( srcdir ) /go /go /printer /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/printer.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/printer/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /printer /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / s c a n n e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/scanner.lo.dep : $( srcdir ) /go /go /scanner /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/scanner.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/scanner/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /scanner /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ g o / t o k e n . l o . d e p
2016-08-06 02:36:33 +02:00
go/token.lo.dep : $( srcdir ) /go /go /token /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/token.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
go/token/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : go /token /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ g o / t y p e s . l o . d e p
2016-08-06 02:36:33 +02:00
go/types.lo.dep : $( srcdir ) /go /go /types /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/types.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
go/types/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /types /check
@ g o _ i n c l u d e @ g o / i n t e r n a l / g c i m p o r t e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/internal/gcimporter.lo.dep : $( srcdir ) /go /go /internal /gcimporter /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/internal/gcimporter.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
go/internal/gcimporter/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /internal /gcimporter /check
@ g o _ i n c l u d e @ g o / i n t e r n a l / g c c g o i m p o r t e r . l o . d e p
2016-08-06 02:36:33 +02:00
go/internal/gccgoimporter.lo.dep : $( srcdir ) /go /go /internal /gccgoimporter /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
go/internal/gccgoimporter.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
go/internal/gccgoimporter/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : go /internal /gccgoimporter /check
2016-07-22 20:15:38 +02:00
@ g o _ i n c l u d e @ g o l a n g _ o r g / x / n e t / h t t p 2 / h p a c k . l o . d e p
2016-08-06 02:36:33 +02:00
golang_org/x/net/http2/hpack.lo.dep : $( srcdir ) /go /golang_org /x /net /http 2/hpack /*.go
2016-07-22 20:15:38 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
golang_org/x/net/http2/hpack.lo :
2016-07-22 20:15:38 +02:00
$( BUILDPACKAGE)
golang_org/x/net/http2/hpack/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : golang_org /x /net /http 2/hpack /check
@ g o _ i n c l u d e @ g o l a n g _ o r g / x / n e t / l e x / h t t p l e x . l o . d e p
2016-08-06 02:36:33 +02:00
golang_org/x/net/lex/httplex.lo.dep : $( srcdir ) /go /golang_org /x /net /lex /httplex /*.go
2016-07-22 20:15:38 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
golang_org/x/net/lex/httplex.lo :
2016-07-22 20:15:38 +02:00
$( BUILDPACKAGE)
golang_org/x/net/lex/httplex/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : golang_org /x /net /lex /httplex /check
@ L I B G O _ I S _ B S D _ T R U E @ @ g o _ i n c l u d e @ g o l a n g _ o r g / x / n e t / r o u t e . l o . d e p
2016-08-06 02:36:33 +02:00
@LIBGO_IS_BSD_TRUE@golang_org/x/net/route.lo.dep : $( srcdir ) /go /golang_org /x /net /route /*.go
2016-07-22 20:15:38 +02:00
@ L I B G O _ I S _ B S D _ T R U E @ $( BUILDDEPS )
2016-08-08 23:23:57 +02:00
@LIBGO_IS_BSD_TRUE@golang_org/x/net/route.lo :
2016-07-22 20:15:38 +02:00
@ L I B G O _ I S _ B S D _ T R U E @ $( BUILDPACKAGE )
@LIBGO_IS_BSD_TRUE@golang_org/x/net/route/check : $( CHECK_DEPS )
@ L I B G O _ I S _ B S D _ T R U E @ @ $( CHECK )
2016-08-06 02:36:33 +02:00
2016-07-22 20:15:38 +02:00
.PHONY : golang_org /x /net /route /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ h a s h / a d l e r 3 2 . l o . d e p
2016-08-06 02:36:33 +02:00
hash/adler32.lo.dep : $( srcdir ) /go /hash /adler 32/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
hash/adler32.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
hash/adler32/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : hash /adler 32/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ h a s h / c r c 3 2 . l o . d e p
2016-08-06 02:36:33 +02:00
hash/crc32.lo.dep : $( srcdir ) /go /hash /crc 32/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
hash/crc32.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
hash/crc32/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : hash /crc 32/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ h a s h / c r c 6 4 . l o . d e p
2016-08-06 02:36:33 +02:00
hash/crc64.lo.dep : $( srcdir ) /go /hash /crc 64/*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
hash/crc64.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
hash/crc64/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : hash /crc 64/check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ h a s h / f n v . l o . d e p
2016-08-06 02:36:33 +02:00
hash/fnv.lo.dep : $( srcdir ) /go /hash /fnv /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
hash/fnv.lo :
2011-03-25 00:46:17 +01:00
$( BUILDPACKAGE)
hash/fnv/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-25 00:46:17 +01:00
.PHONY : hash /fnv /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i m a g e / c o l o r . l o . d e p
2016-08-06 02:36:33 +02:00
image/color.lo.dep : $( srcdir ) /go /image /color /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/color.lo :
2011-10-27 01:57:58 +02:00
$( BUILDPACKAGE)
image/color/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : image /color /check
2013-11-06 20:49:01 +01:00
@ g o _ i n c l u d e @ i m a g e / c o l o r / p a l e t t e . l o . d e p
2016-08-06 02:36:33 +02:00
image/color/palette.lo.dep : $( srcdir ) /go /image /color /palette /*.go
2013-11-06 20:49:01 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/color/palette.lo :
2013-11-06 20:49:01 +01:00
$( BUILDPACKAGE)
image/color/palette/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : image /color /palette /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i m a g e / d r a w . l o . d e p
2016-08-06 02:36:33 +02:00
image/draw.lo.dep : $( srcdir ) /go /image /draw /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/draw.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
image/draw/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : image /draw /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i m a g e / g i f . l o . d e p
2016-08-06 02:36:33 +02:00
image/gif.lo.dep : $( srcdir ) /go /image /gif /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/gif.lo :
2011-05-20 02:18:15 +02:00
$( BUILDPACKAGE)
image/gif/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : image /gif /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ i m a g e / i n t e r n a l / i m a g e u t i l . l o . d e p
2016-08-06 02:36:33 +02:00
image/internal/imageutil.lo.dep : $( srcdir ) /go /image /internal /imageutil /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/internal/imageutil.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
image/internal/imageutil/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : image /internal /imageutil /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i m a g e / j p e g . l o . d e p
2016-08-06 02:36:33 +02:00
image/jpeg.lo.dep : $( srcdir ) /go /image /jpeg /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/jpeg.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
image/jpeg/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : image /jpeg /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i m a g e / p n g . l o . d e p
2016-08-06 02:36:33 +02:00
image/png.lo.dep : $( srcdir ) /go /image /png /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
image/png.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
image/png/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : image /png /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i n d e x / s u f f i x a r r a y . l o . d e p
2016-08-06 02:36:33 +02:00
index/suffixarray.lo.dep : $( srcdir ) /go /index /suffixarray /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
index/suffixarray.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
index/suffixarray/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : index /suffixarray /check
2016-07-22 20:15:38 +02:00
@ g o _ i n c l u d e @ i n t e r n a l / n e t t r a c e . l o . d e p
2016-08-06 02:36:33 +02:00
internal/nettrace.lo.dep : $( srcdir ) /go /internal /nettrace /*.go
2016-02-03 22:58:02 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/nettrace.lo :
2016-02-03 22:58:02 +01:00
$( BUILDPACKAGE)
2016-07-22 20:15:38 +02:00
internal/nettrace/check : $( CHECK_DEPS )
2016-02-03 22:58:02 +01:00
@$( CHECK)
2016-07-22 20:15:38 +02:00
.PHONY : internal /nettrace /check
2016-02-03 22:58:02 +01:00
@ g o _ i n c l u d e @ i n t e r n a l / r a c e . l o . d e p
2016-08-06 02:36:33 +02:00
internal/race.lo.dep : $( srcdir ) /go /internal /race /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/race.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
2016-02-03 22:58:02 +01:00
internal/race/check : $( CHECK_DEPS )
2015-10-31 01:59:47 +01:00
@$( CHECK)
2016-02-03 22:58:02 +01:00
.PHONY : internal /race /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ i n t e r n a l / s i n g l e f l i g h t . l o . d e p
2016-08-06 02:36:33 +02:00
internal/singleflight.lo.dep : $( srcdir ) /go /internal /singleflight /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/singleflight.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
internal/singleflight/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : internal /singleflight /check
@ g o _ i n c l u d e @ i n t e r n a l / s y s c a l l / u n i x . l o . d e p
2016-08-06 02:36:33 +02:00
internal/syscall/unix.lo.dep : $( srcdir ) /go /internal /syscall /unix /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/syscall/unix.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
internal/syscall/unix/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : internal /syscall /unix /check
@ g o _ i n c l u d e @ i n t e r n a l / t e s t e n v . l o . d e p
2016-08-06 02:36:33 +02:00
internal/testenv.lo.dep : $( srcdir ) /go /internal /testenv /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/testenv.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
internal/testenv/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : internal /testenv /check
@ g o _ i n c l u d e @ i n t e r n a l / t r a c e . l o . d e p
2016-08-06 02:36:33 +02:00
internal/trace.lo.dep : $( srcdir ) /go /internal /trace /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
internal/trace.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
internal/trace/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : internal /trace /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ i o / i o u t i l . l o . d e p
2016-08-06 02:36:33 +02:00
io/ioutil.lo.dep : $( srcdir ) /go /io /ioutil /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
io/ioutil.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
io/ioutil/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : io /ioutil /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ l o g / s y s l o g . l o . d e p
2016-08-06 02:36:33 +02:00
log/syslog.lo.dep : $( srcdir ) /go /log /syslog /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
log/syslog.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
log/syslog/syslog_c.lo : go /log /syslog /syslog_c .c runtime .inc log /syslog .lo
2012-04-23 19:02:54 +02:00
@$( MKDIR_P) log/syslog
2011-12-07 02:11:29 +01:00
$( LTCOMPILE) -c -o $@ $( srcdir) /go/log/syslog/syslog_c.c
log/syslog/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : log /syslog /check
@ g o _ i n c l u d e @ m a t h / b i g . l o . d e p
2016-08-06 02:36:33 +02:00
math/big.lo.dep : $( srcdir ) /go /math /big /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
math/big.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
math/big/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : math /big /check
@ g o _ i n c l u d e @ m a t h / c m p l x . l o . d e p
2016-08-06 02:36:33 +02:00
math/cmplx.lo.dep : $( srcdir ) /go /math /cmplx /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
math/cmplx.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
math/cmplx/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : math /cmplx /check
@ g o _ i n c l u d e @ m a t h / r a n d . l o . d e p
2016-08-06 02:36:33 +02:00
math/rand.lo.dep : $( srcdir ) /go /math /rand /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
math/rand.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
math/rand/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : math /rand /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ m i m e / m u l t i p a r t . l o . d e p
2016-08-06 02:36:33 +02:00
mime/multipart.lo.dep : $( srcdir ) /go /mime /multipart /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
mime/multipart.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
mime/multipart/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : mime /multipart /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ m i m e / q u o t e d p r i n t a b l e . l o . d e p
2016-08-06 02:36:33 +02:00
mime/quotedprintable.lo.dep : $( srcdir ) /go /mime /quotedprintable /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
mime/quotedprintable.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
mime/quotedprintable/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : mime /quotedprintable /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / h t t p . l o . d e p
2016-08-06 02:36:33 +02:00
net/http.lo.dep : $( srcdir ) /go /net /http /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /check
@ g o _ i n c l u d e @ n e t / m a i l . l o . d e p
2016-08-06 02:36:33 +02:00
net/mail.lo.dep : $( srcdir ) /go /net /mail /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/mail.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/mail/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /mail /check
@ g o _ i n c l u d e @ n e t / r p c . l o . d e p
2016-08-06 02:36:33 +02:00
net/rpc.lo.dep : $( srcdir ) /go /net /rpc /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/rpc.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/rpc/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /rpc /check
@ g o _ i n c l u d e @ n e t / s m t p . l o . d e p
2016-08-06 02:36:33 +02:00
net/smtp.lo.dep : $( srcdir ) /go /net /smtp /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/smtp.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/smtp/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /smtp /check
@ g o _ i n c l u d e @ n e t / u r l . l o . d e p
2016-08-06 02:36:33 +02:00
net/url.lo.dep : $( srcdir ) /go /net /url /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/url.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/url/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /url /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ n e t / t e x t p r o t o . l o . d e p
2016-08-06 02:36:33 +02:00
net/textproto.lo.dep : $( srcdir ) /go /net /textproto /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/textproto.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
net/textproto/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : net /textproto /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / h t t p / c g i . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/cgi.lo.dep : $( srcdir ) /go /net /http /cgi /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/cgi.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/cgi/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /cgi /check
2013-07-16 08:54:42 +02:00
@ g o _ i n c l u d e @ n e t / h t t p / c o o k i e j a r . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/cookiejar.lo.dep : $( srcdir ) /go /net /http /cookiejar /*.go
2013-07-16 08:54:42 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/cookiejar.lo :
2013-07-16 08:54:42 +02:00
$( BUILDPACKAGE)
net/http/cookiejar/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /cookiejar /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / h t t p / f c g i . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/fcgi.lo.dep : $( srcdir ) /go /net /http /fcgi /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/fcgi.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/fcgi/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /fcgi /check
@ g o _ i n c l u d e @ n e t / h t t p / h t t p t e s t . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/httptest.lo.dep : $( srcdir ) /go /net /http /httptest /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/httptest.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/httptest/check : $( check_deps )
@$( CHECK)
.PHONY : net /http /httptest /check
2016-07-22 20:15:38 +02:00
@ g o _ i n c l u d e @ n e t / h t t p / h t t p t r a c e . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/httptrace.lo.dep : $( srcdir ) /go /net /http /httptrace /*.go
2016-07-22 20:15:38 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/httptrace.lo :
2016-07-22 20:15:38 +02:00
$( BUILDPACKAGE)
net/http/httptrace/check : $( check_deps )
@$( CHECK)
.PHONY : net /http /httptrace /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / h t t p / h t t p u t i l . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/httputil.lo.dep : $( srcdir ) /go /net /http /httputil /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/httputil.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/httputil/check : $( check_deps )
@$( CHECK)
.PHONY : net /http /httputil /check
2015-01-15 01:27:56 +01:00
@ g o _ i n c l u d e @ n e t / h t t p / i n t e r n a l . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/internal.lo.dep : $( srcdir ) /go /net /http /internal /*.go
2015-01-15 01:27:56 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/internal.lo :
2015-01-15 01:27:56 +01:00
$( BUILDPACKAGE)
net/http/internal/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /internal /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / h t t p / p p r o f . l o . d e p
2016-08-06 02:36:33 +02:00
net/http/pprof.lo.dep : $( srcdir ) /go /net /http /pprof /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/http/pprof.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/http/pprof/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /http /pprof /check
2015-10-31 01:59:47 +01:00
@ g o _ i n c l u d e @ n e t / i n t e r n a l / s o c k t e s t . l o . d e p
2016-08-06 02:36:33 +02:00
net/internal/socktest.lo.dep : $( srcdir ) /go /net /internal /socktest /*.go
2015-10-31 01:59:47 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/internal/socktest.lo :
2015-10-31 01:59:47 +01:00
$( BUILDPACKAGE)
net/internal/socktest/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /internal /socktest /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ n e t / r p c / j s o n r p c . l o . d e p
2016-08-06 02:36:33 +02:00
net/rpc/jsonrpc.lo.dep : $( srcdir ) /go /net /rpc /jsonrpc /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
net/rpc/jsonrpc.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
net/rpc/jsonrpc/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : net /rpc /jsonrpc /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ o l d / r e g e x p . l o . d e p
2016-08-06 02:36:33 +02:00
old/regexp.lo.dep : $( srcdir ) /go /old /regexp /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
old/regexp.lo :
2011-10-27 01:57:58 +02:00
$( BUILDPACKAGE)
old/regexp/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : old /regexp /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ o l d / t e m p l a t e . l o . d e p
2016-08-06 02:36:33 +02:00
old/template.lo.dep : $( srcdir ) /go /old /template /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
old/template.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
old/template/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : old /template /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ o s / e x e c . l o . d e p
2016-08-06 02:36:33 +02:00
os/exec.lo.dep : $( srcdir ) /go /os /exec /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
os/exec.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
os/exec/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : os /exec /check
2012-03-02 17:38:43 +01:00
@ g o _ i n c l u d e @ o s / s i g n a l . l o . d e p
2016-08-06 02:36:33 +02:00
os/signal.lo.dep : $( srcdir ) /go /os /signal /*.go
2012-03-02 17:38:43 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
os/signal.lo :
2012-03-02 17:38:43 +01:00
$( BUILDPACKAGE)
os/signal/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : os /signal /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ o s / u s e r . l o . d e p
2016-08-06 02:36:33 +02:00
os/user.lo.dep : $( srcdir ) /go /os /user /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
os/user.lo :
2011-05-20 02:18:15 +02:00
$( BUILDPACKAGE)
os/user/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : os /user /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ p a t h / f i l e p a t h . l o . d e p
2016-08-06 02:36:33 +02:00
path/filepath.lo.dep : $( srcdir ) /go /path /filepath /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
path/filepath.lo :
2011-03-25 00:46:17 +01:00
$( BUILDPACKAGE)
path/filepath/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-25 00:46:17 +01:00
.PHONY : path /filepath /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ r e g e x p / s y n t a x . l o . d e p
2016-08-06 02:36:33 +02:00
regexp/syntax.lo.dep : $( srcdir ) /go /regexp /syntax /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
regexp/syntax.lo :
2011-10-27 01:57:58 +02:00
$( BUILDPACKAGE)
regexp/syntax/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : regexp /syntax /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ r u n t i m e / d e b u g . l o . d e p
2016-08-06 02:36:33 +02:00
runtime/debug.lo.dep : $( srcdir ) /go /runtime /debug /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
runtime/debug.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2011-01-21 19:19:03 +01:00
runtime/debug/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-01-21 19:19:03 +01:00
.PHONY : runtime /debug /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ r u n t i m e / p p r o f . l o . d e p
2016-08-06 02:36:33 +02:00
runtime/pprof.lo.dep : $( srcdir ) /go /runtime /pprof /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
runtime/pprof.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
runtime/pprof/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : runtime /pprof /check
2016-09-10 14:21:59 +02:00
@ g o _ i n c l u d e @ r u n t i m e / i n t e r n a l / a t o m i c . l o . d e p
runtime/internal/atomic.lo.dep : $( srcdir ) /go /runtime /internal /atomic /*.go
$( BUILDDEPS)
runtime/internal/atomic.lo :
$( BUILDPACKAGE)
runtime/internal/atomic_c.lo : go /runtime /internal /atomic /atomic .c runtime .inc runtime /internal /atomic .lo
$( LTCOMPILE) -c -o $@ $( srcdir) /go/runtime/internal/atomic/atomic.c
runtime/internal/atomic/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : runtime /internal /atomic /check
2016-09-11 15:23:27 +02:00
@ g o _ i n c l u d e @ r u n t i m e / i n t e r n a l / s y s . l o . d e p
runtime/internal/sys.lo.dep : $( srcdir ) /go /runtime /internal /sys /*.go
$( BUILDDEPS)
runtime/internal/sys.lo :
$( BUILDPACKAGE)
runtime/internal/sys/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : runtime /internal /sys /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ s y n c / a t o m i c . l o . d e p
2016-08-06 02:36:33 +02:00
sync/atomic.lo.dep : $( srcdir ) /go /sync /atomic /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
sync/atomic.lo :
2011-03-17 00:05:44 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
sync/atomic_c.lo : go /sync /atomic /atomic .c runtime .inc sync /atomic .lo
2011-03-17 00:05:44 +01:00
$( LTCOMPILE) -c -o $@ $( srcdir) /go/sync/atomic/atomic.c
sync/atomic/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2011-03-17 00:05:44 +01:00
.PHONY : sync /atomic /check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ t e x t / s c a n n e r . l o . d e p
2016-08-06 02:36:33 +02:00
text/scanner.lo.dep : $( srcdir ) /go /text /scanner /*.go
2012-05-15 00:08:42 +02:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
text/scanner.lo :
2012-05-15 00:08:42 +02:00
$( BUILDPACKAGE)
text/scanner/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : text /scanner /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ t e x t / t a b w r i t e r . l o . d e p
2016-08-06 02:36:33 +02:00
text/tabwriter.lo.dep : $( srcdir ) /go /text /tabwriter /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
text/tabwriter.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
text/tabwriter/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : text /tabwriter /check
@ g o _ i n c l u d e @ t e x t / t e m p l a t e . l o . d e p
2016-08-06 02:36:33 +02:00
text/template.lo.dep : $( srcdir ) /go /text /template /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
text/template.lo :
2011-09-16 17:47:21 +02:00
$( BUILDPACKAGE)
2011-12-07 02:11:29 +01:00
text/template/check : $( CHECK_DEPS )
2011-09-16 17:47:21 +02:00
@$( CHECK)
2011-12-07 02:11:29 +01:00
.PHONY : text /template /check
@ g o _ i n c l u d e @ t e x t / t e m p l a t e / p a r s e . l o . d e p
2016-08-06 02:36:33 +02:00
text/template/parse.lo.dep : $( srcdir ) /go /text /template /parse /*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
text/template/parse.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
text/template/parse/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : text /template /parse /check
2011-09-16 17:47:21 +02:00
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ t e s t i n g / i o t e s t . l o . d e p
2016-08-06 02:36:33 +02:00
testing/iotest.lo.dep : $( srcdir ) /go /testing /iotest /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
testing/iotest.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
testing/iotest/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : testing /iotest /check
2011-12-03 01:16:12 +01:00
@ g o _ i n c l u d e @ t e s t i n g / q u i c k . l o . d e p
2016-08-06 02:36:33 +02:00
testing/quick.lo.dep : $( srcdir ) /go /testing /quick /*.go
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
testing/quick.lo :
2011-02-01 00:43:49 +01:00
$( BUILDPACKAGE)
2010-12-03 05:34:57 +01:00
testing/quick/check : $( CHECK_DEPS )
2011-04-02 02:29:49 +02:00
@$( CHECK)
2010-12-03 05:34:57 +01:00
.PHONY : testing /quick /check
2011-12-07 02:11:29 +01:00
@ g o _ i n c l u d e @ u n i c o d e / u t f 1 6 . l o . d e p
2016-08-06 02:36:33 +02:00
unicode/utf16.lo.dep : $( srcdir ) /go /unicode /utf 16/*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
unicode/utf16.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
unicode/utf16/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : unicode /utf 16/check
@ g o _ i n c l u d e @ u n i c o d e / u t f 8 . l o . d e p
2016-08-06 02:36:33 +02:00
unicode/utf8.lo.dep : $( srcdir ) /go /unicode /utf 8/*.go
2011-12-07 02:11:29 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
unicode/utf8.lo :
2011-12-07 02:11:29 +01:00
$( BUILDPACKAGE)
unicode/utf8/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : unicode /utf 8/check
2012-05-15 00:08:42 +02:00
@ g o _ i n c l u d e @ s y s c a l l . l o . d e p
2016-08-30 23:07:47 +02:00
syscall.lo.dep : $( srcdir ) /go /syscall /*.go $( extra_go_files_syscall )
2011-12-03 01:16:12 +01:00
$( BUILDDEPS)
2016-08-08 23:23:57 +02:00
syscall.lo :
2011-03-11 02:00:15 +01:00
$( BUILDPACKAGE)
2016-08-30 23:07:47 +02:00
syscall/errno.lo : go /syscall /errno .c runtime .inc
2012-05-15 00:08:42 +02:00
@$( MKDIR_P) syscall
2011-10-23 21:04:37 +02:00
$( LTCOMPILE) -c -o $@ $<
2016-08-30 23:07:47 +02:00
syscall/signame.lo : go /syscall /signame .c runtime .inc
2012-05-15 00:08:42 +02:00
@$( MKDIR_P) syscall
2012-03-02 17:38:43 +01:00
$( LTCOMPILE) -c -o $@ $<
2016-08-30 23:07:47 +02:00
syscall/wait.lo : go /syscall /wait .c runtime .inc
2012-05-15 00:08:42 +02:00
@$( MKDIR_P) syscall
2011-10-23 21:04:37 +02:00
$( LTCOMPILE) -c -o $@ $<
2012-10-23 06:31:11 +02:00
syscall/check : $( CHECK_DEPS )
@$( CHECK)
.PHONY : syscall /check
2011-03-11 02:00:15 +01:00
2012-05-15 00:08:42 +02:00
bufio.gox : bufio .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
bytes.gox : bytes .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2016-07-22 20:15:38 +02:00
context.gox : context .lo
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
crypto.gox : crypto .lo
2011-03-17 00:05:44 +01:00
$( BUILDGOX)
2013-11-06 20:49:01 +01:00
encoding.gox : encoding .lo
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
errors.gox : errors .lo
2011-12-03 03:17:34 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
expvar.gox : expvar .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
flag.gox : flag .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
fmt.gox : fmt .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
hash.gox : hash .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
html.gox : html .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
image.gox : image .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
io.gox : io .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
log.gox : log .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
math.gox : math .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
mime.gox : mime .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
net.gox : net .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
os.gox : os .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
path.gox : path .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
reflect.gox : reflect -go .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
regexp.gox : regexp .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
runtime.gox : runtime -go .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
sort.gox : sort .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
strconv.gox : strconv .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
strings.gox : strings .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
sync.gox : sync .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
syscall.gox : syscall .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
testing.gox : testing .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
time.gox : time -go .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-05-15 00:08:42 +02:00
unicode.gox : unicode .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
archive/tar.gox : archive /tar .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
archive/zip.gox : archive /zip .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-17 00:05:44 +01:00
compress/bzip2.gox : compress /bzip 2.lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
compress/flate.gox : compress /flate .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
compress/gzip.gox : compress /gzip .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-17 00:05:44 +01:00
compress/lzw.gox : compress /lzw .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
compress/zlib.gox : compress /zlib .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
container/heap.gox : container /heap .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
container/list.gox : container /list .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
container/ring.gox : container /ring .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/aes.gox : crypto /aes .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/cipher.gox : crypto /cipher .lo
2011-01-21 19:19:03 +01:00
$( BUILDGOX)
2011-04-07 19:09:10 +02:00
crypto/des.gox : crypto /des .lo
$( BUILDGOX)
2011-03-17 00:05:44 +01:00
crypto/dsa.gox : crypto /dsa .lo
$( BUILDGOX)
2011-03-25 00:46:17 +01:00
crypto/ecdsa.gox : crypto /ecdsa .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/elliptic.gox : crypto /elliptic .lo
2011-01-21 19:19:03 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/hmac.gox : crypto /hmac .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/md5.gox : crypto /md 5.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/rand.gox : crypto /rand .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/rc4.gox : crypto /rc 4.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/rsa.gox : crypto /rsa .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/sha1.gox : crypto /sha 1.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/sha256.gox : crypto /sha 256.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/sha512.gox : crypto /sha 512.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/subtle.gox : crypto /subtle .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/tls.gox : crypto /tls .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
crypto/x509.gox : crypto /x 509.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-01-21 19:19:03 +01:00
2011-09-16 17:47:21 +02:00
crypto/x509/pkix.gox : crypto /x 509/pkix .lo
$( BUILDGOX)
2012-01-25 22:54:22 +01:00
database/sql.gox : database /sql .lo
$( BUILDGOX)
database/sql/driver.gox : database /sql /driver .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
debug/dwarf.gox : debug /dwarf .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
debug/elf.gox : debug /elf .lo
2014-06-05 01:15:33 +02:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
debug/gosym.gox : debug /gosym .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
debug/macho.gox : debug /macho .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
debug/pe.gox : debug /pe .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2014-06-07 00:37:27 +02:00
debug/plan9obj.gox : debug /plan 9obj .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-03-11 02:00:15 +01:00
encoding/ascii85.gox : encoding /ascii 85.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
encoding/asn1.gox : encoding /asn 1.lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
encoding/base32.gox : encoding /base 32.lo
2011-01-21 19:19:03 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
encoding/base64.gox : encoding /base 64.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
encoding/binary.gox : encoding /binary .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
encoding/csv.gox : encoding /csv .lo
$( BUILDGOX)
encoding/gob.gox : encoding /gob .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
encoding/hex.gox : encoding /hex .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
encoding/json.gox : encoding /json .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
encoding/pem.gox : encoding /pem .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
encoding/xml.gox : encoding /xml .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2012-01-25 21:56:26 +01:00
exp/proxy.gox : exp /proxy .lo
$( BUILDGOX)
2013-01-29 21:52:43 +01:00
exp/terminal.gox : exp /terminal .lo
2011-09-16 17:47:21 +02:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
html/template.gox : html /template .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/ast.gox : go /ast .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-09-16 17:47:21 +02:00
go/build.gox : go /build .lo
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
go/constant.gox : go /constant .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/doc.gox : go /doc .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2012-12-13 00:13:29 +01:00
go/format.gox : go /format .lo
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
go/importer.gox : go /importer .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/parser.gox : go /parser .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/printer.gox : go /printer .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/scanner.gox : go /scanner .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
go/token.gox : go /token .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
go/types.gox : go /types .lo
$( BUILDGOX)
go/internal/gcimporter.gox : go /internal /gcimporter .lo
$( BUILDGOX)
go/internal/gccgoimporter.gox : go /internal /gccgoimporter .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2016-07-22 20:15:38 +02:00
golang_org/x/net/http2/hpack.gox : golang_org /x /net /http 2/hpack .lo
$( BUILDGOX)
golang_org/x/net/lex/httplex.gox : golang_org /x /net /lex /httplex .lo
$( BUILDGOX)
@LIBGO_IS_BSD_TRUE@golang_org/x/net/route.gox : golang_org /x /net /route .lo
@ L I B G O _ I S _ B S D _ T R U E @ $( BUILDGOX )
2011-03-11 02:00:15 +01:00
hash/adler32.gox : hash /adler 32.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
hash/crc32.gox : hash /crc 32.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
hash/crc64.gox : hash /crc 64.lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-25 00:46:17 +01:00
hash/fnv.gox : hash /fnv .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-10-27 01:57:58 +02:00
image/color.gox : image /color .lo
$( BUILDGOX)
2011-09-16 17:47:21 +02:00
image/draw.gox : image /draw .lo
$( BUILDGOX)
2011-05-20 02:18:15 +02:00
image/gif.gox : image /gif .lo
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
image/internal/imageutil.gox : image /internal /imageutil .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
image/jpeg.gox : image /jpeg .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
image/png.gox : image /png .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2013-11-06 20:49:01 +01:00
image/color/palette.gox : image /color /palette .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
index/suffixarray.gox : index /suffixarray .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2016-07-22 20:15:38 +02:00
internal/nettrace.gox : internal /nettrace .lo
2016-02-03 22:58:02 +01:00
$( BUILDGOX)
internal/race.gox : internal /race .lo
2015-10-31 01:59:47 +01:00
$( BUILDGOX)
internal/singleflight.gox : internal /singleflight .lo
$( BUILDGOX)
internal/syscall/unix.gox : internal /syscall /unix .lo
$( BUILDGOX)
internal/testenv.gox : internal /testenv .lo
$( BUILDGOX)
internal/trace.gox : internal /trace .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
io/ioutil.gox : io /ioutil .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
log/syslog.gox : log /syslog .lo
$( BUILDGOX)
math/big.gox : math /big .lo
$( BUILDGOX)
math/cmplx.gox : math /cmplx .lo
$( BUILDGOX)
math/rand.gox : math /rand .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
mime/multipart.gox : mime /multipart .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
mime/quotedprintable.gox : mime /quotedprintable .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-12-07 02:11:29 +01:00
net/http.gox : net /http .lo
$( BUILDGOX)
net/mail.gox : net /mail .lo
$( BUILDGOX)
net/rpc.gox : net /rpc .lo
$( BUILDGOX)
net/smtp.gox : net /smtp .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
net/textproto.gox : net /textproto .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
net/url.gox : net /url .lo
$( BUILDGOX)
net/http/cgi.gox : net /http /cgi .lo
$( BUILDGOX)
2013-07-16 08:54:42 +02:00
net/http/cookiejar.gox : net /http /cookiejar .lo
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
net/http/fcgi.gox : net /http /fcgi .lo
$( BUILDGOX)
net/http/httptest.gox : net /http /httptest .lo
$( BUILDGOX)
2016-07-22 20:15:38 +02:00
net/http/httptrace.gox : net /http /httptrace .lo
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
net/http/httputil.gox : net /http /httputil .lo
$( BUILDGOX)
net/http/pprof.gox : net /http /pprof .lo
$( BUILDGOX)
2015-01-15 01:27:56 +01:00
net/http/internal.gox : net /http /internal .lo
$( BUILDGOX)
2015-10-31 01:59:47 +01:00
net/internal/socktest.gox : net /internal /socktest .lo
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
net/rpc/jsonrpc.gox : net /rpc /jsonrpc .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-10-27 01:57:58 +02:00
old/regexp.gox : old /regexp .lo
$( BUILDGOX)
2011-09-16 17:47:21 +02:00
old/template.gox : old /template .lo
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
os/exec.gox : os /exec .lo
$( BUILDGOX)
2012-03-02 17:38:43 +01:00
os/signal.gox : os /signal .lo
$( BUILDGOX)
2011-05-20 02:18:15 +02:00
os/user.gox : os /user .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-03-25 00:46:17 +01:00
path/filepath.gox : path /filepath .lo
$( BUILDGOX)
2011-10-27 01:57:58 +02:00
regexp/syntax.gox : regexp /syntax .lo
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
runtime/debug.gox : runtime /debug .lo
2011-01-21 19:19:03 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
runtime/pprof.gox : runtime /pprof .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2016-09-10 14:21:59 +02:00
runtime/internal/atomic.gox : runtime /internal /atomic .lo
$( BUILDGOX)
2016-09-11 15:23:27 +02:00
runtime/internal/sys.gox : runtime /internal /sys .lo
$( BUILDGOX)
2010-12-03 05:34:57 +01:00
2011-03-17 00:05:44 +01:00
sync/atomic.gox : sync /atomic .lo
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
text/scanner.gox : text /scanner .lo
$( BUILDGOX)
text/tabwriter.gox : text /tabwriter .lo
$( BUILDGOX)
text/template.gox : text /template .lo
$( BUILDGOX)
text/template/parse.gox : text /template /parse .lo
2011-09-16 17:47:21 +02:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
testing/iotest.gox : testing /iotest .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-03-11 02:00:15 +01:00
testing/quick.gox : testing /quick .lo
2010-12-03 05:34:57 +01:00
$( BUILDGOX)
2011-12-07 02:11:29 +01:00
unicode/utf16.gox : unicode /utf 16.lo
$( BUILDGOX)
unicode/utf8.gox : unicode /utf 8.lo
$( BUILDGOX)
2011-04-22 20:38:24 +02:00
check : check -tail
check-recursive : check -head
check-head :
@echo " Test Run By $$ {USER} on `date` " > libgo.head
@echo " Native configuration is $( host_triplet) " >> libgo.head
@echo >> libgo.head
@echo " === libgo tests ===" >> libgo.head
@echo >> libgo.head
check-tail : check -recursive check -multi
2013-02-10 00:19:33 +01:00
@if test " $( USE_DEJAGNU) " = "yes" ; then \
exit 0; \
fi ; \
lib = ` ${ PWD_COMMAND } | sed -e 's,^.*/\([^/][^/]*\)$$,\1,' ` ; \
2011-04-22 20:38:24 +02:00
for dir in . $( MULTIDIRS) ; do \
mv ../$$ { dir} /$$ { lib} /libgo.sum ../$$ { dir} /$$ { lib} /libgo.sum.sep; \
mv ../$$ { dir} /$$ { lib} /libgo.log ../$$ { dir} /$$ { lib} /libgo.log.sep; \
done ; \
mv libgo.head libgo.sum; \
cp libgo.sum libgo.log; \
echo "Schedule of variations:" >> libgo.sum; \
for dir in . $( MULTIDIRS) ; do \
multidir = ../$$ { dir} /$$ { lib} ; \
multivar = ` cat $$ { multidir} /libgo.var` ; \
echo " $$ {multivar} " >> libgo.sum; \
done ; \
echo >> libgo.sum; \
pass = 0; fail = 0; untested = 0; \
for dir in . $( MULTIDIRS) ; do \
multidir = ../$$ { dir} /$$ { lib} ; \
multivar = ` cat $$ { multidir} /libgo.var` ; \
echo " Running target $$ {multivar} " >> libgo.sum; \
echo " Running $( srcdir) /libgo.exp ... " >> libgo.sum; \
cat $$ { multidir} /libgo.sum.sep >> libgo.sum; \
cat $$ { multidir} /libgo.log.sep >> libgo.log; \
if test -n " ${ MULTIDIRS } " ; then \
echo " === libgo Summary for $$ {multivar} === " >> libgo.sum; \
echo >> libgo.sum; \
fi ; \
p = ` grep -c PASS $$ { multidir} /libgo.sum.sep` ; \
pass = ` expr $$ pass + $$ p` ; \
if test " $$ p " -ne "0" && test -n " ${ MULTIDIRS } " ; then \
echo " # of expected passes $$ p " >> libgo.sum; \
fi ; \
p = ` grep -c FAIL $$ { multidir} /libgo.sum.sep` ; \
fail = ` expr $$ fail + $$ p` ; \
if test " $$ p " -ne "0" && test -n " ${ MULTIDIRS } " ; then \
echo " # of unexpected failures $$ p " >> libgo.sum; \
fi ; \
p = ` grep -c UNTESTED $$ { multidir} /libgo.sum.sep` ; \
untested = ` expr $$ untested + $$ p` ; \
if test " $$ p " -ne "0" && test -n " ${ MULTIDIRS } " ; then \
echo " # of untested testcases $$ p " >> libgo.sum; \
fi ; \
done ; \
echo >> libgo.sum; \
echo " === libgo Summary ===" >> libgo.sum; \
echo >> libgo.sum; \
if test " $$ pass " -ne "0" ; then \
echo " # of expected passes $$ pass " >> libgo.sum; \
fi ; \
if test " $$ fail " -ne "0" ; then \
echo " # of unexpected failures $$ fail " >> libgo.sum; \
fi ; \
if test " $$ untested " -ne "0" ; then \
echo " # of untested testcases $$ untested " >> libgo.sum; \
fi ; \
echo ` echo $( GOC) | sed -e 's/ .*//' ` ` $( GOC) -v 2>& 1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p' ` >> libgo.sum; \
echo >> libgo.log; \
echo "runtest completed at `date`" >> libgo.log; \
if test " $$ fail " -ne "0" ; then \
status = 1; \
else \
status = 0; \
fi ; \
exit $$ status
2011-03-31 18:11:56 +02:00
check-am :
2011-04-02 02:29:49 +02:00
@rm -f libgo.sum libgo.log libgo.tail
2011-04-22 20:38:24 +02:00
@multivar= "unix" ; \
[ -z " $( MULTIFLAGS) " ] || multivar = " $$ {multivar}/ $( MULTIFLAGS) " ; \
echo " $$ {multivar} " > libgo.var
2011-04-02 02:29:49 +02:00
@for f in $( TEST_PACKAGES) ; do \
rm -f $$ f-testsum $$ f-testlog; \
done
2011-04-22 20:38:24 +02:00
-@$( MAKE) -k $( TEST_PACKAGES)
@for f in $( TEST_PACKAGES) ; do \
2011-04-02 02:29:49 +02:00
if test -f $$ f-testsum; then \
cat $$ f-testsum >> libgo.sum; \
fi ; \
if test -f $$ f-testlog; then \
cat $$ f-testlog >> libgo.log; \
fi ; \
2011-04-22 20:38:24 +02:00
done
check-multi :
$( MULTIDO) $( AM_MAKEFLAGS) DO = check-am multi-do # $(MAKE)
2010-12-03 05:34:57 +01:00
2014-07-02 01:19:24 +02:00
bench :
-@$( MAKE) -k $( TEST_PACKAGES) GOBENCH = .
2010-12-03 05:34:57 +01:00
mostlyclean-local :
find . -name '*.lo' -print | xargs $( LIBTOOL) --mode= clean rm -f
find . -name '*.$(OBJEXT)' -print | xargs rm -f
2011-04-02 02:29:49 +02:00
find . -name '*-testsum' -print | xargs rm -f
2011-03-31 18:11:56 +02:00
find . -name '*-testlog' -print | xargs rm -f
2010-12-03 05:34:57 +01:00
clean-local :
find . -name '*.la' -print | xargs $( LIBTOOL) --mode= clean rm -f
find . -name '*.a' -print | xargs rm -f
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT :