1 |
747 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
|
|
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
# Makefile.am -- Go library Makefile.
|
19 |
|
|
|
20 |
|
|
# Copyright 2009 The Go Authors. All rights reserved.
|
21 |
|
|
# Use of this source code is governed by a BSD-style
|
22 |
|
|
# license that can be found in the LICENSE file.
|
23 |
|
|
|
24 |
|
|
# Process this file with autoreconf to produce Makefile.in.
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
VPATH = @srcdir@
|
29 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
30 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
31 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
32 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
33 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
34 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
35 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
36 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
37 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
38 |
|
|
transform = $(program_transform_name)
|
39 |
|
|
NORMAL_INSTALL = :
|
40 |
|
|
PRE_INSTALL = :
|
41 |
|
|
POST_INSTALL = :
|
42 |
|
|
NORMAL_UNINSTALL = :
|
43 |
|
|
PRE_UNINSTALL = :
|
44 |
|
|
POST_UNINSTALL = :
|
45 |
|
|
build_triplet = @build@
|
46 |
|
|
host_triplet = @host@
|
47 |
|
|
target_triplet = @target@
|
48 |
|
|
subdir = .
|
49 |
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
|
50 |
|
|
$(srcdir)/../config.sub $(srcdir)/../depcomp \
|
51 |
|
|
$(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
|
52 |
|
|
$(srcdir)/../missing $(srcdir)/../mkinstalldirs \
|
53 |
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
54 |
|
|
$(srcdir)/config.h.in $(top_srcdir)/configure
|
55 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
56 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
57 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
58 |
|
|
$(top_srcdir)/../config/multi.m4 \
|
59 |
|
|
$(top_srcdir)/../config/override.m4 \
|
60 |
|
|
$(top_srcdir)/../config/unwind_ipinfo.m4 \
|
61 |
|
|
$(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
|
62 |
|
|
$(top_srcdir)/config/ltoptions.m4 \
|
63 |
|
|
$(top_srcdir)/config/ltsugar.m4 \
|
64 |
|
|
$(top_srcdir)/config/ltversion.m4 \
|
65 |
|
|
$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
66 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
67 |
|
|
$(ACLOCAL_M4)
|
68 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
69 |
|
|
configure.lineno config.status.lineno
|
70 |
|
|
CONFIG_HEADER = config.h
|
71 |
|
|
CONFIG_CLEAN_FILES =
|
72 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
73 |
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
74 |
|
|
am__vpath_adj = case $$p in \
|
75 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
76 |
|
|
*) f=$$p;; \
|
77 |
|
|
esac;
|
78 |
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
79 |
|
|
am__install_max = 40
|
80 |
|
|
am__nobase_strip_setup = \
|
81 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
82 |
|
|
am__nobase_strip = \
|
83 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
84 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
85 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
86 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
87 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
88 |
|
|
if (++n[$$2] == $(am__install_max)) \
|
89 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
90 |
|
|
END { for (dir in files) print dir, files[dir] }'
|
91 |
|
|
am__base_list = \
|
92 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
93 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
94 |
|
|
am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
|
95 |
|
|
"$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
|
96 |
|
|
"$(DESTDIR)$(toolexeclibgoarchivedir)" \
|
97 |
|
|
"$(DESTDIR)$(toolexeclibgocompressdir)" \
|
98 |
|
|
"$(DESTDIR)$(toolexeclibgocontainerdir)" \
|
99 |
|
|
"$(DESTDIR)$(toolexeclibgocryptodir)" \
|
100 |
|
|
"$(DESTDIR)$(toolexeclibgocryptox509dir)" \
|
101 |
|
|
"$(DESTDIR)$(toolexeclibgodatabasedir)" \
|
102 |
|
|
"$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
|
103 |
|
|
"$(DESTDIR)$(toolexeclibgodebugdir)" \
|
104 |
|
|
"$(DESTDIR)$(toolexeclibgoencodingdir)" \
|
105 |
|
|
"$(DESTDIR)$(toolexeclibgoexpdir)" \
|
106 |
|
|
"$(DESTDIR)$(toolexeclibgogodir)" \
|
107 |
|
|
"$(DESTDIR)$(toolexeclibgohashdir)" \
|
108 |
|
|
"$(DESTDIR)$(toolexeclibgohtmldir)" \
|
109 |
|
|
"$(DESTDIR)$(toolexeclibgoimagedir)" \
|
110 |
|
|
"$(DESTDIR)$(toolexeclibgoindexdir)" \
|
111 |
|
|
"$(DESTDIR)$(toolexeclibgoiodir)" \
|
112 |
|
|
"$(DESTDIR)$(toolexeclibgologdir)" \
|
113 |
|
|
"$(DESTDIR)$(toolexeclibgomathdir)" \
|
114 |
|
|
"$(DESTDIR)$(toolexeclibgomimedir)" \
|
115 |
|
|
"$(DESTDIR)$(toolexeclibgonetdir)" \
|
116 |
|
|
"$(DESTDIR)$(toolexeclibgonethttpdir)" \
|
117 |
|
|
"$(DESTDIR)$(toolexeclibgonetrpcdir)" \
|
118 |
|
|
"$(DESTDIR)$(toolexeclibgoolddir)" \
|
119 |
|
|
"$(DESTDIR)$(toolexeclibgoosdir)" \
|
120 |
|
|
"$(DESTDIR)$(toolexeclibgopathdir)" \
|
121 |
|
|
"$(DESTDIR)$(toolexeclibgoregexpdir)" \
|
122 |
|
|
"$(DESTDIR)$(toolexeclibgoruntimedir)" \
|
123 |
|
|
"$(DESTDIR)$(toolexeclibgosyncdir)" \
|
124 |
|
|
"$(DESTDIR)$(toolexeclibgotestingdir)" \
|
125 |
|
|
"$(DESTDIR)$(toolexeclibgotextdir)" \
|
126 |
|
|
"$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
|
127 |
|
|
"$(DESTDIR)$(toolexeclibgounicodedir)"
|
128 |
|
|
LIBRARIES = $(toolexeclib_LIBRARIES)
|
129 |
|
|
ARFLAGS = cru
|
130 |
|
|
libgobegin_a_AR = $(AR) $(ARFLAGS)
|
131 |
|
|
libgobegin_a_LIBADD =
|
132 |
|
|
am_libgobegin_a_OBJECTS = go-main.$(OBJEXT)
|
133 |
|
|
libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
|
134 |
|
|
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
|
135 |
|
|
am__DEPENDENCIES_1 =
|
136 |
|
|
am__DEPENDENCIES_2 = bufio/bufio.lo bytes/bytes.lo bytes/index.lo \
|
137 |
|
|
crypto/crypto.lo errors/errors.lo expvar/expvar.lo \
|
138 |
|
|
flag/flag.lo fmt/fmt.lo hash/hash.lo html/html.lo \
|
139 |
|
|
image/image.lo io/io.lo log/log.lo math/math.lo net/net.lo \
|
140 |
|
|
os/exec.lo os/os.lo path/path.lo reflect/reflect.lo \
|
141 |
|
|
regexp/regexp.lo runtime/runtime.lo sort/sort.lo \
|
142 |
|
|
strconv/strconv.lo strings/strings.lo sync/sync.lo \
|
143 |
|
|
time/time.lo unicode/unicode.lo archive/tar.lo archive/zip.lo \
|
144 |
|
|
compress/bzip2.lo compress/flate.lo compress/gzip.lo \
|
145 |
|
|
compress/lzw.lo compress/zlib.lo container/heap.lo \
|
146 |
|
|
container/list.lo container/ring.lo crypto/aes.lo \
|
147 |
|
|
crypto/cipher.lo crypto/des.lo crypto/dsa.lo crypto/ecdsa.lo \
|
148 |
|
|
crypto/elliptic.lo crypto/hmac.lo crypto/md5.lo crypto/rand.lo \
|
149 |
|
|
crypto/rc4.lo crypto/rsa.lo crypto/sha1.lo crypto/sha256.lo \
|
150 |
|
|
crypto/sha512.lo crypto/subtle.lo crypto/tls.lo crypto/x509.lo \
|
151 |
|
|
crypto/x509/pkix.lo database/sql.lo database/sql/driver.lo \
|
152 |
|
|
debug/dwarf.lo debug/elf.lo debug/gosym.lo debug/macho.lo \
|
153 |
|
|
debug/pe.lo encoding/ascii85.lo encoding/asn1.lo \
|
154 |
|
|
encoding/base32.lo encoding/base64.lo encoding/binary.lo \
|
155 |
|
|
encoding/csv.lo encoding/gob.lo encoding/hex.lo \
|
156 |
|
|
encoding/json.lo encoding/pem.lo encoding/xml.lo exp/ebnf.lo \
|
157 |
|
|
exp/html.lo exp/norm.lo exp/proxy.lo exp/signal.lo \
|
158 |
|
|
exp/terminal.lo exp/types.lo exp/utf8string.lo \
|
159 |
|
|
html/template.lo go/ast.lo go/build.lo go/doc.lo go/parser.lo \
|
160 |
|
|
go/printer.lo go/scanner.lo go/token.lo hash/adler32.lo \
|
161 |
|
|
hash/crc32.lo hash/crc64.lo hash/fnv.lo net/http/cgi.lo \
|
162 |
|
|
net/http/fcgi.lo net/http/httptest.lo net/http/httputil.lo \
|
163 |
|
|
net/http/pprof.lo image/color.lo image/draw.lo image/gif.lo \
|
164 |
|
|
image/jpeg.lo image/png.lo index/suffixarray.lo io/ioutil.lo \
|
165 |
|
|
log/syslog.lo log/syslog/syslog_c.lo math/big.lo math/cmplx.lo \
|
166 |
|
|
math/rand.lo mime/mime.lo mime/multipart.lo net/http.lo \
|
167 |
|
|
net/mail.lo net/rpc.lo net/smtp.lo net/textproto.lo net/url.lo \
|
168 |
|
|
old/netchan.lo old/regexp.lo old/template.lo \
|
169 |
|
|
$(am__DEPENDENCIES_1) os/user.lo path/filepath.lo \
|
170 |
|
|
regexp/syntax.lo net/rpc/jsonrpc.lo runtime/debug.lo \
|
171 |
|
|
runtime/pprof.lo sync/atomic.lo sync/atomic_c.lo \
|
172 |
|
|
syscall/syscall.lo syscall/errno.lo syscall/wait.lo \
|
173 |
|
|
text/scanner.lo text/tabwriter.lo text/template.lo \
|
174 |
|
|
text/template/parse.lo testing/testing.lo testing/iotest.lo \
|
175 |
|
|
testing/quick.lo testing/script.lo unicode/utf16.lo \
|
176 |
|
|
unicode/utf8.lo
|
177 |
|
|
libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
|
178 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
179 |
|
|
$(am__DEPENDENCIES_1)
|
180 |
|
|
am__libgo_la_SOURCES_DIST = runtime/go-append.c runtime/go-assert.c \
|
181 |
|
|
runtime/go-assert-interface.c \
|
182 |
|
|
runtime/go-byte-array-to-string.c runtime/go-breakpoint.c \
|
183 |
|
|
runtime/go-caller.c runtime/go-can-convert-interface.c \
|
184 |
|
|
runtime/go-cgo.c runtime/go-check-interface.c \
|
185 |
|
|
runtime/go-construct-map.c runtime/go-convert-interface.c \
|
186 |
|
|
runtime/go-copy.c runtime/go-defer.c \
|
187 |
|
|
runtime/go-deferred-recover.c runtime/go-eface-compare.c \
|
188 |
|
|
runtime/go-eface-val-compare.c runtime/go-getgoroot.c \
|
189 |
|
|
runtime/go-int-array-to-string.c runtime/go-int-to-string.c \
|
190 |
|
|
runtime/go-interface-compare.c \
|
191 |
|
|
runtime/go-interface-eface-compare.c \
|
192 |
|
|
runtime/go-interface-val-compare.c runtime/go-make-slice.c \
|
193 |
|
|
runtime/go-map-delete.c runtime/go-map-index.c \
|
194 |
|
|
runtime/go-map-len.c runtime/go-map-range.c \
|
195 |
|
|
runtime/go-matherr.c runtime/go-nanotime.c runtime/go-now.c \
|
196 |
|
|
runtime/go-new-map.c runtime/go-new.c runtime/go-nosys.c \
|
197 |
|
|
runtime/go-panic.c runtime/go-print.c runtime/go-recover.c \
|
198 |
|
|
runtime/go-reflect.c runtime/go-reflect-call.c \
|
199 |
|
|
runtime/go-reflect-map.c runtime/go-rune.c \
|
200 |
|
|
runtime/go-runtime-error.c runtime/go-setenv.c \
|
201 |
|
|
runtime/go-signal.c runtime/go-strcmp.c \
|
202 |
|
|
runtime/go-string-to-byte-array.c \
|
203 |
|
|
runtime/go-string-to-int-array.c runtime/go-strplus.c \
|
204 |
|
|
runtime/go-strslice.c runtime/go-trampoline.c \
|
205 |
|
|
runtime/go-type-complex.c runtime/go-type-eface.c \
|
206 |
|
|
runtime/go-type-error.c runtime/go-type-float.c \
|
207 |
|
|
runtime/go-type-identity.c runtime/go-type-interface.c \
|
208 |
|
|
runtime/go-type-string.c runtime/go-typedesc-equal.c \
|
209 |
|
|
runtime/go-typestring.c runtime/go-unreflect.c \
|
210 |
|
|
runtime/go-unsafe-new.c runtime/go-unsafe-newarray.c \
|
211 |
|
|
runtime/go-unsafe-pointer.c runtime/go-unwind.c runtime/chan.c \
|
212 |
|
|
runtime/cpuprof.c runtime/lock_sema.c runtime/thread-sema.c \
|
213 |
|
|
runtime/lock_futex.c runtime/thread-linux.c runtime/mcache.c \
|
214 |
|
|
runtime/mcentral.c runtime/mem_posix_memalign.c runtime/mem.c \
|
215 |
|
|
runtime/mfinal.c runtime/mfixalloc.c runtime/mgc0.c \
|
216 |
|
|
runtime/mheap.c runtime/msize.c runtime/proc.c \
|
217 |
|
|
runtime/runtime.c runtime/thread.c runtime/yield.c \
|
218 |
|
|
runtime/rtems-task-variable-add.c iface.c malloc.c map.c \
|
219 |
|
|
mprof.c reflect.c runtime1.c sema.c sigqueue.c string.c time.c
|
220 |
|
|
@LIBGO_IS_LINUX_FALSE@am__objects_1 = lock_sema.lo thread-sema.lo
|
221 |
|
|
@LIBGO_IS_LINUX_TRUE@am__objects_1 = lock_futex.lo thread-linux.lo
|
222 |
|
|
@HAVE_SYS_MMAN_H_FALSE@am__objects_2 = mem_posix_memalign.lo
|
223 |
|
|
@HAVE_SYS_MMAN_H_TRUE@am__objects_2 = mem.lo
|
224 |
|
|
@LIBGO_IS_RTEMS_TRUE@am__objects_3 = rtems-task-variable-add.lo
|
225 |
|
|
am__objects_4 = go-append.lo go-assert.lo go-assert-interface.lo \
|
226 |
|
|
go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
|
227 |
|
|
go-can-convert-interface.lo go-cgo.lo go-check-interface.lo \
|
228 |
|
|
go-construct-map.lo go-convert-interface.lo go-copy.lo \
|
229 |
|
|
go-defer.lo go-deferred-recover.lo go-eface-compare.lo \
|
230 |
|
|
go-eface-val-compare.lo go-getgoroot.lo \
|
231 |
|
|
go-int-array-to-string.lo go-int-to-string.lo \
|
232 |
|
|
go-interface-compare.lo go-interface-eface-compare.lo \
|
233 |
|
|
go-interface-val-compare.lo go-make-slice.lo go-map-delete.lo \
|
234 |
|
|
go-map-index.lo go-map-len.lo go-map-range.lo go-matherr.lo \
|
235 |
|
|
go-nanotime.lo go-now.lo go-new-map.lo go-new.lo go-nosys.lo \
|
236 |
|
|
go-panic.lo go-print.lo go-recover.lo go-reflect.lo \
|
237 |
|
|
go-reflect-call.lo go-reflect-map.lo go-rune.lo \
|
238 |
|
|
go-runtime-error.lo go-setenv.lo go-signal.lo go-strcmp.lo \
|
239 |
|
|
go-string-to-byte-array.lo go-string-to-int-array.lo \
|
240 |
|
|
go-strplus.lo go-strslice.lo go-trampoline.lo \
|
241 |
|
|
go-type-complex.lo go-type-eface.lo go-type-error.lo \
|
242 |
|
|
go-type-float.lo go-type-identity.lo go-type-interface.lo \
|
243 |
|
|
go-type-string.lo go-typedesc-equal.lo go-typestring.lo \
|
244 |
|
|
go-unreflect.lo go-unsafe-new.lo go-unsafe-newarray.lo \
|
245 |
|
|
go-unsafe-pointer.lo go-unwind.lo chan.lo cpuprof.lo \
|
246 |
|
|
$(am__objects_1) mcache.lo mcentral.lo $(am__objects_2) \
|
247 |
|
|
mfinal.lo mfixalloc.lo mgc0.lo mheap.lo msize.lo proc.lo \
|
248 |
|
|
runtime.lo thread.lo yield.lo $(am__objects_3) iface.lo \
|
249 |
|
|
malloc.lo map.lo mprof.lo reflect.lo runtime1.lo sema.lo \
|
250 |
|
|
sigqueue.lo string.lo time.lo
|
251 |
|
|
am_libgo_la_OBJECTS = $(am__objects_4)
|
252 |
|
|
libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
|
253 |
|
|
libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
254 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
|
255 |
|
|
$(LDFLAGS) -o $@
|
256 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
257 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../depcomp
|
258 |
|
|
am__depfiles_maybe = depfiles
|
259 |
|
|
am__mv = mv -f
|
260 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
261 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
262 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
263 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
264 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
265 |
|
|
CCLD = $(CC)
|
266 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
267 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
268 |
|
|
$(LDFLAGS) -o $@
|
269 |
|
|
SOURCES = $(libgobegin_a_SOURCES) $(libgo_la_SOURCES)
|
270 |
|
|
DIST_SOURCES = $(libgobegin_a_SOURCES) $(am__libgo_la_SOURCES_DIST)
|
271 |
|
|
MULTISRCTOP =
|
272 |
|
|
MULTIBUILDTOP =
|
273 |
|
|
MULTIDIRS =
|
274 |
|
|
MULTISUBDIR =
|
275 |
|
|
MULTIDO = true
|
276 |
|
|
MULTICLEAN = true
|
277 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
278 |
|
|
html-recursive info-recursive install-data-recursive \
|
279 |
|
|
install-dvi-recursive install-exec-recursive \
|
280 |
|
|
install-html-recursive install-info-recursive \
|
281 |
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
282 |
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
283 |
|
|
ps-recursive uninstall-recursive
|
284 |
|
|
DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
|
285 |
|
|
$(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
|
286 |
|
|
$(toolexeclibgocrypto_DATA) $(toolexeclibgocryptox509_DATA) \
|
287 |
|
|
$(toolexeclibgodatabase_DATA) $(toolexeclibgodatabasesql_DATA) \
|
288 |
|
|
$(toolexeclibgodebug_DATA) $(toolexeclibgoencoding_DATA) \
|
289 |
|
|
$(toolexeclibgoexp_DATA) $(toolexeclibgogo_DATA) \
|
290 |
|
|
$(toolexeclibgohash_DATA) $(toolexeclibgohtml_DATA) \
|
291 |
|
|
$(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
|
292 |
|
|
$(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
|
293 |
|
|
$(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
|
294 |
|
|
$(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
|
295 |
|
|
$(toolexeclibgonetrpc_DATA) $(toolexeclibgoold_DATA) \
|
296 |
|
|
$(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
|
297 |
|
|
$(toolexeclibgoregexp_DATA) $(toolexeclibgoruntime_DATA) \
|
298 |
|
|
$(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
|
299 |
|
|
$(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
|
300 |
|
|
$(toolexeclibgounicode_DATA)
|
301 |
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
302 |
|
|
distclean-recursive maintainer-clean-recursive
|
303 |
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
304 |
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
305 |
|
|
distdir dist dist-all distcheck
|
306 |
|
|
ETAGS = etags
|
307 |
|
|
CTAGS = ctags
|
308 |
|
|
DIST_SUBDIRS = testsuite
|
309 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
310 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
311 |
|
|
top_distdir = $(distdir)
|
312 |
|
|
am__remove_distdir = \
|
313 |
|
|
{ test ! -d "$(distdir)" \
|
314 |
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
315 |
|
|
&& rm -fr "$(distdir)"; }; }
|
316 |
|
|
am__relativize = \
|
317 |
|
|
dir0=`pwd`; \
|
318 |
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
319 |
|
|
sed_rest='s,^[^/]*/*,,'; \
|
320 |
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
321 |
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
322 |
|
|
while test -n "$$dir1"; do \
|
323 |
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
324 |
|
|
if test "$$first" != "."; then \
|
325 |
|
|
if test "$$first" = ".."; then \
|
326 |
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
327 |
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
328 |
|
|
else \
|
329 |
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
330 |
|
|
if test "$$first2" = "$$first"; then \
|
331 |
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
332 |
|
|
else \
|
333 |
|
|
dir2="../$$dir2"; \
|
334 |
|
|
fi; \
|
335 |
|
|
dir0="$$dir0"/"$$first"; \
|
336 |
|
|
fi; \
|
337 |
|
|
fi; \
|
338 |
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
339 |
|
|
done; \
|
340 |
|
|
reldir="$$dir2"
|
341 |
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
342 |
|
|
GZIP_ENV = --best
|
343 |
|
|
distuninstallcheck_listfiles = find . -type f -print
|
344 |
|
|
distcleancheck_listfiles = find . -type f -print
|
345 |
|
|
ACLOCAL = @ACLOCAL@
|
346 |
|
|
AMTAR = @AMTAR@
|
347 |
|
|
AR = @AR@
|
348 |
|
|
AUTOCONF = @AUTOCONF@
|
349 |
|
|
AUTOHEADER = @AUTOHEADER@
|
350 |
|
|
AUTOMAKE = @AUTOMAKE@
|
351 |
|
|
AWK = @AWK@
|
352 |
|
|
CC = @CC@
|
353 |
|
|
CCDEPMODE = @CCDEPMODE@
|
354 |
|
|
CC_FOR_BUILD = @CC_FOR_BUILD@
|
355 |
|
|
CFLAGS = @CFLAGS@
|
356 |
|
|
CPP = @CPP@
|
357 |
|
|
CPPFLAGS = @CPPFLAGS@
|
358 |
|
|
CYGPATH_W = @CYGPATH_W@
|
359 |
|
|
DEFS = @DEFS@
|
360 |
|
|
DEPDIR = @DEPDIR@
|
361 |
|
|
DSYMUTIL = @DSYMUTIL@
|
362 |
|
|
DUMPBIN = @DUMPBIN@
|
363 |
|
|
ECHO_C = @ECHO_C@
|
364 |
|
|
ECHO_N = @ECHO_N@
|
365 |
|
|
ECHO_T = @ECHO_T@
|
366 |
|
|
EGREP = @EGREP@
|
367 |
|
|
EXEEXT = @EXEEXT@
|
368 |
|
|
FGREP = @FGREP@
|
369 |
|
|
GOARCH = @GOARCH@
|
370 |
|
|
GOC = @GOC@
|
371 |
|
|
GOCFLAGS = $(CFLAGS)
|
372 |
|
|
GOOS = @GOOS@
|
373 |
|
|
GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
|
374 |
|
|
GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
|
375 |
|
|
GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
|
376 |
|
|
GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
|
377 |
|
|
GREP = @GREP@
|
378 |
|
|
INSTALL = @INSTALL@
|
379 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
380 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
381 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
382 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
383 |
|
|
LD = @LD@
|
384 |
|
|
LDFLAGS = @LDFLAGS@
|
385 |
|
|
LIBFFI = @LIBFFI@
|
386 |
|
|
LIBFFIINCS = @LIBFFIINCS@
|
387 |
|
|
LIBOBJS = @LIBOBJS@
|
388 |
|
|
LIBS = @LIBS@
|
389 |
|
|
LIBTOOL = @LIBTOOL@
|
390 |
|
|
LIPO = @LIPO@
|
391 |
|
|
LN_S = @LN_S@
|
392 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
393 |
|
|
MAINT = @MAINT@
|
394 |
|
|
MAKEINFO = @MAKEINFO@
|
395 |
|
|
MATH_FLAG = @MATH_FLAG@
|
396 |
|
|
MATH_LIBS = @MATH_LIBS@
|
397 |
|
|
MKDIR_P = @MKDIR_P@
|
398 |
|
|
NET_LIBS = @NET_LIBS@
|
399 |
|
|
NM = @NM@
|
400 |
|
|
NMEDIT = @NMEDIT@
|
401 |
|
|
OBJCOPY = @OBJCOPY@
|
402 |
|
|
OBJDUMP = @OBJDUMP@
|
403 |
|
|
OBJEXT = @OBJEXT@
|
404 |
|
|
OSCFLAGS = @OSCFLAGS@
|
405 |
|
|
OTOOL = @OTOOL@
|
406 |
|
|
OTOOL64 = @OTOOL64@
|
407 |
|
|
PACKAGE = @PACKAGE@
|
408 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
409 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
410 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
411 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
412 |
|
|
PACKAGE_URL = @PACKAGE_URL@
|
413 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
414 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
415 |
|
|
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
416 |
|
|
PTHREAD_LIBS = @PTHREAD_LIBS@
|
417 |
|
|
RANLIB = @RANLIB@
|
418 |
|
|
SED = @SED@
|
419 |
|
|
SET_MAKE = @SET_MAKE@
|
420 |
|
|
SHELL = @SHELL@
|
421 |
|
|
SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
|
422 |
|
|
SPLIT_STACK = @SPLIT_STACK@
|
423 |
|
|
STRINGOPS_FLAG = @STRINGOPS_FLAG@
|
424 |
|
|
STRIP = @STRIP@
|
425 |
|
|
STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
|
426 |
|
|
VERSION = @VERSION@
|
427 |
|
|
WARN_FLAGS = @WARN_FLAGS@
|
428 |
|
|
WERROR = @WERROR@
|
429 |
|
|
abs_builddir = @abs_builddir@
|
430 |
|
|
abs_srcdir = @abs_srcdir@
|
431 |
|
|
abs_top_builddir = @abs_top_builddir@
|
432 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
433 |
|
|
ac_ct_CC = @ac_ct_CC@
|
434 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
435 |
|
|
am__include = @am__include@
|
436 |
|
|
am__leading_dot = @am__leading_dot@
|
437 |
|
|
am__quote = @am__quote@
|
438 |
|
|
am__tar = @am__tar@
|
439 |
|
|
am__untar = @am__untar@
|
440 |
|
|
bindir = @bindir@
|
441 |
|
|
build = @build@
|
442 |
|
|
build_alias = @build_alias@
|
443 |
|
|
build_cpu = @build_cpu@
|
444 |
|
|
build_os = @build_os@
|
445 |
|
|
build_vendor = @build_vendor@
|
446 |
|
|
builddir = @builddir@
|
447 |
|
|
datadir = @datadir@
|
448 |
|
|
datarootdir = @datarootdir@
|
449 |
|
|
docdir = @docdir@
|
450 |
|
|
dvidir = @dvidir@
|
451 |
|
|
enable_shared = @enable_shared@
|
452 |
|
|
enable_static = @enable_static@
|
453 |
|
|
exec_prefix = @exec_prefix@
|
454 |
|
|
glibgo_toolexecdir = @glibgo_toolexecdir@
|
455 |
|
|
glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
|
456 |
|
|
go_include = @go_include@
|
457 |
|
|
host = @host@
|
458 |
|
|
host_alias = @host_alias@
|
459 |
|
|
host_cpu = @host_cpu@
|
460 |
|
|
host_os = @host_os@
|
461 |
|
|
host_vendor = @host_vendor@
|
462 |
|
|
htmldir = @htmldir@
|
463 |
|
|
includedir = @includedir@
|
464 |
|
|
infodir = @infodir@
|
465 |
|
|
install_sh = @install_sh@
|
466 |
|
|
libdir = @libdir@
|
467 |
|
|
libexecdir = @libexecdir@
|
468 |
|
|
libtool_VERSION = @libtool_VERSION@
|
469 |
|
|
localedir = @localedir@
|
470 |
|
|
localstatedir = @localstatedir@
|
471 |
|
|
mandir = @mandir@
|
472 |
|
|
mkdir_p = @mkdir_p@
|
473 |
|
|
multi_basedir = @multi_basedir@
|
474 |
|
|
nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
|
475 |
|
|
oldincludedir = @oldincludedir@
|
476 |
|
|
pdfdir = @pdfdir@
|
477 |
|
|
prefix = @prefix@
|
478 |
|
|
program_transform_name = @program_transform_name@
|
479 |
|
|
psdir = @psdir@
|
480 |
|
|
sbindir = @sbindir@
|
481 |
|
|
sharedstatedir = @sharedstatedir@
|
482 |
|
|
srcdir = @srcdir@
|
483 |
|
|
sysconfdir = @sysconfdir@
|
484 |
|
|
target = @target@
|
485 |
|
|
target_alias = @target_alias@
|
486 |
|
|
target_cpu = @target_cpu@
|
487 |
|
|
target_os = @target_os@
|
488 |
|
|
target_vendor = @target_vendor@
|
489 |
|
|
top_build_prefix = @top_build_prefix@
|
490 |
|
|
top_builddir = @top_builddir@
|
491 |
|
|
top_srcdir = @top_srcdir@
|
492 |
|
|
|
493 |
|
|
# Go support.
|
494 |
|
|
SUFFIXES = .c .go .gox .o .obj .lo .a
|
495 |
|
|
@LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
|
496 |
|
|
SUBDIRS = ${subdirs}
|
497 |
|
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
498 |
|
|
MAINT_CHARSET = latin1
|
499 |
|
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
500 |
|
|
PWD_COMMAND = $${PWDCMD-pwd}
|
501 |
|
|
STAMP = echo timestamp >
|
502 |
|
|
toolexecdir = $(glibgo_toolexecdir)
|
503 |
|
|
toolexeclibdir = $(glibgo_toolexeclibdir)
|
504 |
|
|
toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
|
505 |
|
|
WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
|
506 |
|
|
|
507 |
|
|
# -I/-D flags to pass when compiling.
|
508 |
|
|
AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
|
509 |
|
|
ACLOCAL_AMFLAGS = -I ./config -I ../config
|
510 |
|
|
AM_CFLAGS = -fexceptions -fplan9-extensions $(SPLIT_STACK) $(WARN_CFLAGS) \
|
511 |
|
|
$(STRINGOPS_FLAG) $(OSCFLAGS) \
|
512 |
|
|
-I $(srcdir)/../libgcc -I $(MULTIBUILDTOP)../../gcc/include
|
513 |
|
|
|
514 |
|
|
@USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
|
515 |
|
|
|
516 |
|
|
# Multilib support.
|
517 |
|
|
MAKEOVERRIDES =
|
518 |
|
|
|
519 |
|
|
# Work around what appears to be a GNU make handling MAKEFLAGS
|
520 |
|
|
# values defined in terms of make variables, as is the case for CC and
|
521 |
|
|
# friends when we are called from the top level Makefile.
|
522 |
|
|
AM_MAKEFLAGS = \
|
523 |
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
524 |
|
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
525 |
|
|
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
526 |
|
|
"CFLAGS=$(CFLAGS)" \
|
527 |
|
|
"CXXFLAGS=$(CXXFLAGS)" \
|
528 |
|
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
529 |
|
|
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
|
530 |
|
|
"GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
|
531 |
|
|
"GOC=$(GOC)" \
|
532 |
|
|
"GOCFLAGS=$(GOCFLAGS)" \
|
533 |
|
|
"INSTALL=$(INSTALL)" \
|
534 |
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
535 |
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
536 |
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
537 |
|
|
"LDFLAGS=$(LDFLAGS)" \
|
538 |
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
539 |
|
|
"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
|
540 |
|
|
"MAKE=$(MAKE)" \
|
541 |
|
|
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
542 |
|
|
"PICFLAG=$(PICFLAG)" \
|
543 |
|
|
"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
|
544 |
|
|
"SHELL=$(SHELL)" \
|
545 |
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
546 |
|
|
"exec_prefix=$(exec_prefix)" \
|
547 |
|
|
"infodir=$(infodir)" \
|
548 |
|
|
"libdir=$(libdir)" \
|
549 |
|
|
"includedir=$(includedir)" \
|
550 |
|
|
"prefix=$(prefix)" \
|
551 |
|
|
"tooldir=$(tooldir)" \
|
552 |
|
|
"gxx_include_dir=$(gxx_include_dir)" \
|
553 |
|
|
"AR=$(AR)" \
|
554 |
|
|
"AS=$(AS)" \
|
555 |
|
|
"LD=$(LD)" \
|
556 |
|
|
"RANLIB=$(RANLIB)" \
|
557 |
|
|
"NM=$(NM)" \
|
558 |
|
|
"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
|
559 |
|
|
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
|
560 |
|
|
"DESTDIR=$(DESTDIR)" \
|
561 |
|
|
"WERROR=$(WERROR)"
|
562 |
|
|
|
563 |
|
|
|
564 |
|
|
# Subdir rules rely on $(FLAGS_TO_PASS)
|
565 |
|
|
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|
566 |
|
|
toolexeclib_LTLIBRARIES = libgo.la
|
567 |
|
|
toolexeclib_LIBRARIES = libgobegin.a
|
568 |
|
|
toolexeclibgo_DATA = \
|
569 |
|
|
bufio.gox \
|
570 |
|
|
bytes.gox \
|
571 |
|
|
crypto.gox \
|
572 |
|
|
errors.gox \
|
573 |
|
|
expvar.gox \
|
574 |
|
|
flag.gox \
|
575 |
|
|
fmt.gox \
|
576 |
|
|
hash.gox \
|
577 |
|
|
html.gox \
|
578 |
|
|
image.gox \
|
579 |
|
|
io.gox \
|
580 |
|
|
log.gox \
|
581 |
|
|
math.gox \
|
582 |
|
|
mime.gox \
|
583 |
|
|
net.gox \
|
584 |
|
|
os.gox \
|
585 |
|
|
path.gox \
|
586 |
|
|
reflect.gox \
|
587 |
|
|
regexp.gox \
|
588 |
|
|
runtime.gox \
|
589 |
|
|
sort.gox \
|
590 |
|
|
strconv.gox \
|
591 |
|
|
strings.gox \
|
592 |
|
|
sync.gox \
|
593 |
|
|
syscall.gox \
|
594 |
|
|
testing.gox \
|
595 |
|
|
time.gox \
|
596 |
|
|
unicode.gox
|
597 |
|
|
|
598 |
|
|
toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
|
599 |
|
|
toolexeclibgoarchive_DATA = \
|
600 |
|
|
archive/tar.gox \
|
601 |
|
|
archive/zip.gox
|
602 |
|
|
|
603 |
|
|
toolexeclibgocompressdir = $(toolexeclibgodir)/compress
|
604 |
|
|
toolexeclibgocompress_DATA = \
|
605 |
|
|
compress/bzip2.gox \
|
606 |
|
|
compress/flate.gox \
|
607 |
|
|
compress/gzip.gox \
|
608 |
|
|
compress/lzw.gox \
|
609 |
|
|
compress/zlib.gox
|
610 |
|
|
|
611 |
|
|
toolexeclibgocontainerdir = $(toolexeclibgodir)/container
|
612 |
|
|
toolexeclibgocontainer_DATA = \
|
613 |
|
|
container/heap.gox \
|
614 |
|
|
container/list.gox \
|
615 |
|
|
container/ring.gox
|
616 |
|
|
|
617 |
|
|
toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
|
618 |
|
|
toolexeclibgocrypto_DATA = \
|
619 |
|
|
crypto/aes.gox \
|
620 |
|
|
crypto/cipher.gox \
|
621 |
|
|
crypto/des.gox \
|
622 |
|
|
crypto/dsa.gox \
|
623 |
|
|
crypto/ecdsa.gox \
|
624 |
|
|
crypto/elliptic.gox \
|
625 |
|
|
crypto/hmac.gox \
|
626 |
|
|
crypto/md5.gox \
|
627 |
|
|
crypto/rand.gox \
|
628 |
|
|
crypto/rc4.gox \
|
629 |
|
|
crypto/rsa.gox \
|
630 |
|
|
crypto/sha1.gox \
|
631 |
|
|
crypto/sha256.gox \
|
632 |
|
|
crypto/sha512.gox \
|
633 |
|
|
crypto/subtle.gox \
|
634 |
|
|
crypto/tls.gox \
|
635 |
|
|
crypto/x509.gox
|
636 |
|
|
|
637 |
|
|
toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
|
638 |
|
|
toolexeclibgocryptox509_DATA = \
|
639 |
|
|
crypto/x509/pkix.gox
|
640 |
|
|
|
641 |
|
|
toolexeclibgodatabasedir = $(toolexeclibgodir)/database
|
642 |
|
|
toolexeclibgodatabase_DATA = \
|
643 |
|
|
database/sql.gox
|
644 |
|
|
|
645 |
|
|
toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
|
646 |
|
|
toolexeclibgodatabasesql_DATA = \
|
647 |
|
|
database/sql/driver.gox
|
648 |
|
|
|
649 |
|
|
toolexeclibgodebugdir = $(toolexeclibgodir)/debug
|
650 |
|
|
toolexeclibgodebug_DATA = \
|
651 |
|
|
debug/dwarf.gox \
|
652 |
|
|
debug/elf.gox \
|
653 |
|
|
debug/gosym.gox \
|
654 |
|
|
debug/macho.gox \
|
655 |
|
|
debug/pe.gox
|
656 |
|
|
|
657 |
|
|
toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
|
658 |
|
|
toolexeclibgoencoding_DATA = \
|
659 |
|
|
encoding/ascii85.gox \
|
660 |
|
|
encoding/asn1.gox \
|
661 |
|
|
encoding/base32.gox \
|
662 |
|
|
encoding/base64.gox \
|
663 |
|
|
encoding/binary.gox \
|
664 |
|
|
encoding/csv.gox \
|
665 |
|
|
encoding/gob.gox \
|
666 |
|
|
encoding/hex.gox \
|
667 |
|
|
encoding/json.gox \
|
668 |
|
|
encoding/pem.gox \
|
669 |
|
|
encoding/xml.gox
|
670 |
|
|
|
671 |
|
|
@LIBGO_IS_LINUX_FALSE@exp_inotify_gox =
|
672 |
|
|
|
673 |
|
|
# exp_inotify_gox = exp/inotify.gox
|
674 |
|
|
@LIBGO_IS_LINUX_TRUE@exp_inotify_gox =
|
675 |
|
|
toolexeclibgoexpdir = $(toolexeclibgodir)/exp
|
676 |
|
|
toolexeclibgoexp_DATA = \
|
677 |
|
|
exp/ebnf.gox \
|
678 |
|
|
exp/html.gox \
|
679 |
|
|
$(exp_inotify_gox) \
|
680 |
|
|
exp/norm.gox \
|
681 |
|
|
exp/proxy.gox \
|
682 |
|
|
exp/signal.gox \
|
683 |
|
|
exp/terminal.gox \
|
684 |
|
|
exp/types.gox \
|
685 |
|
|
exp/utf8string.gox
|
686 |
|
|
|
687 |
|
|
toolexeclibgogodir = $(toolexeclibgodir)/go
|
688 |
|
|
toolexeclibgogo_DATA = \
|
689 |
|
|
go/ast.gox \
|
690 |
|
|
go/build.gox \
|
691 |
|
|
go/doc.gox \
|
692 |
|
|
go/parser.gox \
|
693 |
|
|
go/printer.gox \
|
694 |
|
|
go/scanner.gox \
|
695 |
|
|
go/token.gox
|
696 |
|
|
|
697 |
|
|
toolexeclibgohashdir = $(toolexeclibgodir)/hash
|
698 |
|
|
toolexeclibgohash_DATA = \
|
699 |
|
|
hash/adler32.gox \
|
700 |
|
|
hash/crc32.gox \
|
701 |
|
|
hash/crc64.gox \
|
702 |
|
|
hash/fnv.gox
|
703 |
|
|
|
704 |
|
|
toolexeclibgohtmldir = $(toolexeclibgodir)/html
|
705 |
|
|
toolexeclibgohtml_DATA = \
|
706 |
|
|
html/template.gox
|
707 |
|
|
|
708 |
|
|
toolexeclibgoimagedir = $(toolexeclibgodir)/image
|
709 |
|
|
toolexeclibgoimage_DATA = \
|
710 |
|
|
image/color.gox \
|
711 |
|
|
image/draw.gox \
|
712 |
|
|
image/gif.gox \
|
713 |
|
|
image/jpeg.gox \
|
714 |
|
|
image/png.gox
|
715 |
|
|
|
716 |
|
|
toolexeclibgoindexdir = $(toolexeclibgodir)/index
|
717 |
|
|
toolexeclibgoindex_DATA = \
|
718 |
|
|
index/suffixarray.gox
|
719 |
|
|
|
720 |
|
|
toolexeclibgoiodir = $(toolexeclibgodir)/io
|
721 |
|
|
toolexeclibgoio_DATA = \
|
722 |
|
|
io/ioutil.gox
|
723 |
|
|
|
724 |
|
|
toolexeclibgologdir = $(toolexeclibgodir)/log
|
725 |
|
|
toolexeclibgolog_DATA = \
|
726 |
|
|
log/syslog.gox
|
727 |
|
|
|
728 |
|
|
toolexeclibgomathdir = $(toolexeclibgodir)/math
|
729 |
|
|
toolexeclibgomath_DATA = \
|
730 |
|
|
math/big.gox \
|
731 |
|
|
math/cmplx.gox \
|
732 |
|
|
math/rand.gox
|
733 |
|
|
|
734 |
|
|
toolexeclibgomimedir = $(toolexeclibgodir)/mime
|
735 |
|
|
toolexeclibgomime_DATA = \
|
736 |
|
|
mime/multipart.gox
|
737 |
|
|
|
738 |
|
|
toolexeclibgonetdir = $(toolexeclibgodir)/net
|
739 |
|
|
toolexeclibgonet_DATA = \
|
740 |
|
|
net/http.gox \
|
741 |
|
|
net/mail.gox \
|
742 |
|
|
net/rpc.gox \
|
743 |
|
|
net/smtp.gox \
|
744 |
|
|
net/textproto.gox \
|
745 |
|
|
net/url.gox
|
746 |
|
|
|
747 |
|
|
toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
|
748 |
|
|
toolexeclibgonethttp_DATA = \
|
749 |
|
|
net/http/cgi.gox \
|
750 |
|
|
net/http/fcgi.gox \
|
751 |
|
|
net/http/httptest.gox \
|
752 |
|
|
net/http/httputil.gox \
|
753 |
|
|
net/http/pprof.gox
|
754 |
|
|
|
755 |
|
|
toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
|
756 |
|
|
toolexeclibgonetrpc_DATA = \
|
757 |
|
|
net/rpc/jsonrpc.gox
|
758 |
|
|
|
759 |
|
|
toolexeclibgoolddir = $(toolexeclibgodir)/old
|
760 |
|
|
toolexeclibgoold_DATA = \
|
761 |
|
|
old/netchan.gox \
|
762 |
|
|
old/regexp.gox \
|
763 |
|
|
old/template.gox
|
764 |
|
|
|
765 |
|
|
toolexeclibgoosdir = $(toolexeclibgodir)/os
|
766 |
|
|
toolexeclibgoos_DATA = \
|
767 |
|
|
os/exec.gox \
|
768 |
|
|
os/user.gox
|
769 |
|
|
|
770 |
|
|
toolexeclibgopathdir = $(toolexeclibgodir)/path
|
771 |
|
|
toolexeclibgopath_DATA = \
|
772 |
|
|
path/filepath.gox
|
773 |
|
|
|
774 |
|
|
toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
|
775 |
|
|
toolexeclibgoregexp_DATA = \
|
776 |
|
|
regexp/syntax.gox
|
777 |
|
|
|
778 |
|
|
toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
|
779 |
|
|
toolexeclibgoruntime_DATA = \
|
780 |
|
|
runtime/debug.gox \
|
781 |
|
|
runtime/pprof.gox
|
782 |
|
|
|
783 |
|
|
toolexeclibgosyncdir = $(toolexeclibgodir)/sync
|
784 |
|
|
toolexeclibgosync_DATA = \
|
785 |
|
|
sync/atomic.gox
|
786 |
|
|
|
787 |
|
|
toolexeclibgotestingdir = $(toolexeclibgodir)/testing
|
788 |
|
|
toolexeclibgotesting_DATA = \
|
789 |
|
|
testing/iotest.gox \
|
790 |
|
|
testing/quick.gox \
|
791 |
|
|
testing/script.gox
|
792 |
|
|
|
793 |
|
|
toolexeclibgotextdir = $(toolexeclibgodir)/text
|
794 |
|
|
toolexeclibgotext_DATA = \
|
795 |
|
|
text/scanner.gox \
|
796 |
|
|
text/tabwriter.gox \
|
797 |
|
|
text/template.gox
|
798 |
|
|
|
799 |
|
|
toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
|
800 |
|
|
toolexeclibgotexttemplate_DATA = \
|
801 |
|
|
text/template/parse.gox
|
802 |
|
|
|
803 |
|
|
toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
|
804 |
|
|
toolexeclibgounicode_DATA = \
|
805 |
|
|
unicode/utf16.gox \
|
806 |
|
|
unicode/utf8.gox
|
807 |
|
|
|
808 |
|
|
@HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
|
809 |
|
|
@HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
|
810 |
|
|
@LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
|
811 |
|
|
@LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
|
812 |
|
|
@LIBGO_IS_LINUX_FALSE@runtime_lock_files = runtime/lock_sema.c runtime/thread-sema.c
|
813 |
|
|
@LIBGO_IS_LINUX_TRUE@runtime_lock_files = runtime/lock_futex.c runtime/thread-linux.c
|
814 |
|
|
runtime_files = \
|
815 |
|
|
runtime/go-append.c \
|
816 |
|
|
runtime/go-assert.c \
|
817 |
|
|
runtime/go-assert-interface.c \
|
818 |
|
|
runtime/go-byte-array-to-string.c \
|
819 |
|
|
runtime/go-breakpoint.c \
|
820 |
|
|
runtime/go-caller.c \
|
821 |
|
|
runtime/go-can-convert-interface.c \
|
822 |
|
|
runtime/go-cgo.c \
|
823 |
|
|
runtime/go-check-interface.c \
|
824 |
|
|
runtime/go-construct-map.c \
|
825 |
|
|
runtime/go-convert-interface.c \
|
826 |
|
|
runtime/go-copy.c \
|
827 |
|
|
runtime/go-defer.c \
|
828 |
|
|
runtime/go-deferred-recover.c \
|
829 |
|
|
runtime/go-eface-compare.c \
|
830 |
|
|
runtime/go-eface-val-compare.c \
|
831 |
|
|
runtime/go-getgoroot.c \
|
832 |
|
|
runtime/go-int-array-to-string.c \
|
833 |
|
|
runtime/go-int-to-string.c \
|
834 |
|
|
runtime/go-interface-compare.c \
|
835 |
|
|
runtime/go-interface-eface-compare.c \
|
836 |
|
|
runtime/go-interface-val-compare.c \
|
837 |
|
|
runtime/go-make-slice.c \
|
838 |
|
|
runtime/go-map-delete.c \
|
839 |
|
|
runtime/go-map-index.c \
|
840 |
|
|
runtime/go-map-len.c \
|
841 |
|
|
runtime/go-map-range.c \
|
842 |
|
|
runtime/go-matherr.c \
|
843 |
|
|
runtime/go-nanotime.c \
|
844 |
|
|
runtime/go-now.c \
|
845 |
|
|
runtime/go-new-map.c \
|
846 |
|
|
runtime/go-new.c \
|
847 |
|
|
runtime/go-nosys.c \
|
848 |
|
|
runtime/go-panic.c \
|
849 |
|
|
runtime/go-print.c \
|
850 |
|
|
runtime/go-recover.c \
|
851 |
|
|
runtime/go-reflect.c \
|
852 |
|
|
runtime/go-reflect-call.c \
|
853 |
|
|
runtime/go-reflect-map.c \
|
854 |
|
|
runtime/go-rune.c \
|
855 |
|
|
runtime/go-runtime-error.c \
|
856 |
|
|
runtime/go-setenv.c \
|
857 |
|
|
runtime/go-signal.c \
|
858 |
|
|
runtime/go-strcmp.c \
|
859 |
|
|
runtime/go-string-to-byte-array.c \
|
860 |
|
|
runtime/go-string-to-int-array.c \
|
861 |
|
|
runtime/go-strplus.c \
|
862 |
|
|
runtime/go-strslice.c \
|
863 |
|
|
runtime/go-trampoline.c \
|
864 |
|
|
runtime/go-type-complex.c \
|
865 |
|
|
runtime/go-type-eface.c \
|
866 |
|
|
runtime/go-type-error.c \
|
867 |
|
|
runtime/go-type-float.c \
|
868 |
|
|
runtime/go-type-identity.c \
|
869 |
|
|
runtime/go-type-interface.c \
|
870 |
|
|
runtime/go-type-string.c \
|
871 |
|
|
runtime/go-typedesc-equal.c \
|
872 |
|
|
runtime/go-typestring.c \
|
873 |
|
|
runtime/go-unreflect.c \
|
874 |
|
|
runtime/go-unsafe-new.c \
|
875 |
|
|
runtime/go-unsafe-newarray.c \
|
876 |
|
|
runtime/go-unsafe-pointer.c \
|
877 |
|
|
runtime/go-unwind.c \
|
878 |
|
|
runtime/chan.c \
|
879 |
|
|
runtime/cpuprof.c \
|
880 |
|
|
$(runtime_lock_files) \
|
881 |
|
|
runtime/mcache.c \
|
882 |
|
|
runtime/mcentral.c \
|
883 |
|
|
$(runtime_mem_file) \
|
884 |
|
|
runtime/mfinal.c \
|
885 |
|
|
runtime/mfixalloc.c \
|
886 |
|
|
runtime/mgc0.c \
|
887 |
|
|
runtime/mheap.c \
|
888 |
|
|
runtime/msize.c \
|
889 |
|
|
runtime/proc.c \
|
890 |
|
|
runtime/runtime.c \
|
891 |
|
|
runtime/thread.c \
|
892 |
|
|
runtime/yield.c \
|
893 |
|
|
$(rtems_task_variable_add_file) \
|
894 |
|
|
iface.c \
|
895 |
|
|
malloc.c \
|
896 |
|
|
map.c \
|
897 |
|
|
mprof.c \
|
898 |
|
|
reflect.c \
|
899 |
|
|
runtime1.c \
|
900 |
|
|
sema.c \
|
901 |
|
|
sigqueue.c \
|
902 |
|
|
string.c \
|
903 |
|
|
time.c
|
904 |
|
|
|
905 |
|
|
go_bufio_files = \
|
906 |
|
|
go/bufio/bufio.go
|
907 |
|
|
|
908 |
|
|
go_bytes_files = \
|
909 |
|
|
go/bytes/buffer.go \
|
910 |
|
|
go/bytes/bytes.go \
|
911 |
|
|
go/bytes/bytes_decl.go
|
912 |
|
|
|
913 |
|
|
go_bytes_c_files = \
|
914 |
|
|
go/bytes/indexbyte.c
|
915 |
|
|
|
916 |
|
|
go_crypto_files = \
|
917 |
|
|
go/crypto/crypto.go
|
918 |
|
|
|
919 |
|
|
go_errors_files = \
|
920 |
|
|
go/errors/errors.go
|
921 |
|
|
|
922 |
|
|
go_expvar_files = \
|
923 |
|
|
go/expvar/expvar.go
|
924 |
|
|
|
925 |
|
|
go_flag_files = \
|
926 |
|
|
go/flag/flag.go
|
927 |
|
|
|
928 |
|
|
go_fmt_files = \
|
929 |
|
|
go/fmt/doc.go \
|
930 |
|
|
go/fmt/format.go \
|
931 |
|
|
go/fmt/print.go \
|
932 |
|
|
go/fmt/scan.go
|
933 |
|
|
|
934 |
|
|
go_hash_files = \
|
935 |
|
|
go/hash/hash.go
|
936 |
|
|
|
937 |
|
|
go_html_files = \
|
938 |
|
|
go/html/entity.go \
|
939 |
|
|
go/html/escape.go
|
940 |
|
|
|
941 |
|
|
go_image_files = \
|
942 |
|
|
go/image/format.go \
|
943 |
|
|
go/image/geom.go \
|
944 |
|
|
go/image/image.go \
|
945 |
|
|
go/image/names.go \
|
946 |
|
|
go/image/ycbcr.go
|
947 |
|
|
|
948 |
|
|
go_io_files = \
|
949 |
|
|
go/io/multi.go \
|
950 |
|
|
go/io/io.go \
|
951 |
|
|
go/io/pipe.go
|
952 |
|
|
|
953 |
|
|
go_log_files = \
|
954 |
|
|
go/log/log.go
|
955 |
|
|
|
956 |
|
|
go_math_files = \
|
957 |
|
|
go/math/abs.go \
|
958 |
|
|
go/math/acosh.go \
|
959 |
|
|
go/math/asin.go \
|
960 |
|
|
go/math/asinh.go \
|
961 |
|
|
go/math/atan.go \
|
962 |
|
|
go/math/atanh.go \
|
963 |
|
|
go/math/atan2.go \
|
964 |
|
|
go/math/bits.go \
|
965 |
|
|
go/math/cbrt.go \
|
966 |
|
|
go/math/const.go \
|
967 |
|
|
go/math/copysign.go \
|
968 |
|
|
go/math/dim.go \
|
969 |
|
|
go/math/erf.go \
|
970 |
|
|
go/math/exp.go \
|
971 |
|
|
go/math/expm1.go \
|
972 |
|
|
go/math/floor.go \
|
973 |
|
|
go/math/frexp.go \
|
974 |
|
|
go/math/gamma.go \
|
975 |
|
|
go/math/hypot.go \
|
976 |
|
|
go/math/j0.go \
|
977 |
|
|
go/math/j1.go \
|
978 |
|
|
go/math/jn.go \
|
979 |
|
|
go/math/ldexp.go \
|
980 |
|
|
go/math/lgamma.go \
|
981 |
|
|
go/math/log.go \
|
982 |
|
|
go/math/log1p.go \
|
983 |
|
|
go/math/log10.go \
|
984 |
|
|
go/math/logb.go \
|
985 |
|
|
go/math/mod.go \
|
986 |
|
|
go/math/modf.go \
|
987 |
|
|
go/math/nextafter.go \
|
988 |
|
|
go/math/pow.go \
|
989 |
|
|
go/math/pow10.go \
|
990 |
|
|
go/math/remainder.go \
|
991 |
|
|
go/math/signbit.go \
|
992 |
|
|
go/math/sin.go \
|
993 |
|
|
go/math/sincos.go \
|
994 |
|
|
go/math/sinh.go \
|
995 |
|
|
go/math/sqrt.go \
|
996 |
|
|
go/math/tan.go \
|
997 |
|
|
go/math/tanh.go \
|
998 |
|
|
go/math/unsafe.go
|
999 |
|
|
|
1000 |
|
|
go_mime_files = \
|
1001 |
|
|
go/mime/grammar.go \
|
1002 |
|
|
go/mime/mediatype.go \
|
1003 |
|
|
go/mime/type.go \
|
1004 |
|
|
go/mime/type_unix.go
|
1005 |
|
|
|
1006 |
|
|
# By default use select with pipes. Most systems should have
|
1007 |
|
|
# something better.
|
1008 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_select.go
|
1009 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_netbsd.go
|
1010 |
|
|
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_linux.go
|
1011 |
|
|
@LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_select.go
|
1012 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
|
1013 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
|
1014 |
|
|
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
|
1015 |
|
|
@LIBGO_IS_RTEMS_TRUE@go_net_newpollserver_file = go/net/newpollserver_rtems.go
|
1016 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_bsd.go
|
1017 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_cgo_file = go/net/cgo_linux.go
|
1018 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_cgo_file = go/net/cgo_linux.go
|
1019 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_cgo_file = go/net/cgo_linux.go
|
1020 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
|
1021 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sock_file = go/net/sock_linux.go
|
1022 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sock_file = go/net/sock_linux.go
|
1023 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_sock_file = go/net/sock_linux.go
|
1024 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockopt_file = go/net/sockopt_bsd.go
|
1025 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sockopt_file = go/net/sockopt_linux.go
|
1026 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sockopt_file = go/net/sockopt_linux.go
|
1027 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_sockopt_file = go/net/sockopt_linux.go
|
1028 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sockoptip_file = go/net/sockoptip_bsd.go
|
1029 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sockoptip_file = go/net/sockoptip_linux.go
|
1030 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sockoptip_file = go/net/sockoptip_linux.go
|
1031 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_sockoptip_file = go/net/sockoptip_linux.go
|
1032 |
|
|
@LIBGO_IS_LINUX_FALSE@go_net_sendfile_file = go/net/sendfile_stub.go
|
1033 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_sendfile_file = go/net/sendfile_linux.go
|
1034 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@go_net_interface_file = go/net/interface_stub.go
|
1035 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@go_net_interface_file = go/net/interface_netbsd.go
|
1036 |
|
|
@LIBGO_IS_LINUX_TRUE@go_net_interface_file = go/net/interface_linux.go
|
1037 |
|
|
go_net_files = \
|
1038 |
|
|
go/net/cgo_unix.go \
|
1039 |
|
|
$(go_net_cgo_file) \
|
1040 |
|
|
go/net/dial.go \
|
1041 |
|
|
go/net/dnsclient.go \
|
1042 |
|
|
go/net/dnsclient_unix.go \
|
1043 |
|
|
go/net/dnsconfig.go \
|
1044 |
|
|
go/net/dnsmsg.go \
|
1045 |
|
|
go/net/doc.go \
|
1046 |
|
|
$(go_net_newpollserver_file) \
|
1047 |
|
|
go/net/fd.go \
|
1048 |
|
|
$(go_net_fd_os_file) \
|
1049 |
|
|
go/net/file.go \
|
1050 |
|
|
go/net/hosts.go \
|
1051 |
|
|
go/net/interface.go \
|
1052 |
|
|
$(go_net_interface_file) \
|
1053 |
|
|
go/net/ip.go \
|
1054 |
|
|
go/net/iprawsock.go \
|
1055 |
|
|
go/net/iprawsock_posix.go \
|
1056 |
|
|
go/net/ipsock.go \
|
1057 |
|
|
go/net/ipsock_posix.go \
|
1058 |
|
|
go/net/lookup_unix.go \
|
1059 |
|
|
go/net/net.go \
|
1060 |
|
|
go/net/parse.go \
|
1061 |
|
|
go/net/pipe.go \
|
1062 |
|
|
go/net/port.go \
|
1063 |
|
|
$(go_net_sendfile_file) \
|
1064 |
|
|
go/net/sock.go \
|
1065 |
|
|
$(go_net_sock_file) \
|
1066 |
|
|
go/net/sockopt.go \
|
1067 |
|
|
$(go_net_sockopt_file) \
|
1068 |
|
|
go/net/sockoptip.go \
|
1069 |
|
|
$(go_net_sockoptip_file) \
|
1070 |
|
|
go/net/tcpsock.go \
|
1071 |
|
|
go/net/tcpsock_posix.go \
|
1072 |
|
|
go/net/udpsock.go \
|
1073 |
|
|
go/net/udpsock_posix.go \
|
1074 |
|
|
go/net/unixsock.go \
|
1075 |
|
|
go/net/unixsock_posix.go
|
1076 |
|
|
|
1077 |
|
|
@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@go_os_dir_file = go/os/dir_regfile.go
|
1078 |
|
|
@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@go_os_dir_file = go/os/dir_largefile.go
|
1079 |
|
|
@LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@go_os_dir_file = go/os/dir_largefile.go
|
1080 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_regfile.go
|
1081 |
|
|
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_largefile.go
|
1082 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_bsd.go
|
1083 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
|
1084 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
|
1085 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_os_sys_file = go/os/sys_uname.go
|
1086 |
|
|
@LIBGO_IS_LINUX_TRUE@go_os_sys_file = go/os/sys_linux.go
|
1087 |
|
|
@LIBGO_IS_SOLARIS_FALSE@go_os_stat_file = go/os/stat.go
|
1088 |
|
|
@LIBGO_IS_SOLARIS_TRUE@go_os_stat_file = go/os/stat_solaris.go
|
1089 |
|
|
go_os_files = \
|
1090 |
|
|
$(go_os_dir_file) \
|
1091 |
|
|
go/os/dir.go \
|
1092 |
|
|
go/os/doc.go \
|
1093 |
|
|
go/os/env.go \
|
1094 |
|
|
go/os/error.go \
|
1095 |
|
|
go/os/error_posix.go \
|
1096 |
|
|
go/os/exec.go \
|
1097 |
|
|
go/os/exec_posix.go \
|
1098 |
|
|
go/os/exec_unix.go \
|
1099 |
|
|
go/os/file.go \
|
1100 |
|
|
go/os/file_posix.go \
|
1101 |
|
|
go/os/file_unix.go \
|
1102 |
|
|
go/os/getwd.go \
|
1103 |
|
|
go/os/path.go \
|
1104 |
|
|
go/os/path_unix.go \
|
1105 |
|
|
go/os/proc.go \
|
1106 |
|
|
$(go_os_stat_file) \
|
1107 |
|
|
go/os/str.go \
|
1108 |
|
|
$(go_os_sys_file) \
|
1109 |
|
|
go/os/time.go \
|
1110 |
|
|
go/os/types.go \
|
1111 |
|
|
signal_unix.go
|
1112 |
|
|
|
1113 |
|
|
go_path_files = \
|
1114 |
|
|
go/path/match.go \
|
1115 |
|
|
go/path/path.go
|
1116 |
|
|
|
1117 |
|
|
go_reflect_files = \
|
1118 |
|
|
go/reflect/deepequal.go \
|
1119 |
|
|
go/reflect/type.go \
|
1120 |
|
|
go/reflect/value.go
|
1121 |
|
|
|
1122 |
|
|
go_regexp_files = \
|
1123 |
|
|
go/regexp/exec.go \
|
1124 |
|
|
go/regexp/regexp.go
|
1125 |
|
|
|
1126 |
|
|
go_net_rpc_files = \
|
1127 |
|
|
go/net/rpc/client.go \
|
1128 |
|
|
go/net/rpc/debug.go \
|
1129 |
|
|
go/net/rpc/server.go
|
1130 |
|
|
|
1131 |
|
|
go_runtime_files = \
|
1132 |
|
|
go/runtime/debug.go \
|
1133 |
|
|
go/runtime/error.go \
|
1134 |
|
|
go/runtime/extern.go \
|
1135 |
|
|
go/runtime/mem.go \
|
1136 |
|
|
go/runtime/sig.go \
|
1137 |
|
|
go/runtime/softfloat64.go \
|
1138 |
|
|
go/runtime/type.go \
|
1139 |
|
|
version.go
|
1140 |
|
|
|
1141 |
|
|
go_sort_files = \
|
1142 |
|
|
go/sort/search.go \
|
1143 |
|
|
go/sort/sort.go
|
1144 |
|
|
|
1145 |
|
|
go_strconv_files = \
|
1146 |
|
|
go/strconv/atob.go \
|
1147 |
|
|
go/strconv/atof.go \
|
1148 |
|
|
go/strconv/atoi.go \
|
1149 |
|
|
go/strconv/decimal.go \
|
1150 |
|
|
go/strconv/extfloat.go \
|
1151 |
|
|
go/strconv/ftoa.go \
|
1152 |
|
|
go/strconv/itoa.go \
|
1153 |
|
|
go/strconv/quote.go
|
1154 |
|
|
|
1155 |
|
|
go_strings_files = \
|
1156 |
|
|
go/strings/reader.go \
|
1157 |
|
|
go/strings/replace.go \
|
1158 |
|
|
go/strings/strings.go
|
1159 |
|
|
|
1160 |
|
|
go_sync_files = \
|
1161 |
|
|
go/sync/cond.go \
|
1162 |
|
|
go/sync/mutex.go \
|
1163 |
|
|
go/sync/once.go \
|
1164 |
|
|
go/sync/rwmutex.go \
|
1165 |
|
|
go/sync/waitgroup.go
|
1166 |
|
|
|
1167 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/log/syslog/syslog_unix.go
|
1168 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/log/syslog/syslog_libc.go
|
1169 |
|
|
@LIBGO_IS_SOLARIS_TRUE@go_syslog_file = go/log/syslog/syslog_libc.go
|
1170 |
|
|
go_log_syslog_files = \
|
1171 |
|
|
go/log/syslog/syslog.go \
|
1172 |
|
|
$(go_syslog_file)
|
1173 |
|
|
|
1174 |
|
|
go_syslog_c_files = \
|
1175 |
|
|
go/log/syslog/syslog_c.c
|
1176 |
|
|
|
1177 |
|
|
go_testing_files = \
|
1178 |
|
|
go/testing/benchmark.go \
|
1179 |
|
|
go/testing/example.go \
|
1180 |
|
|
go/testing/testing.go
|
1181 |
|
|
|
1182 |
|
|
go_time_files = \
|
1183 |
|
|
go/time/format.go \
|
1184 |
|
|
go/time/sleep.go \
|
1185 |
|
|
go/time/sys_unix.go \
|
1186 |
|
|
go/time/tick.go \
|
1187 |
|
|
go/time/time.go \
|
1188 |
|
|
go/time/zoneinfo.go \
|
1189 |
|
|
go/time/zoneinfo_unix.go
|
1190 |
|
|
|
1191 |
|
|
go_unicode_files = \
|
1192 |
|
|
go/unicode/casetables.go \
|
1193 |
|
|
go/unicode/digit.go \
|
1194 |
|
|
go/unicode/graphic.go \
|
1195 |
|
|
go/unicode/letter.go \
|
1196 |
|
|
go/unicode/tables.go
|
1197 |
|
|
|
1198 |
|
|
go_archive_tar_files = \
|
1199 |
|
|
go/archive/tar/common.go \
|
1200 |
|
|
go/archive/tar/reader.go \
|
1201 |
|
|
go/archive/tar/writer.go
|
1202 |
|
|
|
1203 |
|
|
go_archive_zip_files = \
|
1204 |
|
|
go/archive/zip/reader.go \
|
1205 |
|
|
go/archive/zip/struct.go \
|
1206 |
|
|
go/archive/zip/writer.go
|
1207 |
|
|
|
1208 |
|
|
go_compress_bzip2_files = \
|
1209 |
|
|
go/compress/bzip2/bit_reader.go \
|
1210 |
|
|
go/compress/bzip2/bzip2.go \
|
1211 |
|
|
go/compress/bzip2/huffman.go \
|
1212 |
|
|
go/compress/bzip2/move_to_front.go
|
1213 |
|
|
|
1214 |
|
|
go_compress_flate_files = \
|
1215 |
|
|
go/compress/flate/deflate.go \
|
1216 |
|
|
go/compress/flate/huffman_bit_writer.go \
|
1217 |
|
|
go/compress/flate/huffman_code.go \
|
1218 |
|
|
go/compress/flate/inflate.go \
|
1219 |
|
|
go/compress/flate/reverse_bits.go \
|
1220 |
|
|
go/compress/flate/token.go
|
1221 |
|
|
|
1222 |
|
|
go_compress_gzip_files = \
|
1223 |
|
|
go/compress/gzip/gzip.go \
|
1224 |
|
|
go/compress/gzip/gunzip.go
|
1225 |
|
|
|
1226 |
|
|
go_compress_lzw_files = \
|
1227 |
|
|
go/compress/lzw/reader.go \
|
1228 |
|
|
go/compress/lzw/writer.go
|
1229 |
|
|
|
1230 |
|
|
go_compress_zlib_files = \
|
1231 |
|
|
go/compress/zlib/reader.go \
|
1232 |
|
|
go/compress/zlib/writer.go
|
1233 |
|
|
|
1234 |
|
|
go_container_heap_files = \
|
1235 |
|
|
go/container/heap/heap.go
|
1236 |
|
|
|
1237 |
|
|
go_container_list_files = \
|
1238 |
|
|
go/container/list/list.go
|
1239 |
|
|
|
1240 |
|
|
go_container_ring_files = \
|
1241 |
|
|
go/container/ring/ring.go
|
1242 |
|
|
|
1243 |
|
|
go_crypto_aes_files = \
|
1244 |
|
|
go/crypto/aes/block.go \
|
1245 |
|
|
go/crypto/aes/cipher.go \
|
1246 |
|
|
go/crypto/aes/const.go
|
1247 |
|
|
|
1248 |
|
|
go_crypto_cipher_files = \
|
1249 |
|
|
go/crypto/cipher/cbc.go \
|
1250 |
|
|
go/crypto/cipher/cfb.go \
|
1251 |
|
|
go/crypto/cipher/cipher.go \
|
1252 |
|
|
go/crypto/cipher/ctr.go \
|
1253 |
|
|
go/crypto/cipher/io.go \
|
1254 |
|
|
go/crypto/cipher/ofb.go
|
1255 |
|
|
|
1256 |
|
|
go_crypto_des_files = \
|
1257 |
|
|
go/crypto/des/block.go \
|
1258 |
|
|
go/crypto/des/cipher.go \
|
1259 |
|
|
go/crypto/des/const.go
|
1260 |
|
|
|
1261 |
|
|
go_crypto_dsa_files = \
|
1262 |
|
|
go/crypto/dsa/dsa.go
|
1263 |
|
|
|
1264 |
|
|
go_crypto_ecdsa_files = \
|
1265 |
|
|
go/crypto/ecdsa/ecdsa.go
|
1266 |
|
|
|
1267 |
|
|
go_crypto_elliptic_files = \
|
1268 |
|
|
go/crypto/elliptic/elliptic.go \
|
1269 |
|
|
go/crypto/elliptic/p224.go
|
1270 |
|
|
|
1271 |
|
|
go_crypto_hmac_files = \
|
1272 |
|
|
go/crypto/hmac/hmac.go
|
1273 |
|
|
|
1274 |
|
|
go_crypto_md5_files = \
|
1275 |
|
|
go/crypto/md5/md5.go \
|
1276 |
|
|
go/crypto/md5/md5block.go
|
1277 |
|
|
|
1278 |
|
|
go_crypto_rand_files = \
|
1279 |
|
|
go/crypto/rand/rand.go \
|
1280 |
|
|
go/crypto/rand/rand_unix.go \
|
1281 |
|
|
go/crypto/rand/util.go
|
1282 |
|
|
|
1283 |
|
|
go_crypto_rc4_files = \
|
1284 |
|
|
go/crypto/rc4/rc4.go
|
1285 |
|
|
|
1286 |
|
|
go_crypto_rsa_files = \
|
1287 |
|
|
go/crypto/rsa/pkcs1v15.go \
|
1288 |
|
|
go/crypto/rsa/rsa.go
|
1289 |
|
|
|
1290 |
|
|
go_crypto_sha1_files = \
|
1291 |
|
|
go/crypto/sha1/sha1.go \
|
1292 |
|
|
go/crypto/sha1/sha1block.go
|
1293 |
|
|
|
1294 |
|
|
go_crypto_sha256_files = \
|
1295 |
|
|
go/crypto/sha256/sha256.go \
|
1296 |
|
|
go/crypto/sha256/sha256block.go
|
1297 |
|
|
|
1298 |
|
|
go_crypto_sha512_files = \
|
1299 |
|
|
go/crypto/sha512/sha512.go \
|
1300 |
|
|
go/crypto/sha512/sha512block.go
|
1301 |
|
|
|
1302 |
|
|
go_crypto_subtle_files = \
|
1303 |
|
|
go/crypto/subtle/constant_time.go
|
1304 |
|
|
|
1305 |
|
|
go_crypto_tls_files = \
|
1306 |
|
|
go/crypto/tls/alert.go \
|
1307 |
|
|
go/crypto/tls/cipher_suites.go \
|
1308 |
|
|
go/crypto/tls/common.go \
|
1309 |
|
|
go/crypto/tls/conn.go \
|
1310 |
|
|
go/crypto/tls/handshake_client.go \
|
1311 |
|
|
go/crypto/tls/handshake_messages.go \
|
1312 |
|
|
go/crypto/tls/handshake_server.go \
|
1313 |
|
|
go/crypto/tls/key_agreement.go \
|
1314 |
|
|
go/crypto/tls/prf.go \
|
1315 |
|
|
go/crypto/tls/root_unix.go \
|
1316 |
|
|
go/crypto/tls/tls.go
|
1317 |
|
|
|
1318 |
|
|
go_crypto_x509_files = \
|
1319 |
|
|
go/crypto/x509/cert_pool.go \
|
1320 |
|
|
go/crypto/x509/pkcs1.go \
|
1321 |
|
|
go/crypto/x509/pkcs8.go \
|
1322 |
|
|
go/crypto/x509/verify.go \
|
1323 |
|
|
go/crypto/x509/x509.go
|
1324 |
|
|
|
1325 |
|
|
go_crypto_x509_pkix_files = \
|
1326 |
|
|
go/crypto/x509/pkix/pkix.go
|
1327 |
|
|
|
1328 |
|
|
go_database_sql_files = \
|
1329 |
|
|
go/database/sql/convert.go \
|
1330 |
|
|
go/database/sql/sql.go
|
1331 |
|
|
|
1332 |
|
|
go_database_sql_driver_files = \
|
1333 |
|
|
go/database/sql/driver/driver.go \
|
1334 |
|
|
go/database/sql/driver/types.go
|
1335 |
|
|
|
1336 |
|
|
go_debug_dwarf_files = \
|
1337 |
|
|
go/debug/dwarf/buf.go \
|
1338 |
|
|
go/debug/dwarf/const.go \
|
1339 |
|
|
go/debug/dwarf/entry.go \
|
1340 |
|
|
go/debug/dwarf/open.go \
|
1341 |
|
|
go/debug/dwarf/type.go \
|
1342 |
|
|
go/debug/dwarf/unit.go
|
1343 |
|
|
|
1344 |
|
|
go_debug_elf_files = \
|
1345 |
|
|
go/debug/elf/elf.go \
|
1346 |
|
|
go/debug/elf/file.go
|
1347 |
|
|
|
1348 |
|
|
go_debug_gosym_files = \
|
1349 |
|
|
go/debug/gosym/pclntab.go \
|
1350 |
|
|
go/debug/gosym/symtab.go
|
1351 |
|
|
|
1352 |
|
|
go_debug_macho_files = \
|
1353 |
|
|
go/debug/macho/file.go \
|
1354 |
|
|
go/debug/macho/macho.go
|
1355 |
|
|
|
1356 |
|
|
go_debug_pe_files = \
|
1357 |
|
|
go/debug/pe/file.go \
|
1358 |
|
|
go/debug/pe/pe.go
|
1359 |
|
|
|
1360 |
|
|
go_encoding_ascii85_files = \
|
1361 |
|
|
go/encoding/ascii85/ascii85.go
|
1362 |
|
|
|
1363 |
|
|
go_encoding_asn1_files = \
|
1364 |
|
|
go/encoding/asn1/asn1.go \
|
1365 |
|
|
go/encoding/asn1/common.go \
|
1366 |
|
|
go/encoding/asn1/marshal.go
|
1367 |
|
|
|
1368 |
|
|
go_encoding_base32_files = \
|
1369 |
|
|
go/encoding/base32/base32.go
|
1370 |
|
|
|
1371 |
|
|
go_encoding_base64_files = \
|
1372 |
|
|
go/encoding/base64/base64.go
|
1373 |
|
|
|
1374 |
|
|
go_encoding_binary_files = \
|
1375 |
|
|
go/encoding/binary/binary.go \
|
1376 |
|
|
go/encoding/binary/varint.go
|
1377 |
|
|
|
1378 |
|
|
go_encoding_csv_files = \
|
1379 |
|
|
go/encoding/csv/reader.go \
|
1380 |
|
|
go/encoding/csv/writer.go
|
1381 |
|
|
|
1382 |
|
|
go_encoding_gob_files = \
|
1383 |
|
|
go/encoding/gob/decode.go \
|
1384 |
|
|
go/encoding/gob/decoder.go \
|
1385 |
|
|
go/encoding/gob/doc.go \
|
1386 |
|
|
go/encoding/gob/encode.go \
|
1387 |
|
|
go/encoding/gob/encoder.go \
|
1388 |
|
|
go/encoding/gob/error.go \
|
1389 |
|
|
go/encoding/gob/type.go
|
1390 |
|
|
|
1391 |
|
|
go_encoding_hex_files = \
|
1392 |
|
|
go/encoding/hex/hex.go
|
1393 |
|
|
|
1394 |
|
|
go_encoding_json_files = \
|
1395 |
|
|
go/encoding/json/decode.go \
|
1396 |
|
|
go/encoding/json/encode.go \
|
1397 |
|
|
go/encoding/json/indent.go \
|
1398 |
|
|
go/encoding/json/scanner.go \
|
1399 |
|
|
go/encoding/json/stream.go \
|
1400 |
|
|
go/encoding/json/tags.go
|
1401 |
|
|
|
1402 |
|
|
go_encoding_pem_files = \
|
1403 |
|
|
go/encoding/pem/pem.go
|
1404 |
|
|
|
1405 |
|
|
go_encoding_xml_files = \
|
1406 |
|
|
go/encoding/xml/marshal.go \
|
1407 |
|
|
go/encoding/xml/read.go \
|
1408 |
|
|
go/encoding/xml/typeinfo.go \
|
1409 |
|
|
go/encoding/xml/xml.go
|
1410 |
|
|
|
1411 |
|
|
go_exp_ebnf_files = \
|
1412 |
|
|
go/exp/ebnf/ebnf.go \
|
1413 |
|
|
go/exp/ebnf/parser.go
|
1414 |
|
|
|
1415 |
|
|
go_exp_html_files = \
|
1416 |
|
|
go/exp/html/const.go \
|
1417 |
|
|
go/exp/html/doc.go \
|
1418 |
|
|
go/exp/html/doctype.go \
|
1419 |
|
|
go/exp/html/entity.go \
|
1420 |
|
|
go/exp/html/escape.go \
|
1421 |
|
|
go/exp/html/foreign.go \
|
1422 |
|
|
go/exp/html/node.go \
|
1423 |
|
|
go/exp/html/parse.go \
|
1424 |
|
|
go/exp/html/render.go \
|
1425 |
|
|
go/exp/html/token.go
|
1426 |
|
|
|
1427 |
|
|
go_exp_inotify_files = \
|
1428 |
|
|
go/exp/inotify/inotify_linux.go
|
1429 |
|
|
|
1430 |
|
|
go_exp_norm_files = \
|
1431 |
|
|
go/exp/norm/composition.go \
|
1432 |
|
|
go/exp/norm/forminfo.go \
|
1433 |
|
|
go/exp/norm/input.go \
|
1434 |
|
|
go/exp/norm/normalize.go \
|
1435 |
|
|
go/exp/norm/readwriter.go \
|
1436 |
|
|
go/exp/norm/tables.go \
|
1437 |
|
|
go/exp/norm/trie.go
|
1438 |
|
|
|
1439 |
|
|
go_exp_proxy_files = \
|
1440 |
|
|
go/exp/proxy/direct.go \
|
1441 |
|
|
go/exp/proxy/per_host.go \
|
1442 |
|
|
go/exp/proxy/proxy.go \
|
1443 |
|
|
go/exp/proxy/socks5.go
|
1444 |
|
|
|
1445 |
|
|
go_exp_signal_files = \
|
1446 |
|
|
go/exp/signal/signal.go
|
1447 |
|
|
|
1448 |
|
|
go_exp_terminal_files = \
|
1449 |
|
|
go/exp/terminal/terminal.go \
|
1450 |
|
|
go/exp/terminal/util.go
|
1451 |
|
|
|
1452 |
|
|
go_exp_types_files = \
|
1453 |
|
|
go/exp/types/check.go \
|
1454 |
|
|
go/exp/types/const.go \
|
1455 |
|
|
go/exp/types/exportdata.go \
|
1456 |
|
|
go/exp/types/gcimporter.go \
|
1457 |
|
|
go/exp/types/types.go \
|
1458 |
|
|
go/exp/types/universe.go
|
1459 |
|
|
|
1460 |
|
|
go_exp_utf8string_files = \
|
1461 |
|
|
go/exp/utf8string/string.go
|
1462 |
|
|
|
1463 |
|
|
go_go_ast_files = \
|
1464 |
|
|
go/go/ast/ast.go \
|
1465 |
|
|
go/go/ast/filter.go \
|
1466 |
|
|
go/go/ast/import.go \
|
1467 |
|
|
go/go/ast/print.go \
|
1468 |
|
|
go/go/ast/resolve.go \
|
1469 |
|
|
go/go/ast/scope.go \
|
1470 |
|
|
go/go/ast/walk.go
|
1471 |
|
|
|
1472 |
|
|
go_go_build_files = \
|
1473 |
|
|
go/go/build/build.go \
|
1474 |
|
|
go/go/build/dir.go \
|
1475 |
|
|
go/go/build/path.go \
|
1476 |
|
|
syslist.go
|
1477 |
|
|
|
1478 |
|
|
go_go_doc_files = \
|
1479 |
|
|
go/go/doc/comment.go \
|
1480 |
|
|
go/go/doc/doc.go \
|
1481 |
|
|
go/go/doc/example.go \
|
1482 |
|
|
go/go/doc/exports.go \
|
1483 |
|
|
go/go/doc/filter.go \
|
1484 |
|
|
go/go/doc/reader.go
|
1485 |
|
|
|
1486 |
|
|
go_go_parser_files = \
|
1487 |
|
|
go/go/parser/interface.go \
|
1488 |
|
|
go/go/parser/parser.go
|
1489 |
|
|
|
1490 |
|
|
go_go_printer_files = \
|
1491 |
|
|
go/go/printer/nodes.go \
|
1492 |
|
|
go/go/printer/printer.go
|
1493 |
|
|
|
1494 |
|
|
go_go_scanner_files = \
|
1495 |
|
|
go/go/scanner/errors.go \
|
1496 |
|
|
go/go/scanner/scanner.go
|
1497 |
|
|
|
1498 |
|
|
go_go_token_files = \
|
1499 |
|
|
go/go/token/position.go \
|
1500 |
|
|
go/go/token/serialize.go \
|
1501 |
|
|
go/go/token/token.go
|
1502 |
|
|
|
1503 |
|
|
go_hash_adler32_files = \
|
1504 |
|
|
go/hash/adler32/adler32.go
|
1505 |
|
|
|
1506 |
|
|
go_hash_crc32_files = \
|
1507 |
|
|
go/hash/crc32/crc32.go \
|
1508 |
|
|
go/hash/crc32/crc32_generic.go
|
1509 |
|
|
|
1510 |
|
|
go_hash_crc64_files = \
|
1511 |
|
|
go/hash/crc64/crc64.go
|
1512 |
|
|
|
1513 |
|
|
go_hash_fnv_files = \
|
1514 |
|
|
go/hash/fnv/fnv.go
|
1515 |
|
|
|
1516 |
|
|
go_html_template_files = \
|
1517 |
|
|
go/html/template/attr.go \
|
1518 |
|
|
go/html/template/clone.go \
|
1519 |
|
|
go/html/template/content.go \
|
1520 |
|
|
go/html/template/context.go \
|
1521 |
|
|
go/html/template/css.go \
|
1522 |
|
|
go/html/template/doc.go \
|
1523 |
|
|
go/html/template/error.go \
|
1524 |
|
|
go/html/template/escape.go \
|
1525 |
|
|
go/html/template/html.go \
|
1526 |
|
|
go/html/template/js.go \
|
1527 |
|
|
go/html/template/template.go \
|
1528 |
|
|
go/html/template/transition.go \
|
1529 |
|
|
go/html/template/url.go
|
1530 |
|
|
|
1531 |
|
|
go_image_color_files = \
|
1532 |
|
|
go/image/color/color.go \
|
1533 |
|
|
go/image/color/ycbcr.go
|
1534 |
|
|
|
1535 |
|
|
go_image_draw_files = \
|
1536 |
|
|
go/image/draw/draw.go
|
1537 |
|
|
|
1538 |
|
|
go_image_gif_files = \
|
1539 |
|
|
go/image/gif/reader.go
|
1540 |
|
|
|
1541 |
|
|
go_image_jpeg_files = \
|
1542 |
|
|
go/image/jpeg/fdct.go \
|
1543 |
|
|
go/image/jpeg/huffman.go \
|
1544 |
|
|
go/image/jpeg/idct.go \
|
1545 |
|
|
go/image/jpeg/reader.go \
|
1546 |
|
|
go/image/jpeg/writer.go
|
1547 |
|
|
|
1548 |
|
|
go_image_png_files = \
|
1549 |
|
|
go/image/png/reader.go \
|
1550 |
|
|
go/image/png/writer.go
|
1551 |
|
|
|
1552 |
|
|
go_index_suffixarray_files = \
|
1553 |
|
|
go/index/suffixarray/qsufsort.go \
|
1554 |
|
|
go/index/suffixarray/suffixarray.go
|
1555 |
|
|
|
1556 |
|
|
go_io_ioutil_files = \
|
1557 |
|
|
go/io/ioutil/ioutil.go \
|
1558 |
|
|
go/io/ioutil/tempfile.go
|
1559 |
|
|
|
1560 |
|
|
go_math_big_files = \
|
1561 |
|
|
go/math/big/arith.go \
|
1562 |
|
|
go/math/big/int.go \
|
1563 |
|
|
go/math/big/nat.go \
|
1564 |
|
|
go/math/big/rat.go
|
1565 |
|
|
|
1566 |
|
|
go_math_cmplx_files = \
|
1567 |
|
|
go/math/cmplx/abs.go \
|
1568 |
|
|
go/math/cmplx/asin.go \
|
1569 |
|
|
go/math/cmplx/conj.go \
|
1570 |
|
|
go/math/cmplx/exp.go \
|
1571 |
|
|
go/math/cmplx/isinf.go \
|
1572 |
|
|
go/math/cmplx/isnan.go \
|
1573 |
|
|
go/math/cmplx/log.go \
|
1574 |
|
|
go/math/cmplx/phase.go \
|
1575 |
|
|
go/math/cmplx/polar.go \
|
1576 |
|
|
go/math/cmplx/pow.go \
|
1577 |
|
|
go/math/cmplx/rect.go \
|
1578 |
|
|
go/math/cmplx/sin.go \
|
1579 |
|
|
go/math/cmplx/sqrt.go \
|
1580 |
|
|
go/math/cmplx/tan.go
|
1581 |
|
|
|
1582 |
|
|
go_math_rand_files = \
|
1583 |
|
|
go/math/rand/exp.go \
|
1584 |
|
|
go/math/rand/normal.go \
|
1585 |
|
|
go/math/rand/rand.go \
|
1586 |
|
|
go/math/rand/rng.go \
|
1587 |
|
|
go/math/rand/zipf.go
|
1588 |
|
|
|
1589 |
|
|
go_mime_multipart_files = \
|
1590 |
|
|
go/mime/multipart/formdata.go \
|
1591 |
|
|
go/mime/multipart/multipart.go \
|
1592 |
|
|
go/mime/multipart/writer.go
|
1593 |
|
|
|
1594 |
|
|
go_net_http_files = \
|
1595 |
|
|
go/net/http/chunked.go \
|
1596 |
|
|
go/net/http/client.go \
|
1597 |
|
|
go/net/http/cookie.go \
|
1598 |
|
|
go/net/http/filetransport.go \
|
1599 |
|
|
go/net/http/fs.go \
|
1600 |
|
|
go/net/http/header.go \
|
1601 |
|
|
go/net/http/jar.go \
|
1602 |
|
|
go/net/http/lex.go \
|
1603 |
|
|
go/net/http/request.go \
|
1604 |
|
|
go/net/http/response.go \
|
1605 |
|
|
go/net/http/server.go \
|
1606 |
|
|
go/net/http/sniff.go \
|
1607 |
|
|
go/net/http/status.go \
|
1608 |
|
|
go/net/http/transfer.go \
|
1609 |
|
|
go/net/http/transport.go
|
1610 |
|
|
|
1611 |
|
|
go_net_mail_files = \
|
1612 |
|
|
go/net/mail/message.go
|
1613 |
|
|
|
1614 |
|
|
go_net_smtp_files = \
|
1615 |
|
|
go/net/smtp/auth.go \
|
1616 |
|
|
go/net/smtp/smtp.go
|
1617 |
|
|
|
1618 |
|
|
go_net_textproto_files = \
|
1619 |
|
|
go/net/textproto/header.go \
|
1620 |
|
|
go/net/textproto/pipeline.go \
|
1621 |
|
|
go/net/textproto/reader.go \
|
1622 |
|
|
go/net/textproto/textproto.go \
|
1623 |
|
|
go/net/textproto/writer.go
|
1624 |
|
|
|
1625 |
|
|
go_net_url_files = \
|
1626 |
|
|
go/net/url/url.go
|
1627 |
|
|
|
1628 |
|
|
go_net_http_cgi_files = \
|
1629 |
|
|
go/net/http/cgi/child.go \
|
1630 |
|
|
go/net/http/cgi/host.go
|
1631 |
|
|
|
1632 |
|
|
go_net_http_fcgi_files = \
|
1633 |
|
|
go/net/http/fcgi/child.go \
|
1634 |
|
|
go/net/http/fcgi/fcgi.go
|
1635 |
|
|
|
1636 |
|
|
go_net_http_httptest_files = \
|
1637 |
|
|
go/net/http/httptest/recorder.go \
|
1638 |
|
|
go/net/http/httptest/server.go
|
1639 |
|
|
|
1640 |
|
|
go_net_http_pprof_files = \
|
1641 |
|
|
go/net/http/pprof/pprof.go
|
1642 |
|
|
|
1643 |
|
|
go_net_http_httputil_files = \
|
1644 |
|
|
go/net/http/httputil/chunked.go \
|
1645 |
|
|
go/net/http/httputil/dump.go \
|
1646 |
|
|
go/net/http/httputil/persist.go \
|
1647 |
|
|
go/net/http/httputil/reverseproxy.go
|
1648 |
|
|
|
1649 |
|
|
go_old_netchan_files = \
|
1650 |
|
|
go/old/netchan/common.go \
|
1651 |
|
|
go/old/netchan/export.go \
|
1652 |
|
|
go/old/netchan/import.go
|
1653 |
|
|
|
1654 |
|
|
go_old_regexp_files = \
|
1655 |
|
|
go/old/regexp/regexp.go
|
1656 |
|
|
|
1657 |
|
|
go_old_template_files = \
|
1658 |
|
|
go/old/template/doc.go \
|
1659 |
|
|
go/old/template/execute.go \
|
1660 |
|
|
go/old/template/format.go \
|
1661 |
|
|
go/old/template/parse.go
|
1662 |
|
|
|
1663 |
|
|
go_os_exec_files = \
|
1664 |
|
|
go/os/exec/exec.go \
|
1665 |
|
|
go/os/exec/lp_unix.go
|
1666 |
|
|
|
1667 |
|
|
go_os_user_files = \
|
1668 |
|
|
go/os/user/user.go \
|
1669 |
|
|
go/os/user/lookup_unix.go
|
1670 |
|
|
|
1671 |
|
|
go_path_filepath_files = \
|
1672 |
|
|
go/path/filepath/match.go \
|
1673 |
|
|
go/path/filepath/path.go \
|
1674 |
|
|
go/path/filepath/path_unix.go
|
1675 |
|
|
|
1676 |
|
|
go_regexp_syntax_files = \
|
1677 |
|
|
go/regexp/syntax/compile.go \
|
1678 |
|
|
go/regexp/syntax/parse.go \
|
1679 |
|
|
go/regexp/syntax/perl_groups.go \
|
1680 |
|
|
go/regexp/syntax/prog.go \
|
1681 |
|
|
go/regexp/syntax/regexp.go \
|
1682 |
|
|
go/regexp/syntax/simplify.go
|
1683 |
|
|
|
1684 |
|
|
go_net_rpc_jsonrpc_files = \
|
1685 |
|
|
go/net/rpc/jsonrpc/client.go \
|
1686 |
|
|
go/net/rpc/jsonrpc/server.go
|
1687 |
|
|
|
1688 |
|
|
go_runtime_debug_files = \
|
1689 |
|
|
go/runtime/debug/stack.go
|
1690 |
|
|
|
1691 |
|
|
go_runtime_pprof_files = \
|
1692 |
|
|
go/runtime/pprof/pprof.go
|
1693 |
|
|
|
1694 |
|
|
go_text_tabwriter_files = \
|
1695 |
|
|
go/text/tabwriter/tabwriter.go
|
1696 |
|
|
|
1697 |
|
|
go_text_template_files = \
|
1698 |
|
|
go/text/template/doc.go \
|
1699 |
|
|
go/text/template/exec.go \
|
1700 |
|
|
go/text/template/funcs.go \
|
1701 |
|
|
go/text/template/helper.go \
|
1702 |
|
|
go/text/template/template.go
|
1703 |
|
|
|
1704 |
|
|
go_text_template_parse_files = \
|
1705 |
|
|
go/text/template/parse/lex.go \
|
1706 |
|
|
go/text/template/parse/node.go \
|
1707 |
|
|
go/text/template/parse/parse.go
|
1708 |
|
|
|
1709 |
|
|
go_sync_atomic_files = \
|
1710 |
|
|
go/sync/atomic/doc.go
|
1711 |
|
|
|
1712 |
|
|
go_sync_atomic_c_files = \
|
1713 |
|
|
go/sync/atomic/atomic.c
|
1714 |
|
|
|
1715 |
|
|
go_testing_iotest_files = \
|
1716 |
|
|
go/testing/iotest/logger.go \
|
1717 |
|
|
go/testing/iotest/reader.go \
|
1718 |
|
|
go/testing/iotest/writer.go
|
1719 |
|
|
|
1720 |
|
|
go_testing_quick_files = \
|
1721 |
|
|
go/testing/quick/quick.go
|
1722 |
|
|
|
1723 |
|
|
go_testing_script_files = \
|
1724 |
|
|
go/testing/script/script.go
|
1725 |
|
|
|
1726 |
|
|
go_text_scanner_files = \
|
1727 |
|
|
go/text/scanner/scanner.go
|
1728 |
|
|
|
1729 |
|
|
go_unicode_utf16_files = \
|
1730 |
|
|
go/unicode/utf16/utf16.go
|
1731 |
|
|
|
1732 |
|
|
go_unicode_utf8_files = \
|
1733 |
|
|
go/unicode/utf8/utf8.go
|
1734 |
|
|
|
1735 |
|
|
@LIBGO_IS_RTEMS_FALSE@syscall_syscall_file = go/syscall/syscall_unix.go
|
1736 |
|
|
|
1737 |
|
|
# Define Syscall and Syscall6.
|
1738 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_syscall_file = go/syscall/syscall_stubs.go
|
1739 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_file = go/syscall/exec_unix.go
|
1740 |
|
|
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_file = go/syscall/exec_unix.go
|
1741 |
|
|
|
1742 |
|
|
# Define ForkExec and Exec.
|
1743 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_exec_file = go/syscall/exec_stubs.go
|
1744 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = go/syscall/exec_bsd.go
|
1745 |
|
|
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = go/syscall/exec_linux.go
|
1746 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_exec_os_file =
|
1747 |
|
|
@HAVE_WAIT4_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_wait_file = go/syscall/libcall_waitpid.go
|
1748 |
|
|
@HAVE_WAIT4_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_wait_file = go/syscall/libcall_wait4.go
|
1749 |
|
|
|
1750 |
|
|
# Define Wait4.
|
1751 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_wait_file =
|
1752 |
|
|
@LIBGO_IS_RTEMS_FALSE@syscall_wait_c_file = go/syscall/wait.c
|
1753 |
|
|
|
1754 |
|
|
# Support for pulling apart wait status.
|
1755 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_wait_c_file =
|
1756 |
|
|
@LIBGO_IS_RTEMS_FALSE@syscall_sleep_file = go/syscall/sleep_select.go
|
1757 |
|
|
|
1758 |
|
|
# Define Sleep.
|
1759 |
|
|
@LIBGO_IS_RTEMS_TRUE@syscall_sleep_file = go/syscall/sleep_rtems.go
|
1760 |
|
|
@HAVE_STRERROR_R_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = go/syscall/errstr_nor.go
|
1761 |
|
|
@HAVE_STRERROR_R_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = go/syscall/errstr.go
|
1762 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_TRUE@syscall_errstr_file = go/syscall/errstr_linux.go
|
1763 |
|
|
|
1764 |
|
|
# Define Errstr.
|
1765 |
|
|
@LIBGO_IS_LINUX_TRUE@syscall_errstr_file = go/syscall/errstr_linux.go
|
1766 |
|
|
# Use lseek on 64-bit Solaris.
|
1767 |
|
|
@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_size_file = go/syscall/libcall_posix_regfile.go
|
1768 |
|
|
# Use lseek64 on 32-bit Solaris/SPARC.
|
1769 |
|
|
@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
|
1770 |
|
|
# Use lseek64 on 32-bit Solaris/x86.
|
1771 |
|
|
@LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
|
1772 |
|
|
# Use lseek by default.
|
1773 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_size_file = go/syscall/libcall_posix_regfile.go
|
1774 |
|
|
|
1775 |
|
|
# Declare libc functions that vary for largefile systems.
|
1776 |
|
|
# Always use lseek64 on GNU/Linux.
|
1777 |
|
|
@LIBGO_IS_LINUX_TRUE@syscall_size_file = go/syscall/libcall_posix_largefile.go
|
1778 |
|
|
@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_file = go/syscall/socket_bsd.go
|
1779 |
|
|
@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_file = go/syscall/socket_irix.go
|
1780 |
|
|
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_socket_file = go/syscall/socket_solaris.go
|
1781 |
|
|
|
1782 |
|
|
# Define socket sizes and types.
|
1783 |
|
|
@LIBGO_IS_LINUX_TRUE@syscall_socket_file = go/syscall/socket_linux.go epoll.go
|
1784 |
|
|
@LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file = go/syscall/libcall_uname.go
|
1785 |
|
|
|
1786 |
|
|
# Support for uname.
|
1787 |
|
|
# 32-bit Solaris 2/x86 needs _nuname, handled in libcall_solaris_386.go.
|
1788 |
|
|
@LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file =
|
1789 |
|
|
@LIBGO_IS_SOLARIS_FALSE@syscall_uname_file = go/syscall/libcall_uname.go
|
1790 |
|
|
@LIBGO_IS_LINUX_FALSE@syscall_sockcmsg_file =
|
1791 |
|
|
|
1792 |
|
|
# GNU/Linux specific socket control messages.
|
1793 |
|
|
@LIBGO_IS_LINUX_TRUE@syscall_sockcmsg_file = go/syscall/sockcmsg_linux.go
|
1794 |
|
|
@LIBGO_IS_LINUX_FALSE@syscall_netlink_file =
|
1795 |
|
|
|
1796 |
|
|
# Support for netlink sockets and messages.
|
1797 |
|
|
@LIBGO_IS_LINUX_TRUE@syscall_netlink_file = go/syscall/netlink_linux.go
|
1798 |
|
|
go_base_syscall_files = \
|
1799 |
|
|
go/syscall/env_unix.go \
|
1800 |
|
|
go/syscall/syscall_errno.go \
|
1801 |
|
|
go/syscall/libcall_support.go \
|
1802 |
|
|
go/syscall/libcall_posix.go \
|
1803 |
|
|
go/syscall/socket.go \
|
1804 |
|
|
go/syscall/sockcmsg_unix.go \
|
1805 |
|
|
go/syscall/str.go \
|
1806 |
|
|
go/syscall/syscall.go \
|
1807 |
|
|
$(syscall_sockcmsg_file) \
|
1808 |
|
|
$(syscall_syscall_file) \
|
1809 |
|
|
$(syscall_exec_file) \
|
1810 |
|
|
$(syscall_exec_os_file) \
|
1811 |
|
|
$(syscall_wait_file) \
|
1812 |
|
|
$(syscall_sleep_file) \
|
1813 |
|
|
$(syscall_errstr_file) \
|
1814 |
|
|
$(syscall_size_file) \
|
1815 |
|
|
$(syscall_socket_file) \
|
1816 |
|
|
$(syscall_uname_file) \
|
1817 |
|
|
$(syscall_netlink_file) \
|
1818 |
|
|
$(GO_LIBCALL_OS_FILE) \
|
1819 |
|
|
$(GO_LIBCALL_OS_ARCH_FILE) \
|
1820 |
|
|
$(GO_SYSCALL_OS_FILE) \
|
1821 |
|
|
$(GO_SYSCALL_OS_ARCH_FILE)
|
1822 |
|
|
|
1823 |
|
|
go_syscall_files = \
|
1824 |
|
|
$(go_base_syscall_files) \
|
1825 |
|
|
libcalls.go \
|
1826 |
|
|
sysinfo.go \
|
1827 |
|
|
syscall_arch.go
|
1828 |
|
|
|
1829 |
|
|
go_syscall_c_files = \
|
1830 |
|
|
go/syscall/errno.c \
|
1831 |
|
|
$(syscall_wait_c_file)
|
1832 |
|
|
|
1833 |
|
|
@LIBGO_IS_LINUX_FALSE@os_lib_inotify_lo =
|
1834 |
|
|
|
1835 |
|
|
# os_lib_inotify_lo = os/inotify.lo
|
1836 |
|
|
@LIBGO_IS_LINUX_TRUE@os_lib_inotify_lo =
|
1837 |
|
|
libgo_go_objs = \
|
1838 |
|
|
bufio/bufio.lo \
|
1839 |
|
|
bytes/bytes.lo \
|
1840 |
|
|
bytes/index.lo \
|
1841 |
|
|
crypto/crypto.lo \
|
1842 |
|
|
errors/errors.lo \
|
1843 |
|
|
expvar/expvar.lo \
|
1844 |
|
|
flag/flag.lo \
|
1845 |
|
|
fmt/fmt.lo \
|
1846 |
|
|
hash/hash.lo \
|
1847 |
|
|
html/html.lo \
|
1848 |
|
|
image/image.lo \
|
1849 |
|
|
io/io.lo \
|
1850 |
|
|
log/log.lo \
|
1851 |
|
|
math/math.lo \
|
1852 |
|
|
net/net.lo \
|
1853 |
|
|
os/exec.lo \
|
1854 |
|
|
os/os.lo \
|
1855 |
|
|
path/path.lo \
|
1856 |
|
|
reflect/reflect.lo \
|
1857 |
|
|
regexp/regexp.lo \
|
1858 |
|
|
runtime/runtime.lo \
|
1859 |
|
|
sort/sort.lo \
|
1860 |
|
|
strconv/strconv.lo \
|
1861 |
|
|
strings/strings.lo \
|
1862 |
|
|
sync/sync.lo \
|
1863 |
|
|
time/time.lo \
|
1864 |
|
|
unicode/unicode.lo \
|
1865 |
|
|
archive/tar.lo \
|
1866 |
|
|
archive/zip.lo \
|
1867 |
|
|
compress/bzip2.lo \
|
1868 |
|
|
compress/flate.lo \
|
1869 |
|
|
compress/gzip.lo \
|
1870 |
|
|
compress/lzw.lo \
|
1871 |
|
|
compress/zlib.lo \
|
1872 |
|
|
container/heap.lo \
|
1873 |
|
|
container/list.lo \
|
1874 |
|
|
container/ring.lo \
|
1875 |
|
|
crypto/aes.lo \
|
1876 |
|
|
crypto/cipher.lo \
|
1877 |
|
|
crypto/des.lo \
|
1878 |
|
|
crypto/dsa.lo \
|
1879 |
|
|
crypto/ecdsa.lo \
|
1880 |
|
|
crypto/elliptic.lo \
|
1881 |
|
|
crypto/hmac.lo \
|
1882 |
|
|
crypto/md5.lo \
|
1883 |
|
|
crypto/rand.lo \
|
1884 |
|
|
crypto/rc4.lo \
|
1885 |
|
|
crypto/rsa.lo \
|
1886 |
|
|
crypto/sha1.lo \
|
1887 |
|
|
crypto/sha256.lo \
|
1888 |
|
|
crypto/sha512.lo \
|
1889 |
|
|
crypto/subtle.lo \
|
1890 |
|
|
crypto/tls.lo \
|
1891 |
|
|
crypto/x509.lo \
|
1892 |
|
|
crypto/x509/pkix.lo \
|
1893 |
|
|
database/sql.lo \
|
1894 |
|
|
database/sql/driver.lo \
|
1895 |
|
|
debug/dwarf.lo \
|
1896 |
|
|
debug/elf.lo \
|
1897 |
|
|
debug/gosym.lo \
|
1898 |
|
|
debug/macho.lo \
|
1899 |
|
|
debug/pe.lo \
|
1900 |
|
|
encoding/ascii85.lo \
|
1901 |
|
|
encoding/asn1.lo \
|
1902 |
|
|
encoding/base32.lo \
|
1903 |
|
|
encoding/base64.lo \
|
1904 |
|
|
encoding/binary.lo \
|
1905 |
|
|
encoding/csv.lo \
|
1906 |
|
|
encoding/gob.lo \
|
1907 |
|
|
encoding/hex.lo \
|
1908 |
|
|
encoding/json.lo \
|
1909 |
|
|
encoding/pem.lo \
|
1910 |
|
|
encoding/xml.lo \
|
1911 |
|
|
exp/ebnf.lo \
|
1912 |
|
|
exp/html.lo \
|
1913 |
|
|
exp/norm.lo \
|
1914 |
|
|
exp/proxy.lo \
|
1915 |
|
|
exp/signal.lo \
|
1916 |
|
|
exp/terminal.lo \
|
1917 |
|
|
exp/types.lo \
|
1918 |
|
|
exp/utf8string.lo \
|
1919 |
|
|
html/template.lo \
|
1920 |
|
|
go/ast.lo \
|
1921 |
|
|
go/build.lo \
|
1922 |
|
|
go/doc.lo \
|
1923 |
|
|
go/parser.lo \
|
1924 |
|
|
go/printer.lo \
|
1925 |
|
|
go/scanner.lo \
|
1926 |
|
|
go/token.lo \
|
1927 |
|
|
hash/adler32.lo \
|
1928 |
|
|
hash/crc32.lo \
|
1929 |
|
|
hash/crc64.lo \
|
1930 |
|
|
hash/fnv.lo \
|
1931 |
|
|
net/http/cgi.lo \
|
1932 |
|
|
net/http/fcgi.lo \
|
1933 |
|
|
net/http/httptest.lo \
|
1934 |
|
|
net/http/httputil.lo \
|
1935 |
|
|
net/http/pprof.lo \
|
1936 |
|
|
image/color.lo \
|
1937 |
|
|
image/draw.lo \
|
1938 |
|
|
image/gif.lo \
|
1939 |
|
|
image/jpeg.lo \
|
1940 |
|
|
image/png.lo \
|
1941 |
|
|
index/suffixarray.lo \
|
1942 |
|
|
io/ioutil.lo \
|
1943 |
|
|
log/syslog.lo \
|
1944 |
|
|
log/syslog/syslog_c.lo \
|
1945 |
|
|
math/big.lo \
|
1946 |
|
|
math/cmplx.lo \
|
1947 |
|
|
math/rand.lo \
|
1948 |
|
|
mime/mime.lo \
|
1949 |
|
|
mime/multipart.lo \
|
1950 |
|
|
net/http.lo \
|
1951 |
|
|
net/mail.lo \
|
1952 |
|
|
net/rpc.lo \
|
1953 |
|
|
net/smtp.lo \
|
1954 |
|
|
net/textproto.lo \
|
1955 |
|
|
net/url.lo \
|
1956 |
|
|
old/netchan.lo \
|
1957 |
|
|
old/regexp.lo \
|
1958 |
|
|
old/template.lo \
|
1959 |
|
|
$(os_lib_inotify_lo) \
|
1960 |
|
|
os/user.lo \
|
1961 |
|
|
path/filepath.lo \
|
1962 |
|
|
regexp/syntax.lo \
|
1963 |
|
|
net/rpc/jsonrpc.lo \
|
1964 |
|
|
runtime/debug.lo \
|
1965 |
|
|
runtime/pprof.lo \
|
1966 |
|
|
sync/atomic.lo \
|
1967 |
|
|
sync/atomic_c.lo \
|
1968 |
|
|
syscall/syscall.lo \
|
1969 |
|
|
syscall/errno.lo \
|
1970 |
|
|
syscall/wait.lo \
|
1971 |
|
|
text/scanner.lo \
|
1972 |
|
|
text/tabwriter.lo \
|
1973 |
|
|
text/template.lo \
|
1974 |
|
|
text/template/parse.lo \
|
1975 |
|
|
testing/testing.lo \
|
1976 |
|
|
testing/iotest.lo \
|
1977 |
|
|
testing/quick.lo \
|
1978 |
|
|
testing/script.lo \
|
1979 |
|
|
unicode/utf16.lo \
|
1980 |
|
|
unicode/utf8.lo
|
1981 |
|
|
|
1982 |
|
|
libgo_la_SOURCES = $(runtime_files)
|
1983 |
|
|
libgo_la_LDFLAGS = $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
|
1984 |
|
|
libgo_la_LIBADD = \
|
1985 |
|
|
$(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
|
1986 |
|
|
|
1987 |
|
|
libgobegin_a_SOURCES = \
|
1988 |
|
|
runtime/go-main.c
|
1989 |
|
|
|
1990 |
|
|
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
1991 |
|
|
AM_GOCFLAGS = $(STRINGOPS_FLAG)
|
1992 |
|
|
GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
|
1993 |
|
|
LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
|
1994 |
|
|
$(AM_GOCFLAGS) $(GOCFLAGS)
|
1995 |
|
|
|
1996 |
|
|
GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
|
1997 |
|
|
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
|
1998 |
|
|
|
1999 |
|
|
|
2000 |
|
|
# Build the dependencies for a Go package.
|
2001 |
|
|
BUILDDEPS = \
|
2002 |
|
|
$(MKDIR_P) $(@D); \
|
2003 |
|
|
$(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $^ > $@.tmp; \
|
2004 |
|
|
mv -f $@.tmp $@
|
2005 |
|
|
|
2006 |
|
|
|
2007 |
|
|
# Build the .go files for a package, generating a .lo file.
|
2008 |
|
|
BUILDPACKAGE = \
|
2009 |
|
|
$(MKDIR_P) $(@D); \
|
2010 |
|
|
files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
|
2011 |
|
|
$(LTGOCOMPILE) -I . -c -fgo-prefix="libgo_$(@D)" -o $@ $$files
|
2012 |
|
|
|
2013 |
|
|
@LIBGO_IS_RTEMS_FALSE@use_dejagnu = no
|
2014 |
|
|
@LIBGO_IS_RTEMS_TRUE@use_dejagnu = yes
|
2015 |
|
|
GOTESTFLAGS =
|
2016 |
|
|
|
2017 |
|
|
# Check a package.
|
2018 |
|
|
CHECK = \
|
2019 |
|
|
GC="$(GOC) $(GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
|
2020 |
|
|
export GC; \
|
2021 |
|
|
GOLIBS="$(MATH_LIBS) $(NET_LIBS)"; \
|
2022 |
|
|
export GOLIBS; \
|
2023 |
|
|
RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
|
2024 |
|
|
export RUNTESTFLAGS; \
|
2025 |
|
|
MAKE="$(MAKE)"; \
|
2026 |
|
|
export MAKE; \
|
2027 |
|
|
libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
|
2028 |
|
|
LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
|
2029 |
|
|
LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
|
2030 |
|
|
export LD_LIBRARY_PATH; \
|
2031 |
|
|
rm -f $@-testsum $@-testlog; \
|
2032 |
|
|
prefix=`if test "$(@D)" = "regexp"; then echo regexp-test; else dirname $(@D); fi`; \
|
2033 |
|
|
test "$${prefix}" != "." || prefix="$(@D)"; \
|
2034 |
|
|
if test "$(use_dejagnu)" = "yes"; then \
|
2035 |
|
|
$(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" $(GOTESTFLAGS); \
|
2036 |
|
|
else \
|
2037 |
|
|
if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
|
2038 |
|
|
echo "PASS: $(@D)" >> $@-testlog; \
|
2039 |
|
|
echo "PASS: $(@D)"; \
|
2040 |
|
|
echo "PASS: $(@D)" > $@-testsum; \
|
2041 |
|
|
else \
|
2042 |
|
|
echo "FAIL: $(@D)" >> $@-testlog; \
|
2043 |
|
|
cat $@-testlog; \
|
2044 |
|
|
echo "FAIL: $(@D)" > $@-testsum; \
|
2045 |
|
|
exit 1; \
|
2046 |
|
|
fi; \
|
2047 |
|
|
fi
|
2048 |
|
|
|
2049 |
|
|
|
2050 |
|
|
# Build all packages before checking any.
|
2051 |
|
|
CHECK_DEPS = libgo.la libgobegin.a \
|
2052 |
|
|
$(toolexeclibgo_DATA) \
|
2053 |
|
|
$(toolexeclibgoarchive_DATA) \
|
2054 |
|
|
$(toolexeclibgocompress_DATA) \
|
2055 |
|
|
$(toolexeclibgocontainer_DATA) \
|
2056 |
|
|
$(toolexeclibgocrypto_DATA) \
|
2057 |
|
|
$(toolexeclibgodebug_DATA) \
|
2058 |
|
|
$(toolexeclibgoencoding_DATA) \
|
2059 |
|
|
$(toolexeclibgoexp_DATA) \
|
2060 |
|
|
$(toolexeclibgogo_DATA) \
|
2061 |
|
|
$(toolexeclibgohash_DATA) \
|
2062 |
|
|
$(toolexeclibgoimage_DATA) \
|
2063 |
|
|
$(toolexeclibgoindex_DATA) \
|
2064 |
|
|
$(toolexeclibgoio_DATA) \
|
2065 |
|
|
$(toolexeclibgolog_DATA) \
|
2066 |
|
|
$(toolexeclibgomath_DATA) \
|
2067 |
|
|
$(toolexeclibgomime_DATA) \
|
2068 |
|
|
$(toolexeclibgonet_DATA) \
|
2069 |
|
|
$(toolexeclibgonethttp_DATA) \
|
2070 |
|
|
$(toolexeclibgoos_DATA) \
|
2071 |
|
|
$(toolexeclibgopath_DATA) \
|
2072 |
|
|
$(toolexeclibgorpc_DATA) \
|
2073 |
|
|
$(toolexeclibgoruntime_DATA) \
|
2074 |
|
|
$(toolexeclibgosync_DATA) \
|
2075 |
|
|
$(toolexeclibgotesting_DATA) \
|
2076 |
|
|
$(toolexeclibgotext_DATA) \
|
2077 |
|
|
$(toolexeclibgotexttemplate_DATA) \
|
2078 |
|
|
$(toolexeclibgounicode_DATA)
|
2079 |
|
|
|
2080 |
|
|
|
2081 |
|
|
# How to build a .gox file from a .lo file.
|
2082 |
|
|
BUILDGOX = \
|
2083 |
|
|
f=`echo $< | sed -e 's/.lo$$/.o/'`; \
|
2084 |
|
|
$(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
|
2085 |
|
|
|
2086 |
|
|
@LIBGO_IS_LINUX_FALSE@exp_inotify_check =
|
2087 |
|
|
|
2088 |
|
|
# exp_inotify_check = exp/inotify/check
|
2089 |
|
|
@LIBGO_IS_LINUX_TRUE@exp_inotify_check =
|
2090 |
|
|
TEST_PACKAGES = \
|
2091 |
|
|
bufio/check \
|
2092 |
|
|
bytes/check \
|
2093 |
|
|
errors/check \
|
2094 |
|
|
expvar/check \
|
2095 |
|
|
flag/check \
|
2096 |
|
|
fmt/check \
|
2097 |
|
|
html/check \
|
2098 |
|
|
image/check \
|
2099 |
|
|
io/check \
|
2100 |
|
|
log/check \
|
2101 |
|
|
math/check \
|
2102 |
|
|
mime/check \
|
2103 |
|
|
net/check \
|
2104 |
|
|
os/check \
|
2105 |
|
|
path/check \
|
2106 |
|
|
reflect/check \
|
2107 |
|
|
regexp/check \
|
2108 |
|
|
runtime/check \
|
2109 |
|
|
sort/check \
|
2110 |
|
|
strconv/check \
|
2111 |
|
|
strings/check \
|
2112 |
|
|
sync/check \
|
2113 |
|
|
time/check \
|
2114 |
|
|
unicode/check \
|
2115 |
|
|
archive/tar/check \
|
2116 |
|
|
archive/zip/check \
|
2117 |
|
|
compress/bzip2/check \
|
2118 |
|
|
compress/flate/check \
|
2119 |
|
|
compress/gzip/check \
|
2120 |
|
|
compress/lzw/check \
|
2121 |
|
|
compress/zlib/check \
|
2122 |
|
|
container/heap/check \
|
2123 |
|
|
container/list/check \
|
2124 |
|
|
container/ring/check \
|
2125 |
|
|
crypto/aes/check \
|
2126 |
|
|
crypto/cipher/check \
|
2127 |
|
|
crypto/des/check \
|
2128 |
|
|
crypto/dsa/check \
|
2129 |
|
|
crypto/ecdsa/check \
|
2130 |
|
|
crypto/elliptic/check \
|
2131 |
|
|
crypto/hmac/check \
|
2132 |
|
|
crypto/md5/check \
|
2133 |
|
|
crypto/rand/check \
|
2134 |
|
|
crypto/rc4/check \
|
2135 |
|
|
crypto/rsa/check \
|
2136 |
|
|
crypto/sha1/check \
|
2137 |
|
|
crypto/sha256/check \
|
2138 |
|
|
crypto/sha512/check \
|
2139 |
|
|
crypto/subtle/check \
|
2140 |
|
|
crypto/tls/check \
|
2141 |
|
|
crypto/x509/check \
|
2142 |
|
|
database/sql/check \
|
2143 |
|
|
database/sql/driver/check \
|
2144 |
|
|
debug/dwarf/check \
|
2145 |
|
|
debug/elf/check \
|
2146 |
|
|
debug/macho/check \
|
2147 |
|
|
debug/pe/check \
|
2148 |
|
|
encoding/ascii85/check \
|
2149 |
|
|
encoding/asn1/check \
|
2150 |
|
|
encoding/base32/check \
|
2151 |
|
|
encoding/base64/check \
|
2152 |
|
|
encoding/binary/check \
|
2153 |
|
|
encoding/csv/check \
|
2154 |
|
|
encoding/gob/check \
|
2155 |
|
|
encoding/hex/check \
|
2156 |
|
|
encoding/json/check \
|
2157 |
|
|
encoding/pem/check \
|
2158 |
|
|
encoding/xml/check \
|
2159 |
|
|
exp/ebnf/check \
|
2160 |
|
|
exp/html/check \
|
2161 |
|
|
$(exp_inotify_check) \
|
2162 |
|
|
exp/norm/check \
|
2163 |
|
|
exp/proxy/check \
|
2164 |
|
|
exp/signal/check \
|
2165 |
|
|
exp/terminal/check \
|
2166 |
|
|
exp/utf8string/check \
|
2167 |
|
|
html/template/check \
|
2168 |
|
|
go/ast/check \
|
2169 |
|
|
$(go_build_check_omitted_since_it_calls_6g) \
|
2170 |
|
|
go/doc/check \
|
2171 |
|
|
go/parser/check \
|
2172 |
|
|
go/printer/check \
|
2173 |
|
|
go/scanner/check \
|
2174 |
|
|
go/token/check \
|
2175 |
|
|
$(go_types_check_omitted_since_it_calls_6g) \
|
2176 |
|
|
hash/adler32/check \
|
2177 |
|
|
hash/crc32/check \
|
2178 |
|
|
hash/crc64/check \
|
2179 |
|
|
hash/fnv/check \
|
2180 |
|
|
image/color/check \
|
2181 |
|
|
image/draw/check \
|
2182 |
|
|
image/jpeg/check \
|
2183 |
|
|
image/png/check \
|
2184 |
|
|
index/suffixarray/check \
|
2185 |
|
|
io/ioutil/check \
|
2186 |
|
|
log/syslog/check \
|
2187 |
|
|
math/big/check \
|
2188 |
|
|
math/cmplx/check \
|
2189 |
|
|
math/rand/check \
|
2190 |
|
|
mime/multipart/check \
|
2191 |
|
|
net/http/check \
|
2192 |
|
|
net/http/cgi/check \
|
2193 |
|
|
net/http/fcgi/check \
|
2194 |
|
|
net/http/httputil/check \
|
2195 |
|
|
net/mail/check \
|
2196 |
|
|
net/rpc/check \
|
2197 |
|
|
net/smtp/check \
|
2198 |
|
|
net/textproto/check \
|
2199 |
|
|
net/url/check \
|
2200 |
|
|
net/rpc/jsonrpc/check \
|
2201 |
|
|
old/netchan/check \
|
2202 |
|
|
old/regexp/check \
|
2203 |
|
|
old/template/check \
|
2204 |
|
|
os/exec/check \
|
2205 |
|
|
os/user/check \
|
2206 |
|
|
path/filepath/check \
|
2207 |
|
|
regexp/syntax/check \
|
2208 |
|
|
sync/atomic/check \
|
2209 |
|
|
text/scanner/check \
|
2210 |
|
|
text/tabwriter/check \
|
2211 |
|
|
text/template/check \
|
2212 |
|
|
text/template/parse/check \
|
2213 |
|
|
testing/quick/check \
|
2214 |
|
|
testing/script/check \
|
2215 |
|
|
unicode/utf16/check \
|
2216 |
|
|
unicode/utf8/check
|
2217 |
|
|
|
2218 |
|
|
MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
|
2219 |
|
|
CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
|
2220 |
|
|
all: config.h
|
2221 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
2222 |
|
|
|
2223 |
|
|
.SUFFIXES:
|
2224 |
|
|
.SUFFIXES: .c .go .gox .o .obj .lo .a
|
2225 |
|
|
am--refresh:
|
2226 |
|
|
@:
|
2227 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
2228 |
|
|
@for dep in $?; do \
|
2229 |
|
|
case '$(am__configure_deps)' in \
|
2230 |
|
|
*$$dep*) \
|
2231 |
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
2232 |
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
2233 |
|
|
&& exit 0; \
|
2234 |
|
|
exit 1;; \
|
2235 |
|
|
esac; \
|
2236 |
|
|
done; \
|
2237 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
2238 |
|
|
$(am__cd) $(top_srcdir) && \
|
2239 |
|
|
$(AUTOMAKE) --foreign Makefile
|
2240 |
|
|
.PRECIOUS: Makefile
|
2241 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
2242 |
|
|
@case '$?' in \
|
2243 |
|
|
*config.status*) \
|
2244 |
|
|
echo ' $(SHELL) ./config.status'; \
|
2245 |
|
|
$(SHELL) ./config.status;; \
|
2246 |
|
|
*) \
|
2247 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
2248 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
2249 |
|
|
esac;
|
2250 |
|
|
|
2251 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
2252 |
|
|
$(SHELL) ./config.status --recheck
|
2253 |
|
|
|
2254 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
2255 |
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
2256 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
2257 |
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
2258 |
|
|
$(am__aclocal_m4_deps):
|
2259 |
|
|
|
2260 |
|
|
config.h: stamp-h1
|
2261 |
|
|
@if test ! -f $@; then \
|
2262 |
|
|
rm -f stamp-h1; \
|
2263 |
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
2264 |
|
|
else :; fi
|
2265 |
|
|
|
2266 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
2267 |
|
|
@rm -f stamp-h1
|
2268 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
2269 |
|
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
2270 |
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
2271 |
|
|
rm -f stamp-h1
|
2272 |
|
|
touch $@
|
2273 |
|
|
|
2274 |
|
|
distclean-hdr:
|
2275 |
|
|
-rm -f config.h stamp-h1
|
2276 |
|
|
install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
|
2277 |
|
|
@$(NORMAL_INSTALL)
|
2278 |
|
|
test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
|
2279 |
|
|
@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
2280 |
|
|
list2=; for p in $$list; do \
|
2281 |
|
|
if test -f $$p; then \
|
2282 |
|
|
list2="$$list2 $$p"; \
|
2283 |
|
|
else :; fi; \
|
2284 |
|
|
done; \
|
2285 |
|
|
test -z "$$list2" || { \
|
2286 |
|
|
echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
|
2287 |
|
|
$(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
|
2288 |
|
|
@$(POST_INSTALL)
|
2289 |
|
|
@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
2290 |
|
|
for p in $$list; do \
|
2291 |
|
|
if test -f $$p; then \
|
2292 |
|
|
$(am__strip_dir) \
|
2293 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
|
2294 |
|
|
( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
|
2295 |
|
|
else :; fi; \
|
2296 |
|
|
done
|
2297 |
|
|
|
2298 |
|
|
uninstall-toolexeclibLIBRARIES:
|
2299 |
|
|
@$(NORMAL_UNINSTALL)
|
2300 |
|
|
@list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
2301 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
2302 |
|
|
test -n "$$files" || exit 0; \
|
2303 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f "$$files" )"; \
|
2304 |
|
|
cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
|
2305 |
|
|
|
2306 |
|
|
clean-toolexeclibLIBRARIES:
|
2307 |
|
|
-test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
|
2308 |
|
|
libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES)
|
2309 |
|
|
-rm -f libgobegin.a
|
2310 |
|
|
$(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
|
2311 |
|
|
$(RANLIB) libgobegin.a
|
2312 |
|
|
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
|
2313 |
|
|
@$(NORMAL_INSTALL)
|
2314 |
|
|
test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
|
2315 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
2316 |
|
|
list2=; for p in $$list; do \
|
2317 |
|
|
if test -f $$p; then \
|
2318 |
|
|
list2="$$list2 $$p"; \
|
2319 |
|
|
else :; fi; \
|
2320 |
|
|
done; \
|
2321 |
|
|
test -z "$$list2" || { \
|
2322 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
|
2323 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
|
2324 |
|
|
}
|
2325 |
|
|
|
2326 |
|
|
uninstall-toolexeclibLTLIBRARIES:
|
2327 |
|
|
@$(NORMAL_UNINSTALL)
|
2328 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
|
2329 |
|
|
for p in $$list; do \
|
2330 |
|
|
$(am__strip_dir) \
|
2331 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
|
2332 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
|
2333 |
|
|
done
|
2334 |
|
|
|
2335 |
|
|
clean-toolexeclibLTLIBRARIES:
|
2336 |
|
|
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
|
2337 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
2338 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
2339 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
2340 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
2341 |
|
|
rm -f "$${dir}/so_locations"; \
|
2342 |
|
|
done
|
2343 |
|
|
libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES)
|
2344 |
|
|
$(libgo_la_LINK) -rpath $(toolexeclibdir) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
|
2345 |
|
|
|
2346 |
|
|
mostlyclean-compile:
|
2347 |
|
|
-rm -f *.$(OBJEXT)
|
2348 |
|
|
|
2349 |
|
|
distclean-compile:
|
2350 |
|
|
-rm -f *.tab.c
|
2351 |
|
|
|
2352 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
|
2353 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuprof.Plo@am__quote@
|
2354 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
|
2355 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
|
2356 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
|
2357 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
|
2358 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
|
2359 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
|
2360 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
|
2361 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
|
2362 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
|
2363 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
|
2364 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
|
2365 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-copy.Plo@am__quote@
|
2366 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
|
2367 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
|
2368 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
|
2369 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
|
2370 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-getgoroot.Plo@am__quote@
|
2371 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
|
2372 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
|
2373 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
|
2374 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-eface-compare.Plo@am__quote@
|
2375 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
|
2376 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-main.Po@am__quote@
|
2377 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-make-slice.Plo@am__quote@
|
2378 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
|
2379 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
|
2380 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
|
2381 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
|
2382 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
|
2383 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
|
2384 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
|
2385 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
|
2386 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
|
2387 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
|
2388 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
|
2389 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
|
2390 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
|
2391 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
|
2392 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
|
2393 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect.Plo@am__quote@
|
2394 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
|
2395 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
|
2396 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
|
2397 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
|
2398 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
|
2399 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
|
2400 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
|
2401 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
|
2402 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
|
2403 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-trampoline.Plo@am__quote@
|
2404 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-complex.Plo@am__quote@
|
2405 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
|
2406 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
|
2407 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-float.Plo@am__quote@
|
2408 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
|
2409 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
|
2410 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
|
2411 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
|
2412 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typestring.Plo@am__quote@
|
2413 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unreflect.Plo@am__quote@
|
2414 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
|
2415 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
|
2416 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
|
2417 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
|
2418 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iface.Plo@am__quote@
|
2419 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_futex.Plo@am__quote@
|
2420 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock_sema.Plo@am__quote@
|
2421 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
|
2422 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
|
2423 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
|
2424 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
|
2425 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
|
2426 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
|
2427 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfinal.Plo@am__quote@
|
2428 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
|
2429 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
|
2430 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
|
2431 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
|
2432 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
|
2433 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
|
2434 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
|
2435 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
|
2436 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime.Plo@am__quote@
|
2437 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime1.Plo@am__quote@
|
2438 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sema.Plo@am__quote@
|
2439 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
|
2440 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
|
2441 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
|
2442 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
|
2443 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
|
2444 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
|
2445 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
|
2446 |
|
|
|
2447 |
|
|
.c.o:
|
2448 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
2449 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2450 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2451 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2452 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
2453 |
|
|
|
2454 |
|
|
.c.obj:
|
2455 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
2456 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2457 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2458 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2459 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
2460 |
|
|
|
2461 |
|
|
.c.lo:
|
2462 |
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
2463 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
2464 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
2465 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2466 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
2467 |
|
|
|
2468 |
|
|
go-main.o: runtime/go-main.c
|
2469 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-main.o -MD -MP -MF $(DEPDIR)/go-main.Tpo -c -o go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
|
2470 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
|
2471 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.o' libtool=no @AMDEPBACKSLASH@
|
2472 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2473 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
|
2474 |
|
|
|
2475 |
|
|
go-main.obj: runtime/go-main.c
|
2476 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-main.obj -MD -MP -MF $(DEPDIR)/go-main.Tpo -c -o go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
|
2477 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
|
2478 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.obj' libtool=no @AMDEPBACKSLASH@
|
2479 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2480 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi`
|
2481 |
|
|
|
2482 |
|
|
go-append.lo: runtime/go-append.c
|
2483 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2484 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
|
2485 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
|
2486 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2487 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2488 |
|
|
|
2489 |
|
|
go-assert.lo: runtime/go-assert.c
|
2490 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2491 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
|
2492 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
|
2493 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2494 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2495 |
|
|
|
2496 |
|
|
go-assert-interface.lo: runtime/go-assert-interface.c
|
2497 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2498 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
|
2499 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
|
2500 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2501 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2502 |
|
|
|
2503 |
|
|
go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
|
2504 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2505 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
|
2506 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
|
2507 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2508 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2509 |
|
|
|
2510 |
|
|
go-breakpoint.lo: runtime/go-breakpoint.c
|
2511 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2512 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
|
2513 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
|
2514 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2515 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2516 |
|
|
|
2517 |
|
|
go-caller.lo: runtime/go-caller.c
|
2518 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2519 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
|
2520 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
|
2521 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2522 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2523 |
|
|
|
2524 |
|
|
go-can-convert-interface.lo: runtime/go-can-convert-interface.c
|
2525 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2526 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
|
2527 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
|
2528 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2529 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2530 |
|
|
|
2531 |
|
|
go-cgo.lo: runtime/go-cgo.c
|
2532 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2533 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
|
2534 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
|
2535 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2536 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2537 |
|
|
|
2538 |
|
|
go-check-interface.lo: runtime/go-check-interface.c
|
2539 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2540 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
|
2541 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
|
2542 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2543 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2544 |
|
|
|
2545 |
|
|
go-construct-map.lo: runtime/go-construct-map.c
|
2546 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2547 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
|
2548 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
|
2549 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2550 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2551 |
|
|
|
2552 |
|
|
go-convert-interface.lo: runtime/go-convert-interface.c
|
2553 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2554 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
|
2555 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
|
2556 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2557 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2558 |
|
|
|
2559 |
|
|
go-copy.lo: runtime/go-copy.c
|
2560 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2561 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-copy.Tpo $(DEPDIR)/go-copy.Plo
|
2562 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-copy.c' object='go-copy.lo' libtool=yes @AMDEPBACKSLASH@
|
2563 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2564 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2565 |
|
|
|
2566 |
|
|
go-defer.lo: runtime/go-defer.c
|
2567 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2568 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
|
2569 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
|
2570 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2571 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2572 |
|
|
|
2573 |
|
|
go-deferred-recover.lo: runtime/go-deferred-recover.c
|
2574 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2575 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
|
2576 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
|
2577 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2578 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2579 |
|
|
|
2580 |
|
|
go-eface-compare.lo: runtime/go-eface-compare.c
|
2581 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2582 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
|
2583 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
|
2584 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2585 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2586 |
|
|
|
2587 |
|
|
go-eface-val-compare.lo: runtime/go-eface-val-compare.c
|
2588 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2589 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
|
2590 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
|
2591 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2592 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2593 |
|
|
|
2594 |
|
|
go-getgoroot.lo: runtime/go-getgoroot.c
|
2595 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-getgoroot.lo -MD -MP -MF $(DEPDIR)/go-getgoroot.Tpo -c -o go-getgoroot.lo `test -f 'runtime/go-getgoroot.c' || echo '$(srcdir)/'`runtime/go-getgoroot.c
|
2596 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-getgoroot.Tpo $(DEPDIR)/go-getgoroot.Plo
|
2597 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-getgoroot.c' object='go-getgoroot.lo' libtool=yes @AMDEPBACKSLASH@
|
2598 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2599 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-getgoroot.lo `test -f 'runtime/go-getgoroot.c' || echo '$(srcdir)/'`runtime/go-getgoroot.c
|
2600 |
|
|
|
2601 |
|
|
go-int-array-to-string.lo: runtime/go-int-array-to-string.c
|
2602 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2603 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
|
2604 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
|
2605 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2606 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2607 |
|
|
|
2608 |
|
|
go-int-to-string.lo: runtime/go-int-to-string.c
|
2609 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2610 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
|
2611 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
|
2612 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2613 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2614 |
|
|
|
2615 |
|
|
go-interface-compare.lo: runtime/go-interface-compare.c
|
2616 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2617 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
|
2618 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
|
2619 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2620 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2621 |
|
|
|
2622 |
|
|
go-interface-eface-compare.lo: runtime/go-interface-eface-compare.c
|
2623 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2624 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-eface-compare.Tpo $(DEPDIR)/go-interface-eface-compare.Plo
|
2625 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-eface-compare.c' object='go-interface-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
|
2626 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2627 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2628 |
|
|
|
2629 |
|
|
go-interface-val-compare.lo: runtime/go-interface-val-compare.c
|
2630 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2631 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
|
2632 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
|
2633 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2634 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2635 |
|
|
|
2636 |
|
|
go-make-slice.lo: runtime/go-make-slice.c
|
2637 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2638 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-make-slice.Tpo $(DEPDIR)/go-make-slice.Plo
|
2639 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-make-slice.c' object='go-make-slice.lo' libtool=yes @AMDEPBACKSLASH@
|
2640 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2641 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2642 |
|
|
|
2643 |
|
|
go-map-delete.lo: runtime/go-map-delete.c
|
2644 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-delete.lo -MD -MP -MF $(DEPDIR)/go-map-delete.Tpo -c -o go-map-delete.lo `test -f 'runtime/go-map-delete.c' || echo '$(srcdir)/'`runtime/go-map-delete.c
|
2645 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
|
2646 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
|
2647 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2648 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-delete.lo `test -f 'runtime/go-map-delete.c' || echo '$(srcdir)/'`runtime/go-map-delete.c
|
2649 |
|
|
|
2650 |
|
|
go-map-index.lo: runtime/go-map-index.c
|
2651 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-index.lo -MD -MP -MF $(DEPDIR)/go-map-index.Tpo -c -o go-map-index.lo `test -f 'runtime/go-map-index.c' || echo '$(srcdir)/'`runtime/go-map-index.c
|
2652 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
|
2653 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
|
2654 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2655 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-index.lo `test -f 'runtime/go-map-index.c' || echo '$(srcdir)/'`runtime/go-map-index.c
|
2656 |
|
|
|
2657 |
|
|
go-map-len.lo: runtime/go-map-len.c
|
2658 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-len.lo -MD -MP -MF $(DEPDIR)/go-map-len.Tpo -c -o go-map-len.lo `test -f 'runtime/go-map-len.c' || echo '$(srcdir)/'`runtime/go-map-len.c
|
2659 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
|
2660 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
|
2661 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2662 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-len.lo `test -f 'runtime/go-map-len.c' || echo '$(srcdir)/'`runtime/go-map-len.c
|
2663 |
|
|
|
2664 |
|
|
go-map-range.lo: runtime/go-map-range.c
|
2665 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-map-range.lo -MD -MP -MF $(DEPDIR)/go-map-range.Tpo -c -o go-map-range.lo `test -f 'runtime/go-map-range.c' || echo '$(srcdir)/'`runtime/go-map-range.c
|
2666 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
|
2667 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
|
2668 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2669 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-map-range.lo `test -f 'runtime/go-map-range.c' || echo '$(srcdir)/'`runtime/go-map-range.c
|
2670 |
|
|
|
2671 |
|
|
go-matherr.lo: runtime/go-matherr.c
|
2672 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2673 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
|
2674 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
|
2675 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2676 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2677 |
|
|
|
2678 |
|
|
go-nanotime.lo: runtime/go-nanotime.c
|
2679 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2680 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
|
2681 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
|
2682 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2683 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2684 |
|
|
|
2685 |
|
|
go-now.lo: runtime/go-now.c
|
2686 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2687 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
|
2688 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
|
2689 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2690 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2691 |
|
|
|
2692 |
|
|
go-new-map.lo: runtime/go-new-map.c
|
2693 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-new-map.lo -MD -MP -MF $(DEPDIR)/go-new-map.Tpo -c -o go-new-map.lo `test -f 'runtime/go-new-map.c' || echo '$(srcdir)/'`runtime/go-new-map.c
|
2694 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
|
2695 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
|
2696 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2697 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-new-map.lo `test -f 'runtime/go-new-map.c' || echo '$(srcdir)/'`runtime/go-new-map.c
|
2698 |
|
|
|
2699 |
|
|
go-new.lo: runtime/go-new.c
|
2700 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2701 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
|
2702 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
|
2703 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2704 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2705 |
|
|
|
2706 |
|
|
go-nosys.lo: runtime/go-nosys.c
|
2707 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2708 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
|
2709 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
|
2710 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2711 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2712 |
|
|
|
2713 |
|
|
go-panic.lo: runtime/go-panic.c
|
2714 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2715 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
|
2716 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
|
2717 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2718 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2719 |
|
|
|
2720 |
|
|
go-print.lo: runtime/go-print.c
|
2721 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-print.lo -MD -MP -MF $(DEPDIR)/go-print.Tpo -c -o go-print.lo `test -f 'runtime/go-print.c' || echo '$(srcdir)/'`runtime/go-print.c
|
2722 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
|
2723 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
|
2724 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2725 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-print.lo `test -f 'runtime/go-print.c' || echo '$(srcdir)/'`runtime/go-print.c
|
2726 |
|
|
|
2727 |
|
|
go-recover.lo: runtime/go-recover.c
|
2728 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2729 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
|
2730 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
|
2731 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2732 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2733 |
|
|
|
2734 |
|
|
go-reflect.lo: runtime/go-reflect.c
|
2735 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-reflect.lo -MD -MP -MF $(DEPDIR)/go-reflect.Tpo -c -o go-reflect.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
|
2736 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect.Tpo $(DEPDIR)/go-reflect.Plo
|
2737 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect.c' object='go-reflect.lo' libtool=yes @AMDEPBACKSLASH@
|
2738 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2739 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
|
2740 |
|
|
|
2741 |
|
|
go-reflect-call.lo: runtime/go-reflect-call.c
|
2742 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2743 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
|
2744 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
|
2745 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2746 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2747 |
|
|
|
2748 |
|
|
go-reflect-map.lo: runtime/go-reflect-map.c
|
2749 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-reflect-map.lo -MD -MP -MF $(DEPDIR)/go-reflect-map.Tpo -c -o go-reflect-map.lo `test -f 'runtime/go-reflect-map.c' || echo '$(srcdir)/'`runtime/go-reflect-map.c
|
2750 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
|
2751 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
|
2752 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2753 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect-map.lo `test -f 'runtime/go-reflect-map.c' || echo '$(srcdir)/'`runtime/go-reflect-map.c
|
2754 |
|
|
|
2755 |
|
|
go-rune.lo: runtime/go-rune.c
|
2756 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2757 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
|
2758 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
|
2759 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2760 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2761 |
|
|
|
2762 |
|
|
go-runtime-error.lo: runtime/go-runtime-error.c
|
2763 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2764 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
|
2765 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
|
2766 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2767 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2768 |
|
|
|
2769 |
|
|
go-setenv.lo: runtime/go-setenv.c
|
2770 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2771 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
|
2772 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
|
2773 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2774 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2775 |
|
|
|
2776 |
|
|
go-signal.lo: runtime/go-signal.c
|
2777 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2778 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
|
2779 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
|
2780 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2781 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2782 |
|
|
|
2783 |
|
|
go-strcmp.lo: runtime/go-strcmp.c
|
2784 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2785 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
|
2786 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
|
2787 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2788 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2789 |
|
|
|
2790 |
|
|
go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
|
2791 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2792 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
|
2793 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
|
2794 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2795 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2796 |
|
|
|
2797 |
|
|
go-string-to-int-array.lo: runtime/go-string-to-int-array.c
|
2798 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2799 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
|
2800 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
|
2801 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2802 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2803 |
|
|
|
2804 |
|
|
go-strplus.lo: runtime/go-strplus.c
|
2805 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2806 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
|
2807 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
|
2808 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2809 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2810 |
|
|
|
2811 |
|
|
go-strslice.lo: runtime/go-strslice.c
|
2812 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2813 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
|
2814 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
|
2815 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2816 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2817 |
|
|
|
2818 |
|
|
go-trampoline.lo: runtime/go-trampoline.c
|
2819 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-trampoline.lo -MD -MP -MF $(DEPDIR)/go-trampoline.Tpo -c -o go-trampoline.lo `test -f 'runtime/go-trampoline.c' || echo '$(srcdir)/'`runtime/go-trampoline.c
|
2820 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-trampoline.Tpo $(DEPDIR)/go-trampoline.Plo
|
2821 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-trampoline.c' object='go-trampoline.lo' libtool=yes @AMDEPBACKSLASH@
|
2822 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2823 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-trampoline.lo `test -f 'runtime/go-trampoline.c' || echo '$(srcdir)/'`runtime/go-trampoline.c
|
2824 |
|
|
|
2825 |
|
|
go-type-complex.lo: runtime/go-type-complex.c
|
2826 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2827 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-complex.Tpo $(DEPDIR)/go-type-complex.Plo
|
2828 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-complex.c' object='go-type-complex.lo' libtool=yes @AMDEPBACKSLASH@
|
2829 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2830 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2831 |
|
|
|
2832 |
|
|
go-type-eface.lo: runtime/go-type-eface.c
|
2833 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2834 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
|
2835 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
|
2836 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2837 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2838 |
|
|
|
2839 |
|
|
go-type-error.lo: runtime/go-type-error.c
|
2840 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-error.lo -MD -MP -MF $(DEPDIR)/go-type-error.Tpo -c -o go-type-error.lo `test -f 'runtime/go-type-error.c' || echo '$(srcdir)/'`runtime/go-type-error.c
|
2841 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
|
2842 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
|
2843 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2844 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-error.lo `test -f 'runtime/go-type-error.c' || echo '$(srcdir)/'`runtime/go-type-error.c
|
2845 |
|
|
|
2846 |
|
|
go-type-float.lo: runtime/go-type-float.c
|
2847 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2848 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-float.Tpo $(DEPDIR)/go-type-float.Plo
|
2849 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-float.c' object='go-type-float.lo' libtool=yes @AMDEPBACKSLASH@
|
2850 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2851 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2852 |
|
|
|
2853 |
|
|
go-type-identity.lo: runtime/go-type-identity.c
|
2854 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2855 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
|
2856 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
|
2857 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2858 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2859 |
|
|
|
2860 |
|
|
go-type-interface.lo: runtime/go-type-interface.c
|
2861 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2862 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
|
2863 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
|
2864 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2865 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2866 |
|
|
|
2867 |
|
|
go-type-string.lo: runtime/go-type-string.c
|
2868 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2869 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
|
2870 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
|
2871 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2872 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2873 |
|
|
|
2874 |
|
|
go-typedesc-equal.lo: runtime/go-typedesc-equal.c
|
2875 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2876 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
|
2877 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
|
2878 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2879 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2880 |
|
|
|
2881 |
|
|
go-typestring.lo: runtime/go-typestring.c
|
2882 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-typestring.lo -MD -MP -MF $(DEPDIR)/go-typestring.Tpo -c -o go-typestring.lo `test -f 'runtime/go-typestring.c' || echo '$(srcdir)/'`runtime/go-typestring.c
|
2883 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typestring.Tpo $(DEPDIR)/go-typestring.Plo
|
2884 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typestring.c' object='go-typestring.lo' libtool=yes @AMDEPBACKSLASH@
|
2885 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2886 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-typestring.lo `test -f 'runtime/go-typestring.c' || echo '$(srcdir)/'`runtime/go-typestring.c
|
2887 |
|
|
|
2888 |
|
|
go-unreflect.lo: runtime/go-unreflect.c
|
2889 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unreflect.lo -MD -MP -MF $(DEPDIR)/go-unreflect.Tpo -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
|
2890 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unreflect.Tpo $(DEPDIR)/go-unreflect.Plo
|
2891 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unreflect.c' object='go-unreflect.lo' libtool=yes @AMDEPBACKSLASH@
|
2892 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2893 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
|
2894 |
|
|
|
2895 |
|
|
go-unsafe-new.lo: runtime/go-unsafe-new.c
|
2896 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2897 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
|
2898 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
|
2899 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2900 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2901 |
|
|
|
2902 |
|
|
go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
|
2903 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2904 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
|
2905 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
|
2906 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2907 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2908 |
|
|
|
2909 |
|
|
go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
|
2910 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2911 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
|
2912 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
|
2913 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2914 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2915 |
|
|
|
2916 |
|
|
go-unwind.lo: runtime/go-unwind.c
|
2917 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2918 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
|
2919 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
|
2920 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2921 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2922 |
|
|
|
2923 |
|
|
chan.lo: runtime/chan.c
|
2924 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chan.lo -MD -MP -MF $(DEPDIR)/chan.Tpo -c -o chan.lo `test -f 'runtime/chan.c' || echo '$(srcdir)/'`runtime/chan.c
|
2925 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/chan.Tpo $(DEPDIR)/chan.Plo
|
2926 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/chan.c' object='chan.lo' libtool=yes @AMDEPBACKSLASH@
|
2927 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2928 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chan.lo `test -f 'runtime/chan.c' || echo '$(srcdir)/'`runtime/chan.c
|
2929 |
|
|
|
2930 |
|
|
cpuprof.lo: runtime/cpuprof.c
|
2931 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpuprof.lo -MD -MP -MF $(DEPDIR)/cpuprof.Tpo -c -o cpuprof.lo `test -f 'runtime/cpuprof.c' || echo '$(srcdir)/'`runtime/cpuprof.c
|
2932 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cpuprof.Tpo $(DEPDIR)/cpuprof.Plo
|
2933 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/cpuprof.c' object='cpuprof.lo' libtool=yes @AMDEPBACKSLASH@
|
2934 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2935 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpuprof.lo `test -f 'runtime/cpuprof.c' || echo '$(srcdir)/'`runtime/cpuprof.c
|
2936 |
|
|
|
2937 |
|
|
lock_sema.lo: runtime/lock_sema.c
|
2938 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lock_sema.lo -MD -MP -MF $(DEPDIR)/lock_sema.Tpo -c -o lock_sema.lo `test -f 'runtime/lock_sema.c' || echo '$(srcdir)/'`runtime/lock_sema.c
|
2939 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_sema.Tpo $(DEPDIR)/lock_sema.Plo
|
2940 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_sema.c' object='lock_sema.lo' libtool=yes @AMDEPBACKSLASH@
|
2941 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2942 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_sema.lo `test -f 'runtime/lock_sema.c' || echo '$(srcdir)/'`runtime/lock_sema.c
|
2943 |
|
|
|
2944 |
|
|
thread-sema.lo: runtime/thread-sema.c
|
2945 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2946 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
|
2947 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
|
2948 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2949 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2950 |
|
|
|
2951 |
|
|
lock_futex.lo: runtime/lock_futex.c
|
2952 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lock_futex.lo -MD -MP -MF $(DEPDIR)/lock_futex.Tpo -c -o lock_futex.lo `test -f 'runtime/lock_futex.c' || echo '$(srcdir)/'`runtime/lock_futex.c
|
2953 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lock_futex.Tpo $(DEPDIR)/lock_futex.Plo
|
2954 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/lock_futex.c' object='lock_futex.lo' libtool=yes @AMDEPBACKSLASH@
|
2955 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2956 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock_futex.lo `test -f 'runtime/lock_futex.c' || echo '$(srcdir)/'`runtime/lock_futex.c
|
2957 |
|
|
|
2958 |
|
|
thread-linux.lo: runtime/thread-linux.c
|
2959 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2960 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
|
2961 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
|
2962 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2963 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2964 |
|
|
|
2965 |
|
|
mcache.lo: runtime/mcache.c
|
2966 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2967 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
|
2968 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
|
2969 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2970 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2971 |
|
|
|
2972 |
|
|
mcentral.lo: runtime/mcentral.c
|
2973 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2974 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
|
2975 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
|
2976 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2977 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2978 |
|
|
|
2979 |
|
|
mem_posix_memalign.lo: runtime/mem_posix_memalign.c
|
2980 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2981 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
|
2982 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
|
2983 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2984 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2985 |
|
|
|
2986 |
|
|
mem.lo: runtime/mem.c
|
2987 |
|
|
@am__fastdepCC_TRUE@ $(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
|
2988 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
|
2989 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
|
2990 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2991 |
|
|
@am__fastdepCC_FALSE@ $(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
|
2992 |
|
|
|
2993 |
|
|
mfinal.lo: runtime/mfinal.c
|
2994 |
|
|
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mfinal.lo -MD -MP -MF $(DEPDIR)/mfinal.Tpo -c -o mfinal.lo `test -f 'runtime/mfinal.c' || echo '$(srcdir)/'`runtime/mfinal.c
|
2995 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfinal.Tpo $(DEPDIR)/mfinal.Plo
|
2996 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfinal.c' object='mfinal.lo' libtool=yes @AMDEPBACKSLASH@
|
2997 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2998 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mfinal.lo `test -f 'runtime/mfinal.c' || echo '$(srcdir)/'`runtime/mfinal.c
|
2999 |
|
|
|
3000 |
|
|
mfixalloc.lo: runtime/mfixalloc.c
|
3001 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3002 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
|
3003 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
|
3004 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3005 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3006 |
|
|
|
3007 |
|
|
mgc0.lo: runtime/mgc0.c
|
3008 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3009 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
|
3010 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
|
3011 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3012 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3013 |
|
|
|
3014 |
|
|
mheap.lo: runtime/mheap.c
|
3015 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3016 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
|
3017 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
|
3018 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3019 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3020 |
|
|
|
3021 |
|
|
msize.lo: runtime/msize.c
|
3022 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3023 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
|
3024 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
|
3025 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3026 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3027 |
|
|
|
3028 |
|
|
proc.lo: runtime/proc.c
|
3029 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3030 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
|
3031 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
|
3032 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3033 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3034 |
|
|
|
3035 |
|
|
runtime.lo: runtime/runtime.c
|
3036 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3037 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime.Tpo $(DEPDIR)/runtime.Plo
|
3038 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime.c' object='runtime.lo' libtool=yes @AMDEPBACKSLASH@
|
3039 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3040 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3041 |
|
|
|
3042 |
|
|
thread.lo: runtime/thread.c
|
3043 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3044 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
|
3045 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
|
3046 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3047 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3048 |
|
|
|
3049 |
|
|
yield.lo: runtime/yield.c
|
3050 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3051 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
|
3052 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
|
3053 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3054 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3055 |
|
|
|
3056 |
|
|
rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
|
3057 |
|
|
@am__fastdepCC_TRUE@ $(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
|
3058 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
|
3059 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
|
3060 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3061 |
|
|
@am__fastdepCC_FALSE@ $(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
|
3062 |
|
|
|
3063 |
|
|
mostlyclean-libtool:
|
3064 |
|
|
-rm -f *.lo
|
3065 |
|
|
|
3066 |
|
|
clean-libtool:
|
3067 |
|
|
-rm -rf .libs _libs
|
3068 |
|
|
|
3069 |
|
|
distclean-libtool:
|
3070 |
|
|
-rm -f libtool config.lt
|
3071 |
|
|
|
3072 |
|
|
# GNU Make needs to see an explicit $(MAKE) variable in the command it
|
3073 |
|
|
# runs to enable its job server during parallel builds. Hence the
|
3074 |
|
|
# comments below.
|
3075 |
|
|
all-multi:
|
3076 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
3077 |
|
|
install-multi:
|
3078 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
3079 |
|
|
|
3080 |
|
|
mostlyclean-multi:
|
3081 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
3082 |
|
|
clean-multi:
|
3083 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
3084 |
|
|
distclean-multi:
|
3085 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
3086 |
|
|
maintainer-clean-multi:
|
3087 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
3088 |
|
|
install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
|
3089 |
|
|
@$(NORMAL_INSTALL)
|
3090 |
|
|
test -z "$(toolexeclibgodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)"
|
3091 |
|
|
@list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
|
3092 |
|
|
for p in $$list; do \
|
3093 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3094 |
|
|
echo "$$d$$p"; \
|
3095 |
|
|
done | $(am__base_list) | \
|
3096 |
|
|
while read files; do \
|
3097 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
|
3098 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
|
3099 |
|
|
done
|
3100 |
|
|
|
3101 |
|
|
uninstall-toolexeclibgoDATA:
|
3102 |
|
|
@$(NORMAL_UNINSTALL)
|
3103 |
|
|
@list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
|
3104 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3105 |
|
|
test -n "$$files" || exit 0; \
|
3106 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgodir)' && rm -f" $$files ")"; \
|
3107 |
|
|
cd "$(DESTDIR)$(toolexeclibgodir)" && rm -f $$files
|
3108 |
|
|
install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
|
3109 |
|
|
@$(NORMAL_INSTALL)
|
3110 |
|
|
test -z "$(toolexeclibgoarchivedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)"
|
3111 |
|
|
@list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
|
3112 |
|
|
for p in $$list; do \
|
3113 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3114 |
|
|
echo "$$d$$p"; \
|
3115 |
|
|
done | $(am__base_list) | \
|
3116 |
|
|
while read files; do \
|
3117 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
|
3118 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
|
3119 |
|
|
done
|
3120 |
|
|
|
3121 |
|
|
uninstall-toolexeclibgoarchiveDATA:
|
3122 |
|
|
@$(NORMAL_UNINSTALL)
|
3123 |
|
|
@list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
|
3124 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3125 |
|
|
test -n "$$files" || exit 0; \
|
3126 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoarchivedir)' && rm -f" $$files ")"; \
|
3127 |
|
|
cd "$(DESTDIR)$(toolexeclibgoarchivedir)" && rm -f $$files
|
3128 |
|
|
install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
|
3129 |
|
|
@$(NORMAL_INSTALL)
|
3130 |
|
|
test -z "$(toolexeclibgocompressdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)"
|
3131 |
|
|
@list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
|
3132 |
|
|
for p in $$list; do \
|
3133 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3134 |
|
|
echo "$$d$$p"; \
|
3135 |
|
|
done | $(am__base_list) | \
|
3136 |
|
|
while read files; do \
|
3137 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
|
3138 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
|
3139 |
|
|
done
|
3140 |
|
|
|
3141 |
|
|
uninstall-toolexeclibgocompressDATA:
|
3142 |
|
|
@$(NORMAL_UNINSTALL)
|
3143 |
|
|
@list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
|
3144 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3145 |
|
|
test -n "$$files" || exit 0; \
|
3146 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgocompressdir)' && rm -f" $$files ")"; \
|
3147 |
|
|
cd "$(DESTDIR)$(toolexeclibgocompressdir)" && rm -f $$files
|
3148 |
|
|
install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
|
3149 |
|
|
@$(NORMAL_INSTALL)
|
3150 |
|
|
test -z "$(toolexeclibgocontainerdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)"
|
3151 |
|
|
@list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
|
3152 |
|
|
for p in $$list; do \
|
3153 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3154 |
|
|
echo "$$d$$p"; \
|
3155 |
|
|
done | $(am__base_list) | \
|
3156 |
|
|
while read files; do \
|
3157 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
|
3158 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
|
3159 |
|
|
done
|
3160 |
|
|
|
3161 |
|
|
uninstall-toolexeclibgocontainerDATA:
|
3162 |
|
|
@$(NORMAL_UNINSTALL)
|
3163 |
|
|
@list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
|
3164 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3165 |
|
|
test -n "$$files" || exit 0; \
|
3166 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgocontainerdir)' && rm -f" $$files ")"; \
|
3167 |
|
|
cd "$(DESTDIR)$(toolexeclibgocontainerdir)" && rm -f $$files
|
3168 |
|
|
install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
|
3169 |
|
|
@$(NORMAL_INSTALL)
|
3170 |
|
|
test -z "$(toolexeclibgocryptodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)"
|
3171 |
|
|
@list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
|
3172 |
|
|
for p in $$list; do \
|
3173 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3174 |
|
|
echo "$$d$$p"; \
|
3175 |
|
|
done | $(am__base_list) | \
|
3176 |
|
|
while read files; do \
|
3177 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
|
3178 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
|
3179 |
|
|
done
|
3180 |
|
|
|
3181 |
|
|
uninstall-toolexeclibgocryptoDATA:
|
3182 |
|
|
@$(NORMAL_UNINSTALL)
|
3183 |
|
|
@list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
|
3184 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3185 |
|
|
test -n "$$files" || exit 0; \
|
3186 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgocryptodir)' && rm -f" $$files ")"; \
|
3187 |
|
|
cd "$(DESTDIR)$(toolexeclibgocryptodir)" && rm -f $$files
|
3188 |
|
|
install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
|
3189 |
|
|
@$(NORMAL_INSTALL)
|
3190 |
|
|
test -z "$(toolexeclibgocryptox509dir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)"
|
3191 |
|
|
@list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
|
3192 |
|
|
for p in $$list; do \
|
3193 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3194 |
|
|
echo "$$d$$p"; \
|
3195 |
|
|
done | $(am__base_list) | \
|
3196 |
|
|
while read files; do \
|
3197 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
|
3198 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
|
3199 |
|
|
done
|
3200 |
|
|
|
3201 |
|
|
uninstall-toolexeclibgocryptox509DATA:
|
3202 |
|
|
@$(NORMAL_UNINSTALL)
|
3203 |
|
|
@list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
|
3204 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3205 |
|
|
test -n "$$files" || exit 0; \
|
3206 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgocryptox509dir)' && rm -f" $$files ")"; \
|
3207 |
|
|
cd "$(DESTDIR)$(toolexeclibgocryptox509dir)" && rm -f $$files
|
3208 |
|
|
install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
|
3209 |
|
|
@$(NORMAL_INSTALL)
|
3210 |
|
|
test -z "$(toolexeclibgodatabasedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)"
|
3211 |
|
|
@list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
|
3212 |
|
|
for p in $$list; do \
|
3213 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3214 |
|
|
echo "$$d$$p"; \
|
3215 |
|
|
done | $(am__base_list) | \
|
3216 |
|
|
while read files; do \
|
3217 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
|
3218 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
|
3219 |
|
|
done
|
3220 |
|
|
|
3221 |
|
|
uninstall-toolexeclibgodatabaseDATA:
|
3222 |
|
|
@$(NORMAL_UNINSTALL)
|
3223 |
|
|
@list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
|
3224 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3225 |
|
|
test -n "$$files" || exit 0; \
|
3226 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgodatabasedir)' && rm -f" $$files ")"; \
|
3227 |
|
|
cd "$(DESTDIR)$(toolexeclibgodatabasedir)" && rm -f $$files
|
3228 |
|
|
install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
|
3229 |
|
|
@$(NORMAL_INSTALL)
|
3230 |
|
|
test -z "$(toolexeclibgodatabasesqldir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)"
|
3231 |
|
|
@list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
|
3232 |
|
|
for p in $$list; do \
|
3233 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3234 |
|
|
echo "$$d$$p"; \
|
3235 |
|
|
done | $(am__base_list) | \
|
3236 |
|
|
while read files; do \
|
3237 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
|
3238 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
|
3239 |
|
|
done
|
3240 |
|
|
|
3241 |
|
|
uninstall-toolexeclibgodatabasesqlDATA:
|
3242 |
|
|
@$(NORMAL_UNINSTALL)
|
3243 |
|
|
@list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
|
3244 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3245 |
|
|
test -n "$$files" || exit 0; \
|
3246 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgodatabasesqldir)' && rm -f" $$files ")"; \
|
3247 |
|
|
cd "$(DESTDIR)$(toolexeclibgodatabasesqldir)" && rm -f $$files
|
3248 |
|
|
install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
|
3249 |
|
|
@$(NORMAL_INSTALL)
|
3250 |
|
|
test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
|
3251 |
|
|
@list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
|
3252 |
|
|
for p in $$list; do \
|
3253 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3254 |
|
|
echo "$$d$$p"; \
|
3255 |
|
|
done | $(am__base_list) | \
|
3256 |
|
|
while read files; do \
|
3257 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
|
3258 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
|
3259 |
|
|
done
|
3260 |
|
|
|
3261 |
|
|
uninstall-toolexeclibgodebugDATA:
|
3262 |
|
|
@$(NORMAL_UNINSTALL)
|
3263 |
|
|
@list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
|
3264 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3265 |
|
|
test -n "$$files" || exit 0; \
|
3266 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgodebugdir)' && rm -f" $$files ")"; \
|
3267 |
|
|
cd "$(DESTDIR)$(toolexeclibgodebugdir)" && rm -f $$files
|
3268 |
|
|
install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
|
3269 |
|
|
@$(NORMAL_INSTALL)
|
3270 |
|
|
test -z "$(toolexeclibgoencodingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)"
|
3271 |
|
|
@list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
|
3272 |
|
|
for p in $$list; do \
|
3273 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3274 |
|
|
echo "$$d$$p"; \
|
3275 |
|
|
done | $(am__base_list) | \
|
3276 |
|
|
while read files; do \
|
3277 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
|
3278 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
|
3279 |
|
|
done
|
3280 |
|
|
|
3281 |
|
|
uninstall-toolexeclibgoencodingDATA:
|
3282 |
|
|
@$(NORMAL_UNINSTALL)
|
3283 |
|
|
@list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
|
3284 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3285 |
|
|
test -n "$$files" || exit 0; \
|
3286 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoencodingdir)' && rm -f" $$files ")"; \
|
3287 |
|
|
cd "$(DESTDIR)$(toolexeclibgoencodingdir)" && rm -f $$files
|
3288 |
|
|
install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
|
3289 |
|
|
@$(NORMAL_INSTALL)
|
3290 |
|
|
test -z "$(toolexeclibgoexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)"
|
3291 |
|
|
@list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
|
3292 |
|
|
for p in $$list; do \
|
3293 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3294 |
|
|
echo "$$d$$p"; \
|
3295 |
|
|
done | $(am__base_list) | \
|
3296 |
|
|
while read files; do \
|
3297 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
|
3298 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
|
3299 |
|
|
done
|
3300 |
|
|
|
3301 |
|
|
uninstall-toolexeclibgoexpDATA:
|
3302 |
|
|
@$(NORMAL_UNINSTALL)
|
3303 |
|
|
@list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
|
3304 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3305 |
|
|
test -n "$$files" || exit 0; \
|
3306 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
|
3307 |
|
|
cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
|
3308 |
|
|
install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
|
3309 |
|
|
@$(NORMAL_INSTALL)
|
3310 |
|
|
test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
|
3311 |
|
|
@list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
|
3312 |
|
|
for p in $$list; do \
|
3313 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3314 |
|
|
echo "$$d$$p"; \
|
3315 |
|
|
done | $(am__base_list) | \
|
3316 |
|
|
while read files; do \
|
3317 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
|
3318 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
|
3319 |
|
|
done
|
3320 |
|
|
|
3321 |
|
|
uninstall-toolexeclibgogoDATA:
|
3322 |
|
|
@$(NORMAL_UNINSTALL)
|
3323 |
|
|
@list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
|
3324 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3325 |
|
|
test -n "$$files" || exit 0; \
|
3326 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgogodir)' && rm -f" $$files ")"; \
|
3327 |
|
|
cd "$(DESTDIR)$(toolexeclibgogodir)" && rm -f $$files
|
3328 |
|
|
install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
|
3329 |
|
|
@$(NORMAL_INSTALL)
|
3330 |
|
|
test -z "$(toolexeclibgohashdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)"
|
3331 |
|
|
@list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
|
3332 |
|
|
for p in $$list; do \
|
3333 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3334 |
|
|
echo "$$d$$p"; \
|
3335 |
|
|
done | $(am__base_list) | \
|
3336 |
|
|
while read files; do \
|
3337 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
|
3338 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
|
3339 |
|
|
done
|
3340 |
|
|
|
3341 |
|
|
uninstall-toolexeclibgohashDATA:
|
3342 |
|
|
@$(NORMAL_UNINSTALL)
|
3343 |
|
|
@list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
|
3344 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3345 |
|
|
test -n "$$files" || exit 0; \
|
3346 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgohashdir)' && rm -f" $$files ")"; \
|
3347 |
|
|
cd "$(DESTDIR)$(toolexeclibgohashdir)" && rm -f $$files
|
3348 |
|
|
install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
|
3349 |
|
|
@$(NORMAL_INSTALL)
|
3350 |
|
|
test -z "$(toolexeclibgohtmldir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)"
|
3351 |
|
|
@list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
|
3352 |
|
|
for p in $$list; do \
|
3353 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3354 |
|
|
echo "$$d$$p"; \
|
3355 |
|
|
done | $(am__base_list) | \
|
3356 |
|
|
while read files; do \
|
3357 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
|
3358 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
|
3359 |
|
|
done
|
3360 |
|
|
|
3361 |
|
|
uninstall-toolexeclibgohtmlDATA:
|
3362 |
|
|
@$(NORMAL_UNINSTALL)
|
3363 |
|
|
@list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
|
3364 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3365 |
|
|
test -n "$$files" || exit 0; \
|
3366 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgohtmldir)' && rm -f" $$files ")"; \
|
3367 |
|
|
cd "$(DESTDIR)$(toolexeclibgohtmldir)" && rm -f $$files
|
3368 |
|
|
install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
|
3369 |
|
|
@$(NORMAL_INSTALL)
|
3370 |
|
|
test -z "$(toolexeclibgoimagedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)"
|
3371 |
|
|
@list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
|
3372 |
|
|
for p in $$list; do \
|
3373 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3374 |
|
|
echo "$$d$$p"; \
|
3375 |
|
|
done | $(am__base_list) | \
|
3376 |
|
|
while read files; do \
|
3377 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
|
3378 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
|
3379 |
|
|
done
|
3380 |
|
|
|
3381 |
|
|
uninstall-toolexeclibgoimageDATA:
|
3382 |
|
|
@$(NORMAL_UNINSTALL)
|
3383 |
|
|
@list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
|
3384 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3385 |
|
|
test -n "$$files" || exit 0; \
|
3386 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoimagedir)' && rm -f" $$files ")"; \
|
3387 |
|
|
cd "$(DESTDIR)$(toolexeclibgoimagedir)" && rm -f $$files
|
3388 |
|
|
install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
|
3389 |
|
|
@$(NORMAL_INSTALL)
|
3390 |
|
|
test -z "$(toolexeclibgoindexdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)"
|
3391 |
|
|
@list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
|
3392 |
|
|
for p in $$list; do \
|
3393 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3394 |
|
|
echo "$$d$$p"; \
|
3395 |
|
|
done | $(am__base_list) | \
|
3396 |
|
|
while read files; do \
|
3397 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
|
3398 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
|
3399 |
|
|
done
|
3400 |
|
|
|
3401 |
|
|
uninstall-toolexeclibgoindexDATA:
|
3402 |
|
|
@$(NORMAL_UNINSTALL)
|
3403 |
|
|
@list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
|
3404 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3405 |
|
|
test -n "$$files" || exit 0; \
|
3406 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoindexdir)' && rm -f" $$files ")"; \
|
3407 |
|
|
cd "$(DESTDIR)$(toolexeclibgoindexdir)" && rm -f $$files
|
3408 |
|
|
install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
|
3409 |
|
|
@$(NORMAL_INSTALL)
|
3410 |
|
|
test -z "$(toolexeclibgoiodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)"
|
3411 |
|
|
@list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
|
3412 |
|
|
for p in $$list; do \
|
3413 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3414 |
|
|
echo "$$d$$p"; \
|
3415 |
|
|
done | $(am__base_list) | \
|
3416 |
|
|
while read files; do \
|
3417 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
|
3418 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
|
3419 |
|
|
done
|
3420 |
|
|
|
3421 |
|
|
uninstall-toolexeclibgoioDATA:
|
3422 |
|
|
@$(NORMAL_UNINSTALL)
|
3423 |
|
|
@list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
|
3424 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3425 |
|
|
test -n "$$files" || exit 0; \
|
3426 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoiodir)' && rm -f" $$files ")"; \
|
3427 |
|
|
cd "$(DESTDIR)$(toolexeclibgoiodir)" && rm -f $$files
|
3428 |
|
|
install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
|
3429 |
|
|
@$(NORMAL_INSTALL)
|
3430 |
|
|
test -z "$(toolexeclibgologdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)"
|
3431 |
|
|
@list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
|
3432 |
|
|
for p in $$list; do \
|
3433 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3434 |
|
|
echo "$$d$$p"; \
|
3435 |
|
|
done | $(am__base_list) | \
|
3436 |
|
|
while read files; do \
|
3437 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
|
3438 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
|
3439 |
|
|
done
|
3440 |
|
|
|
3441 |
|
|
uninstall-toolexeclibgologDATA:
|
3442 |
|
|
@$(NORMAL_UNINSTALL)
|
3443 |
|
|
@list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
|
3444 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3445 |
|
|
test -n "$$files" || exit 0; \
|
3446 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgologdir)' && rm -f" $$files ")"; \
|
3447 |
|
|
cd "$(DESTDIR)$(toolexeclibgologdir)" && rm -f $$files
|
3448 |
|
|
install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
|
3449 |
|
|
@$(NORMAL_INSTALL)
|
3450 |
|
|
test -z "$(toolexeclibgomathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)"
|
3451 |
|
|
@list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
|
3452 |
|
|
for p in $$list; do \
|
3453 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3454 |
|
|
echo "$$d$$p"; \
|
3455 |
|
|
done | $(am__base_list) | \
|
3456 |
|
|
while read files; do \
|
3457 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
|
3458 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
|
3459 |
|
|
done
|
3460 |
|
|
|
3461 |
|
|
uninstall-toolexeclibgomathDATA:
|
3462 |
|
|
@$(NORMAL_UNINSTALL)
|
3463 |
|
|
@list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
|
3464 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3465 |
|
|
test -n "$$files" || exit 0; \
|
3466 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgomathdir)' && rm -f" $$files ")"; \
|
3467 |
|
|
cd "$(DESTDIR)$(toolexeclibgomathdir)" && rm -f $$files
|
3468 |
|
|
install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
|
3469 |
|
|
@$(NORMAL_INSTALL)
|
3470 |
|
|
test -z "$(toolexeclibgomimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)"
|
3471 |
|
|
@list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
|
3472 |
|
|
for p in $$list; do \
|
3473 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3474 |
|
|
echo "$$d$$p"; \
|
3475 |
|
|
done | $(am__base_list) | \
|
3476 |
|
|
while read files; do \
|
3477 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
|
3478 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
|
3479 |
|
|
done
|
3480 |
|
|
|
3481 |
|
|
uninstall-toolexeclibgomimeDATA:
|
3482 |
|
|
@$(NORMAL_UNINSTALL)
|
3483 |
|
|
@list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
|
3484 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3485 |
|
|
test -n "$$files" || exit 0; \
|
3486 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgomimedir)' && rm -f" $$files ")"; \
|
3487 |
|
|
cd "$(DESTDIR)$(toolexeclibgomimedir)" && rm -f $$files
|
3488 |
|
|
install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
|
3489 |
|
|
@$(NORMAL_INSTALL)
|
3490 |
|
|
test -z "$(toolexeclibgonetdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)"
|
3491 |
|
|
@list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
|
3492 |
|
|
for p in $$list; do \
|
3493 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3494 |
|
|
echo "$$d$$p"; \
|
3495 |
|
|
done | $(am__base_list) | \
|
3496 |
|
|
while read files; do \
|
3497 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
|
3498 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
|
3499 |
|
|
done
|
3500 |
|
|
|
3501 |
|
|
uninstall-toolexeclibgonetDATA:
|
3502 |
|
|
@$(NORMAL_UNINSTALL)
|
3503 |
|
|
@list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
|
3504 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3505 |
|
|
test -n "$$files" || exit 0; \
|
3506 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
|
3507 |
|
|
cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
|
3508 |
|
|
install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
|
3509 |
|
|
@$(NORMAL_INSTALL)
|
3510 |
|
|
test -z "$(toolexeclibgonethttpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)"
|
3511 |
|
|
@list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
|
3512 |
|
|
for p in $$list; do \
|
3513 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3514 |
|
|
echo "$$d$$p"; \
|
3515 |
|
|
done | $(am__base_list) | \
|
3516 |
|
|
while read files; do \
|
3517 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
|
3518 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
|
3519 |
|
|
done
|
3520 |
|
|
|
3521 |
|
|
uninstall-toolexeclibgonethttpDATA:
|
3522 |
|
|
@$(NORMAL_UNINSTALL)
|
3523 |
|
|
@list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
|
3524 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3525 |
|
|
test -n "$$files" || exit 0; \
|
3526 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgonethttpdir)' && rm -f" $$files ")"; \
|
3527 |
|
|
cd "$(DESTDIR)$(toolexeclibgonethttpdir)" && rm -f $$files
|
3528 |
|
|
install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
|
3529 |
|
|
@$(NORMAL_INSTALL)
|
3530 |
|
|
test -z "$(toolexeclibgonetrpcdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)"
|
3531 |
|
|
@list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
|
3532 |
|
|
for p in $$list; do \
|
3533 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3534 |
|
|
echo "$$d$$p"; \
|
3535 |
|
|
done | $(am__base_list) | \
|
3536 |
|
|
while read files; do \
|
3537 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
|
3538 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
|
3539 |
|
|
done
|
3540 |
|
|
|
3541 |
|
|
uninstall-toolexeclibgonetrpcDATA:
|
3542 |
|
|
@$(NORMAL_UNINSTALL)
|
3543 |
|
|
@list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
|
3544 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3545 |
|
|
test -n "$$files" || exit 0; \
|
3546 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgonetrpcdir)' && rm -f" $$files ")"; \
|
3547 |
|
|
cd "$(DESTDIR)$(toolexeclibgonetrpcdir)" && rm -f $$files
|
3548 |
|
|
install-toolexeclibgooldDATA: $(toolexeclibgoold_DATA)
|
3549 |
|
|
@$(NORMAL_INSTALL)
|
3550 |
|
|
test -z "$(toolexeclibgoolddir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoolddir)"
|
3551 |
|
|
@list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
|
3552 |
|
|
for p in $$list; do \
|
3553 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3554 |
|
|
echo "$$d$$p"; \
|
3555 |
|
|
done | $(am__base_list) | \
|
3556 |
|
|
while read files; do \
|
3557 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoolddir)'"; \
|
3558 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoolddir)" || exit $$?; \
|
3559 |
|
|
done
|
3560 |
|
|
|
3561 |
|
|
uninstall-toolexeclibgooldDATA:
|
3562 |
|
|
@$(NORMAL_UNINSTALL)
|
3563 |
|
|
@list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
|
3564 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3565 |
|
|
test -n "$$files" || exit 0; \
|
3566 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoolddir)' && rm -f" $$files ")"; \
|
3567 |
|
|
cd "$(DESTDIR)$(toolexeclibgoolddir)" && rm -f $$files
|
3568 |
|
|
install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
|
3569 |
|
|
@$(NORMAL_INSTALL)
|
3570 |
|
|
test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
|
3571 |
|
|
@list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
|
3572 |
|
|
for p in $$list; do \
|
3573 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3574 |
|
|
echo "$$d$$p"; \
|
3575 |
|
|
done | $(am__base_list) | \
|
3576 |
|
|
while read files; do \
|
3577 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
|
3578 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
|
3579 |
|
|
done
|
3580 |
|
|
|
3581 |
|
|
uninstall-toolexeclibgoosDATA:
|
3582 |
|
|
@$(NORMAL_UNINSTALL)
|
3583 |
|
|
@list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
|
3584 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3585 |
|
|
test -n "$$files" || exit 0; \
|
3586 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoosdir)' && rm -f" $$files ")"; \
|
3587 |
|
|
cd "$(DESTDIR)$(toolexeclibgoosdir)" && rm -f $$files
|
3588 |
|
|
install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
|
3589 |
|
|
@$(NORMAL_INSTALL)
|
3590 |
|
|
test -z "$(toolexeclibgopathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)"
|
3591 |
|
|
@list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
|
3592 |
|
|
for p in $$list; do \
|
3593 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3594 |
|
|
echo "$$d$$p"; \
|
3595 |
|
|
done | $(am__base_list) | \
|
3596 |
|
|
while read files; do \
|
3597 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
|
3598 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
|
3599 |
|
|
done
|
3600 |
|
|
|
3601 |
|
|
uninstall-toolexeclibgopathDATA:
|
3602 |
|
|
@$(NORMAL_UNINSTALL)
|
3603 |
|
|
@list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
|
3604 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3605 |
|
|
test -n "$$files" || exit 0; \
|
3606 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgopathdir)' && rm -f" $$files ")"; \
|
3607 |
|
|
cd "$(DESTDIR)$(toolexeclibgopathdir)" && rm -f $$files
|
3608 |
|
|
install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
|
3609 |
|
|
@$(NORMAL_INSTALL)
|
3610 |
|
|
test -z "$(toolexeclibgoregexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)"
|
3611 |
|
|
@list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
|
3612 |
|
|
for p in $$list; do \
|
3613 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3614 |
|
|
echo "$$d$$p"; \
|
3615 |
|
|
done | $(am__base_list) | \
|
3616 |
|
|
while read files; do \
|
3617 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
|
3618 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
|
3619 |
|
|
done
|
3620 |
|
|
|
3621 |
|
|
uninstall-toolexeclibgoregexpDATA:
|
3622 |
|
|
@$(NORMAL_UNINSTALL)
|
3623 |
|
|
@list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
|
3624 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3625 |
|
|
test -n "$$files" || exit 0; \
|
3626 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoregexpdir)' && rm -f" $$files ")"; \
|
3627 |
|
|
cd "$(DESTDIR)$(toolexeclibgoregexpdir)" && rm -f $$files
|
3628 |
|
|
install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
|
3629 |
|
|
@$(NORMAL_INSTALL)
|
3630 |
|
|
test -z "$(toolexeclibgoruntimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)"
|
3631 |
|
|
@list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
|
3632 |
|
|
for p in $$list; do \
|
3633 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3634 |
|
|
echo "$$d$$p"; \
|
3635 |
|
|
done | $(am__base_list) | \
|
3636 |
|
|
while read files; do \
|
3637 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
|
3638 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
|
3639 |
|
|
done
|
3640 |
|
|
|
3641 |
|
|
uninstall-toolexeclibgoruntimeDATA:
|
3642 |
|
|
@$(NORMAL_UNINSTALL)
|
3643 |
|
|
@list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
|
3644 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3645 |
|
|
test -n "$$files" || exit 0; \
|
3646 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgoruntimedir)' && rm -f" $$files ")"; \
|
3647 |
|
|
cd "$(DESTDIR)$(toolexeclibgoruntimedir)" && rm -f $$files
|
3648 |
|
|
install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
|
3649 |
|
|
@$(NORMAL_INSTALL)
|
3650 |
|
|
test -z "$(toolexeclibgosyncdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)"
|
3651 |
|
|
@list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
|
3652 |
|
|
for p in $$list; do \
|
3653 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3654 |
|
|
echo "$$d$$p"; \
|
3655 |
|
|
done | $(am__base_list) | \
|
3656 |
|
|
while read files; do \
|
3657 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
|
3658 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
|
3659 |
|
|
done
|
3660 |
|
|
|
3661 |
|
|
uninstall-toolexeclibgosyncDATA:
|
3662 |
|
|
@$(NORMAL_UNINSTALL)
|
3663 |
|
|
@list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
|
3664 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3665 |
|
|
test -n "$$files" || exit 0; \
|
3666 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgosyncdir)' && rm -f" $$files ")"; \
|
3667 |
|
|
cd "$(DESTDIR)$(toolexeclibgosyncdir)" && rm -f $$files
|
3668 |
|
|
install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
|
3669 |
|
|
@$(NORMAL_INSTALL)
|
3670 |
|
|
test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
|
3671 |
|
|
@list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
|
3672 |
|
|
for p in $$list; do \
|
3673 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3674 |
|
|
echo "$$d$$p"; \
|
3675 |
|
|
done | $(am__base_list) | \
|
3676 |
|
|
while read files; do \
|
3677 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
|
3678 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
|
3679 |
|
|
done
|
3680 |
|
|
|
3681 |
|
|
uninstall-toolexeclibgotestingDATA:
|
3682 |
|
|
@$(NORMAL_UNINSTALL)
|
3683 |
|
|
@list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
|
3684 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3685 |
|
|
test -n "$$files" || exit 0; \
|
3686 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgotestingdir)' && rm -f" $$files ")"; \
|
3687 |
|
|
cd "$(DESTDIR)$(toolexeclibgotestingdir)" && rm -f $$files
|
3688 |
|
|
install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
|
3689 |
|
|
@$(NORMAL_INSTALL)
|
3690 |
|
|
test -z "$(toolexeclibgotextdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)"
|
3691 |
|
|
@list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
|
3692 |
|
|
for p in $$list; do \
|
3693 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3694 |
|
|
echo "$$d$$p"; \
|
3695 |
|
|
done | $(am__base_list) | \
|
3696 |
|
|
while read files; do \
|
3697 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
|
3698 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
|
3699 |
|
|
done
|
3700 |
|
|
|
3701 |
|
|
uninstall-toolexeclibgotextDATA:
|
3702 |
|
|
@$(NORMAL_UNINSTALL)
|
3703 |
|
|
@list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
|
3704 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3705 |
|
|
test -n "$$files" || exit 0; \
|
3706 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgotextdir)' && rm -f" $$files ")"; \
|
3707 |
|
|
cd "$(DESTDIR)$(toolexeclibgotextdir)" && rm -f $$files
|
3708 |
|
|
install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
|
3709 |
|
|
@$(NORMAL_INSTALL)
|
3710 |
|
|
test -z "$(toolexeclibgotexttemplatedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)"
|
3711 |
|
|
@list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
|
3712 |
|
|
for p in $$list; do \
|
3713 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3714 |
|
|
echo "$$d$$p"; \
|
3715 |
|
|
done | $(am__base_list) | \
|
3716 |
|
|
while read files; do \
|
3717 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
|
3718 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
|
3719 |
|
|
done
|
3720 |
|
|
|
3721 |
|
|
uninstall-toolexeclibgotexttemplateDATA:
|
3722 |
|
|
@$(NORMAL_UNINSTALL)
|
3723 |
|
|
@list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
|
3724 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3725 |
|
|
test -n "$$files" || exit 0; \
|
3726 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgotexttemplatedir)' && rm -f" $$files ")"; \
|
3727 |
|
|
cd "$(DESTDIR)$(toolexeclibgotexttemplatedir)" && rm -f $$files
|
3728 |
|
|
install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
|
3729 |
|
|
@$(NORMAL_INSTALL)
|
3730 |
|
|
test -z "$(toolexeclibgounicodedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)"
|
3731 |
|
|
@list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
|
3732 |
|
|
for p in $$list; do \
|
3733 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3734 |
|
|
echo "$$d$$p"; \
|
3735 |
|
|
done | $(am__base_list) | \
|
3736 |
|
|
while read files; do \
|
3737 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
|
3738 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
|
3739 |
|
|
done
|
3740 |
|
|
|
3741 |
|
|
uninstall-toolexeclibgounicodeDATA:
|
3742 |
|
|
@$(NORMAL_UNINSTALL)
|
3743 |
|
|
@list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
|
3744 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3745 |
|
|
test -n "$$files" || exit 0; \
|
3746 |
|
|
echo " ( cd '$(DESTDIR)$(toolexeclibgounicodedir)' && rm -f" $$files ")"; \
|
3747 |
|
|
cd "$(DESTDIR)$(toolexeclibgounicodedir)" && rm -f $$files
|
3748 |
|
|
|
3749 |
|
|
# This directory's subdirectories are mostly independent; you can cd
|
3750 |
|
|
# into them and run `make' without going through this Makefile.
|
3751 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
3752 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
3753 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
3754 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
3755 |
|
|
$(RECURSIVE_TARGETS):
|
3756 |
|
|
@fail= failcom='exit 1'; \
|
3757 |
|
|
for f in x $$MAKEFLAGS; do \
|
3758 |
|
|
case $$f in \
|
3759 |
|
|
*=* | --[!k]*);; \
|
3760 |
|
|
*k*) failcom='fail=yes';; \
|
3761 |
|
|
esac; \
|
3762 |
|
|
done; \
|
3763 |
|
|
dot_seen=no; \
|
3764 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
3765 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
3766 |
|
|
echo "Making $$target in $$subdir"; \
|
3767 |
|
|
if test "$$subdir" = "."; then \
|
3768 |
|
|
dot_seen=yes; \
|
3769 |
|
|
local_target="$$target-am"; \
|
3770 |
|
|
else \
|
3771 |
|
|
local_target="$$target"; \
|
3772 |
|
|
fi; \
|
3773 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
3774 |
|
|
|| eval $$failcom; \
|
3775 |
|
|
done; \
|
3776 |
|
|
if test "$$dot_seen" = "no"; then \
|
3777 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
3778 |
|
|
fi; test -z "$$fail"
|
3779 |
|
|
|
3780 |
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
3781 |
|
|
@fail= failcom='exit 1'; \
|
3782 |
|
|
for f in x $$MAKEFLAGS; do \
|
3783 |
|
|
case $$f in \
|
3784 |
|
|
*=* | --[!k]*);; \
|
3785 |
|
|
*k*) failcom='fail=yes';; \
|
3786 |
|
|
esac; \
|
3787 |
|
|
done; \
|
3788 |
|
|
dot_seen=no; \
|
3789 |
|
|
case "$@" in \
|
3790 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
3791 |
|
|
*) list='$(SUBDIRS)' ;; \
|
3792 |
|
|
esac; \
|
3793 |
|
|
rev=''; for subdir in $$list; do \
|
3794 |
|
|
if test "$$subdir" = "."; then :; else \
|
3795 |
|
|
rev="$$subdir $$rev"; \
|
3796 |
|
|
fi; \
|
3797 |
|
|
done; \
|
3798 |
|
|
rev="$$rev ."; \
|
3799 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
3800 |
|
|
for subdir in $$rev; do \
|
3801 |
|
|
echo "Making $$target in $$subdir"; \
|
3802 |
|
|
if test "$$subdir" = "."; then \
|
3803 |
|
|
local_target="$$target-am"; \
|
3804 |
|
|
else \
|
3805 |
|
|
local_target="$$target"; \
|
3806 |
|
|
fi; \
|
3807 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
3808 |
|
|
|| eval $$failcom; \
|
3809 |
|
|
done && test -z "$$fail"
|
3810 |
|
|
tags-recursive:
|
3811 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
3812 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
3813 |
|
|
done
|
3814 |
|
|
ctags-recursive:
|
3815 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
3816 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
3817 |
|
|
done
|
3818 |
|
|
|
3819 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
3820 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
3821 |
|
|
unique=`for i in $$list; do \
|
3822 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3823 |
|
|
done | \
|
3824 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3825 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3826 |
|
|
mkid -fID $$unique
|
3827 |
|
|
tags: TAGS
|
3828 |
|
|
|
3829 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
3830 |
|
|
$(TAGS_FILES) $(LISP)
|
3831 |
|
|
set x; \
|
3832 |
|
|
here=`pwd`; \
|
3833 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
3834 |
|
|
include_option=--etags-include; \
|
3835 |
|
|
empty_fix=.; \
|
3836 |
|
|
else \
|
3837 |
|
|
include_option=--include; \
|
3838 |
|
|
empty_fix=; \
|
3839 |
|
|
fi; \
|
3840 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
3841 |
|
|
if test "$$subdir" = .; then :; else \
|
3842 |
|
|
test ! -f $$subdir/TAGS || \
|
3843 |
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
3844 |
|
|
fi; \
|
3845 |
|
|
done; \
|
3846 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
3847 |
|
|
unique=`for i in $$list; do \
|
3848 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3849 |
|
|
done | \
|
3850 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3851 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3852 |
|
|
shift; \
|
3853 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
3854 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
3855 |
|
|
if test $$# -gt 0; then \
|
3856 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3857 |
|
|
"$$@" $$unique; \
|
3858 |
|
|
else \
|
3859 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3860 |
|
|
$$unique; \
|
3861 |
|
|
fi; \
|
3862 |
|
|
fi
|
3863 |
|
|
ctags: CTAGS
|
3864 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
3865 |
|
|
$(TAGS_FILES) $(LISP)
|
3866 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
3867 |
|
|
unique=`for i in $$list; do \
|
3868 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3869 |
|
|
done | \
|
3870 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3871 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3872 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
3873 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
3874 |
|
|
$$unique
|
3875 |
|
|
|
3876 |
|
|
GTAGS:
|
3877 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
3878 |
|
|
&& $(am__cd) $(top_srcdir) \
|
3879 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
3880 |
|
|
|
3881 |
|
|
distclean-tags:
|
3882 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
3883 |
|
|
|
3884 |
|
|
distdir: $(DISTFILES)
|
3885 |
|
|
$(am__remove_distdir)
|
3886 |
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
3887 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
3888 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
3889 |
|
|
list='$(DISTFILES)'; \
|
3890 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
3891 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
3892 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
3893 |
|
|
case $$dist_files in \
|
3894 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
3895 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
3896 |
|
|
sort -u` ;; \
|
3897 |
|
|
esac; \
|
3898 |
|
|
for file in $$dist_files; do \
|
3899 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
3900 |
|
|
if test -d $$d/$$file; then \
|
3901 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
3902 |
|
|
if test -d "$(distdir)/$$file"; then \
|
3903 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
3904 |
|
|
fi; \
|
3905 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
3906 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
3907 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
3908 |
|
|
fi; \
|
3909 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
3910 |
|
|
else \
|
3911 |
|
|
test -f "$(distdir)/$$file" \
|
3912 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
3913 |
|
|
|| exit 1; \
|
3914 |
|
|
fi; \
|
3915 |
|
|
done
|
3916 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
3917 |
|
|
if test "$$subdir" = .; then :; else \
|
3918 |
|
|
test -d "$(distdir)/$$subdir" \
|
3919 |
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
3920 |
|
|
|| exit 1; \
|
3921 |
|
|
fi; \
|
3922 |
|
|
done
|
3923 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
3924 |
|
|
if test "$$subdir" = .; then :; else \
|
3925 |
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
3926 |
|
|
$(am__relativize); \
|
3927 |
|
|
new_distdir=$$reldir; \
|
3928 |
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
3929 |
|
|
$(am__relativize); \
|
3930 |
|
|
new_top_distdir=$$reldir; \
|
3931 |
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
3932 |
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
3933 |
|
|
($(am__cd) $$subdir && \
|
3934 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
3935 |
|
|
top_distdir="$$new_top_distdir" \
|
3936 |
|
|
distdir="$$new_distdir" \
|
3937 |
|
|
am__remove_distdir=: \
|
3938 |
|
|
am__skip_length_check=: \
|
3939 |
|
|
am__skip_mode_fix=: \
|
3940 |
|
|
distdir) \
|
3941 |
|
|
|| exit 1; \
|
3942 |
|
|
fi; \
|
3943 |
|
|
done
|
3944 |
|
|
-test -n "$(am__skip_mode_fix)" \
|
3945 |
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
3946 |
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
3947 |
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
3948 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
3949 |
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
3950 |
|
|
|| chmod -R a+r "$(distdir)"
|
3951 |
|
|
dist-gzip: distdir
|
3952 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
3953 |
|
|
$(am__remove_distdir)
|
3954 |
|
|
|
3955 |
|
|
dist-bzip2: distdir
|
3956 |
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
3957 |
|
|
$(am__remove_distdir)
|
3958 |
|
|
|
3959 |
|
|
dist-lzma: distdir
|
3960 |
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
3961 |
|
|
$(am__remove_distdir)
|
3962 |
|
|
|
3963 |
|
|
dist-xz: distdir
|
3964 |
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
3965 |
|
|
$(am__remove_distdir)
|
3966 |
|
|
|
3967 |
|
|
dist-tarZ: distdir
|
3968 |
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
3969 |
|
|
$(am__remove_distdir)
|
3970 |
|
|
|
3971 |
|
|
dist-shar: distdir
|
3972 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
3973 |
|
|
$(am__remove_distdir)
|
3974 |
|
|
|
3975 |
|
|
dist-zip: distdir
|
3976 |
|
|
-rm -f $(distdir).zip
|
3977 |
|
|
zip -rq $(distdir).zip $(distdir)
|
3978 |
|
|
$(am__remove_distdir)
|
3979 |
|
|
|
3980 |
|
|
dist dist-all: distdir
|
3981 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
3982 |
|
|
$(am__remove_distdir)
|
3983 |
|
|
|
3984 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
3985 |
|
|
# it guarantees that the distribution is self-contained by making another
|
3986 |
|
|
# tarfile.
|
3987 |
|
|
distcheck: dist
|
3988 |
|
|
case '$(DIST_ARCHIVES)' in \
|
3989 |
|
|
*.tar.gz*) \
|
3990 |
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
3991 |
|
|
*.tar.bz2*) \
|
3992 |
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
3993 |
|
|
*.tar.lzma*) \
|
3994 |
|
|
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
3995 |
|
|
*.tar.xz*) \
|
3996 |
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
3997 |
|
|
*.tar.Z*) \
|
3998 |
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
3999 |
|
|
*.shar.gz*) \
|
4000 |
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
4001 |
|
|
*.zip*) \
|
4002 |
|
|
unzip $(distdir).zip ;;\
|
4003 |
|
|
esac
|
4004 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
4005 |
|
|
mkdir $(distdir)/_build
|
4006 |
|
|
mkdir $(distdir)/_inst
|
4007 |
|
|
chmod a-w $(distdir)
|
4008 |
|
|
test -d $(distdir)/_build || exit 0; \
|
4009 |
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
4010 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
4011 |
|
|
&& am__cwd=`pwd` \
|
4012 |
|
|
&& $(am__cd) $(distdir)/_build \
|
4013 |
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
4014 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
4015 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
4016 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
4017 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
4018 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
4019 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
4020 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
4021 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
4022 |
|
|
distuninstallcheck \
|
4023 |
|
|
&& chmod -R a-w "$$dc_install_base" \
|
4024 |
|
|
&& ({ \
|
4025 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
4026 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
4027 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
4028 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
4029 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
4030 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
4031 |
|
|
&& rm -rf "$$dc_destdir" \
|
4032 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
4033 |
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
4034 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
4035 |
|
|
&& cd "$$am__cwd" \
|
4036 |
|
|
|| exit 1
|
4037 |
|
|
$(am__remove_distdir)
|
4038 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
4039 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
4040 |
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
4041 |
|
|
distuninstallcheck:
|
4042 |
|
|
@$(am__cd) '$(distuninstallcheck_dir)' \
|
4043 |
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
4044 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
4045 |
|
|
if test -n "$(DESTDIR)"; then \
|
4046 |
|
|
echo " (check DESTDIR support)"; \
|
4047 |
|
|
fi ; \
|
4048 |
|
|
$(distuninstallcheck_listfiles) ; \
|
4049 |
|
|
exit 1; } >&2
|
4050 |
|
|
distcleancheck: distclean
|
4051 |
|
|
@if test '$(srcdir)' = . ; then \
|
4052 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
4053 |
|
|
exit 1 ; \
|
4054 |
|
|
fi
|
4055 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
4056 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
4057 |
|
|
$(distcleancheck_listfiles) ; \
|
4058 |
|
|
exit 1; } >&2
|
4059 |
|
|
check-am: all-am
|
4060 |
|
|
check: check-recursive
|
4061 |
|
|
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
|
4062 |
|
|
config.h
|
4063 |
|
|
installdirs: installdirs-recursive
|
4064 |
|
|
installdirs-am:
|
4065 |
|
|
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)$(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 \
|
4066 |
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
4067 |
|
|
done
|
4068 |
|
|
install: install-recursive
|
4069 |
|
|
install-exec: install-exec-recursive
|
4070 |
|
|
install-data: install-data-recursive
|
4071 |
|
|
uninstall: uninstall-recursive
|
4072 |
|
|
|
4073 |
|
|
install-am: all-am
|
4074 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
4075 |
|
|
|
4076 |
|
|
installcheck: installcheck-recursive
|
4077 |
|
|
install-strip:
|
4078 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
4079 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
4080 |
|
|
`test -z '$(STRIP)' || \
|
4081 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
4082 |
|
|
mostlyclean-generic:
|
4083 |
|
|
|
4084 |
|
|
clean-generic:
|
4085 |
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
4086 |
|
|
|
4087 |
|
|
distclean-generic:
|
4088 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
4089 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
4090 |
|
|
|
4091 |
|
|
maintainer-clean-generic:
|
4092 |
|
|
@echo "This command is intended for maintainers to use"
|
4093 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
4094 |
|
|
clean: clean-multi clean-recursive
|
4095 |
|
|
|
4096 |
|
|
clean-am: clean-generic clean-libtool clean-local \
|
4097 |
|
|
clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
|
4098 |
|
|
mostlyclean-am
|
4099 |
|
|
|
4100 |
|
|
distclean: distclean-multi distclean-recursive
|
4101 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
4102 |
|
|
-rm -rf ./$(DEPDIR)
|
4103 |
|
|
-rm -f Makefile
|
4104 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
4105 |
|
|
distclean-hdr distclean-libtool distclean-tags
|
4106 |
|
|
|
4107 |
|
|
dvi: dvi-recursive
|
4108 |
|
|
|
4109 |
|
|
dvi-am:
|
4110 |
|
|
|
4111 |
|
|
html: html-recursive
|
4112 |
|
|
|
4113 |
|
|
html-am:
|
4114 |
|
|
|
4115 |
|
|
info: info-recursive
|
4116 |
|
|
|
4117 |
|
|
info-am:
|
4118 |
|
|
|
4119 |
|
|
install-data-am:
|
4120 |
|
|
|
4121 |
|
|
install-dvi: install-dvi-recursive
|
4122 |
|
|
|
4123 |
|
|
install-dvi-am:
|
4124 |
|
|
|
4125 |
|
|
install-exec-am: install-multi install-toolexeclibLIBRARIES \
|
4126 |
|
|
install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
|
4127 |
|
|
install-toolexeclibgoarchiveDATA \
|
4128 |
|
|
install-toolexeclibgocompressDATA \
|
4129 |
|
|
install-toolexeclibgocontainerDATA \
|
4130 |
|
|
install-toolexeclibgocryptoDATA \
|
4131 |
|
|
install-toolexeclibgocryptox509DATA \
|
4132 |
|
|
install-toolexeclibgodatabaseDATA \
|
4133 |
|
|
install-toolexeclibgodatabasesqlDATA \
|
4134 |
|
|
install-toolexeclibgodebugDATA \
|
4135 |
|
|
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
|
4136 |
|
|
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
|
4137 |
|
|
install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
|
4138 |
|
|
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
|
4139 |
|
|
install-toolexeclibgologDATA install-toolexeclibgomathDATA \
|
4140 |
|
|
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
|
4141 |
|
|
install-toolexeclibgonethttpDATA \
|
4142 |
|
|
install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
|
4143 |
|
|
install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
|
4144 |
|
|
install-toolexeclibgoregexpDATA \
|
4145 |
|
|
install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
|
4146 |
|
|
install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
|
4147 |
|
|
install-toolexeclibgotexttemplateDATA \
|
4148 |
|
|
install-toolexeclibgounicodeDATA
|
4149 |
|
|
|
4150 |
|
|
install-html: install-html-recursive
|
4151 |
|
|
|
4152 |
|
|
install-html-am:
|
4153 |
|
|
|
4154 |
|
|
install-info: install-info-recursive
|
4155 |
|
|
|
4156 |
|
|
install-info-am:
|
4157 |
|
|
|
4158 |
|
|
install-man:
|
4159 |
|
|
|
4160 |
|
|
install-pdf: install-pdf-recursive
|
4161 |
|
|
|
4162 |
|
|
install-pdf-am:
|
4163 |
|
|
|
4164 |
|
|
install-ps: install-ps-recursive
|
4165 |
|
|
|
4166 |
|
|
install-ps-am:
|
4167 |
|
|
|
4168 |
|
|
installcheck-am:
|
4169 |
|
|
|
4170 |
|
|
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
|
4171 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
4172 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
4173 |
|
|
-rm -rf ./$(DEPDIR)
|
4174 |
|
|
-rm -f Makefile
|
4175 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
4176 |
|
|
|
4177 |
|
|
mostlyclean: mostlyclean-multi mostlyclean-recursive
|
4178 |
|
|
|
4179 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
4180 |
|
|
mostlyclean-libtool mostlyclean-local
|
4181 |
|
|
|
4182 |
|
|
pdf: pdf-recursive
|
4183 |
|
|
|
4184 |
|
|
pdf-am:
|
4185 |
|
|
|
4186 |
|
|
ps: ps-recursive
|
4187 |
|
|
|
4188 |
|
|
ps-am:
|
4189 |
|
|
|
4190 |
|
|
uninstall-am: uninstall-toolexeclibLIBRARIES \
|
4191 |
|
|
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
|
4192 |
|
|
uninstall-toolexeclibgoarchiveDATA \
|
4193 |
|
|
uninstall-toolexeclibgocompressDATA \
|
4194 |
|
|
uninstall-toolexeclibgocontainerDATA \
|
4195 |
|
|
uninstall-toolexeclibgocryptoDATA \
|
4196 |
|
|
uninstall-toolexeclibgocryptox509DATA \
|
4197 |
|
|
uninstall-toolexeclibgodatabaseDATA \
|
4198 |
|
|
uninstall-toolexeclibgodatabasesqlDATA \
|
4199 |
|
|
uninstall-toolexeclibgodebugDATA \
|
4200 |
|
|
uninstall-toolexeclibgoencodingDATA \
|
4201 |
|
|
uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
|
4202 |
|
|
uninstall-toolexeclibgohashDATA \
|
4203 |
|
|
uninstall-toolexeclibgohtmlDATA \
|
4204 |
|
|
uninstall-toolexeclibgoimageDATA \
|
4205 |
|
|
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
|
4206 |
|
|
uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
|
4207 |
|
|
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
|
4208 |
|
|
uninstall-toolexeclibgonethttpDATA \
|
4209 |
|
|
uninstall-toolexeclibgonetrpcDATA \
|
4210 |
|
|
uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
|
4211 |
|
|
uninstall-toolexeclibgopathDATA \
|
4212 |
|
|
uninstall-toolexeclibgoregexpDATA \
|
4213 |
|
|
uninstall-toolexeclibgoruntimeDATA \
|
4214 |
|
|
uninstall-toolexeclibgosyncDATA \
|
4215 |
|
|
uninstall-toolexeclibgotestingDATA \
|
4216 |
|
|
uninstall-toolexeclibgotextDATA \
|
4217 |
|
|
uninstall-toolexeclibgotexttemplateDATA \
|
4218 |
|
|
uninstall-toolexeclibgounicodeDATA
|
4219 |
|
|
|
4220 |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
|
4221 |
|
|
clean-multi ctags-recursive distclean-multi install-am \
|
4222 |
|
|
install-multi install-strip maintainer-clean-multi \
|
4223 |
|
|
mostlyclean-multi tags-recursive
|
4224 |
|
|
|
4225 |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
4226 |
|
|
all all-am all-multi am--refresh check check-am clean \
|
4227 |
|
|
clean-generic clean-libtool clean-local clean-multi \
|
4228 |
|
|
clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
|
4229 |
|
|
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
|
4230 |
|
|
dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
4231 |
|
|
distclean-compile distclean-generic distclean-hdr \
|
4232 |
|
|
distclean-libtool distclean-multi distclean-tags \
|
4233 |
|
|
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
4234 |
|
|
html-am info info-am install install-am install-data \
|
4235 |
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
4236 |
|
|
install-exec-am install-html install-html-am install-info \
|
4237 |
|
|
install-info-am install-man install-multi install-pdf \
|
4238 |
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
4239 |
|
|
install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
|
4240 |
|
|
install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
|
4241 |
|
|
install-toolexeclibgocompressDATA \
|
4242 |
|
|
install-toolexeclibgocontainerDATA \
|
4243 |
|
|
install-toolexeclibgocryptoDATA \
|
4244 |
|
|
install-toolexeclibgocryptox509DATA \
|
4245 |
|
|
install-toolexeclibgodatabaseDATA \
|
4246 |
|
|
install-toolexeclibgodatabasesqlDATA \
|
4247 |
|
|
install-toolexeclibgodebugDATA \
|
4248 |
|
|
install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
|
4249 |
|
|
install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
|
4250 |
|
|
install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
|
4251 |
|
|
install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
|
4252 |
|
|
install-toolexeclibgologDATA install-toolexeclibgomathDATA \
|
4253 |
|
|
install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
|
4254 |
|
|
install-toolexeclibgonethttpDATA \
|
4255 |
|
|
install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
|
4256 |
|
|
install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
|
4257 |
|
|
install-toolexeclibgoregexpDATA \
|
4258 |
|
|
install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
|
4259 |
|
|
install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
|
4260 |
|
|
install-toolexeclibgotexttemplateDATA \
|
4261 |
|
|
install-toolexeclibgounicodeDATA installcheck installcheck-am \
|
4262 |
|
|
installdirs installdirs-am maintainer-clean \
|
4263 |
|
|
maintainer-clean-generic maintainer-clean-multi mostlyclean \
|
4264 |
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
4265 |
|
|
mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
|
4266 |
|
|
tags-recursive uninstall uninstall-am \
|
4267 |
|
|
uninstall-toolexeclibLIBRARIES \
|
4268 |
|
|
uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
|
4269 |
|
|
uninstall-toolexeclibgoarchiveDATA \
|
4270 |
|
|
uninstall-toolexeclibgocompressDATA \
|
4271 |
|
|
uninstall-toolexeclibgocontainerDATA \
|
4272 |
|
|
uninstall-toolexeclibgocryptoDATA \
|
4273 |
|
|
uninstall-toolexeclibgocryptox509DATA \
|
4274 |
|
|
uninstall-toolexeclibgodatabaseDATA \
|
4275 |
|
|
uninstall-toolexeclibgodatabasesqlDATA \
|
4276 |
|
|
uninstall-toolexeclibgodebugDATA \
|
4277 |
|
|
uninstall-toolexeclibgoencodingDATA \
|
4278 |
|
|
uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
|
4279 |
|
|
uninstall-toolexeclibgohashDATA \
|
4280 |
|
|
uninstall-toolexeclibgohtmlDATA \
|
4281 |
|
|
uninstall-toolexeclibgoimageDATA \
|
4282 |
|
|
uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
|
4283 |
|
|
uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
|
4284 |
|
|
uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
|
4285 |
|
|
uninstall-toolexeclibgonethttpDATA \
|
4286 |
|
|
uninstall-toolexeclibgonetrpcDATA \
|
4287 |
|
|
uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
|
4288 |
|
|
uninstall-toolexeclibgopathDATA \
|
4289 |
|
|
uninstall-toolexeclibgoregexpDATA \
|
4290 |
|
|
uninstall-toolexeclibgoruntimeDATA \
|
4291 |
|
|
uninstall-toolexeclibgosyncDATA \
|
4292 |
|
|
uninstall-toolexeclibgotestingDATA \
|
4293 |
|
|
uninstall-toolexeclibgotextDATA \
|
4294 |
|
|
uninstall-toolexeclibgotexttemplateDATA \
|
4295 |
|
|
uninstall-toolexeclibgounicodeDATA
|
4296 |
|
|
|
4297 |
|
|
|
4298 |
|
|
goc2c.$(OBJEXT): runtime/goc2c.c
|
4299 |
|
|
$(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
|
4300 |
|
|
|
4301 |
|
|
goc2c: goc2c.$(OBJEXT)
|
4302 |
|
|
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
|
4303 |
|
|
|
4304 |
|
|
malloc.c: $(srcdir)/runtime/malloc.goc goc2c
|
4305 |
|
|
./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
|
4306 |
|
|
mv -f $@.tmp $@
|
4307 |
|
|
|
4308 |
|
|
mprof.c: $(srcdir)/runtime/mprof.goc goc2c
|
4309 |
|
|
./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
|
4310 |
|
|
mv -f $@.tmp $@
|
4311 |
|
|
|
4312 |
|
|
reflect.c: $(srcdir)/runtime/reflect.goc goc2c
|
4313 |
|
|
./goc2c --gcc --go-prefix libgo_reflect $< > $@.tmp
|
4314 |
|
|
mv -f $@.tmp $@
|
4315 |
|
|
|
4316 |
|
|
runtime1.c: $(srcdir)/runtime/runtime1.goc goc2c
|
4317 |
|
|
./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
|
4318 |
|
|
mv -f $@.tmp $@
|
4319 |
|
|
|
4320 |
|
|
sema.c: $(srcdir)/runtime/sema.goc goc2c
|
4321 |
|
|
./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
|
4322 |
|
|
mv -f $@.tmp $@
|
4323 |
|
|
|
4324 |
|
|
sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
|
4325 |
|
|
./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
|
4326 |
|
|
mv -f $@.tmp $@
|
4327 |
|
|
|
4328 |
|
|
time.c: $(srcdir)/runtime/time.goc goc2c
|
4329 |
|
|
./goc2c --gcc --go-prefix libgo_time $< > $@.tmp
|
4330 |
|
|
mv -f $@.tmp $@
|
4331 |
|
|
|
4332 |
|
|
%.c: $(srcdir)/runtime/%.goc goc2c
|
4333 |
|
|
./goc2c --gcc $< > $@.tmp
|
4334 |
|
|
mv -f $@.tmp $@
|
4335 |
|
|
|
4336 |
|
|
version.go: s-version; @true
|
4337 |
|
|
s-version: Makefile
|
4338 |
|
|
rm -f version.go.tmp
|
4339 |
|
|
echo "package runtime" > version.go.tmp
|
4340 |
|
|
echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
|
4341 |
|
|
echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
|
4342 |
|
|
echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
|
4343 |
|
|
echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
|
4344 |
|
|
$(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
|
4345 |
|
|
$(STAMP) $@
|
4346 |
|
|
|
4347 |
|
|
libcalls.go: s-libcalls; @true
|
4348 |
|
|
s-libcalls: Makefile go/syscall/mksyscall.awk $(go_base_syscall_files)
|
4349 |
|
|
rm -f libcalls.go.tmp
|
4350 |
|
|
files=`echo $^ | sed -e 's/Makefile//' -e 's|[^ ]*go/syscall/mksyscall.awk||'`; \
|
4351 |
|
|
$(AWK) -f $(srcdir)/go/syscall/mksyscall.awk $${files} > libcalls.go.tmp
|
4352 |
|
|
$(SHELL) $(srcdir)/../move-if-change libcalls.go.tmp libcalls.go
|
4353 |
|
|
$(STAMP) $@
|
4354 |
|
|
|
4355 |
|
|
syscall_arch.go: s-syscall_arch; @true
|
4356 |
|
|
s-syscall_arch: Makefile
|
4357 |
|
|
rm -f syscall_arch.go.tmp
|
4358 |
|
|
echo "package syscall" > syscall_arch.go.tmp
|
4359 |
|
|
echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
|
4360 |
|
|
echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
|
4361 |
|
|
$(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
|
4362 |
|
|
$(STAMP) $@
|
4363 |
|
|
|
4364 |
|
|
sysinfo.go: s-sysinfo; @true
|
4365 |
|
|
s-sysinfo: $(srcdir)/mksysinfo.sh config.h
|
4366 |
|
|
CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
|
4367 |
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
|
4368 |
|
|
$(STAMP) $@
|
4369 |
|
|
|
4370 |
|
|
# The epoll struct has an embedded union and is packed on x86_64,
|
4371 |
|
|
# which is too complicated for mksysinfo.sh. We find the offset of
|
4372 |
|
|
# the only field we care about in configure.ac, and generate the
|
4373 |
|
|
# struct here.
|
4374 |
|
|
epoll.go: s-epoll; @true
|
4375 |
|
|
s-epoll: Makefile
|
4376 |
|
|
rm -f epoll.go.tmp
|
4377 |
|
|
echo 'package syscall' > epoll.go.tmp
|
4378 |
|
|
echo 'type EpollEvent struct {' >> epoll.go.tmp
|
4379 |
|
|
echo ' Events uint32' >> epoll.go.tmp
|
4380 |
|
|
case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
|
4381 |
|
|
0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
|
4382 |
|
|
exit 1; ;; \
|
4383 |
|
|
8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
|
4384 |
|
|
12,4) echo ' Fd int32' >> epoll.go.tmp; \
|
4385 |
|
|
echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
|
4386 |
|
|
12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
|
4387 |
|
|
echo ' Fd int32' >> epoll.go.tmp; ;; \
|
4388 |
|
|
16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
|
4389 |
|
|
echo ' Fd int32' >> epoll.go.tmp; \
|
4390 |
|
|
echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
|
4391 |
|
|
*) echo 1>&2 "*** struct epoll_event unsupported"; \
|
4392 |
|
|
exit 1; ;; \
|
4393 |
|
|
esac
|
4394 |
|
|
echo '}' >> epoll.go.tmp
|
4395 |
|
|
$(SHELL) $(srcdir)/../move-if-change epoll.go.tmp epoll.go
|
4396 |
|
|
$(STAMP) $@
|
4397 |
|
|
|
4398 |
|
|
@go_include@ bufio/bufio.lo.dep
|
4399 |
|
|
bufio/bufio.lo.dep: $(go_bufio_files)
|
4400 |
|
|
$(BUILDDEPS)
|
4401 |
|
|
bufio/bufio.lo: $(go_bufio_files)
|
4402 |
|
|
$(BUILDPACKAGE)
|
4403 |
|
|
bufio/check: $(CHECK_DEPS)
|
4404 |
|
|
@$(CHECK)
|
4405 |
|
|
.PHONY: bufio/check
|
4406 |
|
|
|
4407 |
|
|
@go_include@ bytes/bytes.lo.dep
|
4408 |
|
|
bytes/bytes.lo.dep: $(go_bytes_files)
|
4409 |
|
|
$(BUILDDEPS)
|
4410 |
|
|
bytes/bytes.lo: $(go_bytes_files)
|
4411 |
|
|
$(BUILDPACKAGE)
|
4412 |
|
|
bytes/index.lo: $(go_bytes_c_files) bytes/bytes.lo
|
4413 |
|
|
$(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
|
4414 |
|
|
bytes/check: $(CHECK_DEPS)
|
4415 |
|
|
@$(CHECK)
|
4416 |
|
|
.PHONY: bytes/check
|
4417 |
|
|
|
4418 |
|
|
@go_include@ crypto/crypto.lo.dep
|
4419 |
|
|
crypto/crypto.lo.dep: $(go_crypto_files)
|
4420 |
|
|
$(BUILDDEPS)
|
4421 |
|
|
crypto/crypto.lo: $(go_crypto_files)
|
4422 |
|
|
$(BUILDPACKAGE)
|
4423 |
|
|
crypto/check: $(CHECK_DEPS)
|
4424 |
|
|
@$(CHECK)
|
4425 |
|
|
.PHONY: crypto/check
|
4426 |
|
|
|
4427 |
|
|
@go_include@ errors/errors.lo.dep
|
4428 |
|
|
errors/errors.lo.dep: $(go_errors_files)
|
4429 |
|
|
$(BUILDDEPS)
|
4430 |
|
|
errors/errors.lo: $(go_errors_files)
|
4431 |
|
|
$(BUILDPACKAGE)
|
4432 |
|
|
errors/check: $(CHECK_DEPS)
|
4433 |
|
|
@$(CHECK)
|
4434 |
|
|
.PHONY: errors/check
|
4435 |
|
|
|
4436 |
|
|
@go_include@ expvar/expvar.lo.dep
|
4437 |
|
|
expvar/expvar.lo.dep: $(go_expvar_files)
|
4438 |
|
|
$(BUILDDEPS)
|
4439 |
|
|
expvar/expvar.lo: $(go_expvar_files)
|
4440 |
|
|
$(BUILDPACKAGE)
|
4441 |
|
|
expvar/check: $(CHECK_DEPS)
|
4442 |
|
|
@$(CHECK)
|
4443 |
|
|
.PHONY: expvar/check
|
4444 |
|
|
|
4445 |
|
|
@go_include@ flag/flag.lo.dep
|
4446 |
|
|
flag/flag.lo.dep: $(go_flag_files)
|
4447 |
|
|
$(BUILDDEPS)
|
4448 |
|
|
flag/flag.lo: $(go_flag_files)
|
4449 |
|
|
$(BUILDPACKAGE)
|
4450 |
|
|
flag/check: $(CHECK_DEPS)
|
4451 |
|
|
@$(CHECK)
|
4452 |
|
|
.PHONY: flag/check
|
4453 |
|
|
|
4454 |
|
|
@go_include@ fmt/fmt.lo.dep
|
4455 |
|
|
fmt/fmt.lo.dep: $(go_fmt_files)
|
4456 |
|
|
$(BUILDDEPS)
|
4457 |
|
|
fmt/fmt.lo: $(go_fmt_files)
|
4458 |
|
|
$(BUILDPACKAGE)
|
4459 |
|
|
fmt/check: $(CHECK_DEPS)
|
4460 |
|
|
@$(CHECK)
|
4461 |
|
|
.PHONY: fmt/check
|
4462 |
|
|
|
4463 |
|
|
@go_include@ hash/hash.lo.dep
|
4464 |
|
|
hash/hash.lo.dep: $(go_hash_files)
|
4465 |
|
|
$(BUILDDEPS)
|
4466 |
|
|
hash/hash.lo: $(go_hash_files)
|
4467 |
|
|
$(BUILDPACKAGE)
|
4468 |
|
|
hash/check: $(CHECK_DEPS)
|
4469 |
|
|
@$(CHECK)
|
4470 |
|
|
.PHONY: hash/check
|
4471 |
|
|
|
4472 |
|
|
@go_include@ html/html.lo.dep
|
4473 |
|
|
html/html.lo.dep: $(go_html_files)
|
4474 |
|
|
$(BUILDDEPS)
|
4475 |
|
|
html/html.lo: $(go_html_files)
|
4476 |
|
|
$(BUILDPACKAGE)
|
4477 |
|
|
html/check: $(CHECK_DEPS)
|
4478 |
|
|
@$(CHECK)
|
4479 |
|
|
.PHONY: html/check
|
4480 |
|
|
|
4481 |
|
|
@go_include@ image/image.lo.dep
|
4482 |
|
|
image/image.lo.dep: $(go_image_files)
|
4483 |
|
|
$(BUILDDEPS)
|
4484 |
|
|
image/image.lo: $(go_image_files)
|
4485 |
|
|
$(BUILDPACKAGE)
|
4486 |
|
|
image/check: $(CHECK_DEPS)
|
4487 |
|
|
@$(CHECK)
|
4488 |
|
|
.PHONY: image/check
|
4489 |
|
|
|
4490 |
|
|
@go_include@ io/io.lo.dep
|
4491 |
|
|
io/io.lo.dep: $(go_io_files)
|
4492 |
|
|
$(BUILDDEPS)
|
4493 |
|
|
io/io.lo: $(go_io_files)
|
4494 |
|
|
$(BUILDPACKAGE)
|
4495 |
|
|
io/check: $(CHECK_DEPS)
|
4496 |
|
|
@$(CHECK)
|
4497 |
|
|
.PHONY: io/check
|
4498 |
|
|
|
4499 |
|
|
@go_include@ log/log.lo.dep
|
4500 |
|
|
log/log.lo.dep: $(go_log_files)
|
4501 |
|
|
$(BUILDDEPS)
|
4502 |
|
|
log/log.lo: $(go_log_files)
|
4503 |
|
|
$(BUILDPACKAGE)
|
4504 |
|
|
log/check: $(CHECK_DEPS)
|
4505 |
|
|
@$(CHECK)
|
4506 |
|
|
.PHONY: log/check
|
4507 |
|
|
|
4508 |
|
|
@go_include@ math/math.lo.dep
|
4509 |
|
|
math/math.lo.dep: $(go_math_files)
|
4510 |
|
|
$(BUILDDEPS)
|
4511 |
|
|
math/math.lo: $(go_math_files)
|
4512 |
|
|
$(MKDIR_P) $(@D)
|
4513 |
|
|
files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
|
4514 |
|
|
$(LTGOCOMPILE) $(MATH_FLAG) -I . -c -fgo-prefix="libgo_$(@D)" -o $@ $$files
|
4515 |
|
|
math/check: $(CHECK_DEPS)
|
4516 |
|
|
@$(CHECK)
|
4517 |
|
|
.PHONY: math/check
|
4518 |
|
|
|
4519 |
|
|
@go_include@ mime/mime.lo.dep
|
4520 |
|
|
mime/mime.lo.dep: $(go_mime_files)
|
4521 |
|
|
$(BUILDDEPS)
|
4522 |
|
|
mime/mime.lo: $(go_mime_files)
|
4523 |
|
|
$(BUILDPACKAGE)
|
4524 |
|
|
mime/check: $(CHECK_DEPS)
|
4525 |
|
|
@$(CHECK)
|
4526 |
|
|
.PHONY: mime/check
|
4527 |
|
|
|
4528 |
|
|
@go_include@ net/net.lo.dep
|
4529 |
|
|
net/net.lo.dep: $(go_net_files)
|
4530 |
|
|
$(BUILDDEPS)
|
4531 |
|
|
net/net.lo: $(go_net_files)
|
4532 |
|
|
$(BUILDPACKAGE)
|
4533 |
|
|
net/check: $(CHECK_DEPS)
|
4534 |
|
|
@$(CHECK)
|
4535 |
|
|
.PHONY: net/check
|
4536 |
|
|
|
4537 |
|
|
@go_include@ os/os.lo.dep
|
4538 |
|
|
os/os.lo.dep: $(go_os_files)
|
4539 |
|
|
$(BUILDDEPS)
|
4540 |
|
|
os/os.lo: $(go_os_files)
|
4541 |
|
|
$(BUILDPACKAGE)
|
4542 |
|
|
os/check: $(CHECK_DEPS)
|
4543 |
|
|
@$(CHECK)
|
4544 |
|
|
.PHONY: os/check
|
4545 |
|
|
|
4546 |
|
|
signal_unix.go: $(srcdir)/go/os/mkunixsignals.sh sysinfo.go
|
4547 |
|
|
$(SHELL) $(srcdir)/go/os/mkunixsignals.sh sysinfo.go > $@.tmp
|
4548 |
|
|
mv -f $@.tmp $@
|
4549 |
|
|
|
4550 |
|
|
@go_include@ path/path.lo.dep
|
4551 |
|
|
path/path.lo.dep: $(go_path_files)
|
4552 |
|
|
$(BUILDDEPS)
|
4553 |
|
|
path/path.lo: $(go_path_files)
|
4554 |
|
|
$(BUILDPACKAGE)
|
4555 |
|
|
path/check: $(CHECK_DEPS)
|
4556 |
|
|
@$(CHECK)
|
4557 |
|
|
.PHONY: path/check
|
4558 |
|
|
|
4559 |
|
|
@go_include@ reflect/reflect.lo.dep
|
4560 |
|
|
reflect/reflect.lo.dep: $(go_reflect_files)
|
4561 |
|
|
$(BUILDDEPS)
|
4562 |
|
|
reflect/reflect.lo: $(go_reflect_files)
|
4563 |
|
|
$(BUILDPACKAGE)
|
4564 |
|
|
reflect/check: $(CHECK_DEPS)
|
4565 |
|
|
@$(CHECK)
|
4566 |
|
|
.PHONY: reflect/check
|
4567 |
|
|
|
4568 |
|
|
@go_include@ regexp/regexp.lo.dep
|
4569 |
|
|
regexp/regexp.lo.dep: $(go_regexp_files)
|
4570 |
|
|
$(BUILDDEPS)
|
4571 |
|
|
regexp/regexp.lo: $(go_regexp_files)
|
4572 |
|
|
$(BUILDPACKAGE)
|
4573 |
|
|
regexp/check: $(CHECK_DEPS)
|
4574 |
|
|
@$(CHECK)
|
4575 |
|
|
.PHONY: regexp/check
|
4576 |
|
|
|
4577 |
|
|
@go_include@ runtime/runtime.lo.dep
|
4578 |
|
|
runtime/runtime.lo.dep: $(go_runtime_files)
|
4579 |
|
|
$(BUILDDEPS)
|
4580 |
|
|
runtime/runtime.lo: $(go_runtime_files)
|
4581 |
|
|
$(BUILDPACKAGE)
|
4582 |
|
|
runtime/check: $(CHECK_DEPS)
|
4583 |
|
|
@$(CHECK)
|
4584 |
|
|
.PHONY: runtime/check
|
4585 |
|
|
|
4586 |
|
|
@go_include@ text/scanner.lo.dep
|
4587 |
|
|
text/scanner.lo.dep: $(go_text_scanner_files)
|
4588 |
|
|
$(BUILDDEPS)
|
4589 |
|
|
text/scanner.lo: $(go_text_scanner_files)
|
4590 |
|
|
$(BUILDPACKAGE)
|
4591 |
|
|
text/scanner/check: $(CHECK_DEPS)
|
4592 |
|
|
@$(MKDIR_P) text/scanner
|
4593 |
|
|
@$(CHECK)
|
4594 |
|
|
.PHONY: text/scanner/check
|
4595 |
|
|
|
4596 |
|
|
@go_include@ sort/sort.lo.dep
|
4597 |
|
|
sort/sort.lo.dep: $(go_sort_files)
|
4598 |
|
|
$(BUILDDEPS)
|
4599 |
|
|
sort/sort.lo: $(go_sort_files)
|
4600 |
|
|
$(BUILDPACKAGE)
|
4601 |
|
|
sort/check: $(CHECK_DEPS)
|
4602 |
|
|
@$(CHECK)
|
4603 |
|
|
.PHONY: sort/check
|
4604 |
|
|
|
4605 |
|
|
@go_include@ strconv/strconv.lo.dep
|
4606 |
|
|
strconv/strconv.lo.dep: $(go_strconv_files)
|
4607 |
|
|
$(BUILDDEPS)
|
4608 |
|
|
strconv/strconv.lo: $(go_strconv_files)
|
4609 |
|
|
$(BUILDPACKAGE)
|
4610 |
|
|
strconv/check: $(CHECK_DEPS)
|
4611 |
|
|
@$(CHECK)
|
4612 |
|
|
.PHONY: strconv/check
|
4613 |
|
|
|
4614 |
|
|
@go_include@ strings/strings.lo.dep
|
4615 |
|
|
strings/strings.lo.dep: $(go_strings_files)
|
4616 |
|
|
$(BUILDDEPS)
|
4617 |
|
|
strings/strings.lo: $(go_strings_files)
|
4618 |
|
|
$(BUILDPACKAGE)
|
4619 |
|
|
strings/check: $(CHECK_DEPS)
|
4620 |
|
|
@$(CHECK)
|
4621 |
|
|
.PHONY: strings/check
|
4622 |
|
|
|
4623 |
|
|
@go_include@ sync/sync.lo.dep
|
4624 |
|
|
sync/sync.lo.dep: $(go_sync_files)
|
4625 |
|
|
$(BUILDDEPS)
|
4626 |
|
|
sync/sync.lo: $(go_sync_files)
|
4627 |
|
|
$(BUILDPACKAGE)
|
4628 |
|
|
sync/check: $(CHECK_DEPS)
|
4629 |
|
|
@$(CHECK)
|
4630 |
|
|
.PHONY: sync/check
|
4631 |
|
|
|
4632 |
|
|
@go_include@ testing/testing.lo.dep
|
4633 |
|
|
testing/testing.lo.dep: $(go_testing_files)
|
4634 |
|
|
$(BUILDDEPS)
|
4635 |
|
|
testing/testing.lo: $(go_testing_files)
|
4636 |
|
|
$(BUILDPACKAGE)
|
4637 |
|
|
testing/check: $(CHECK_DEPS)
|
4638 |
|
|
@$(CHECK)
|
4639 |
|
|
.PHONY: testing/check
|
4640 |
|
|
|
4641 |
|
|
@go_include@ time/time.lo.dep
|
4642 |
|
|
time/time.lo.dep: $(go_time_files)
|
4643 |
|
|
$(BUILDDEPS)
|
4644 |
|
|
time/time.lo: $(go_time_files)
|
4645 |
|
|
$(BUILDPACKAGE)
|
4646 |
|
|
time/check: $(CHECK_DEPS)
|
4647 |
|
|
@$(CHECK)
|
4648 |
|
|
.PHONY: time/check
|
4649 |
|
|
|
4650 |
|
|
@go_include@ unicode/unicode.lo.dep
|
4651 |
|
|
unicode/unicode.lo.dep: $(go_unicode_files)
|
4652 |
|
|
$(BUILDDEPS)
|
4653 |
|
|
unicode/unicode.lo: $(go_unicode_files)
|
4654 |
|
|
$(BUILDPACKAGE)
|
4655 |
|
|
unicode/check: $(CHECK_DEPS)
|
4656 |
|
|
@$(CHECK)
|
4657 |
|
|
.PHONY: unicode/check
|
4658 |
|
|
|
4659 |
|
|
@go_include@ archive/tar.lo.dep
|
4660 |
|
|
archive/tar.lo.dep: $(go_archive_tar_files)
|
4661 |
|
|
$(BUILDDEPS)
|
4662 |
|
|
archive/tar.lo: $(go_archive_tar_files)
|
4663 |
|
|
$(BUILDPACKAGE)
|
4664 |
|
|
archive/tar/check: $(CHECK_DEPS)
|
4665 |
|
|
@$(MKDIR_P) archive/tar
|
4666 |
|
|
@$(CHECK)
|
4667 |
|
|
.PHONY: archive/tar/check
|
4668 |
|
|
|
4669 |
|
|
@go_include@ archive/zip.lo.dep
|
4670 |
|
|
archive/zip.lo.dep: $(go_archive_zip_files)
|
4671 |
|
|
$(BUILDDEPS)
|
4672 |
|
|
archive/zip.lo: $(go_archive_zip_files)
|
4673 |
|
|
$(BUILDPACKAGE)
|
4674 |
|
|
archive/zip/check: $(CHECK_DEPS)
|
4675 |
|
|
@$(MKDIR_P) archive/zip
|
4676 |
|
|
@$(CHECK)
|
4677 |
|
|
.PHONY: archive/zip/check
|
4678 |
|
|
|
4679 |
|
|
@go_include@ compress/bzip2.lo.dep
|
4680 |
|
|
compress/bzip2.lo.dep: $(go_compress_bzip2_files)
|
4681 |
|
|
$(BUILDDEPS)
|
4682 |
|
|
compress/bzip2.lo: $(go_compress_bzip2_files)
|
4683 |
|
|
$(BUILDPACKAGE)
|
4684 |
|
|
compress/bzip2/check: $(CHECK_DEPS)
|
4685 |
|
|
@$(MKDIR_P) compress/bzip2
|
4686 |
|
|
@$(CHECK)
|
4687 |
|
|
.PHONY: compress/bzip2/check
|
4688 |
|
|
|
4689 |
|
|
@go_include@ compress/flate.lo.dep
|
4690 |
|
|
compress/flate.lo.dep: $(go_compress_flate_files)
|
4691 |
|
|
$(BUILDDEPS)
|
4692 |
|
|
compress/flate.lo: $(go_compress_flate_files)
|
4693 |
|
|
$(BUILDPACKAGE)
|
4694 |
|
|
compress/flate/check: $(CHECK_DEPS)
|
4695 |
|
|
@$(MKDIR_P) compress/flate
|
4696 |
|
|
@$(CHECK)
|
4697 |
|
|
.PHONY: compress/flate/check
|
4698 |
|
|
|
4699 |
|
|
@go_include@ compress/gzip.lo.dep
|
4700 |
|
|
compress/gzip.lo.dep: $(go_compress_gzip_files)
|
4701 |
|
|
$(BUILDDEPS)
|
4702 |
|
|
compress/gzip.lo: $(go_compress_gzip_files)
|
4703 |
|
|
$(BUILDPACKAGE)
|
4704 |
|
|
compress/gzip/check: $(CHECK_DEPS)
|
4705 |
|
|
@$(MKDIR_P) compress/gzip
|
4706 |
|
|
@$(CHECK)
|
4707 |
|
|
.PHONY: compress/gzip/check
|
4708 |
|
|
|
4709 |
|
|
@go_include@ compress/lzw.lo.dep
|
4710 |
|
|
compress/lzw.lo.dep: $(go_compress_lzw_files)
|
4711 |
|
|
$(BUILDDEPS)
|
4712 |
|
|
compress/lzw.lo: $(go_compress_lzw_files)
|
4713 |
|
|
$(BUILDPACKAGE)
|
4714 |
|
|
compress/lzw/check: $(CHECK_DEPS)
|
4715 |
|
|
@$(MKDIR_P) compress/lzw
|
4716 |
|
|
@$(CHECK)
|
4717 |
|
|
.PHONY: compress/lzw/check
|
4718 |
|
|
|
4719 |
|
|
@go_include@ compress/zlib.lo.dep
|
4720 |
|
|
compress/zlib.lo.dep: $(go_compress_zlib_files)
|
4721 |
|
|
$(BUILDDEPS)
|
4722 |
|
|
compress/zlib.lo: $(go_compress_zlib_files)
|
4723 |
|
|
$(BUILDPACKAGE)
|
4724 |
|
|
compress/zlib/check: $(CHECK_DEPS)
|
4725 |
|
|
@$(MKDIR_P) compress/zlib
|
4726 |
|
|
@$(CHECK)
|
4727 |
|
|
.PHONY: compress/zlib/check
|
4728 |
|
|
|
4729 |
|
|
@go_include@ container/heap.lo.dep
|
4730 |
|
|
container/heap.lo.dep: $(go_container_heap_files)
|
4731 |
|
|
$(BUILDDEPS)
|
4732 |
|
|
container/heap.lo: $(go_container_heap_files)
|
4733 |
|
|
$(BUILDPACKAGE)
|
4734 |
|
|
container/heap/check: $(CHECK_DEPS)
|
4735 |
|
|
@$(MKDIR_P) container/heap
|
4736 |
|
|
@$(CHECK)
|
4737 |
|
|
.PHONY: container/heap/check
|
4738 |
|
|
|
4739 |
|
|
@go_include@ container/list.lo.dep
|
4740 |
|
|
container/list.lo.dep: $(go_container_list_files)
|
4741 |
|
|
$(BUILDDEPS)
|
4742 |
|
|
container/list.lo: $(go_container_list_files)
|
4743 |
|
|
$(BUILDPACKAGE)
|
4744 |
|
|
container/list/check: $(CHECK_DEPS)
|
4745 |
|
|
@$(MKDIR_P) container/list
|
4746 |
|
|
@$(CHECK)
|
4747 |
|
|
.PHONY: container/list/check
|
4748 |
|
|
|
4749 |
|
|
@go_include@ container/ring.lo.dep
|
4750 |
|
|
container/ring.lo.dep: $(go_container_ring_files)
|
4751 |
|
|
$(BUILDDEPS)
|
4752 |
|
|
container/ring.lo: $(go_container_ring_files)
|
4753 |
|
|
$(BUILDPACKAGE)
|
4754 |
|
|
container/ring/check: $(CHECK_DEPS)
|
4755 |
|
|
@$(MKDIR_P) container/ring
|
4756 |
|
|
@$(CHECK)
|
4757 |
|
|
.PHONY: container/ring/check
|
4758 |
|
|
|
4759 |
|
|
@go_include@ crypto/aes.lo.dep
|
4760 |
|
|
crypto/aes.lo.dep: $(go_crypto_aes_files)
|
4761 |
|
|
$(BUILDDEPS)
|
4762 |
|
|
crypto/aes.lo: $(go_crypto_aes_files)
|
4763 |
|
|
$(BUILDPACKAGE)
|
4764 |
|
|
crypto/aes/check: $(CHECK_DEPS)
|
4765 |
|
|
@$(MKDIR_P) crypto/aes
|
4766 |
|
|
@$(CHECK)
|
4767 |
|
|
.PHONY: crypto/aes/check
|
4768 |
|
|
|
4769 |
|
|
@go_include@ crypto/cipher.lo.dep
|
4770 |
|
|
crypto/cipher.lo.dep: $(go_crypto_cipher_files)
|
4771 |
|
|
$(BUILDDEPS)
|
4772 |
|
|
crypto/cipher.lo: $(go_crypto_cipher_files)
|
4773 |
|
|
$(BUILDPACKAGE)
|
4774 |
|
|
crypto/cipher/check: $(CHECK_DEPS)
|
4775 |
|
|
@$(MKDIR_P) crypto/cipher
|
4776 |
|
|
@$(CHECK)
|
4777 |
|
|
.PHONY: crypto/cipher/check
|
4778 |
|
|
|
4779 |
|
|
@go_include@ crypto/des.lo.dep
|
4780 |
|
|
crypto/des.lo.dep: $(go_crypto_des_files)
|
4781 |
|
|
$(BUILDDEPS)
|
4782 |
|
|
crypto/des.lo: $(go_crypto_des_files)
|
4783 |
|
|
$(BUILDPACKAGE)
|
4784 |
|
|
crypto/des/check: $(CHECK_DEPS)
|
4785 |
|
|
@$(MKDIR_P) crypto/des
|
4786 |
|
|
@$(CHECK)
|
4787 |
|
|
.PHONY: crypto/des/check
|
4788 |
|
|
|
4789 |
|
|
@go_include@ crypto/dsa.lo.dep
|
4790 |
|
|
crypto/dsa.lo.dep: $(go_crypto_dsa_files)
|
4791 |
|
|
$(BUILDDEPS)
|
4792 |
|
|
crypto/dsa.lo: $(go_crypto_dsa_files)
|
4793 |
|
|
$(BUILDPACKAGE)
|
4794 |
|
|
crypto/dsa/check: $(CHECK_DEPS)
|
4795 |
|
|
@$(MKDIR_P) crypto/dsa
|
4796 |
|
|
@$(CHECK)
|
4797 |
|
|
.PHONY: crypto/dsa/check
|
4798 |
|
|
|
4799 |
|
|
@go_include@ crypto/ecdsa.lo.dep
|
4800 |
|
|
crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
|
4801 |
|
|
$(BUILDDEPS)
|
4802 |
|
|
crypto/ecdsa.lo: $(go_crypto_ecdsa_files)
|
4803 |
|
|
$(BUILDPACKAGE)
|
4804 |
|
|
crypto/ecdsa/check: $(CHECK_DEPS)
|
4805 |
|
|
@$(MKDIR_P) crypto/ecdsa
|
4806 |
|
|
@$(CHECK)
|
4807 |
|
|
.PHONY: crypto/ecdsa/check
|
4808 |
|
|
|
4809 |
|
|
@go_include@ crypto/elliptic.lo.dep
|
4810 |
|
|
crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
|
4811 |
|
|
$(BUILDDEPS)
|
4812 |
|
|
crypto/elliptic.lo: $(go_crypto_elliptic_files)
|
4813 |
|
|
$(BUILDPACKAGE)
|
4814 |
|
|
crypto/elliptic/check: $(CHECK_DEPS)
|
4815 |
|
|
@$(MKDIR_P) crypto/elliptic
|
4816 |
|
|
@$(CHECK)
|
4817 |
|
|
.PHONY: crypto/elliptic/check
|
4818 |
|
|
|
4819 |
|
|
@go_include@ crypto/hmac.lo.dep
|
4820 |
|
|
crypto/hmac.lo.dep: $(go_crypto_hmac_files)
|
4821 |
|
|
$(BUILDDEPS)
|
4822 |
|
|
crypto/hmac.lo: $(go_crypto_hmac_files)
|
4823 |
|
|
$(BUILDPACKAGE)
|
4824 |
|
|
crypto/hmac/check: $(CHECK_DEPS)
|
4825 |
|
|
@$(MKDIR_P) crypto/hmac
|
4826 |
|
|
@$(CHECK)
|
4827 |
|
|
.PHONY: crypto/hmac/check
|
4828 |
|
|
|
4829 |
|
|
@go_include@ crypto/md5.lo.dep
|
4830 |
|
|
crypto/md5.lo.dep: $(go_crypto_md5_files)
|
4831 |
|
|
$(BUILDDEPS)
|
4832 |
|
|
crypto/md5.lo: $(go_crypto_md5_files)
|
4833 |
|
|
$(BUILDPACKAGE)
|
4834 |
|
|
crypto/md5/check: $(CHECK_DEPS)
|
4835 |
|
|
@$(MKDIR_P) crypto/md5
|
4836 |
|
|
@$(CHECK)
|
4837 |
|
|
.PHONY: crypto/md5/check
|
4838 |
|
|
|
4839 |
|
|
@go_include@ crypto/rand.lo.dep
|
4840 |
|
|
crypto/rand.lo.dep: $(go_crypto_rand_files)
|
4841 |
|
|
$(BUILDDEPS)
|
4842 |
|
|
crypto/rand.lo: $(go_crypto_rand_files)
|
4843 |
|
|
$(BUILDPACKAGE)
|
4844 |
|
|
crypto/rand/check: $(CHECK_DEPS)
|
4845 |
|
|
@$(MKDIR_P) crypto/rand
|
4846 |
|
|
@$(CHECK)
|
4847 |
|
|
.PHONY: crypto/rand/check
|
4848 |
|
|
|
4849 |
|
|
@go_include@ crypto/rc4.lo.dep
|
4850 |
|
|
crypto/rc4.lo.dep: $(go_crypto_rc4_files)
|
4851 |
|
|
$(BUILDDEPS)
|
4852 |
|
|
crypto/rc4.lo: $(go_crypto_rc4_files)
|
4853 |
|
|
$(BUILDPACKAGE)
|
4854 |
|
|
crypto/rc4/check: $(CHECK_DEPS)
|
4855 |
|
|
@$(MKDIR_P) crypto/rc4
|
4856 |
|
|
@$(CHECK)
|
4857 |
|
|
.PHONY: crypto/rc4/check
|
4858 |
|
|
|
4859 |
|
|
@go_include@ crypto/rsa.lo.dep
|
4860 |
|
|
crypto/rsa.lo.dep: $(go_crypto_rsa_files)
|
4861 |
|
|
$(BUILDDEPS)
|
4862 |
|
|
crypto/rsa.lo: $(go_crypto_rsa_files)
|
4863 |
|
|
$(BUILDPACKAGE)
|
4864 |
|
|
crypto/rsa/check: $(CHECK_DEPS)
|
4865 |
|
|
@$(MKDIR_P) crypto/rsa
|
4866 |
|
|
@$(CHECK)
|
4867 |
|
|
.PHONY: crypto/rsa/check
|
4868 |
|
|
|
4869 |
|
|
@go_include@ crypto/sha1.lo.dep
|
4870 |
|
|
crypto/sha1.lo.dep: $(go_crypto_sha1_files)
|
4871 |
|
|
$(BUILDDEPS)
|
4872 |
|
|
crypto/sha1.lo: $(go_crypto_sha1_files)
|
4873 |
|
|
$(BUILDPACKAGE)
|
4874 |
|
|
crypto/sha1/check: $(CHECK_DEPS)
|
4875 |
|
|
@$(MKDIR_P) crypto/sha1
|
4876 |
|
|
@$(CHECK)
|
4877 |
|
|
.PHONY: crypto/sha1/check
|
4878 |
|
|
|
4879 |
|
|
@go_include@ crypto/sha256.lo.dep
|
4880 |
|
|
crypto/sha256.lo.dep: $(go_crypto_sha256_files)
|
4881 |
|
|
$(BUILDDEPS)
|
4882 |
|
|
crypto/sha256.lo: $(go_crypto_sha256_files)
|
4883 |
|
|
$(BUILDPACKAGE)
|
4884 |
|
|
crypto/sha256/check: $(CHECK_DEPS)
|
4885 |
|
|
@$(MKDIR_P) crypto/sha256
|
4886 |
|
|
@$(CHECK)
|
4887 |
|
|
.PHONY: crypto/sha256/check
|
4888 |
|
|
|
4889 |
|
|
@go_include@ crypto/sha512.lo.dep
|
4890 |
|
|
crypto/sha512.lo.dep: $(go_crypto_sha512_files)
|
4891 |
|
|
$(BUILDDEPS)
|
4892 |
|
|
crypto/sha512.lo: $(go_crypto_sha512_files)
|
4893 |
|
|
$(BUILDPACKAGE)
|
4894 |
|
|
crypto/sha512/check: $(CHECK_DEPS)
|
4895 |
|
|
@$(MKDIR_P) crypto/sha512
|
4896 |
|
|
@$(CHECK)
|
4897 |
|
|
.PHONY: crypto/sha512/check
|
4898 |
|
|
|
4899 |
|
|
@go_include@ crypto/subtle.lo.dep
|
4900 |
|
|
crypto/subtle.lo.dep: $(go_crypto_subtle_files)
|
4901 |
|
|
$(BUILDDEPS)
|
4902 |
|
|
crypto/subtle.lo: $(go_crypto_subtle_files)
|
4903 |
|
|
$(BUILDPACKAGE)
|
4904 |
|
|
crypto/subtle/check: $(CHECK_DEPS)
|
4905 |
|
|
@$(MKDIR_P) crypto/subtle
|
4906 |
|
|
@$(CHECK)
|
4907 |
|
|
.PHONY: crypto/subtle/check
|
4908 |
|
|
|
4909 |
|
|
@go_include@ crypto/tls.lo.dep
|
4910 |
|
|
crypto/tls.lo.dep: $(go_crypto_tls_files)
|
4911 |
|
|
$(BUILDDEPS)
|
4912 |
|
|
crypto/tls.lo: $(go_crypto_tls_files)
|
4913 |
|
|
$(BUILDPACKAGE)
|
4914 |
|
|
crypto/tls/check: $(CHECK_DEPS)
|
4915 |
|
|
@$(MKDIR_P) crypto/tls
|
4916 |
|
|
@$(CHECK)
|
4917 |
|
|
.PHONY: crypto/tls/check
|
4918 |
|
|
|
4919 |
|
|
@go_include@ crypto/x509.lo.dep
|
4920 |
|
|
crypto/x509.lo.dep: $(go_crypto_x509_files)
|
4921 |
|
|
$(BUILDDEPS)
|
4922 |
|
|
crypto/x509.lo: $(go_crypto_x509_files)
|
4923 |
|
|
$(BUILDPACKAGE)
|
4924 |
|
|
crypto/x509/check: $(CHECK_DEPS)
|
4925 |
|
|
@$(MKDIR_P) crypto/x509
|
4926 |
|
|
@$(CHECK)
|
4927 |
|
|
.PHONY: crypto/x509/check
|
4928 |
|
|
|
4929 |
|
|
@go_include@ crypto/x509/pkix.lo.dep
|
4930 |
|
|
crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
|
4931 |
|
|
$(BUILDDEPS)
|
4932 |
|
|
crypto/x509/pkix.lo: $(go_crypto_x509_pkix_files)
|
4933 |
|
|
$(BUILDPACKAGE)
|
4934 |
|
|
crypto/x509/pkix/check: $(CHECK_DEPS)
|
4935 |
|
|
@$(MKDIR_P) crypto/x509/pkix
|
4936 |
|
|
@$(CHECK)
|
4937 |
|
|
.PHONY: crypto/x509/pkix/check
|
4938 |
|
|
|
4939 |
|
|
@go_include@ database/sql.lo.dep
|
4940 |
|
|
database/sql.lo.dep: $(go_database_sql_files)
|
4941 |
|
|
$(BUILDDEPS)
|
4942 |
|
|
database/sql.lo: $(go_database_sql_files)
|
4943 |
|
|
$(BUILDPACKAGE)
|
4944 |
|
|
database/sql/check: $(CHECK_DEPS)
|
4945 |
|
|
@$(MKDIR_P) database/sql
|
4946 |
|
|
@$(CHECK)
|
4947 |
|
|
.PHONY: database/sql/check
|
4948 |
|
|
|
4949 |
|
|
@go_include@ database/sql/driver.lo.dep
|
4950 |
|
|
database/sql/driver.lo.dep: $(go_database_sql_driver_files)
|
4951 |
|
|
$(BUILDDEPS)
|
4952 |
|
|
database/sql/driver.lo: $(go_database_sql_driver_files)
|
4953 |
|
|
$(BUILDPACKAGE)
|
4954 |
|
|
database/sql/driver/check: $(CHECK_DEPS)
|
4955 |
|
|
@$(MKDIR_P) database/sql/driver
|
4956 |
|
|
@$(CHECK)
|
4957 |
|
|
.PHONY: database/sql/driver/check
|
4958 |
|
|
|
4959 |
|
|
@go_include@ debug/dwarf.lo.dep
|
4960 |
|
|
debug/dwarf.lo.dep: $(go_debug_dwarf_files)
|
4961 |
|
|
$(BUILDDEPS)
|
4962 |
|
|
debug/dwarf.lo: $(go_debug_dwarf_files)
|
4963 |
|
|
$(BUILDPACKAGE)
|
4964 |
|
|
debug/dwarf/check: $(CHECK_DEPS)
|
4965 |
|
|
@$(MKDIR_P) debug/dwarf
|
4966 |
|
|
@$(CHECK)
|
4967 |
|
|
.PHONY: debug/dwarf/check
|
4968 |
|
|
|
4969 |
|
|
@go_include@ debug/elf.lo.dep
|
4970 |
|
|
debug/elf.lo.dep: $(go_debug_elf_files)
|
4971 |
|
|
$(BUILDDEPS)
|
4972 |
|
|
debug/elf.lo: $(go_debug_elf_files)
|
4973 |
|
|
$(BUILDPACKAGE)
|
4974 |
|
|
debug/elf/check: $(CHECK_DEPS)
|
4975 |
|
|
@$(MKDIR_P) debug/elf
|
4976 |
|
|
@$(CHECK)
|
4977 |
|
|
.PHONY: debug/elf/check
|
4978 |
|
|
|
4979 |
|
|
@go_include@ debug/gosym.lo.dep
|
4980 |
|
|
debug/gosym.lo.dep: $(go_debug_gosym_files)
|
4981 |
|
|
$(BUILDDEPS)
|
4982 |
|
|
debug/gosym.lo: $(go_debug_gosym_files)
|
4983 |
|
|
$(BUILDPACKAGE)
|
4984 |
|
|
debug/gosym/check: $(CHECK_DEPS)
|
4985 |
|
|
@$(MKDIR_P) debug/gosym
|
4986 |
|
|
@$(CHECK)
|
4987 |
|
|
.PHONY: debug/gosym/check
|
4988 |
|
|
|
4989 |
|
|
@go_include@ debug/macho.lo.dep
|
4990 |
|
|
debug/macho.lo.dep: $(go_debug_macho_files)
|
4991 |
|
|
$(BUILDDEPS)
|
4992 |
|
|
debug/macho.lo: $(go_debug_macho_files)
|
4993 |
|
|
$(BUILDPACKAGE)
|
4994 |
|
|
debug/macho/check: $(CHECK_DEPS)
|
4995 |
|
|
@$(MKDIR_P) debug/macho
|
4996 |
|
|
@$(CHECK)
|
4997 |
|
|
.PHONY: debug/macho/check
|
4998 |
|
|
|
4999 |
|
|
@go_include@ debug/pe.lo.dep
|
5000 |
|
|
debug/pe.lo.dep: $(go_debug_pe_files)
|
5001 |
|
|
$(BUILDDEPS)
|
5002 |
|
|
debug/pe.lo: $(go_debug_pe_files)
|
5003 |
|
|
$(BUILDPACKAGE)
|
5004 |
|
|
debug/pe/check: $(CHECK_DEPS)
|
5005 |
|
|
@$(MKDIR_P) debug/pe
|
5006 |
|
|
@$(CHECK)
|
5007 |
|
|
.PHONY: debug/pe/check
|
5008 |
|
|
|
5009 |
|
|
@go_include@ encoding/asn1.lo.dep
|
5010 |
|
|
encoding/asn1.lo.dep: $(go_encoding_asn1_files)
|
5011 |
|
|
$(BUILDDEPS)
|
5012 |
|
|
encoding/asn1.lo: $(go_encoding_asn1_files)
|
5013 |
|
|
$(BUILDPACKAGE)
|
5014 |
|
|
encoding/asn1/check: $(CHECK_DEPS)
|
5015 |
|
|
@$(MKDIR_P) encoding/asn1
|
5016 |
|
|
@$(CHECK)
|
5017 |
|
|
.PHONY: encoding/asn1/check
|
5018 |
|
|
|
5019 |
|
|
@go_include@ encoding/ascii85.lo.dep
|
5020 |
|
|
encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
|
5021 |
|
|
$(BUILDDEPS)
|
5022 |
|
|
encoding/ascii85.lo: $(go_encoding_ascii85_files)
|
5023 |
|
|
$(BUILDPACKAGE)
|
5024 |
|
|
encoding/ascii85/check: $(CHECK_DEPS)
|
5025 |
|
|
@$(MKDIR_P) encoding/ascii85
|
5026 |
|
|
@$(CHECK)
|
5027 |
|
|
.PHONY: encoding/ascii85/check
|
5028 |
|
|
|
5029 |
|
|
@go_include@ encoding/base32.lo.dep
|
5030 |
|
|
encoding/base32.lo.dep: $(go_encoding_base32_files)
|
5031 |
|
|
$(BUILDDEPS)
|
5032 |
|
|
encoding/base32.lo: $(go_encoding_base32_files)
|
5033 |
|
|
$(BUILDPACKAGE)
|
5034 |
|
|
encoding/base32/check: $(CHECK_DEPS)
|
5035 |
|
|
@$(MKDIR_P) encoding/base32
|
5036 |
|
|
@$(CHECK)
|
5037 |
|
|
.PHONY: encoding/base32/check
|
5038 |
|
|
|
5039 |
|
|
@go_include@ encoding/base64.lo.dep
|
5040 |
|
|
encoding/base64.lo.dep: $(go_encoding_base64_files)
|
5041 |
|
|
$(BUILDDEPS)
|
5042 |
|
|
encoding/base64.lo: $(go_encoding_base64_files)
|
5043 |
|
|
$(BUILDPACKAGE)
|
5044 |
|
|
encoding/base64/check: $(CHECK_DEPS)
|
5045 |
|
|
@$(MKDIR_P) encoding/base64
|
5046 |
|
|
@$(CHECK)
|
5047 |
|
|
.PHONY: encoding/base64/check
|
5048 |
|
|
|
5049 |
|
|
@go_include@ encoding/binary.lo.dep
|
5050 |
|
|
encoding/binary.lo.dep: $(go_encoding_binary_files)
|
5051 |
|
|
$(BUILDDEPS)
|
5052 |
|
|
encoding/binary.lo: $(go_encoding_binary_files)
|
5053 |
|
|
$(BUILDPACKAGE)
|
5054 |
|
|
encoding/binary/check: $(CHECK_DEPS)
|
5055 |
|
|
@$(MKDIR_P) encoding/binary
|
5056 |
|
|
@$(CHECK)
|
5057 |
|
|
.PHONY: encoding/binary/check
|
5058 |
|
|
|
5059 |
|
|
@go_include@ encoding/csv.lo.dep
|
5060 |
|
|
encoding/csv.lo.dep: $(go_encoding_csv_files)
|
5061 |
|
|
$(BUILDDEPS)
|
5062 |
|
|
encoding/csv.lo: $(go_encoding_csv_files)
|
5063 |
|
|
$(BUILDPACKAGE)
|
5064 |
|
|
encoding/csv/check: $(CHECK_DEPS)
|
5065 |
|
|
@$(MKDIR_P) encoding/csv
|
5066 |
|
|
@$(CHECK)
|
5067 |
|
|
.PHONY: encoding/csv/check
|
5068 |
|
|
|
5069 |
|
|
@go_include@ encoding/gob.lo.dep
|
5070 |
|
|
encoding/gob.lo.dep: $(go_encoding_gob_files)
|
5071 |
|
|
$(BUILDDEPS)
|
5072 |
|
|
encoding/gob.lo: $(go_encoding_gob_files)
|
5073 |
|
|
$(BUILDPACKAGE)
|
5074 |
|
|
encoding/gob/check: $(CHECK_DEPS)
|
5075 |
|
|
@$(MKDIR_P) encoding/gob
|
5076 |
|
|
@$(CHECK)
|
5077 |
|
|
.PHONY: encoding/gob/check
|
5078 |
|
|
|
5079 |
|
|
@go_include@ encoding/hex.lo.dep
|
5080 |
|
|
encoding/hex.lo.dep: $(go_encoding_hex_files)
|
5081 |
|
|
$(BUILDDEPS)
|
5082 |
|
|
encoding/hex.lo: $(go_encoding_hex_files)
|
5083 |
|
|
$(BUILDPACKAGE)
|
5084 |
|
|
encoding/hex/check: $(CHECK_DEPS)
|
5085 |
|
|
@$(MKDIR_P) encoding/hex
|
5086 |
|
|
@$(CHECK)
|
5087 |
|
|
.PHONY: encoding/hex/check
|
5088 |
|
|
|
5089 |
|
|
@go_include@ encoding/json.lo.dep
|
5090 |
|
|
encoding/json.lo.dep: $(go_encoding_json_files)
|
5091 |
|
|
$(BUILDDEPS)
|
5092 |
|
|
encoding/json.lo: $(go_encoding_json_files)
|
5093 |
|
|
$(BUILDPACKAGE)
|
5094 |
|
|
encoding/json/check: $(CHECK_DEPS)
|
5095 |
|
|
@$(MKDIR_P) encoding/json
|
5096 |
|
|
@$(CHECK)
|
5097 |
|
|
.PHONY: encoding/json/check
|
5098 |
|
|
|
5099 |
|
|
@go_include@ encoding/pem.lo.dep
|
5100 |
|
|
encoding/pem.lo.dep: $(go_encoding_pem_files)
|
5101 |
|
|
$(BUILDDEPS)
|
5102 |
|
|
encoding/pem.lo: $(go_encoding_pem_files)
|
5103 |
|
|
$(BUILDPACKAGE)
|
5104 |
|
|
encoding/pem/check: $(CHECK_DEPS)
|
5105 |
|
|
@$(MKDIR_P) encoding/pem
|
5106 |
|
|
@$(CHECK)
|
5107 |
|
|
.PHONY: encoding/pem/check
|
5108 |
|
|
|
5109 |
|
|
@go_include@ encoding/xml.lo.dep
|
5110 |
|
|
encoding/xml.lo.dep: $(go_encoding_xml_files)
|
5111 |
|
|
$(BUILDDEPS)
|
5112 |
|
|
encoding/xml.lo: $(go_encoding_xml_files)
|
5113 |
|
|
$(BUILDPACKAGE)
|
5114 |
|
|
encoding/xml/check: $(CHECK_DEPS)
|
5115 |
|
|
@$(MKDIR_P) encoding/xml
|
5116 |
|
|
@$(CHECK)
|
5117 |
|
|
.PHONY: encoding/xml/check
|
5118 |
|
|
|
5119 |
|
|
@go_include@ exp/ebnf.lo.dep
|
5120 |
|
|
exp/ebnf.lo.dep: $(go_exp_ebnf_files)
|
5121 |
|
|
$(BUILDDEPS)
|
5122 |
|
|
exp/ebnf.lo: $(go_exp_ebnf_files)
|
5123 |
|
|
$(BUILDPACKAGE)
|
5124 |
|
|
exp/ebnf/check: $(CHECK_DEPS)
|
5125 |
|
|
@$(MKDIR_P) exp/ebnf
|
5126 |
|
|
@$(CHECK)
|
5127 |
|
|
.PHONY: exp/ebnf/check
|
5128 |
|
|
|
5129 |
|
|
@go_include@ exp/html.lo.dep
|
5130 |
|
|
exp/html.lo.dep: $(go_exp_html_files)
|
5131 |
|
|
$(BUILDDEPS)
|
5132 |
|
|
exp/html.lo: $(go_exp_html_files)
|
5133 |
|
|
$(BUILDPACKAGE)
|
5134 |
|
|
exp/html/check: $(CHECK_DEPS)
|
5135 |
|
|
@$(MKDIR_P) exp/html
|
5136 |
|
|
@$(CHECK)
|
5137 |
|
|
.PHONY: exp/html/check
|
5138 |
|
|
|
5139 |
|
|
@go_include@ exp/norm.lo.dep
|
5140 |
|
|
exp/norm.lo.dep: $(go_exp_norm_files)
|
5141 |
|
|
$(BUILDDEPS)
|
5142 |
|
|
exp/norm.lo: $(go_exp_norm_files)
|
5143 |
|
|
$(BUILDPACKAGE)
|
5144 |
|
|
exp/norm/check: $(CHECK_DEPS)
|
5145 |
|
|
@$(MKDIR_P) exp/norm
|
5146 |
|
|
@$(CHECK)
|
5147 |
|
|
.PHONY: exp/norm/check
|
5148 |
|
|
|
5149 |
|
|
@go_include@ exp/proxy.lo.dep
|
5150 |
|
|
exp/proxy.lo.dep: $(go_exp_proxy_files)
|
5151 |
|
|
$(BUILDDEPS)
|
5152 |
|
|
exp/proxy.lo: $(go_exp_proxy_files)
|
5153 |
|
|
$(BUILDPACKAGE)
|
5154 |
|
|
exp/proxy/check: $(CHECK_DEPS)
|
5155 |
|
|
@$(MKDIR_P) exp/proxy
|
5156 |
|
|
@$(CHECK)
|
5157 |
|
|
.PHONY: exp/proxy/check
|
5158 |
|
|
|
5159 |
|
|
@go_include@ exp/signal.lo.dep
|
5160 |
|
|
exp/signal.lo.dep: $(go_exp_signal_files)
|
5161 |
|
|
$(BUILDDEPS)
|
5162 |
|
|
exp/signal.lo: $(go_exp_signal_files)
|
5163 |
|
|
$(BUILDPACKAGE)
|
5164 |
|
|
exp/signal/check: $(CHECK_DEPS)
|
5165 |
|
|
@$(MKDIR_P) exp/signal
|
5166 |
|
|
@$(CHECK)
|
5167 |
|
|
.PHONY: exp/signal/check
|
5168 |
|
|
|
5169 |
|
|
@go_include@ exp/terminal.lo.dep
|
5170 |
|
|
exp/terminal.lo.dep: $(go_exp_terminal_files)
|
5171 |
|
|
$(BUILDDEPS)
|
5172 |
|
|
exp/terminal.lo: $(go_exp_terminal_files)
|
5173 |
|
|
$(BUILDPACKAGE)
|
5174 |
|
|
exp/terminal/check: $(CHECK_DEPS)
|
5175 |
|
|
@$(MKDIR_P) exp/terminal
|
5176 |
|
|
@$(CHECK)
|
5177 |
|
|
.PHONY: exp/terminal/check
|
5178 |
|
|
|
5179 |
|
|
@go_include@ exp/types.lo.dep
|
5180 |
|
|
exp/types.lo.dep: $(go_exp_types_files)
|
5181 |
|
|
$(BUILDDEPS)
|
5182 |
|
|
exp/types.lo: $(go_exp_types_files)
|
5183 |
|
|
$(BUILDPACKAGE)
|
5184 |
|
|
exp/types/check: $(CHECK_DEPS)
|
5185 |
|
|
@$(MKDIR_P) exp/types
|
5186 |
|
|
@$(CHECK)
|
5187 |
|
|
.PHONY: exp/types/check
|
5188 |
|
|
|
5189 |
|
|
@go_include@ exp/utf8string.lo.dep
|
5190 |
|
|
exp/utf8string.lo.dep: $(go_exp_utf8string_files)
|
5191 |
|
|
$(BUILDDEPS)
|
5192 |
|
|
exp/utf8string.lo: $(go_exp_utf8string_files)
|
5193 |
|
|
$(BUILDPACKAGE)
|
5194 |
|
|
exp/utf8string/check: $(CHECK_DEPS)
|
5195 |
|
|
@$(MKDIR_P) exp/utf8string
|
5196 |
|
|
@$(CHECK)
|
5197 |
|
|
.PHONY: exp/utf8string/check
|
5198 |
|
|
|
5199 |
|
|
@go_include@ exp/inotify.lo.dep
|
5200 |
|
|
exp/inotify.lo.dep: $(go_exp_inotify_files)
|
5201 |
|
|
$(BUILDDEPS)
|
5202 |
|
|
exp/inotify.lo: $(go_exp_inotify_files)
|
5203 |
|
|
$(BUILDPACKAGE)
|
5204 |
|
|
exp/inotify/check: $(CHECK_DEPS)
|
5205 |
|
|
@$(MKDIR_P) exp/inotify
|
5206 |
|
|
@$(CHECK)
|
5207 |
|
|
.PHONY: exp/inotify/check
|
5208 |
|
|
|
5209 |
|
|
@go_include@ html/template.lo.dep
|
5210 |
|
|
html/template.lo.dep: $(go_html_template_files)
|
5211 |
|
|
$(BUILDDEPS)
|
5212 |
|
|
html/template.lo: $(go_html_template_files)
|
5213 |
|
|
$(BUILDPACKAGE)
|
5214 |
|
|
html/template/check: $(CHECK_DEPS)
|
5215 |
|
|
@$(MKDIR_P) html/template
|
5216 |
|
|
@$(CHECK)
|
5217 |
|
|
.PHONY: html/template/check
|
5218 |
|
|
|
5219 |
|
|
@go_include@ go/ast.lo.dep
|
5220 |
|
|
go/ast.lo.dep: $(go_go_ast_files)
|
5221 |
|
|
$(BUILDDEPS)
|
5222 |
|
|
go/ast.lo: $(go_go_ast_files)
|
5223 |
|
|
$(BUILDPACKAGE)
|
5224 |
|
|
go/ast/check: $(CHECK_DEPS)
|
5225 |
|
|
@$(MKDIR_P) go/ast
|
5226 |
|
|
@$(CHECK)
|
5227 |
|
|
.PHONY: go/ast/check
|
5228 |
|
|
|
5229 |
|
|
@go_include@ go/build.lo.dep
|
5230 |
|
|
go/build.lo.dep: $(go_go_build_files)
|
5231 |
|
|
$(BUILDDEPS)
|
5232 |
|
|
go/build.lo: $(go_go_build_files)
|
5233 |
|
|
$(BUILDPACKAGE)
|
5234 |
|
|
go/build/check: $(CHECK_DEPS)
|
5235 |
|
|
@$(MKDIR_P) go/build
|
5236 |
|
|
@$(CHECK)
|
5237 |
|
|
.PHONY: go/build/check
|
5238 |
|
|
|
5239 |
|
|
syslist.go: s-syslist; @true
|
5240 |
|
|
s-syslist: Makefile
|
5241 |
|
|
echo '// Generated automatically by make.' >syslist.go.tmp
|
5242 |
|
|
echo 'package build' >>syslist.go.tmp
|
5243 |
|
|
echo 'const goosList = "$(GOOS)"' >>syslist.go.tmp
|
5244 |
|
|
echo 'const goarchList = "$(GOARCH)"' >>syslist.go.tmp
|
5245 |
|
|
$(SHELL) $(srcdir)/../move-if-change syslist.go.tmp syslist.go
|
5246 |
|
|
$(STAMP) $@
|
5247 |
|
|
|
5248 |
|
|
@go_include@ go/doc.lo.dep
|
5249 |
|
|
go/doc.lo.dep: $(go_go_doc_files)
|
5250 |
|
|
$(BUILDDEPS)
|
5251 |
|
|
go/doc.lo: $(go_go_doc_files)
|
5252 |
|
|
$(BUILDPACKAGE)
|
5253 |
|
|
go/doc/check: $(CHECK_DEPS)
|
5254 |
|
|
@$(MKDIR_P) go/doc
|
5255 |
|
|
@$(CHECK)
|
5256 |
|
|
.PHONY: go/doc/check
|
5257 |
|
|
|
5258 |
|
|
@go_include@ go/parser.lo.dep
|
5259 |
|
|
go/parser.lo.dep: $(go_go_parser_files)
|
5260 |
|
|
$(BUILDDEPS)
|
5261 |
|
|
go/parser.lo: $(go_go_parser_files)
|
5262 |
|
|
$(BUILDPACKAGE)
|
5263 |
|
|
go/parser/check: $(CHECK_DEPS)
|
5264 |
|
|
@$(MKDIR_P) go/parser
|
5265 |
|
|
@$(CHECK)
|
5266 |
|
|
.PHONY: go/parser/check
|
5267 |
|
|
|
5268 |
|
|
@go_include@ go/printer.lo.dep
|
5269 |
|
|
go/printer.lo.dep: $(go_go_printer_files)
|
5270 |
|
|
$(BUILDDEPS)
|
5271 |
|
|
go/printer.lo: $(go_go_printer_files)
|
5272 |
|
|
$(BUILDPACKAGE)
|
5273 |
|
|
go/printer/check: $(CHECK_DEPS)
|
5274 |
|
|
@$(MKDIR_P) go/printer
|
5275 |
|
|
@$(CHECK)
|
5276 |
|
|
.PHONY: go/printer/check
|
5277 |
|
|
|
5278 |
|
|
@go_include@ go/scanner.lo.dep
|
5279 |
|
|
go/scanner.lo.dep: $(go_go_scanner_files)
|
5280 |
|
|
$(BUILDDEPS)
|
5281 |
|
|
go/scanner.lo: $(go_go_scanner_files)
|
5282 |
|
|
$(BUILDPACKAGE)
|
5283 |
|
|
go/scanner/check: $(CHECK_DEPS)
|
5284 |
|
|
@$(MKDIR_P) go/scanner
|
5285 |
|
|
@$(CHECK)
|
5286 |
|
|
.PHONY: go/scanner/check
|
5287 |
|
|
|
5288 |
|
|
@go_include@ go/token.lo.dep
|
5289 |
|
|
go/token.lo.dep: $(go_go_token_files)
|
5290 |
|
|
$(BUILDDEPS)
|
5291 |
|
|
go/token.lo: $(go_go_token_files)
|
5292 |
|
|
$(BUILDPACKAGE)
|
5293 |
|
|
go/token/check: $(CHECK_DEPS)
|
5294 |
|
|
@$(MKDIR_P) go/token
|
5295 |
|
|
@$(CHECK)
|
5296 |
|
|
.PHONY: go/token/check
|
5297 |
|
|
|
5298 |
|
|
@go_include@ hash/adler32.lo.dep
|
5299 |
|
|
hash/adler32.lo.dep: $(go_hash_adler32_files)
|
5300 |
|
|
$(BUILDDEPS)
|
5301 |
|
|
hash/adler32.lo: $(go_hash_adler32_files)
|
5302 |
|
|
$(BUILDPACKAGE)
|
5303 |
|
|
hash/adler32/check: $(CHECK_DEPS)
|
5304 |
|
|
@$(MKDIR_P) hash/adler32
|
5305 |
|
|
@$(CHECK)
|
5306 |
|
|
.PHONY: hash/adler32/check
|
5307 |
|
|
|
5308 |
|
|
@go_include@ hash/crc32.lo.dep
|
5309 |
|
|
hash/crc32.lo.dep: $(go_hash_crc32_files)
|
5310 |
|
|
$(BUILDDEPS)
|
5311 |
|
|
hash/crc32.lo: $(go_hash_crc32_files)
|
5312 |
|
|
$(BUILDPACKAGE)
|
5313 |
|
|
hash/crc32/check: $(CHECK_DEPS)
|
5314 |
|
|
@$(MKDIR_P) hash/crc32
|
5315 |
|
|
@$(CHECK)
|
5316 |
|
|
.PHONY: hash/crc32/check
|
5317 |
|
|
|
5318 |
|
|
@go_include@ hash/crc64.lo.dep
|
5319 |
|
|
hash/crc64.lo.dep: $(go_hash_crc64_files)
|
5320 |
|
|
$(BUILDDEPS)
|
5321 |
|
|
hash/crc64.lo: $(go_hash_crc64_files)
|
5322 |
|
|
$(BUILDPACKAGE)
|
5323 |
|
|
hash/crc64/check: $(CHECK_DEPS)
|
5324 |
|
|
@$(MKDIR_P) hash/crc64
|
5325 |
|
|
@$(CHECK)
|
5326 |
|
|
.PHONY: hash/crc64/check
|
5327 |
|
|
|
5328 |
|
|
@go_include@ hash/fnv.lo.dep
|
5329 |
|
|
hash/fnv.lo.dep: $(go_hash_fnv_files)
|
5330 |
|
|
$(BUILDDEPS)
|
5331 |
|
|
hash/fnv.lo: $(go_hash_fnv_files)
|
5332 |
|
|
$(BUILDPACKAGE)
|
5333 |
|
|
hash/fnv/check: $(CHECK_DEPS)
|
5334 |
|
|
@$(MKDIR_P) hash/fnv
|
5335 |
|
|
@$(CHECK)
|
5336 |
|
|
.PHONY: hash/fnv/check
|
5337 |
|
|
|
5338 |
|
|
@go_include@ image/color.lo.dep
|
5339 |
|
|
image/color.lo.dep: $(go_image_color_files)
|
5340 |
|
|
$(BUILDDEPS)
|
5341 |
|
|
image/color.lo: $(go_image_color_files)
|
5342 |
|
|
$(BUILDPACKAGE)
|
5343 |
|
|
image/color/check: $(CHECK_DEPS)
|
5344 |
|
|
@$(MKDIR_P) image/color
|
5345 |
|
|
@$(CHECK)
|
5346 |
|
|
.PHONY: image/color/check
|
5347 |
|
|
|
5348 |
|
|
@go_include@ image/draw.lo.dep
|
5349 |
|
|
image/draw.lo.dep: $(go_image_draw_files)
|
5350 |
|
|
$(BUILDDEPS)
|
5351 |
|
|
image/draw.lo: $(go_image_draw_files)
|
5352 |
|
|
$(BUILDPACKAGE)
|
5353 |
|
|
image/draw/check: $(CHECK_DEPS)
|
5354 |
|
|
@$(MKDIR_P) image/draw
|
5355 |
|
|
@$(CHECK)
|
5356 |
|
|
.PHONY: image/draw/check
|
5357 |
|
|
|
5358 |
|
|
@go_include@ image/gif.lo.dep
|
5359 |
|
|
image/gif.lo.dep: $(go_image_gif_files)
|
5360 |
|
|
$(BUILDDEPS)
|
5361 |
|
|
image/gif.lo: $(go_image_gif_files)
|
5362 |
|
|
$(BUILDPACKAGE)
|
5363 |
|
|
image/gif/check: $(CHECK_DEPS)
|
5364 |
|
|
@$(MKDIR_P) image/gif
|
5365 |
|
|
@$(CHECK)
|
5366 |
|
|
.PHONY: image/gif/check
|
5367 |
|
|
|
5368 |
|
|
@go_include@ image/jpeg.lo.dep
|
5369 |
|
|
image/jpeg.lo.dep: $(go_image_jpeg_files)
|
5370 |
|
|
$(BUILDDEPS)
|
5371 |
|
|
image/jpeg.lo: $(go_image_jpeg_files)
|
5372 |
|
|
$(BUILDPACKAGE)
|
5373 |
|
|
image/jpeg/check: $(CHECK_DEPS)
|
5374 |
|
|
@$(MKDIR_P) image/jpeg
|
5375 |
|
|
@$(CHECK)
|
5376 |
|
|
.PHONY: image/jpeg/check
|
5377 |
|
|
|
5378 |
|
|
@go_include@ image/png.lo.dep
|
5379 |
|
|
image/png.lo.dep: $(go_image_png_files)
|
5380 |
|
|
$(BUILDDEPS)
|
5381 |
|
|
image/png.lo: $(go_image_png_files)
|
5382 |
|
|
$(BUILDPACKAGE)
|
5383 |
|
|
image/png/check: $(CHECK_DEPS)
|
5384 |
|
|
@$(MKDIR_P) image/png
|
5385 |
|
|
@$(CHECK)
|
5386 |
|
|
.PHONY: image/png/check
|
5387 |
|
|
|
5388 |
|
|
@go_include@ index/suffixarray.lo.dep
|
5389 |
|
|
index/suffixarray.lo.dep: $(go_index_suffixarray_files)
|
5390 |
|
|
$(BUILDDEPS)
|
5391 |
|
|
index/suffixarray.lo: $(go_index_suffixarray_files)
|
5392 |
|
|
$(BUILDPACKAGE)
|
5393 |
|
|
index/suffixarray/check: $(CHECK_DEPS)
|
5394 |
|
|
@$(MKDIR_P) index/suffixarray
|
5395 |
|
|
@$(CHECK)
|
5396 |
|
|
.PHONY: index/suffixarray/check
|
5397 |
|
|
|
5398 |
|
|
@go_include@ io/ioutil.lo.dep
|
5399 |
|
|
io/ioutil.lo.dep: $(go_io_ioutil_files)
|
5400 |
|
|
$(BUILDDEPS)
|
5401 |
|
|
io/ioutil.lo: $(go_io_ioutil_files)
|
5402 |
|
|
$(BUILDPACKAGE)
|
5403 |
|
|
io/ioutil/check: $(CHECK_DEPS)
|
5404 |
|
|
@$(MKDIR_P) io/ioutil
|
5405 |
|
|
@$(CHECK)
|
5406 |
|
|
.PHONY: io/ioutil/check
|
5407 |
|
|
|
5408 |
|
|
@go_include@ log/syslog.lo.dep
|
5409 |
|
|
log/syslog.lo.dep: $(go_log_syslog_files)
|
5410 |
|
|
$(BUILDDEPS)
|
5411 |
|
|
log/syslog.lo: $(go_log_syslog_files)
|
5412 |
|
|
$(BUILDPACKAGE)
|
5413 |
|
|
log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
|
5414 |
|
|
$(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
|
5415 |
|
|
log/syslog/check: $(CHECK_DEPS)
|
5416 |
|
|
@$(MKDIR_P) log/syslog
|
5417 |
|
|
@$(CHECK)
|
5418 |
|
|
.PHONY: log/syslog/check
|
5419 |
|
|
|
5420 |
|
|
@go_include@ math/big.lo.dep
|
5421 |
|
|
math/big.lo.dep: $(go_math_big_files)
|
5422 |
|
|
$(BUILDDEPS)
|
5423 |
|
|
math/big.lo: $(go_math_big_files)
|
5424 |
|
|
$(BUILDPACKAGE)
|
5425 |
|
|
math/big/check: $(CHECK_DEPS)
|
5426 |
|
|
@$(MKDIR_P) math/big
|
5427 |
|
|
@$(CHECK)
|
5428 |
|
|
.PHONY: math/big/check
|
5429 |
|
|
|
5430 |
|
|
@go_include@ math/cmplx.lo.dep
|
5431 |
|
|
math/cmplx.lo.dep: $(go_math_cmplx_files)
|
5432 |
|
|
$(BUILDDEPS)
|
5433 |
|
|
math/cmplx.lo: $(go_math_cmplx_files)
|
5434 |
|
|
$(BUILDPACKAGE)
|
5435 |
|
|
math/cmplx/check: $(CHECK_DEPS)
|
5436 |
|
|
@$(MKDIR_P) math/cmplx
|
5437 |
|
|
@$(CHECK)
|
5438 |
|
|
.PHONY: math/cmplx/check
|
5439 |
|
|
|
5440 |
|
|
@go_include@ math/rand.lo.dep
|
5441 |
|
|
math/rand.lo.dep: $(go_math_rand_files)
|
5442 |
|
|
$(BUILDDEPS)
|
5443 |
|
|
math/rand.lo: $(go_math_rand_files)
|
5444 |
|
|
$(BUILDPACKAGE)
|
5445 |
|
|
math/rand/check: $(CHECK_DEPS)
|
5446 |
|
|
@$(MKDIR_P) math/rand
|
5447 |
|
|
@$(CHECK)
|
5448 |
|
|
.PHONY: math/rand/check
|
5449 |
|
|
|
5450 |
|
|
@go_include@ mime/multipart.lo.dep
|
5451 |
|
|
mime/multipart.lo.dep: $(go_mime_multipart_files)
|
5452 |
|
|
$(BUILDDEPS)
|
5453 |
|
|
mime/multipart.lo: $(go_mime_multipart_files)
|
5454 |
|
|
$(BUILDPACKAGE)
|
5455 |
|
|
mime/multipart/check: $(CHECK_DEPS)
|
5456 |
|
|
@$(MKDIR_P) mime/multipart
|
5457 |
|
|
@$(CHECK)
|
5458 |
|
|
.PHONY: mime/multipart/check
|
5459 |
|
|
|
5460 |
|
|
@go_include@ net/http.lo.dep
|
5461 |
|
|
net/http.lo.dep: $(go_net_http_files)
|
5462 |
|
|
$(BUILDDEPS)
|
5463 |
|
|
net/http.lo: $(go_net_http_files)
|
5464 |
|
|
$(BUILDPACKAGE)
|
5465 |
|
|
net/http/check: $(CHECK_DEPS)
|
5466 |
|
|
@$(MKDIR_P) net/http
|
5467 |
|
|
@$(CHECK)
|
5468 |
|
|
.PHONY: net/http/check
|
5469 |
|
|
|
5470 |
|
|
@go_include@ net/mail.lo.dep
|
5471 |
|
|
net/mail.lo.dep: $(go_net_mail_files)
|
5472 |
|
|
$(BUILDDEPS)
|
5473 |
|
|
net/mail.lo: $(go_net_mail_files)
|
5474 |
|
|
$(BUILDPACKAGE)
|
5475 |
|
|
net/mail/check: $(CHECK_DEPS)
|
5476 |
|
|
@$(MKDIR_P) net/mail
|
5477 |
|
|
@$(CHECK)
|
5478 |
|
|
.PHONY: net/mail/check
|
5479 |
|
|
|
5480 |
|
|
@go_include@ net/rpc.lo.dep
|
5481 |
|
|
net/rpc.lo.dep: $(go_net_rpc_files)
|
5482 |
|
|
$(BUILDDEPS)
|
5483 |
|
|
net/rpc.lo: $(go_net_rpc_files)
|
5484 |
|
|
$(BUILDPACKAGE)
|
5485 |
|
|
net/rpc/check: $(CHECK_DEPS)
|
5486 |
|
|
@$(MKDIR_P) net/rpc
|
5487 |
|
|
@$(CHECK)
|
5488 |
|
|
.PHONY: net/rpc/check
|
5489 |
|
|
|
5490 |
|
|
@go_include@ net/smtp.lo.dep
|
5491 |
|
|
net/smtp.lo.dep: $(go_net_smtp_files)
|
5492 |
|
|
$(BUILDDEPS)
|
5493 |
|
|
net/smtp.lo: $(go_net_smtp_files)
|
5494 |
|
|
$(BUILDPACKAGE)
|
5495 |
|
|
net/smtp/check: $(CHECK_DEPS)
|
5496 |
|
|
@$(MKDIR_P) net/smtp
|
5497 |
|
|
@$(CHECK)
|
5498 |
|
|
.PHONY: net/smtp/check
|
5499 |
|
|
|
5500 |
|
|
@go_include@ net/url.lo.dep
|
5501 |
|
|
net/url.lo.dep: $(go_net_url_files)
|
5502 |
|
|
$(BUILDDEPS)
|
5503 |
|
|
net/url.lo: $(go_net_url_files)
|
5504 |
|
|
$(BUILDPACKAGE)
|
5505 |
|
|
net/url/check: $(CHECK_DEPS)
|
5506 |
|
|
@$(MKDIR_P) net/url
|
5507 |
|
|
@$(CHECK)
|
5508 |
|
|
.PHONY: net/url/check
|
5509 |
|
|
|
5510 |
|
|
@go_include@ net/textproto.lo.dep
|
5511 |
|
|
net/textproto.lo.dep: $(go_net_textproto_files)
|
5512 |
|
|
$(BUILDDEPS)
|
5513 |
|
|
net/textproto.lo: $(go_net_textproto_files)
|
5514 |
|
|
$(BUILDPACKAGE)
|
5515 |
|
|
net/textproto/check: $(CHECK_DEPS)
|
5516 |
|
|
@$(MKDIR_P) net/textproto
|
5517 |
|
|
@$(CHECK)
|
5518 |
|
|
.PHONY: net/textproto/check
|
5519 |
|
|
|
5520 |
|
|
@go_include@ net/http/cgi.lo.dep
|
5521 |
|
|
net/http/cgi.lo.dep: $(go_net_http_cgi_files)
|
5522 |
|
|
$(BUILDDEPS)
|
5523 |
|
|
net/http/cgi.lo: $(go_net_http_cgi_files)
|
5524 |
|
|
$(BUILDPACKAGE)
|
5525 |
|
|
net/http/cgi/check: $(CHECK_DEPS)
|
5526 |
|
|
@$(MKDIR_P) net/http/cgi
|
5527 |
|
|
@$(CHECK)
|
5528 |
|
|
.PHONY: net/http/cgi/check
|
5529 |
|
|
|
5530 |
|
|
@go_include@ net/http/fcgi.lo.dep
|
5531 |
|
|
net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
|
5532 |
|
|
$(BUILDDEPS)
|
5533 |
|
|
net/http/fcgi.lo: $(go_net_http_fcgi_files)
|
5534 |
|
|
$(BUILDPACKAGE)
|
5535 |
|
|
net/http/fcgi/check: $(CHECK_DEPS)
|
5536 |
|
|
@$(MKDIR_P) net/http/fcgi
|
5537 |
|
|
@$(CHECK)
|
5538 |
|
|
.PHONY: net/http/fcgi/check
|
5539 |
|
|
|
5540 |
|
|
@go_include@ net/http/httptest.lo.dep
|
5541 |
|
|
net/http/httptest.lo.dep: $(go_net_http_httptest_files)
|
5542 |
|
|
$(BUILDDEPS)
|
5543 |
|
|
net/http/httptest.lo: $(go_net_http_httptest_files)
|
5544 |
|
|
$(BUILDPACKAGE)
|
5545 |
|
|
net/http/httptest/check: $(check_deps)
|
5546 |
|
|
@$(MKDIR_P) net/http/httptest
|
5547 |
|
|
@$(CHECK)
|
5548 |
|
|
.PHONY: net/http/httptest/check
|
5549 |
|
|
|
5550 |
|
|
@go_include@ net/http/httputil.lo.dep
|
5551 |
|
|
net/http/httputil.lo.dep: $(go_net_http_httputil_files)
|
5552 |
|
|
$(BUILDDEPS)
|
5553 |
|
|
net/http/httputil.lo: $(go_net_http_httputil_files)
|
5554 |
|
|
$(BUILDPACKAGE)
|
5555 |
|
|
net/http/httputil/check: $(check_deps)
|
5556 |
|
|
@$(MKDIR_P) net/http/httputil
|
5557 |
|
|
@$(CHECK)
|
5558 |
|
|
.PHONY: net/http/httputil/check
|
5559 |
|
|
|
5560 |
|
|
@go_include@ net/http/pprof.lo.dep
|
5561 |
|
|
net/http/pprof.lo.dep: $(go_net_http_pprof_files)
|
5562 |
|
|
$(BUILDDEPS)
|
5563 |
|
|
net/http/pprof.lo: $(go_net_http_pprof_files)
|
5564 |
|
|
$(BUILDPACKAGE)
|
5565 |
|
|
net/http/pprof/check: $(CHECK_DEPS)
|
5566 |
|
|
@$(MKDIR_P) net/http/pprof
|
5567 |
|
|
@$(CHECK)
|
5568 |
|
|
.PHONY: net/http/pprof/check
|
5569 |
|
|
|
5570 |
|
|
@go_include@ net/rpc/jsonrpc.lo.dep
|
5571 |
|
|
net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
|
5572 |
|
|
$(BUILDDEPS)
|
5573 |
|
|
net/rpc/jsonrpc.lo: $(go_net_rpc_jsonrpc_files)
|
5574 |
|
|
$(BUILDPACKAGE)
|
5575 |
|
|
net/rpc/jsonrpc/check: $(CHECK_DEPS)
|
5576 |
|
|
@$(MKDIR_P) net/rpc/jsonrpc
|
5577 |
|
|
@$(CHECK)
|
5578 |
|
|
.PHONY: net/rpc/jsonrpc/check
|
5579 |
|
|
|
5580 |
|
|
@go_include@ old/netchan.lo.dep
|
5581 |
|
|
old/netchan.lo.dep: $(go_old_netchan_files)
|
5582 |
|
|
$(BUILDDEPS)
|
5583 |
|
|
old/netchan.lo: $(go_old_netchan_files)
|
5584 |
|
|
$(BUILDPACKAGE)
|
5585 |
|
|
old/netchan/check: $(CHECK_DEPS)
|
5586 |
|
|
@$(MKDIR_P) old/netchan
|
5587 |
|
|
@$(CHECK)
|
5588 |
|
|
.PHONY: old/netchan/check
|
5589 |
|
|
|
5590 |
|
|
@go_include@ old/regexp.lo.dep
|
5591 |
|
|
old/regexp.lo.dep: $(go_old_regexp_files)
|
5592 |
|
|
$(BUILDDEPS)
|
5593 |
|
|
old/regexp.lo: $(go_old_regexp_files)
|
5594 |
|
|
$(BUILDPACKAGE)
|
5595 |
|
|
old/regexp/check: $(CHECK_DEPS)
|
5596 |
|
|
@$(MKDIR_P) old/regexp
|
5597 |
|
|
@$(CHECK)
|
5598 |
|
|
.PHONY: old/regexp/check
|
5599 |
|
|
|
5600 |
|
|
@go_include@ old/template.lo.dep
|
5601 |
|
|
old/template.lo.dep: $(go_old_template_files)
|
5602 |
|
|
$(BUILDDEPS)
|
5603 |
|
|
old/template.lo: $(go_old_template_files)
|
5604 |
|
|
$(BUILDPACKAGE)
|
5605 |
|
|
old/template/check: $(CHECK_DEPS)
|
5606 |
|
|
@$(MKDIR_P) old/template
|
5607 |
|
|
@$(CHECK)
|
5608 |
|
|
.PHONY: old/template/check
|
5609 |
|
|
|
5610 |
|
|
@go_include@ os/exec.lo.dep
|
5611 |
|
|
os/exec.lo.dep: $(go_os_exec_files)
|
5612 |
|
|
$(BUILDDEPS)
|
5613 |
|
|
os/exec.lo: $(go_os_exec_files)
|
5614 |
|
|
$(BUILDPACKAGE)
|
5615 |
|
|
os/exec/check: $(CHECK_DEPS)
|
5616 |
|
|
@$(MKDIR_P) os/exec
|
5617 |
|
|
@$(CHECK)
|
5618 |
|
|
.PHONY: os/exec/check
|
5619 |
|
|
|
5620 |
|
|
@go_include@ os/user.lo.dep
|
5621 |
|
|
os/user.lo.dep: $(go_os_user_files)
|
5622 |
|
|
$(BUILDDEPS)
|
5623 |
|
|
os/user.lo: $(go_os_user_files)
|
5624 |
|
|
$(BUILDPACKAGE)
|
5625 |
|
|
os/user/check: $(CHECK_DEPS)
|
5626 |
|
|
@$(MKDIR_P) os/user
|
5627 |
|
|
@$(CHECK)
|
5628 |
|
|
.PHONY: os/user/check
|
5629 |
|
|
|
5630 |
|
|
@go_include@ path/filepath.lo.dep
|
5631 |
|
|
path/filepath.lo.dep: $(go_path_filepath_files)
|
5632 |
|
|
$(BUILDDEPS)
|
5633 |
|
|
path/filepath.lo: $(go_path_filepath_files)
|
5634 |
|
|
$(BUILDPACKAGE)
|
5635 |
|
|
path/filepath/check: $(CHECK_DEPS)
|
5636 |
|
|
@$(MKDIR_P) path/filepath
|
5637 |
|
|
@$(CHECK)
|
5638 |
|
|
.PHONY: path/filepath/check
|
5639 |
|
|
|
5640 |
|
|
@go_include@ regexp/syntax.lo.dep
|
5641 |
|
|
regexp/syntax.lo.dep: $(go_regexp_syntax_files)
|
5642 |
|
|
$(BUILDDEPS)
|
5643 |
|
|
regexp/syntax.lo: $(go_regexp_syntax_files)
|
5644 |
|
|
$(BUILDPACKAGE)
|
5645 |
|
|
regexp/syntax/check: $(CHECK_DEPS)
|
5646 |
|
|
@$(MKDIR_P) regexp/syntax
|
5647 |
|
|
@$(CHECK)
|
5648 |
|
|
.PHONY: regexp/syntax/check
|
5649 |
|
|
|
5650 |
|
|
@go_include@ runtime/debug.lo.dep
|
5651 |
|
|
runtime/debug.lo.dep: $(go_runtime_debug_files)
|
5652 |
|
|
$(BUILDDEPS)
|
5653 |
|
|
runtime/debug.lo: $(go_runtime_debug_files)
|
5654 |
|
|
$(BUILDPACKAGE)
|
5655 |
|
|
runtime/debug/check: $(CHECK_DEPS)
|
5656 |
|
|
@$(MKDIR_P) runtime/debug
|
5657 |
|
|
@$(CHECK)
|
5658 |
|
|
.PHONY: runtime/debug/check
|
5659 |
|
|
|
5660 |
|
|
@go_include@ runtime/pprof.lo.dep
|
5661 |
|
|
runtime/pprof.lo.dep: $(go_runtime_pprof_files)
|
5662 |
|
|
$(BUILDDEPS)
|
5663 |
|
|
runtime/pprof.lo: $(go_runtime_pprof_files)
|
5664 |
|
|
$(BUILDPACKAGE)
|
5665 |
|
|
runtime/pprof/check: $(CHECK_DEPS)
|
5666 |
|
|
@$(MKDIR_P) runtime/pprof
|
5667 |
|
|
@$(CHECK)
|
5668 |
|
|
.PHONY: runtime/pprof/check
|
5669 |
|
|
|
5670 |
|
|
@go_include@ sync/atomic.lo.dep
|
5671 |
|
|
sync/atomic.lo.dep: $(go_sync_atomic_files)
|
5672 |
|
|
$(BUILDDEPS)
|
5673 |
|
|
sync/atomic.lo: $(go_sync_atomic_files)
|
5674 |
|
|
$(BUILDPACKAGE)
|
5675 |
|
|
sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
|
5676 |
|
|
$(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
|
5677 |
|
|
sync/atomic/check: $(CHECK_DEPS)
|
5678 |
|
|
@$(MKDIR_P) sync/atomic
|
5679 |
|
|
@$(CHECK)
|
5680 |
|
|
.PHONY: sync/atomic/check
|
5681 |
|
|
|
5682 |
|
|
@go_include@ text/tabwriter.lo.dep
|
5683 |
|
|
text/tabwriter.lo.dep: $(go_text_tabwriter_files)
|
5684 |
|
|
$(BUILDDEPS)
|
5685 |
|
|
text/tabwriter.lo: $(go_text_tabwriter_files)
|
5686 |
|
|
$(BUILDPACKAGE)
|
5687 |
|
|
text/tabwriter/check: $(CHECK_DEPS)
|
5688 |
|
|
@$(MKDIR_P) text/tabwriter
|
5689 |
|
|
@$(CHECK)
|
5690 |
|
|
.PHONY: text/tabwriter/check
|
5691 |
|
|
|
5692 |
|
|
@go_include@ text/template.lo.dep
|
5693 |
|
|
text/template.lo.dep: $(go_text_template_files)
|
5694 |
|
|
$(BUILDDEPS)
|
5695 |
|
|
text/template.lo: $(go_text_template_files)
|
5696 |
|
|
$(BUILDPACKAGE)
|
5697 |
|
|
text/template/check: $(CHECK_DEPS)
|
5698 |
|
|
@$(CHECK)
|
5699 |
|
|
.PHONY: text/template/check
|
5700 |
|
|
|
5701 |
|
|
@go_include@ text/template/parse.lo.dep
|
5702 |
|
|
text/template/parse.lo.dep: $(go_text_template_parse_files)
|
5703 |
|
|
$(BUILDDEPS)
|
5704 |
|
|
text/template/parse.lo: $(go_text_template_parse_files)
|
5705 |
|
|
$(BUILDPACKAGE)
|
5706 |
|
|
text/template/parse/check: $(CHECK_DEPS)
|
5707 |
|
|
@$(MKDIR_P) text/template/parse
|
5708 |
|
|
@$(CHECK)
|
5709 |
|
|
.PHONY: text/template/parse/check
|
5710 |
|
|
|
5711 |
|
|
@go_include@ testing/iotest.lo.dep
|
5712 |
|
|
testing/iotest.lo.dep: $(go_testing_iotest_files)
|
5713 |
|
|
$(BUILDDEPS)
|
5714 |
|
|
testing/iotest.lo: $(go_testing_iotest_files)
|
5715 |
|
|
$(BUILDPACKAGE)
|
5716 |
|
|
testing/iotest/check: $(CHECK_DEPS)
|
5717 |
|
|
@$(MKDIR_P) testing/iotest
|
5718 |
|
|
@$(CHECK)
|
5719 |
|
|
.PHONY: testing/iotest/check
|
5720 |
|
|
|
5721 |
|
|
@go_include@ testing/quick.lo.dep
|
5722 |
|
|
testing/quick.lo.dep: $(go_testing_quick_files)
|
5723 |
|
|
$(BUILDDEPS)
|
5724 |
|
|
testing/quick.lo: $(go_testing_quick_files)
|
5725 |
|
|
$(BUILDPACKAGE)
|
5726 |
|
|
testing/quick/check: $(CHECK_DEPS)
|
5727 |
|
|
@$(MKDIR_P) testing/quick
|
5728 |
|
|
@$(CHECK)
|
5729 |
|
|
.PHONY: testing/quick/check
|
5730 |
|
|
|
5731 |
|
|
@go_include@ testing/script.lo.dep
|
5732 |
|
|
testing/script.lo.dep: $(go_testing_script_files)
|
5733 |
|
|
$(BUILDDEPS)
|
5734 |
|
|
testing/script.lo: $(go_testing_script_files)
|
5735 |
|
|
$(BUILDPACKAGE)
|
5736 |
|
|
testing/script/check: $(CHECK_DEPS)
|
5737 |
|
|
@$(MKDIR_P) testing/script
|
5738 |
|
|
@$(CHECK)
|
5739 |
|
|
.PHONY: testing/script/check
|
5740 |
|
|
|
5741 |
|
|
@go_include@ unicode/utf16.lo.dep
|
5742 |
|
|
unicode/utf16.lo.dep: $(go_unicode_utf16_files)
|
5743 |
|
|
$(BUILDDEPS)
|
5744 |
|
|
unicode/utf16.lo: $(go_unicode_utf16_files)
|
5745 |
|
|
$(BUILDPACKAGE)
|
5746 |
|
|
unicode/utf16/check: $(CHECK_DEPS)
|
5747 |
|
|
@$(MKDIR_P) unicode/utf16
|
5748 |
|
|
@$(CHECK)
|
5749 |
|
|
.PHONY: unicode/utf16/check
|
5750 |
|
|
|
5751 |
|
|
@go_include@ unicode/utf8.lo.dep
|
5752 |
|
|
unicode/utf8.lo.dep: $(go_unicode_utf8_files)
|
5753 |
|
|
$(BUILDDEPS)
|
5754 |
|
|
unicode/utf8.lo: $(go_unicode_utf8_files)
|
5755 |
|
|
$(BUILDPACKAGE)
|
5756 |
|
|
unicode/utf8/check: $(CHECK_DEPS)
|
5757 |
|
|
@$(MKDIR_P) unicode/utf8
|
5758 |
|
|
@$(CHECK)
|
5759 |
|
|
.PHONY: unicode/utf8/check
|
5760 |
|
|
|
5761 |
|
|
@go_include@ syscall/syscall.lo.dep
|
5762 |
|
|
syscall/syscall.lo.dep: $(go_syscall_files)
|
5763 |
|
|
$(BUILDDEPS)
|
5764 |
|
|
syscall/syscall.lo: $(go_syscall_files)
|
5765 |
|
|
$(BUILDPACKAGE)
|
5766 |
|
|
syscall/errno.lo: go/syscall/errno.c
|
5767 |
|
|
$(LTCOMPILE) -c -o $@ $<
|
5768 |
|
|
syscall/wait.lo: go/syscall/wait.c
|
5769 |
|
|
$(LTCOMPILE) -c -o $@ $<
|
5770 |
|
|
|
5771 |
|
|
bufio.gox: bufio/bufio.lo
|
5772 |
|
|
$(BUILDGOX)
|
5773 |
|
|
bytes.gox: bytes/bytes.lo
|
5774 |
|
|
$(BUILDGOX)
|
5775 |
|
|
crypto.gox: crypto/crypto.lo
|
5776 |
|
|
$(BUILDGOX)
|
5777 |
|
|
errors.gox: errors/errors.lo
|
5778 |
|
|
$(BUILDGOX)
|
5779 |
|
|
expvar.gox: expvar/expvar.lo
|
5780 |
|
|
$(BUILDGOX)
|
5781 |
|
|
flag.gox: flag/flag.lo
|
5782 |
|
|
$(BUILDGOX)
|
5783 |
|
|
fmt.gox: fmt/fmt.lo
|
5784 |
|
|
$(BUILDGOX)
|
5785 |
|
|
hash.gox: hash/hash.lo
|
5786 |
|
|
$(BUILDGOX)
|
5787 |
|
|
html.gox: html/html.lo
|
5788 |
|
|
$(BUILDGOX)
|
5789 |
|
|
image.gox: image/image.lo
|
5790 |
|
|
$(BUILDGOX)
|
5791 |
|
|
io.gox: io/io.lo
|
5792 |
|
|
$(BUILDGOX)
|
5793 |
|
|
log.gox: log/log.lo
|
5794 |
|
|
$(BUILDGOX)
|
5795 |
|
|
math.gox: math/math.lo
|
5796 |
|
|
$(BUILDGOX)
|
5797 |
|
|
mime.gox: mime/mime.lo
|
5798 |
|
|
$(BUILDGOX)
|
5799 |
|
|
net.gox: net/net.lo
|
5800 |
|
|
$(BUILDGOX)
|
5801 |
|
|
os.gox: os/os.lo
|
5802 |
|
|
$(BUILDGOX)
|
5803 |
|
|
path.gox: path/path.lo
|
5804 |
|
|
$(BUILDGOX)
|
5805 |
|
|
reflect.gox: reflect/reflect.lo
|
5806 |
|
|
$(BUILDGOX)
|
5807 |
|
|
regexp.gox: regexp/regexp.lo
|
5808 |
|
|
$(BUILDGOX)
|
5809 |
|
|
runtime.gox: runtime/runtime.lo
|
5810 |
|
|
$(BUILDGOX)
|
5811 |
|
|
sort.gox: sort/sort.lo
|
5812 |
|
|
$(BUILDGOX)
|
5813 |
|
|
strconv.gox: strconv/strconv.lo
|
5814 |
|
|
$(BUILDGOX)
|
5815 |
|
|
strings.gox: strings/strings.lo
|
5816 |
|
|
$(BUILDGOX)
|
5817 |
|
|
sync.gox: sync/sync.lo
|
5818 |
|
|
$(BUILDGOX)
|
5819 |
|
|
syscall.gox: syscall/syscall.lo
|
5820 |
|
|
$(BUILDGOX)
|
5821 |
|
|
testing.gox: testing/testing.lo
|
5822 |
|
|
$(BUILDGOX)
|
5823 |
|
|
time.gox: time/time.lo
|
5824 |
|
|
$(BUILDGOX)
|
5825 |
|
|
unicode.gox: unicode/unicode.lo
|
5826 |
|
|
$(BUILDGOX)
|
5827 |
|
|
|
5828 |
|
|
archive/tar.gox: archive/tar.lo
|
5829 |
|
|
$(BUILDGOX)
|
5830 |
|
|
archive/zip.gox: archive/zip.lo
|
5831 |
|
|
$(BUILDGOX)
|
5832 |
|
|
|
5833 |
|
|
compress/bzip2.gox: compress/bzip2.lo
|
5834 |
|
|
$(BUILDGOX)
|
5835 |
|
|
compress/flate.gox: compress/flate.lo
|
5836 |
|
|
$(BUILDGOX)
|
5837 |
|
|
compress/gzip.gox: compress/gzip.lo
|
5838 |
|
|
$(BUILDGOX)
|
5839 |
|
|
compress/lzw.gox: compress/lzw.lo
|
5840 |
|
|
$(BUILDGOX)
|
5841 |
|
|
compress/zlib.gox: compress/zlib.lo
|
5842 |
|
|
$(BUILDGOX)
|
5843 |
|
|
|
5844 |
|
|
container/heap.gox: container/heap.lo
|
5845 |
|
|
$(BUILDGOX)
|
5846 |
|
|
container/list.gox: container/list.lo
|
5847 |
|
|
$(BUILDGOX)
|
5848 |
|
|
container/ring.gox: container/ring.lo
|
5849 |
|
|
$(BUILDGOX)
|
5850 |
|
|
|
5851 |
|
|
crypto/aes.gox: crypto/aes.lo
|
5852 |
|
|
$(BUILDGOX)
|
5853 |
|
|
crypto/cipher.gox: crypto/cipher.lo
|
5854 |
|
|
$(BUILDGOX)
|
5855 |
|
|
crypto/des.gox: crypto/des.lo
|
5856 |
|
|
$(BUILDGOX)
|
5857 |
|
|
crypto/dsa.gox: crypto/dsa.lo
|
5858 |
|
|
$(BUILDGOX)
|
5859 |
|
|
crypto/ecdsa.gox: crypto/ecdsa.lo
|
5860 |
|
|
$(BUILDGOX)
|
5861 |
|
|
crypto/elliptic.gox: crypto/elliptic.lo
|
5862 |
|
|
$(BUILDGOX)
|
5863 |
|
|
crypto/hmac.gox: crypto/hmac.lo
|
5864 |
|
|
$(BUILDGOX)
|
5865 |
|
|
crypto/md5.gox: crypto/md5.lo
|
5866 |
|
|
$(BUILDGOX)
|
5867 |
|
|
crypto/rand.gox: crypto/rand.lo
|
5868 |
|
|
$(BUILDGOX)
|
5869 |
|
|
crypto/rc4.gox: crypto/rc4.lo
|
5870 |
|
|
$(BUILDGOX)
|
5871 |
|
|
crypto/rsa.gox: crypto/rsa.lo
|
5872 |
|
|
$(BUILDGOX)
|
5873 |
|
|
crypto/sha1.gox: crypto/sha1.lo
|
5874 |
|
|
$(BUILDGOX)
|
5875 |
|
|
crypto/sha256.gox: crypto/sha256.lo
|
5876 |
|
|
$(BUILDGOX)
|
5877 |
|
|
crypto/sha512.gox: crypto/sha512.lo
|
5878 |
|
|
$(BUILDGOX)
|
5879 |
|
|
crypto/subtle.gox: crypto/subtle.lo
|
5880 |
|
|
$(BUILDGOX)
|
5881 |
|
|
crypto/tls.gox: crypto/tls.lo
|
5882 |
|
|
$(BUILDGOX)
|
5883 |
|
|
crypto/x509.gox: crypto/x509.lo
|
5884 |
|
|
$(BUILDGOX)
|
5885 |
|
|
|
5886 |
|
|
crypto/x509/pkix.gox: crypto/x509/pkix.lo
|
5887 |
|
|
$(BUILDGOX)
|
5888 |
|
|
|
5889 |
|
|
database/sql.gox: database/sql.lo
|
5890 |
|
|
$(BUILDGOX)
|
5891 |
|
|
|
5892 |
|
|
database/sql/driver.gox: database/sql/driver.lo
|
5893 |
|
|
$(BUILDGOX)
|
5894 |
|
|
|
5895 |
|
|
debug/dwarf.gox: debug/dwarf.lo
|
5896 |
|
|
$(BUILDGOX)
|
5897 |
|
|
debug/elf.gox: debug/elf.lo
|
5898 |
|
|
$(BUILDGOX)
|
5899 |
|
|
debug/gosym.gox: debug/gosym.lo
|
5900 |
|
|
$(BUILDGOX)
|
5901 |
|
|
debug/macho.gox: debug/macho.lo
|
5902 |
|
|
$(BUILDGOX)
|
5903 |
|
|
debug/pe.gox: debug/pe.lo
|
5904 |
|
|
$(BUILDGOX)
|
5905 |
|
|
|
5906 |
|
|
encoding/ascii85.gox: encoding/ascii85.lo
|
5907 |
|
|
$(BUILDGOX)
|
5908 |
|
|
encoding/asn1.gox: encoding/asn1.lo
|
5909 |
|
|
$(BUILDGOX)
|
5910 |
|
|
encoding/base32.gox: encoding/base32.lo
|
5911 |
|
|
$(BUILDGOX)
|
5912 |
|
|
encoding/base64.gox: encoding/base64.lo
|
5913 |
|
|
$(BUILDGOX)
|
5914 |
|
|
encoding/binary.gox: encoding/binary.lo
|
5915 |
|
|
$(BUILDGOX)
|
5916 |
|
|
encoding/csv.gox: encoding/csv.lo
|
5917 |
|
|
$(BUILDGOX)
|
5918 |
|
|
encoding/gob.gox: encoding/gob.lo
|
5919 |
|
|
$(BUILDGOX)
|
5920 |
|
|
encoding/hex.gox: encoding/hex.lo
|
5921 |
|
|
$(BUILDGOX)
|
5922 |
|
|
encoding/json.gox: encoding/json.lo
|
5923 |
|
|
$(BUILDGOX)
|
5924 |
|
|
encoding/pem.gox: encoding/pem.lo
|
5925 |
|
|
$(BUILDGOX)
|
5926 |
|
|
encoding/xml.gox: encoding/xml.lo
|
5927 |
|
|
$(BUILDGOX)
|
5928 |
|
|
|
5929 |
|
|
exp/ebnf.gox: exp/ebnf.lo
|
5930 |
|
|
$(BUILDGOX)
|
5931 |
|
|
exp/html.gox: exp/html.lo
|
5932 |
|
|
$(BUILDGOX)
|
5933 |
|
|
exp/inotify.gox: exp/inotify.lo
|
5934 |
|
|
$(BUILDGOX)
|
5935 |
|
|
exp/norm.gox: exp/norm.lo
|
5936 |
|
|
$(BUILDGOX)
|
5937 |
|
|
exp/proxy.gox: exp/proxy.lo
|
5938 |
|
|
$(BUILDGOX)
|
5939 |
|
|
exp/signal.gox: exp/signal.lo
|
5940 |
|
|
$(BUILDGOX)
|
5941 |
|
|
exp/terminal.gox: exp/terminal.lo
|
5942 |
|
|
$(BUILDGOX)
|
5943 |
|
|
exp/types.gox: exp/types.lo
|
5944 |
|
|
$(BUILDGOX)
|
5945 |
|
|
exp/utf8string.gox: exp/utf8string.lo
|
5946 |
|
|
$(BUILDGOX)
|
5947 |
|
|
|
5948 |
|
|
html/template.gox: html/template.lo
|
5949 |
|
|
$(BUILDGOX)
|
5950 |
|
|
|
5951 |
|
|
go/ast.gox: go/ast.lo
|
5952 |
|
|
$(BUILDGOX)
|
5953 |
|
|
go/build.gox: go/build.lo
|
5954 |
|
|
$(BUILDGOX)
|
5955 |
|
|
go/doc.gox: go/doc.lo
|
5956 |
|
|
$(BUILDGOX)
|
5957 |
|
|
go/parser.gox: go/parser.lo
|
5958 |
|
|
$(BUILDGOX)
|
5959 |
|
|
go/printer.gox: go/printer.lo
|
5960 |
|
|
$(BUILDGOX)
|
5961 |
|
|
go/scanner.gox: go/scanner.lo
|
5962 |
|
|
$(BUILDGOX)
|
5963 |
|
|
go/token.gox: go/token.lo
|
5964 |
|
|
$(BUILDGOX)
|
5965 |
|
|
|
5966 |
|
|
hash/adler32.gox: hash/adler32.lo
|
5967 |
|
|
$(BUILDGOX)
|
5968 |
|
|
hash/crc32.gox: hash/crc32.lo
|
5969 |
|
|
$(BUILDGOX)
|
5970 |
|
|
hash/crc64.gox: hash/crc64.lo
|
5971 |
|
|
$(BUILDGOX)
|
5972 |
|
|
hash/fnv.gox: hash/fnv.lo
|
5973 |
|
|
$(BUILDGOX)
|
5974 |
|
|
|
5975 |
|
|
image/color.gox: image/color.lo
|
5976 |
|
|
$(BUILDGOX)
|
5977 |
|
|
image/draw.gox: image/draw.lo
|
5978 |
|
|
$(BUILDGOX)
|
5979 |
|
|
image/gif.gox: image/gif.lo
|
5980 |
|
|
$(BUILDGOX)
|
5981 |
|
|
image/jpeg.gox: image/jpeg.lo
|
5982 |
|
|
$(BUILDGOX)
|
5983 |
|
|
image/png.gox: image/png.lo
|
5984 |
|
|
$(BUILDGOX)
|
5985 |
|
|
|
5986 |
|
|
index/suffixarray.gox: index/suffixarray.lo
|
5987 |
|
|
$(BUILDGOX)
|
5988 |
|
|
|
5989 |
|
|
io/ioutil.gox: io/ioutil.lo
|
5990 |
|
|
$(BUILDGOX)
|
5991 |
|
|
|
5992 |
|
|
log/syslog.gox: log/syslog.lo
|
5993 |
|
|
$(BUILDGOX)
|
5994 |
|
|
|
5995 |
|
|
math/big.gox: math/big.lo
|
5996 |
|
|
$(BUILDGOX)
|
5997 |
|
|
math/cmplx.gox: math/cmplx.lo
|
5998 |
|
|
$(BUILDGOX)
|
5999 |
|
|
math/rand.gox: math/rand.lo
|
6000 |
|
|
$(BUILDGOX)
|
6001 |
|
|
|
6002 |
|
|
mime/multipart.gox: mime/multipart.lo
|
6003 |
|
|
$(BUILDGOX)
|
6004 |
|
|
|
6005 |
|
|
net/http.gox: net/http.lo
|
6006 |
|
|
$(BUILDGOX)
|
6007 |
|
|
net/mail.gox: net/mail.lo
|
6008 |
|
|
$(BUILDGOX)
|
6009 |
|
|
net/rpc.gox: net/rpc.lo
|
6010 |
|
|
$(BUILDGOX)
|
6011 |
|
|
net/smtp.gox: net/smtp.lo
|
6012 |
|
|
$(BUILDGOX)
|
6013 |
|
|
net/textproto.gox: net/textproto.lo
|
6014 |
|
|
$(BUILDGOX)
|
6015 |
|
|
net/url.gox: net/url.lo
|
6016 |
|
|
$(BUILDGOX)
|
6017 |
|
|
|
6018 |
|
|
net/http/cgi.gox: net/http/cgi.lo
|
6019 |
|
|
$(BUILDGOX)
|
6020 |
|
|
net/http/fcgi.gox: net/http/fcgi.lo
|
6021 |
|
|
$(BUILDGOX)
|
6022 |
|
|
net/http/httptest.gox: net/http/httptest.lo
|
6023 |
|
|
$(BUILDGOX)
|
6024 |
|
|
net/http/httputil.gox: net/http/httputil.lo
|
6025 |
|
|
$(BUILDGOX)
|
6026 |
|
|
net/http/pprof.gox: net/http/pprof.lo
|
6027 |
|
|
$(BUILDGOX)
|
6028 |
|
|
|
6029 |
|
|
net/rpc/jsonrpc.gox: net/rpc/jsonrpc.lo
|
6030 |
|
|
$(BUILDGOX)
|
6031 |
|
|
|
6032 |
|
|
old/netchan.gox: old/netchan.lo
|
6033 |
|
|
$(BUILDGOX)
|
6034 |
|
|
old/regexp.gox: old/regexp.lo
|
6035 |
|
|
$(BUILDGOX)
|
6036 |
|
|
old/template.gox: old/template.lo
|
6037 |
|
|
$(BUILDGOX)
|
6038 |
|
|
|
6039 |
|
|
os/exec.gox: os/exec.lo
|
6040 |
|
|
$(BUILDGOX)
|
6041 |
|
|
os/user.gox: os/user.lo
|
6042 |
|
|
$(BUILDGOX)
|
6043 |
|
|
|
6044 |
|
|
path/filepath.gox: path/filepath.lo
|
6045 |
|
|
$(BUILDGOX)
|
6046 |
|
|
|
6047 |
|
|
regexp/syntax.gox: regexp/syntax.lo
|
6048 |
|
|
$(BUILDGOX)
|
6049 |
|
|
|
6050 |
|
|
runtime/debug.gox: runtime/debug.lo
|
6051 |
|
|
$(BUILDGOX)
|
6052 |
|
|
runtime/pprof.gox: runtime/pprof.lo
|
6053 |
|
|
$(BUILDGOX)
|
6054 |
|
|
|
6055 |
|
|
sync/atomic.gox: sync/atomic.lo
|
6056 |
|
|
$(BUILDGOX)
|
6057 |
|
|
|
6058 |
|
|
text/scanner.gox: text/scanner.lo
|
6059 |
|
|
$(BUILDGOX)
|
6060 |
|
|
text/tabwriter.gox: text/tabwriter.lo
|
6061 |
|
|
$(BUILDGOX)
|
6062 |
|
|
text/template.gox: text/template.lo
|
6063 |
|
|
$(BUILDGOX)
|
6064 |
|
|
text/template/parse.gox: text/template/parse.lo
|
6065 |
|
|
$(BUILDGOX)
|
6066 |
|
|
|
6067 |
|
|
testing/iotest.gox: testing/iotest.lo
|
6068 |
|
|
$(BUILDGOX)
|
6069 |
|
|
testing/quick.gox: testing/quick.lo
|
6070 |
|
|
$(BUILDGOX)
|
6071 |
|
|
testing/script.gox: testing/script.lo
|
6072 |
|
|
$(BUILDGOX)
|
6073 |
|
|
|
6074 |
|
|
unicode/utf16.gox: unicode/utf16.lo
|
6075 |
|
|
$(BUILDGOX)
|
6076 |
|
|
unicode/utf8.gox: unicode/utf8.lo
|
6077 |
|
|
$(BUILDGOX)
|
6078 |
|
|
|
6079 |
|
|
check: check-tail
|
6080 |
|
|
check-recursive: check-head
|
6081 |
|
|
|
6082 |
|
|
check-head:
|
6083 |
|
|
@echo "Test Run By $${USER} on `date`" > libgo.head
|
6084 |
|
|
@echo "Native configuration is $(host_triplet)" >> libgo.head
|
6085 |
|
|
@echo >> libgo.head
|
6086 |
|
|
@echo " === libgo tests ===" >> libgo.head
|
6087 |
|
|
@echo >> libgo.head
|
6088 |
|
|
|
6089 |
|
|
check-tail: check-recursive check-multi
|
6090 |
|
|
@lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
|
6091 |
|
|
for dir in . $(MULTIDIRS); do \
|
6092 |
|
|
mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
|
6093 |
|
|
mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
|
6094 |
|
|
done; \
|
6095 |
|
|
mv libgo.head libgo.sum; \
|
6096 |
|
|
cp libgo.sum libgo.log; \
|
6097 |
|
|
echo "Schedule of variations:" >> libgo.sum; \
|
6098 |
|
|
for dir in . $(MULTIDIRS); do \
|
6099 |
|
|
multidir=../$${dir}/$${lib}; \
|
6100 |
|
|
multivar=`cat $${multidir}/libgo.var`; \
|
6101 |
|
|
echo " $${multivar}" >> libgo.sum; \
|
6102 |
|
|
done; \
|
6103 |
|
|
echo >> libgo.sum; \
|
6104 |
|
|
pass=0; fail=0; untested=0; \
|
6105 |
|
|
for dir in . $(MULTIDIRS); do \
|
6106 |
|
|
multidir=../$${dir}/$${lib}; \
|
6107 |
|
|
multivar=`cat $${multidir}/libgo.var`; \
|
6108 |
|
|
echo "Running target $${multivar}" >> libgo.sum; \
|
6109 |
|
|
echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
|
6110 |
|
|
cat $${multidir}/libgo.sum.sep >> libgo.sum; \
|
6111 |
|
|
cat $${multidir}/libgo.log.sep >> libgo.log; \
|
6112 |
|
|
if test -n "${MULTIDIRS}"; then \
|
6113 |
|
|
echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
|
6114 |
|
|
echo >> libgo.sum; \
|
6115 |
|
|
fi; \
|
6116 |
|
|
p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
|
6117 |
|
|
pass=`expr $$pass + $$p`; \
|
6118 |
|
|
if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
|
6119 |
|
|
echo "# of expected passes $$p" >> libgo.sum; \
|
6120 |
|
|
fi; \
|
6121 |
|
|
p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
|
6122 |
|
|
fail=`expr $$fail + $$p`; \
|
6123 |
|
|
if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
|
6124 |
|
|
echo "# of unexpected failures $$p" >> libgo.sum; \
|
6125 |
|
|
fi; \
|
6126 |
|
|
p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
|
6127 |
|
|
untested=`expr $$untested + $$p`; \
|
6128 |
|
|
if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
|
6129 |
|
|
echo "# of untested testcases $$p" >> libgo.sum; \
|
6130 |
|
|
fi; \
|
6131 |
|
|
done; \
|
6132 |
|
|
echo >> libgo.sum; \
|
6133 |
|
|
echo " === libgo Summary ===" >> libgo.sum; \
|
6134 |
|
|
echo >> libgo.sum; \
|
6135 |
|
|
if test "$$pass" -ne "0"; then \
|
6136 |
|
|
echo "# of expected passes $$pass" >> libgo.sum; \
|
6137 |
|
|
fi; \
|
6138 |
|
|
if test "$$fail" -ne "0"; then \
|
6139 |
|
|
echo "# of unexpected failures $$fail" >> libgo.sum; \
|
6140 |
|
|
fi; \
|
6141 |
|
|
if test "$$untested" -ne "0"; then \
|
6142 |
|
|
echo "# of untested testcases $$untested" >> libgo.sum; \
|
6143 |
|
|
fi; \
|
6144 |
|
|
echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
|
6145 |
|
|
echo >> libgo.log; \
|
6146 |
|
|
echo "runtest completed at `date`" >> libgo.log; \
|
6147 |
|
|
if test "$$fail" -ne "0"; then \
|
6148 |
|
|
status=1; \
|
6149 |
|
|
else \
|
6150 |
|
|
status=0; \
|
6151 |
|
|
fi; \
|
6152 |
|
|
exit $$status
|
6153 |
|
|
|
6154 |
|
|
check-am:
|
6155 |
|
|
@rm -f libgo.sum libgo.log libgo.tail
|
6156 |
|
|
@multivar="unix"; \
|
6157 |
|
|
[ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
|
6158 |
|
|
echo "$${multivar}" > libgo.var
|
6159 |
|
|
@for f in $(TEST_PACKAGES); do \
|
6160 |
|
|
rm -f $$f-testsum $$f-testlog; \
|
6161 |
|
|
done
|
6162 |
|
|
-@$(MAKE) -k $(TEST_PACKAGES)
|
6163 |
|
|
@for f in $(TEST_PACKAGES); do \
|
6164 |
|
|
if test -f $$f-testsum; then \
|
6165 |
|
|
cat $$f-testsum >> libgo.sum; \
|
6166 |
|
|
fi; \
|
6167 |
|
|
if test -f $$f-testlog; then \
|
6168 |
|
|
cat $$f-testlog >> libgo.log; \
|
6169 |
|
|
fi; \
|
6170 |
|
|
done
|
6171 |
|
|
|
6172 |
|
|
check-multi:
|
6173 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
|
6174 |
|
|
|
6175 |
|
|
mostlyclean-local:
|
6176 |
|
|
find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
|
6177 |
|
|
find . -name '*.$(OBJEXT)' -print | xargs rm -f
|
6178 |
|
|
find . -name '*-testsum' -print | xargs rm -f
|
6179 |
|
|
find . -name '*-testlog' -print | xargs rm -f
|
6180 |
|
|
|
6181 |
|
|
clean-local:
|
6182 |
|
|
find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
|
6183 |
|
|
find . -name '*.a' -print | xargs rm -f
|
6184 |
|
|
|
6185 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
6186 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
6187 |
|
|
.NOEXPORT:
|