Revert wrong checkin
[official-gcc.git] / libgo / Makefile.in
blobac5de78dca426af82f48ad824a29a845ccb9108a
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
18 # Makefile.am -- Go library Makefile.
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.
24 # Process this file with autoreconf to produce Makefile.in.
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)$(toolexeclibgocryptoopenpgpdir)" \
101 "$(DESTDIR)$(toolexeclibgodebugdir)" \
102 "$(DESTDIR)$(toolexeclibgoencodingdir)" \
103 "$(DESTDIR)$(toolexeclibgoexpdir)" \
104 "$(DESTDIR)$(toolexeclibgogodir)" \
105 "$(DESTDIR)$(toolexeclibgohashdir)" \
106 "$(DESTDIR)$(toolexeclibgohttpdir)" \
107 "$(DESTDIR)$(toolexeclibgoimagedir)" \
108 "$(DESTDIR)$(toolexeclibgoindexdir)" \
109 "$(DESTDIR)$(toolexeclibgoiodir)" \
110 "$(DESTDIR)$(toolexeclibgomimedir)" \
111 "$(DESTDIR)$(toolexeclibgonetdir)" \
112 "$(DESTDIR)$(toolexeclibgoosdir)" \
113 "$(DESTDIR)$(toolexeclibgopathdir)" \
114 "$(DESTDIR)$(toolexeclibgorpcdir)" \
115 "$(DESTDIR)$(toolexeclibgoruntimedir)" \
116 "$(DESTDIR)$(toolexeclibgosyncdir)" \
117 "$(DESTDIR)$(toolexeclibgotestingdir)"
118 LIBRARIES = $(toolexeclib_LIBRARIES)
119 ARFLAGS = cru
120 libgobegin_a_AR = $(AR) $(ARFLAGS)
121 libgobegin_a_LIBADD =
122 am_libgobegin_a_OBJECTS = go-main.$(OBJEXT)
123 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
124 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
125 am__DEPENDENCIES_1 =
126 am__DEPENDENCIES_2 = asn1/asn1.lo big/big.lo bufio/bufio.lo \
127 bytes/bytes.lo bytes/index.lo cmath/cmath.lo crypto/crypto.lo \
128 ebnf/ebnf.lo exec/exec.lo expvar/expvar.lo flag/flag.lo \
129 fmt/fmt.lo gob/gob.lo hash/hash.lo html/html.lo http/http.lo \
130 image/image.lo io/io.lo json/json.lo log/log.lo math/math.lo \
131 mime/mime.lo net/net.lo netchan/netchan.lo os/os.lo \
132 patch/patch.lo path/path.lo rand/rand.lo reflect/reflect.lo \
133 regexp/regexp.lo rpc/rpc.lo runtime/runtime.lo \
134 scanner/scanner.lo smtp/smtp.lo sort/sort.lo \
135 strconv/strconv.lo strings/strings.lo sync/sync.lo \
136 syslog/syslog.lo syslog/syslog_c.lo tabwriter/tabwriter.lo \
137 template/template.lo time/time.lo try/try.lo \
138 unicode/unicode.lo utf16/utf16.lo utf8/utf8.lo \
139 websocket/websocket.lo xml/xml.lo archive/tar.lo \
140 archive/zip.lo compress/bzip2.lo compress/flate.lo \
141 compress/gzip.lo compress/lzw.lo compress/zlib.lo \
142 container/heap.lo container/list.lo container/ring.lo \
143 container/vector.lo crypto/aes.lo crypto/blowfish.lo \
144 crypto/cast5.lo crypto/cipher.lo crypto/des.lo crypto/dsa.lo \
145 crypto/ecdsa.lo crypto/elliptic.lo crypto/hmac.lo \
146 crypto/md4.lo crypto/md5.lo crypto/ocsp.lo crypto/openpgp.lo \
147 crypto/rand.lo crypto/rc4.lo crypto/ripemd160.lo crypto/rsa.lo \
148 crypto/sha1.lo crypto/sha256.lo crypto/sha512.lo \
149 crypto/subtle.lo crypto/tls.lo crypto/twofish.lo \
150 crypto/x509.lo crypto/xtea.lo crypto/openpgp/armor.lo \
151 crypto/openpgp/error.lo crypto/openpgp/packet.lo \
152 crypto/openpgp/s2k.lo debug/dwarf.lo debug/elf.lo \
153 debug/gosym.lo debug/macho.lo debug/pe.lo debug/proc.lo \
154 encoding/ascii85.lo encoding/base32.lo encoding/base64.lo \
155 encoding/binary.lo encoding/git85.lo encoding/hex.lo \
156 encoding/line.lo encoding/pem.lo exp/datafmt.lo exp/draw.lo \
157 exp/eval.lo go/ast.lo go/doc.lo go/parser.lo go/printer.lo \
158 go/scanner.lo go/token.lo go/typechecker.lo go/types.lo \
159 hash/adler32.lo hash/crc32.lo hash/crc64.lo hash/fnv.lo \
160 http/cgi.lo http/fcgi.lo http/httptest.lo http/pprof.lo \
161 http/spdy.lo image/gif.lo image/jpeg.lo image/png.lo \
162 image/tiff.lo image/ycbcr.lo index/suffixarray.lo io/ioutil.lo \
163 mime/multipart.lo net/dict.lo net/textproto.lo \
164 $(am__DEPENDENCIES_1) os/user.lo os/signal.lo path/filepath.lo \
165 rpc/jsonrpc.lo runtime/debug.lo runtime/pprof.lo \
166 sync/atomic.lo sync/atomic_c.lo syscalls/syscall.lo \
167 syscalls/errno.lo testing/testing.lo testing/iotest.lo \
168 testing/quick.lo testing/script.lo
169 libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
170 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
171 $(am__DEPENDENCIES_1)
172 am__libgo_la_SOURCES_DIST = runtime/go-append.c runtime/go-assert.c \
173 runtime/go-assert-interface.c \
174 runtime/go-byte-array-to-string.c runtime/go-breakpoint.c \
175 runtime/go-caller.c runtime/go-can-convert-interface.c \
176 runtime/go-cgo.c runtime/go-chan-cap.c runtime/go-chan-len.c \
177 runtime/go-check-interface.c runtime/go-close.c \
178 runtime/go-construct-map.c runtime/go-convert-interface.c \
179 runtime/go-copy.c runtime/go-defer.c \
180 runtime/go-deferred-recover.c runtime/go-eface-compare.c \
181 runtime/go-eface-val-compare.c runtime/go-getgoroot.c \
182 runtime/go-go.c runtime/go-gomaxprocs.c \
183 runtime/go-int-array-to-string.c runtime/go-int-to-string.c \
184 runtime/go-interface-compare.c \
185 runtime/go-interface-eface-compare.c \
186 runtime/go-interface-val-compare.c runtime/go-lock-os-thread.c \
187 runtime/go-map-delete.c runtime/go-map-index.c \
188 runtime/go-map-len.c runtime/go-map-range.c \
189 runtime/go-nanotime.c runtime/go-new-channel.c \
190 runtime/go-new-map.c runtime/go-new.c runtime/go-note.c \
191 runtime/go-panic.c runtime/go-panic-defer.c runtime/go-print.c \
192 runtime/go-rec-big.c runtime/go-rec-nb-big.c \
193 runtime/go-rec-nb-small.c runtime/go-rec-small.c \
194 runtime/go-recover.c runtime/go-reflect.c \
195 runtime/go-reflect-call.c runtime/go-reflect-chan.c \
196 runtime/go-reflect-map.c runtime/go-rune.c \
197 runtime/go-runtime-error.c runtime/go-sched.c \
198 runtime/go-select.c runtime/go-semacquire.c \
199 runtime/go-send-big.c runtime/go-send-nb-big.c \
200 runtime/go-send-nb-small.c runtime/go-send-small.c \
201 runtime/go-setenv.c 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-eface.c runtime/go-type-error.c \
206 runtime/go-type-identity.c runtime/go-type-interface.c \
207 runtime/go-type-string.c runtime/go-typedesc-equal.c \
208 runtime/go-typestring.c runtime/go-unreflect.c \
209 runtime/go-unsafe-new.c runtime/go-unsafe-newarray.c \
210 runtime/go-unsafe-pointer.c runtime/go-unwind.c \
211 runtime/cpuprof.c runtime/mcache.c runtime/mcentral.c \
212 runtime/mem_posix_memalign.c runtime/mem.c runtime/mfinal.c \
213 runtime/mfixalloc.c runtime/mgc0.c runtime/mheap.c \
214 runtime/msize.c runtime/proc.c runtime/thread.c \
215 runtime/rtems-task-variable-add.c chan.c iface.c malloc.c \
216 map.c mprof.c reflect.c sigqueue.c string.c
217 @HAVE_SYS_MMAN_H_FALSE@am__objects_1 = mem_posix_memalign.lo
218 @HAVE_SYS_MMAN_H_TRUE@am__objects_1 = mem.lo
219 @LIBGO_IS_RTEMS_TRUE@am__objects_2 = rtems-task-variable-add.lo
220 am__objects_3 = go-append.lo go-assert.lo go-assert-interface.lo \
221 go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
222 go-can-convert-interface.lo go-cgo.lo go-chan-cap.lo \
223 go-chan-len.lo go-check-interface.lo go-close.lo \
224 go-construct-map.lo go-convert-interface.lo go-copy.lo \
225 go-defer.lo go-deferred-recover.lo go-eface-compare.lo \
226 go-eface-val-compare.lo go-getgoroot.lo go-go.lo \
227 go-gomaxprocs.lo go-int-array-to-string.lo go-int-to-string.lo \
228 go-interface-compare.lo go-interface-eface-compare.lo \
229 go-interface-val-compare.lo go-lock-os-thread.lo \
230 go-map-delete.lo go-map-index.lo go-map-len.lo go-map-range.lo \
231 go-nanotime.lo go-new-channel.lo go-new-map.lo go-new.lo \
232 go-note.lo go-panic.lo go-panic-defer.lo go-print.lo \
233 go-rec-big.lo go-rec-nb-big.lo go-rec-nb-small.lo \
234 go-rec-small.lo go-recover.lo go-reflect.lo go-reflect-call.lo \
235 go-reflect-chan.lo go-reflect-map.lo go-rune.lo \
236 go-runtime-error.lo go-sched.lo go-select.lo go-semacquire.lo \
237 go-send-big.lo go-send-nb-big.lo go-send-nb-small.lo \
238 go-send-small.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 go-type-eface.lo \
241 go-type-error.lo go-type-identity.lo go-type-interface.lo \
242 go-type-string.lo go-typedesc-equal.lo go-typestring.lo \
243 go-unreflect.lo go-unsafe-new.lo go-unsafe-newarray.lo \
244 go-unsafe-pointer.lo go-unwind.lo cpuprof.lo mcache.lo \
245 mcentral.lo $(am__objects_1) mfinal.lo mfixalloc.lo mgc0.lo \
246 mheap.lo msize.lo proc.lo thread.lo $(am__objects_2) chan.lo \
247 iface.lo malloc.lo map.lo mprof.lo reflect.lo sigqueue.lo \
248 string.lo
249 am_libgo_la_OBJECTS = $(am__objects_3)
250 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
251 libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
252 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
253 $(LDFLAGS) -o $@
254 DEFAULT_INCLUDES = -I.@am__isrc@
255 depcomp = $(SHELL) $(top_srcdir)/../depcomp
256 am__depfiles_maybe = depfiles
257 am__mv = mv -f
258 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
259 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
260 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
261 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
262 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
263 CCLD = $(CC)
264 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
265 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
266 $(LDFLAGS) -o $@
267 SOURCES = $(libgobegin_a_SOURCES) $(libgo_la_SOURCES)
268 DIST_SOURCES = $(libgobegin_a_SOURCES) $(am__libgo_la_SOURCES_DIST)
269 MULTISRCTOP =
270 MULTIBUILDTOP =
271 MULTIDIRS =
272 MULTISUBDIR =
273 MULTIDO = true
274 MULTICLEAN = true
275 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
276 html-recursive info-recursive install-data-recursive \
277 install-dvi-recursive install-exec-recursive \
278 install-html-recursive install-info-recursive \
279 install-pdf-recursive install-ps-recursive install-recursive \
280 installcheck-recursive installdirs-recursive pdf-recursive \
281 ps-recursive uninstall-recursive
282 DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
283 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
284 $(toolexeclibgocrypto_DATA) $(toolexeclibgocryptoopenpgp_DATA) \
285 $(toolexeclibgodebug_DATA) $(toolexeclibgoencoding_DATA) \
286 $(toolexeclibgoexp_DATA) $(toolexeclibgogo_DATA) \
287 $(toolexeclibgohash_DATA) $(toolexeclibgohttp_DATA) \
288 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
289 $(toolexeclibgoio_DATA) $(toolexeclibgomime_DATA) \
290 $(toolexeclibgonet_DATA) $(toolexeclibgoos_DATA) \
291 $(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \
292 $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
293 $(toolexeclibgotesting_DATA)
294 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
295 distclean-recursive maintainer-clean-recursive
296 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
297 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
298 distdir dist dist-all distcheck
299 ETAGS = etags
300 CTAGS = ctags
301 DIST_SUBDIRS = testsuite
302 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
303 distdir = $(PACKAGE)-$(VERSION)
304 top_distdir = $(distdir)
305 am__remove_distdir = \
306 { test ! -d "$(distdir)" \
307 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
308 && rm -fr "$(distdir)"; }; }
309 am__relativize = \
310 dir0=`pwd`; \
311 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
312 sed_rest='s,^[^/]*/*,,'; \
313 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
314 sed_butlast='s,/*[^/]*$$,,'; \
315 while test -n "$$dir1"; do \
316 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
317 if test "$$first" != "."; then \
318 if test "$$first" = ".."; then \
319 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
320 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
321 else \
322 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
323 if test "$$first2" = "$$first"; then \
324 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
325 else \
326 dir2="../$$dir2"; \
327 fi; \
328 dir0="$$dir0"/"$$first"; \
329 fi; \
330 fi; \
331 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
332 done; \
333 reldir="$$dir2"
334 DIST_ARCHIVES = $(distdir).tar.gz
335 GZIP_ENV = --best
336 distuninstallcheck_listfiles = find . -type f -print
337 distcleancheck_listfiles = find . -type f -print
338 ACLOCAL = @ACLOCAL@
339 AMTAR = @AMTAR@
340 AR = @AR@
341 AUTOCONF = @AUTOCONF@
342 AUTOHEADER = @AUTOHEADER@
343 AUTOMAKE = @AUTOMAKE@
344 AWK = @AWK@
345 CC = @CC@
346 CCDEPMODE = @CCDEPMODE@
347 CFLAGS = @CFLAGS@
348 CPP = @CPP@
349 CPPFLAGS = @CPPFLAGS@
350 CYGPATH_W = @CYGPATH_W@
351 DEFS = @DEFS@
352 DEPDIR = @DEPDIR@
353 DSYMUTIL = @DSYMUTIL@
354 DUMPBIN = @DUMPBIN@
355 ECHO_C = @ECHO_C@
356 ECHO_N = @ECHO_N@
357 ECHO_T = @ECHO_T@
358 EGREP = @EGREP@
359 EXEEXT = @EXEEXT@
360 FGREP = @FGREP@
361 GOARCH = @GOARCH@
362 GOC = @GOC@
363 GOCFLAGS = $(CFLAGS)
364 GOOS = @GOOS@
365 GO_DEBUG_PROC_REGS_OS_ARCH_FILE = @GO_DEBUG_PROC_REGS_OS_ARCH_FILE@
366 GO_SYSCALLS_SYSCALL_OS_ARCH_FILE = @GO_SYSCALLS_SYSCALL_OS_ARCH_FILE@
367 GREP = @GREP@
368 INSTALL = @INSTALL@
369 INSTALL_DATA = @INSTALL_DATA@
370 INSTALL_PROGRAM = @INSTALL_PROGRAM@
371 INSTALL_SCRIPT = @INSTALL_SCRIPT@
372 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
373 LD = @LD@
374 LDFLAGS = @LDFLAGS@
375 LIBFFI = @LIBFFI@
376 LIBFFIINCS = @LIBFFIINCS@
377 LIBOBJS = @LIBOBJS@
378 LIBS = @LIBS@
379 LIBTOOL = @LIBTOOL@
380 LIPO = @LIPO@
381 LN_S = @LN_S@
382 LTLIBOBJS = @LTLIBOBJS@
383 MAINT = @MAINT@
384 MAKEINFO = @MAKEINFO@
385 MATH_LIBS = @MATH_LIBS@
386 MKDIR_P = @MKDIR_P@
387 NET_LIBS = @NET_LIBS@
388 NM = @NM@
389 NMEDIT = @NMEDIT@
390 OBJCOPY = @OBJCOPY@
391 OBJDUMP = @OBJDUMP@
392 OBJEXT = @OBJEXT@
393 OSCFLAGS = @OSCFLAGS@
394 OTOOL = @OTOOL@
395 OTOOL64 = @OTOOL64@
396 PACKAGE = @PACKAGE@
397 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
398 PACKAGE_NAME = @PACKAGE_NAME@
399 PACKAGE_STRING = @PACKAGE_STRING@
400 PACKAGE_TARNAME = @PACKAGE_TARNAME@
401 PACKAGE_URL = @PACKAGE_URL@
402 PACKAGE_VERSION = @PACKAGE_VERSION@
403 PATH_SEPARATOR = @PATH_SEPARATOR@
404 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
405 PTHREAD_LIBS = @PTHREAD_LIBS@
406 RANLIB = @RANLIB@
407 SED = @SED@
408 SET_MAKE = @SET_MAKE@
409 SHELL = @SHELL@
410 SPLIT_STACK = @SPLIT_STACK@
411 STRINGOPS_FLAG = @STRINGOPS_FLAG@
412 STRIP = @STRIP@
413 VERSION = @VERSION@
414 WARN_FLAGS = @WARN_FLAGS@
415 WERROR = @WERROR@
416 abs_builddir = @abs_builddir@
417 abs_srcdir = @abs_srcdir@
418 abs_top_builddir = @abs_top_builddir@
419 abs_top_srcdir = @abs_top_srcdir@
420 ac_ct_CC = @ac_ct_CC@
421 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
422 am__include = @am__include@
423 am__leading_dot = @am__leading_dot@
424 am__quote = @am__quote@
425 am__tar = @am__tar@
426 am__untar = @am__untar@
427 bindir = @bindir@
428 build = @build@
429 build_alias = @build_alias@
430 build_cpu = @build_cpu@
431 build_os = @build_os@
432 build_vendor = @build_vendor@
433 builddir = @builddir@
434 datadir = @datadir@
435 datarootdir = @datarootdir@
436 docdir = @docdir@
437 dvidir = @dvidir@
438 enable_shared = @enable_shared@
439 enable_static = @enable_static@
440 exec_prefix = @exec_prefix@
441 glibgo_prefixdir = @glibgo_prefixdir@
442 glibgo_toolexecdir = @glibgo_toolexecdir@
443 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
444 host = @host@
445 host_alias = @host_alias@
446 host_cpu = @host_cpu@
447 host_os = @host_os@
448 host_vendor = @host_vendor@
449 htmldir = @htmldir@
450 includedir = @includedir@
451 infodir = @infodir@
452 install_sh = @install_sh@
453 libdir = @libdir@
454 libexecdir = @libexecdir@
455 libtool_VERSION = @libtool_VERSION@
456 localedir = @localedir@
457 localstatedir = @localstatedir@
458 mandir = @mandir@
459 mkdir_p = @mkdir_p@
460 multi_basedir = @multi_basedir@
461 oldincludedir = @oldincludedir@
462 pdfdir = @pdfdir@
463 prefix = @prefix@
464 program_transform_name = @program_transform_name@
465 psdir = @psdir@
466 sbindir = @sbindir@
467 sharedstatedir = @sharedstatedir@
468 srcdir = @srcdir@
469 sysconfdir = @sysconfdir@
470 target = @target@
471 target_alias = @target_alias@
472 target_cpu = @target_cpu@
473 target_os = @target_os@
474 target_vendor = @target_vendor@
475 top_build_prefix = @top_build_prefix@
476 top_builddir = @top_builddir@
477 top_srcdir = @top_srcdir@
479 # Go support.
480 SUFFIXES = .c .go .gox .o .obj .lo .a
481 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
482 SUBDIRS = ${subdirs}
483 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
484 MAINT_CHARSET = latin1
485 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
486 PWD_COMMAND = $${PWDCMD-pwd}
487 STAMP = echo timestamp >
488 toolexecdir = $(glibgo_toolexecdir)
489 toolexeclibdir = $(glibgo_toolexeclibdir)
490 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
492 # -I/-D flags to pass when compiling.
493 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
494 ACLOCAL_AMFLAGS = -I ./config -I ../config
495 AM_CFLAGS = -fexceptions -fplan9-extensions $(SPLIT_STACK) $(WARN_CFLAGS) \
496 $(STRINGOPS_FLAG) \
497 -I $(srcdir)/../gcc -I $(MULTIBUILDTOP)../../gcc/include
499 @USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
501 # Multilib support.
502 MAKEOVERRIDES =
504 # Work around what appears to be a GNU make handling MAKEFLAGS
505 # values defined in terms of make variables, as is the case for CC and
506 # friends when we are called from the top level Makefile.
507 AM_MAKEFLAGS = \
508 "AR_FLAGS=$(AR_FLAGS)" \
509 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
510 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
511 "CFLAGS=$(CFLAGS)" \
512 "CXXFLAGS=$(CXXFLAGS)" \
513 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
514 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
515 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
516 "GOC=$(GOC)" \
517 "GOCFLAGS=$(GOCFLAGS)" \
518 "INSTALL=$(INSTALL)" \
519 "INSTALL_DATA=$(INSTALL_DATA)" \
520 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
521 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
522 "LDFLAGS=$(LDFLAGS)" \
523 "LIBCFLAGS=$(LIBCFLAGS)" \
524 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
525 "MAKE=$(MAKE)" \
526 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
527 "PICFLAG=$(PICFLAG)" \
528 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
529 "SHELL=$(SHELL)" \
530 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
531 "exec_prefix=$(exec_prefix)" \
532 "infodir=$(infodir)" \
533 "libdir=$(libdir)" \
534 "includedir=$(includedir)" \
535 "prefix=$(prefix)" \
536 "tooldir=$(tooldir)" \
537 "gxx_include_dir=$(gxx_include_dir)" \
538 "AR=$(AR)" \
539 "AS=$(AS)" \
540 "LD=$(LD)" \
541 "RANLIB=$(RANLIB)" \
542 "NM=$(NM)" \
543 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
544 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
545 "DESTDIR=$(DESTDIR)" \
546 "WERROR=$(WERROR)"
549 # Subdir rules rely on $(FLAGS_TO_PASS)
550 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
551 toolexeclib_LTLIBRARIES = libgo.la
552 toolexeclib_LIBRARIES = libgobegin.a
553 toolexeclibgodir = $(toolexeclibdir)/go/$(gcc_version)/$(target_alias)
554 toolexeclibgo_DATA = \
555 asn1.gox \
556 big.gox \
557 bufio.gox \
558 bytes.gox \
559 cmath.gox \
560 crypto.gox \
561 ebnf.gox \
562 exec.gox \
563 expvar.gox \
564 flag.gox \
565 fmt.gox \
566 gob.gox \
567 hash.gox \
568 html.gox \
569 http.gox \
570 image.gox \
571 io.gox \
572 json.gox \
573 log.gox \
574 math.gox \
575 mime.gox \
576 net.gox \
577 netchan.gox \
578 os.gox \
579 patch.gox \
580 path.gox \
581 rand.gox \
582 reflect.gox \
583 regexp.gox \
584 rpc.gox \
585 runtime.gox \
586 scanner.gox \
587 smtp.gox \
588 sort.gox \
589 strconv.gox \
590 strings.gox \
591 sync.gox \
592 syscall.gox \
593 syslog.gox \
594 tabwriter.gox \
595 template.gox \
596 testing.gox \
597 time.gox \
598 try.gox \
599 unicode.gox \
600 utf16.gox \
601 utf8.gox \
602 websocket.gox \
603 xml.gox
605 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
606 toolexeclibgoarchive_DATA = \
607 archive/tar.gox \
608 archive/zip.gox
610 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
611 toolexeclibgocompress_DATA = \
612 compress/bzip2.gox \
613 compress/flate.gox \
614 compress/gzip.gox \
615 compress/lzw.gox \
616 compress/zlib.gox
618 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
619 toolexeclibgocontainer_DATA = \
620 container/heap.gox \
621 container/list.gox \
622 container/ring.gox \
623 container/vector.gox
625 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
626 toolexeclibgocrypto_DATA = \
627 crypto/aes.gox \
628 crypto/blowfish.gox \
629 crypto/cast5.gox \
630 crypto/cipher.gox \
631 crypto/des.gox \
632 crypto/dsa.gox \
633 crypto/ecdsa.gox \
634 crypto/elliptic.gox \
635 crypto/hmac.gox \
636 crypto/md4.gox \
637 crypto/md5.gox \
638 crypto/ocsp.gox \
639 crypto/openpgp.gox \
640 crypto/rand.gox \
641 crypto/rc4.gox \
642 crypto/ripemd160.gox \
643 crypto/rsa.gox \
644 crypto/sha1.gox \
645 crypto/sha256.gox \
646 crypto/sha512.gox \
647 crypto/subtle.gox \
648 crypto/tls.gox \
649 crypto/twofish.gox \
650 crypto/x509.gox \
651 crypto/xtea.gox
653 toolexeclibgocryptoopenpgpdir = $(toolexeclibgocryptodir)/openpgp
654 toolexeclibgocryptoopenpgp_DATA = \
655 crypto/openpgp/armor.gox \
656 crypto/openpgp/error.gox \
657 crypto/openpgp/packet.gox \
658 crypto/openpgp/s2k.gox
660 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
661 toolexeclibgodebug_DATA = \
662 debug/dwarf.gox \
663 debug/elf.gox \
664 debug/gosym.gox \
665 debug/macho.gox \
666 debug/pe.gox \
667 debug/proc.gox
669 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
670 toolexeclibgoencoding_DATA = \
671 encoding/ascii85.gox \
672 encoding/base32.gox \
673 encoding/base64.gox \
674 encoding/binary.gox \
675 encoding/line.gox \
676 encoding/git85.gox \
677 encoding/hex.gox \
678 encoding/pem.gox
680 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
681 toolexeclibgoexp_DATA = \
682 exp/datafmt.gox \
683 exp/draw.gox \
684 exp/eval.gox
686 toolexeclibgogodir = $(toolexeclibgodir)/go
687 toolexeclibgogo_DATA = \
688 go/ast.gox \
689 go/doc.gox \
690 go/parser.gox \
691 go/printer.gox \
692 go/scanner.gox \
693 go/token.gox \
694 go/typechecker.gox \
695 go/types.gox
697 toolexeclibgohashdir = $(toolexeclibgodir)/hash
698 toolexeclibgohash_DATA = \
699 hash/adler32.gox \
700 hash/crc32.gox \
701 hash/crc64.gox \
702 hash/fnv.gox
704 toolexeclibgohttpdir = $(toolexeclibgodir)/http
705 toolexeclibgohttp_DATA = \
706 http/cgi.gox \
707 http/fcgi.gox \
708 http/httptest.gox \
709 http/pprof.gox \
710 http/spdy.gox
712 toolexeclibgoimagedir = $(toolexeclibgodir)/image
713 toolexeclibgoimage_DATA = \
714 image/gif.gox \
715 image/jpeg.gox \
716 image/png.gox \
717 image/tiff.gox \
718 image/ycbcr.gox
720 toolexeclibgoindexdir = $(toolexeclibgodir)/index
721 toolexeclibgoindex_DATA = \
722 index/suffixarray.gox
724 toolexeclibgoiodir = $(toolexeclibgodir)/io
725 toolexeclibgoio_DATA = \
726 io/ioutil.gox
728 toolexeclibgomimedir = $(toolexeclibgodir)/mime
729 toolexeclibgomime_DATA = \
730 mime/multipart.gox
732 toolexeclibgonetdir = $(toolexeclibgodir)/net
733 toolexeclibgonet_DATA = \
734 net/dict.gox \
735 net/textproto.gox
737 toolexeclibgoosdir = $(toolexeclibgodir)/os
738 @LIBGO_IS_LINUX_FALSE@os_inotify_gox =
740 # os_inotify_gox = os/inotify.gox
741 @LIBGO_IS_LINUX_TRUE@os_inotify_gox =
742 toolexeclibgoos_DATA = \
743 $(os_inotify_gox) \
744 os/user.gox \
745 os/signal.gox
747 toolexeclibgopathdir = $(toolexeclibgodir)/path
748 toolexeclibgopath_DATA = \
749 path/filepath.gox
751 toolexeclibgorpcdir = $(toolexeclibgodir)/rpc
752 toolexeclibgorpc_DATA = \
753 rpc/jsonrpc.gox
755 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
756 toolexeclibgoruntime_DATA = \
757 runtime/debug.gox \
758 runtime/pprof.gox
760 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
761 toolexeclibgosync_DATA = \
762 sync/atomic.gox
764 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
765 toolexeclibgotesting_DATA = \
766 testing/iotest.gox \
767 testing/quick.gox \
768 testing/script.gox
770 @HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
771 @HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
772 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
773 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
774 runtime_files = \
775 runtime/go-append.c \
776 runtime/go-assert.c \
777 runtime/go-assert-interface.c \
778 runtime/go-byte-array-to-string.c \
779 runtime/go-breakpoint.c \
780 runtime/go-caller.c \
781 runtime/go-can-convert-interface.c \
782 runtime/go-cgo.c \
783 runtime/go-chan-cap.c \
784 runtime/go-chan-len.c \
785 runtime/go-check-interface.c \
786 runtime/go-close.c \
787 runtime/go-construct-map.c \
788 runtime/go-convert-interface.c \
789 runtime/go-copy.c \
790 runtime/go-defer.c \
791 runtime/go-deferred-recover.c \
792 runtime/go-eface-compare.c \
793 runtime/go-eface-val-compare.c \
794 runtime/go-getgoroot.c \
795 runtime/go-go.c \
796 runtime/go-gomaxprocs.c \
797 runtime/go-int-array-to-string.c \
798 runtime/go-int-to-string.c \
799 runtime/go-interface-compare.c \
800 runtime/go-interface-eface-compare.c \
801 runtime/go-interface-val-compare.c \
802 runtime/go-lock-os-thread.c \
803 runtime/go-map-delete.c \
804 runtime/go-map-index.c \
805 runtime/go-map-len.c \
806 runtime/go-map-range.c \
807 runtime/go-nanotime.c \
808 runtime/go-new-channel.c \
809 runtime/go-new-map.c \
810 runtime/go-new.c \
811 runtime/go-note.c \
812 runtime/go-panic.c \
813 runtime/go-panic-defer.c \
814 runtime/go-print.c \
815 runtime/go-rec-big.c \
816 runtime/go-rec-nb-big.c \
817 runtime/go-rec-nb-small.c \
818 runtime/go-rec-small.c \
819 runtime/go-recover.c \
820 runtime/go-reflect.c \
821 runtime/go-reflect-call.c \
822 runtime/go-reflect-chan.c \
823 runtime/go-reflect-map.c \
824 runtime/go-rune.c \
825 runtime/go-runtime-error.c \
826 runtime/go-sched.c \
827 runtime/go-select.c \
828 runtime/go-semacquire.c \
829 runtime/go-send-big.c \
830 runtime/go-send-nb-big.c \
831 runtime/go-send-nb-small.c \
832 runtime/go-send-small.c \
833 runtime/go-setenv.c \
834 runtime/go-signal.c \
835 runtime/go-strcmp.c \
836 runtime/go-string-to-byte-array.c \
837 runtime/go-string-to-int-array.c \
838 runtime/go-strplus.c \
839 runtime/go-strslice.c \
840 runtime/go-trampoline.c \
841 runtime/go-type-eface.c \
842 runtime/go-type-error.c \
843 runtime/go-type-identity.c \
844 runtime/go-type-interface.c \
845 runtime/go-type-string.c \
846 runtime/go-typedesc-equal.c \
847 runtime/go-typestring.c \
848 runtime/go-unreflect.c \
849 runtime/go-unsafe-new.c \
850 runtime/go-unsafe-newarray.c \
851 runtime/go-unsafe-pointer.c \
852 runtime/go-unwind.c \
853 runtime/cpuprof.c \
854 runtime/mcache.c \
855 runtime/mcentral.c \
856 $(runtime_mem_file) \
857 runtime/mfinal.c \
858 runtime/mfixalloc.c \
859 runtime/mgc0.c \
860 runtime/mheap.c \
861 runtime/msize.c \
862 runtime/proc.c \
863 runtime/thread.c \
864 $(rtems_task_variable_add_file) \
865 chan.c \
866 iface.c \
867 malloc.c \
868 map.c \
869 mprof.c \
870 reflect.c \
871 sigqueue.c \
872 string.c
874 go_asn1_files = \
875 go/asn1/asn1.go \
876 go/asn1/common.go \
877 go/asn1/marshal.go
879 go_big_files = \
880 go/big/arith.go \
881 go/big/int.go \
882 go/big/nat.go \
883 go/big/rat.go
885 go_bufio_files = \
886 go/bufio/bufio.go
888 go_bytes_files = \
889 go/bytes/buffer.go \
890 go/bytes/bytes.go \
891 go/bytes/bytes_decl.go
893 go_bytes_c_files = \
894 go/bytes/indexbyte.c
896 go_cmath_files = \
897 go/cmath/abs.go \
898 go/cmath/asin.go \
899 go/cmath/conj.go \
900 go/cmath/exp.go \
901 go/cmath/isinf.go \
902 go/cmath/isnan.go \
903 go/cmath/log.go \
904 go/cmath/phase.go \
905 go/cmath/polar.go \
906 go/cmath/pow.go \
907 go/cmath/rect.go \
908 go/cmath/sin.go \
909 go/cmath/sqrt.go \
910 go/cmath/tan.go
912 go_crypto_files = \
913 go/crypto/crypto.go
915 go_ebnf_files = \
916 go/ebnf/ebnf.go \
917 go/ebnf/parser.go
919 go_exec_files = \
920 go/exec/exec.go \
921 go/exec/lp_unix.go
923 go_expvar_files = \
924 go/expvar/expvar.go
926 go_flag_files = \
927 go/flag/flag.go
929 go_fmt_files = \
930 go/fmt/doc.go \
931 go/fmt/format.go \
932 go/fmt/print.go \
933 go/fmt/scan.go
935 go_gob_files = \
936 go/gob/decode.go \
937 go/gob/decoder.go \
938 go/gob/doc.go \
939 go/gob/encode.go \
940 go/gob/encoder.go \
941 go/gob/error.go \
942 go/gob/type.go
944 go_hash_files = \
945 go/hash/hash.go
947 go_html_files = \
948 go/html/doc.go \
949 go/html/entity.go \
950 go/html/escape.go \
951 go/html/parse.go \
952 go/html/token.go
954 go_http_files = \
955 go/http/chunked.go \
956 go/http/client.go \
957 go/http/cookie.go \
958 go/http/dump.go \
959 go/http/fs.go \
960 go/http/header.go \
961 go/http/lex.go \
962 go/http/persist.go \
963 go/http/request.go \
964 go/http/response.go \
965 go/http/reverseproxy.go \
966 go/http/server.go \
967 go/http/status.go \
968 go/http/transfer.go \
969 go/http/transport.go \
970 go/http/url.go
972 go_image_files = \
973 go/image/color.go \
974 go/image/format.go \
975 go/image/geom.go \
976 go/image/image.go \
977 go/image/names.go
979 go_io_files = \
980 go/io/multi.go \
981 go/io/io.go \
982 go/io/pipe.go
984 go_json_files = \
985 go/json/decode.go \
986 go/json/encode.go \
987 go/json/indent.go \
988 go/json/scanner.go \
989 go/json/stream.go
991 go_log_files = \
992 go/log/log.go
994 go_math_files = \
995 go/math/acosh.go \
996 go/math/asin.go \
997 go/math/asinh.go \
998 go/math/atan.go \
999 go/math/atanh.go \
1000 go/math/atan2.go \
1001 go/math/bits.go \
1002 go/math/cbrt.go \
1003 go/math/const.go \
1004 go/math/copysign.go \
1005 go/math/erf.go \
1006 go/math/exp.go \
1007 go/math/exp_port.go \
1008 go/math/exp2.go \
1009 go/math/expm1.go \
1010 go/math/fabs.go \
1011 go/math/fdim.go \
1012 go/math/floor.go \
1013 go/math/fmod.go \
1014 go/math/frexp.go \
1015 go/math/gamma.go \
1016 go/math/hypot.go \
1017 go/math/hypot_port.go \
1018 go/math/j0.go \
1019 go/math/j1.go \
1020 go/math/jn.go \
1021 go/math/ldexp.go \
1022 go/math/lgamma.go \
1023 go/math/log.go \
1024 go/math/log1p.go \
1025 go/math/log10.go \
1026 go/math/logb.go \
1027 go/math/modf.go \
1028 go/math/nextafter.go \
1029 go/math/pow.go \
1030 go/math/pow10.go \
1031 go/math/remainder.go \
1032 go/math/signbit.go \
1033 go/math/sin.go \
1034 go/math/sincos.go \
1035 go/math/sinh.go \
1036 go/math/sqrt.go \
1037 go/math/sqrt_port.go \
1038 go/math/tan.go \
1039 go/math/tanh.go \
1040 go/math/unsafe.go
1042 go_mime_files = \
1043 go/mime/grammar.go \
1044 go/mime/mediatype.go \
1045 go/mime/type.go
1047 # By default use select with pipes. Most systems should have
1048 # something better.
1049 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_select.go
1050 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_linux.go
1051 @LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_select.go
1052 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
1053 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
1054 @LIBGO_IS_RTEMS_TRUE@go_net_newpollserver_file = go/net/newpollserver_rtems.go
1055 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_cgo_file = go/net/cgo_bsd.go
1056 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_cgo_file = go/net/cgo_linux.go
1057 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_cgo_file = go/net/cgo_linux.go
1058 @LIBGO_IS_LINUX_TRUE@go_net_cgo_file = go/net/cgo_linux.go
1059 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_net_sock_file = go/net/sock_bsd.go
1060 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_net_sock_file = go/net/sock_linux.go
1061 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@go_net_sock_file = go/net/sock_linux.go
1062 @LIBGO_IS_LINUX_TRUE@go_net_sock_file = go/net/sock_linux.go
1063 go_net_files = \
1064 go/net/cgo_unix.go \
1065 $(go_net_cgo_file) \
1066 go/net/dial.go \
1067 go/net/dnsclient.go \
1068 go/net/dnsconfig.go \
1069 go/net/dnsmsg.go \
1070 $(go_net_newpollserver_file) \
1071 go/net/fd.go \
1072 $(go_net_fd_os_file) \
1073 go/net/file.go \
1074 go/net/hosts.go \
1075 go/net/ip.go \
1076 go/net/iprawsock.go \
1077 go/net/ipsock.go \
1078 go/net/lookup.go \
1079 go/net/net.go \
1080 go/net/parse.go \
1081 go/net/pipe.go \
1082 go/net/port.go \
1083 go/net/sock.go \
1084 $(go_net_sock_file) \
1085 go/net/tcpsock.go \
1086 go/net/udpsock.go \
1087 go/net/unixsock.go
1089 go_netchan_files = \
1090 go/netchan/common.go \
1091 go/netchan/export.go \
1092 go/netchan/import.go
1094 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@go_os_dir_file = go/os/dir_regfile.go
1095 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@go_os_dir_file = go/os/dir_largefile.go
1096 @LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@go_os_dir_file = go/os/dir_largefile.go
1097 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_regfile.go
1098 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_os_dir_file = go/os/dir_largefile.go
1099 @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
1100 @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
1101 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_os_sys_file = go/os/sys_uname.go
1102 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@go_os_sys_file = go/os/sys_uname.go
1103 @LIBGO_IS_LINUX_TRUE@go_os_sys_file = go/os/sys_linux.go
1104 go_os_files = \
1105 $(go_os_dir_file) \
1106 go/os/dir.go \
1107 go/os/env.go \
1108 go/os/env_unix.go \
1109 go/os/error.go \
1110 go/os/error_posix.go \
1111 go/os/exec.go \
1112 go/os/exec_posix.go \
1113 go/os/exec_unix.go \
1114 go/os/file.go \
1115 go/os/file_posix.go \
1116 go/os/file_unix.go \
1117 go/os/getwd.go \
1118 go/os/path.go \
1119 go/os/proc.go \
1120 go/os/stat.go \
1121 $(go_os_sys_file) \
1122 go/os/time.go \
1123 go/os/types.go
1125 go_patch_files = \
1126 go/patch/apply.go \
1127 go/patch/git.go \
1128 go/patch/patch.go \
1129 go/patch/textdiff.go
1131 go_path_files = \
1132 go/path/match.go \
1133 go/path/path.go
1135 go_rand_files = \
1136 go/rand/exp.go \
1137 go/rand/normal.go \
1138 go/rand/rand.go \
1139 go/rand/rng.go \
1140 go/rand/zipf.go
1142 go_reflect_files = \
1143 go/reflect/deepequal.go \
1144 go/reflect/type.go \
1145 go/reflect/value.go
1147 go_regexp_files = \
1148 go/regexp/regexp.go
1150 go_rpc_files = \
1151 go/rpc/client.go \
1152 go/rpc/debug.go \
1153 go/rpc/server.go
1155 go_runtime_files = \
1156 go/runtime/debug.go \
1157 go/runtime/error.go \
1158 go/runtime/extern.go \
1159 go/runtime/mem.go \
1160 go/runtime/sig.go \
1161 go/runtime/softfloat64.go \
1162 go/runtime/type.go \
1163 version.go
1165 go_scanner_files = \
1166 go/scanner/scanner.go
1168 go_smtp_files = \
1169 go/smtp/auth.go \
1170 go/smtp/smtp.go
1172 go_sort_files = \
1173 go/sort/search.go \
1174 go/sort/sort.go
1176 go_strconv_files = \
1177 go/strconv/atob.go \
1178 go/strconv/atof.go \
1179 go/strconv/atoi.go \
1180 go/strconv/decimal.go \
1181 go/strconv/ftoa.go \
1182 go/strconv/itoa.go \
1183 go/strconv/quote.go
1185 go_strings_files = \
1186 go/strings/reader.go \
1187 go/strings/strings.go
1189 go_sync_files = \
1190 go/sync/cond.go \
1191 go/sync/mutex.go \
1192 go/sync/once.go \
1193 go/sync/rwmutex.go \
1194 go/sync/waitgroup.go
1196 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/syslog/syslog_unix.go
1197 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_SOLARIS_FALSE@go_syslog_file = go/syslog/syslog_libc.go
1198 @LIBGO_IS_SOLARIS_TRUE@go_syslog_file = go/syslog/syslog_libc.go
1199 go_syslog_files = \
1200 go/syslog/syslog.go \
1201 $(go_syslog_file)
1203 go_syslog_c_files = \
1204 go/syslog/syslog_c.c
1206 go_tabwriter_files = \
1207 go/tabwriter/tabwriter.go
1209 go_template_files = \
1210 go/template/format.go \
1211 go/template/template.go
1213 go_testing_files = \
1214 go/testing/benchmark.go \
1215 go/testing/testing.go
1217 go_time_files = \
1218 go/time/format.go \
1219 go/time/sleep.go \
1220 go/time/sys.go \
1221 go/time/tick.go \
1222 go/time/time.go \
1223 go/time/zoneinfo_unix.go
1225 go_try_files = \
1226 go/try/try.go
1228 go_unicode_files = \
1229 go/unicode/casetables.go \
1230 go/unicode/digit.go \
1231 go/unicode/letter.go \
1232 go/unicode/tables.go
1234 go_utf16_files = \
1235 go/utf16/utf16.go
1237 go_utf8_files = \
1238 go/utf8/string.go \
1239 go/utf8/utf8.go
1241 go_websocket_files = \
1242 go/websocket/client.go \
1243 go/websocket/server.go \
1244 go/websocket/websocket.go
1246 go_xml_files = \
1247 go/xml/read.go \
1248 go/xml/xml.go
1250 go_archive_tar_files = \
1251 go/archive/tar/common.go \
1252 go/archive/tar/reader.go \
1253 go/archive/tar/writer.go
1255 go_archive_zip_files = \
1256 go/archive/zip/reader.go \
1257 go/archive/zip/struct.go
1259 go_compress_bzip2_files = \
1260 go/compress/bzip2/bit_reader.go \
1261 go/compress/bzip2/bzip2.go \
1262 go/compress/bzip2/huffman.go \
1263 go/compress/bzip2/move_to_front.go
1265 go_compress_flate_files = \
1266 go/compress/flate/deflate.go \
1267 go/compress/flate/huffman_bit_writer.go \
1268 go/compress/flate/huffman_code.go \
1269 go/compress/flate/inflate.go \
1270 go/compress/flate/reverse_bits.go \
1271 go/compress/flate/token.go \
1272 go/compress/flate/util.go
1274 go_compress_gzip_files = \
1275 go/compress/gzip/gzip.go \
1276 go/compress/gzip/gunzip.go
1278 go_compress_lzw_files = \
1279 go/compress/lzw/reader.go \
1280 go/compress/lzw/writer.go
1282 go_compress_zlib_files = \
1283 go/compress/zlib/reader.go \
1284 go/compress/zlib/writer.go
1286 go_container_heap_files = \
1287 go/container/heap/heap.go
1289 go_container_list_files = \
1290 go/container/list/list.go
1292 go_container_ring_files = \
1293 go/container/ring/ring.go
1295 go_container_vector_files = \
1296 go/container/vector/defs.go \
1297 go/container/vector/intvector.go \
1298 go/container/vector/stringvector.go \
1299 go/container/vector/vector.go
1301 go_crypto_aes_files = \
1302 go/crypto/aes/block.go \
1303 go/crypto/aes/cipher.go \
1304 go/crypto/aes/const.go
1306 go_crypto_blowfish_files = \
1307 go/crypto/blowfish/block.go \
1308 go/crypto/blowfish/const.go \
1309 go/crypto/blowfish/cipher.go
1311 go_crypto_cast5_files = \
1312 go/crypto/cast5/cast5.go
1314 go_crypto_cipher_files = \
1315 go/crypto/cipher/cbc.go \
1316 go/crypto/cipher/cfb.go \
1317 go/crypto/cipher/cipher.go \
1318 go/crypto/cipher/ctr.go \
1319 go/crypto/cipher/io.go \
1320 go/crypto/cipher/ocfb.go \
1321 go/crypto/cipher/ofb.go
1323 go_crypto_des_files = \
1324 go/crypto/des/block.go \
1325 go/crypto/des/cipher.go \
1326 go/crypto/des/const.go
1328 go_crypto_dsa_files = \
1329 go/crypto/dsa/dsa.go
1331 go_crypto_ecdsa_files = \
1332 go/crypto/ecdsa/ecdsa.go
1334 go_crypto_elliptic_files = \
1335 go/crypto/elliptic/elliptic.go
1337 go_crypto_hmac_files = \
1338 go/crypto/hmac/hmac.go
1340 go_crypto_md4_files = \
1341 go/crypto/md4/md4.go \
1342 go/crypto/md4/md4block.go
1344 go_crypto_md5_files = \
1345 go/crypto/md5/md5.go \
1346 go/crypto/md5/md5block.go
1348 go_crypto_ocsp_files = \
1349 go/crypto/ocsp/ocsp.go
1351 go_crypto_openpgp_files = \
1352 go/crypto/openpgp/canonical_text.go \
1353 go/crypto/openpgp/keys.go \
1354 go/crypto/openpgp/read.go \
1355 go/crypto/openpgp/write.go
1357 go_crypto_rand_files = \
1358 go/crypto/rand/rand.go \
1359 go/crypto/rand/rand_unix.go
1361 go_crypto_rc4_files = \
1362 go/crypto/rc4/rc4.go
1364 go_crypto_ripemd160_files = \
1365 go/crypto/ripemd160/ripemd160.go \
1366 go/crypto/ripemd160/ripemd160block.go
1368 go_crypto_rsa_files = \
1369 go/crypto/rsa/pkcs1v15.go \
1370 go/crypto/rsa/rsa.go
1372 go_crypto_sha1_files = \
1373 go/crypto/sha1/sha1.go \
1374 go/crypto/sha1/sha1block.go
1376 go_crypto_sha256_files = \
1377 go/crypto/sha256/sha256.go \
1378 go/crypto/sha256/sha256block.go
1380 go_crypto_sha512_files = \
1381 go/crypto/sha512/sha512.go \
1382 go/crypto/sha512/sha512block.go
1384 go_crypto_subtle_files = \
1385 go/crypto/subtle/constant_time.go
1387 go_crypto_tls_files = \
1388 go/crypto/tls/alert.go \
1389 go/crypto/tls/cipher_suites.go \
1390 go/crypto/tls/common.go \
1391 go/crypto/tls/conn.go \
1392 go/crypto/tls/handshake_client.go \
1393 go/crypto/tls/handshake_messages.go \
1394 go/crypto/tls/handshake_server.go \
1395 go/crypto/tls/key_agreement.go \
1396 go/crypto/tls/prf.go \
1397 go/crypto/tls/tls.go
1399 go_crypto_twofish_files = \
1400 go/crypto/twofish/twofish.go
1402 go_crypto_x509_files = \
1403 go/crypto/x509/cert_pool.go \
1404 go/crypto/x509/verify.go \
1405 go/crypto/x509/x509.go
1407 go_crypto_xtea_files = \
1408 go/crypto/xtea/block.go \
1409 go/crypto/xtea/cipher.go
1411 go_crypto_openpgp_armor_files = \
1412 go/crypto/openpgp/armor/armor.go \
1413 go/crypto/openpgp/armor/encode.go
1415 go_crypto_openpgp_error_files = \
1416 go/crypto/openpgp/error/error.go
1418 go_crypto_openpgp_packet_files = \
1419 go/crypto/openpgp/packet/compressed.go \
1420 go/crypto/openpgp/packet/encrypted_key.go \
1421 go/crypto/openpgp/packet/literal.go \
1422 go/crypto/openpgp/packet/one_pass_signature.go \
1423 go/crypto/openpgp/packet/packet.go \
1424 go/crypto/openpgp/packet/private_key.go \
1425 go/crypto/openpgp/packet/public_key.go \
1426 go/crypto/openpgp/packet/reader.go \
1427 go/crypto/openpgp/packet/signature.go \
1428 go/crypto/openpgp/packet/symmetric_key_encrypted.go \
1429 go/crypto/openpgp/packet/symmetrically_encrypted.go \
1430 go/crypto/openpgp/packet/userid.go
1432 go_crypto_openpgp_s2k_files = \
1433 go/crypto/openpgp/s2k/s2k.go
1435 go_debug_dwarf_files = \
1436 go/debug/dwarf/buf.go \
1437 go/debug/dwarf/const.go \
1438 go/debug/dwarf/entry.go \
1439 go/debug/dwarf/open.go \
1440 go/debug/dwarf/type.go \
1441 go/debug/dwarf/unit.go
1443 go_debug_elf_files = \
1444 go/debug/elf/elf.go \
1445 go/debug/elf/file.go
1447 go_debug_gosym_files = \
1448 go/debug/gosym/pclntab.go \
1449 go/debug/gosym/symtab.go
1451 go_debug_macho_files = \
1452 go/debug/macho/file.go \
1453 go/debug/macho/macho.go
1455 go_debug_pe_files = \
1456 go/debug/pe/file.go \
1457 go/debug/pe/pe.go
1459 go_debug_proc_files = \
1460 go/debug/proc/proc.go \
1461 go/debug/proc/proc_$(GOOS).go \
1462 $(GO_DEBUG_PROC_REGS_OS_ARCH_FILE)
1464 go_encoding_ascii85_files = \
1465 go/encoding/ascii85/ascii85.go
1467 go_encoding_base32_files = \
1468 go/encoding/base32/base32.go
1470 go_encoding_base64_files = \
1471 go/encoding/base64/base64.go
1473 go_encoding_binary_files = \
1474 go/encoding/binary/binary.go
1476 go_encoding_git85_files = \
1477 go/encoding/git85/git.go
1479 go_encoding_hex_files = \
1480 go/encoding/hex/hex.go
1482 go_encoding_line_files = \
1483 go/encoding/line/line.go
1485 go_encoding_pem_files = \
1486 go/encoding/pem/pem.go
1488 go_exp_datafmt_files = \
1489 go/exp/datafmt/datafmt.go \
1490 go/exp/datafmt/parser.go
1492 go_exp_draw_files = \
1493 go/exp/draw/draw.go \
1494 go/exp/draw/event.go
1496 go_exp_eval_files = \
1497 go/exp/eval/abort.go \
1498 go/exp/eval/bridge.go \
1499 go/exp/eval/compiler.go \
1500 go/exp/eval/expr.go \
1501 go/exp/eval/expr1.go \
1502 go/exp/eval/func.go \
1503 go/exp/eval/scope.go \
1504 go/exp/eval/stmt.go \
1505 go/exp/eval/type.go \
1506 go/exp/eval/typec.go \
1507 go/exp/eval/value.go \
1508 go/exp/eval/world.go
1510 go_go_ast_files = \
1511 go/go/ast/ast.go \
1512 go/go/ast/filter.go \
1513 go/go/ast/print.go \
1514 go/go/ast/resolve.go \
1515 go/go/ast/scope.go \
1516 go/go/ast/walk.go
1518 go_go_doc_files = \
1519 go/go/doc/comment.go \
1520 go/go/doc/doc.go
1522 go_go_parser_files = \
1523 go/go/parser/interface.go \
1524 go/go/parser/parser.go
1526 go_go_printer_files = \
1527 go/go/printer/nodes.go \
1528 go/go/printer/printer.go
1530 go_go_scanner_files = \
1531 go/go/scanner/errors.go \
1532 go/go/scanner/scanner.go
1534 go_go_token_files = \
1535 go/go/token/position.go \
1536 go/go/token/token.go
1538 go_go_typechecker_files = \
1539 go/go/typechecker/scope.go \
1540 go/go/typechecker/type.go \
1541 go/go/typechecker/typechecker.go \
1542 go/go/typechecker/universe.go
1544 go_go_types_files = \
1545 go/go/types/const.go \
1546 go/go/types/exportdata.go \
1547 go/go/types/gcimporter.go \
1548 go/go/types/types.go \
1549 go/go/types/universe.go
1551 go_hash_adler32_files = \
1552 go/hash/adler32/adler32.go
1554 go_hash_crc32_files = \
1555 go/hash/crc32/crc32.go
1557 go_hash_crc64_files = \
1558 go/hash/crc64/crc64.go
1560 go_hash_fnv_files = \
1561 go/hash/fnv/fnv.go
1563 go_http_cgi_files = \
1564 go/http/cgi/child.go \
1565 go/http/cgi/host.go
1567 go_http_fcgi_files = \
1568 go/http/fcgi/child.go \
1569 go/http/fcgi/fcgi.go
1571 go_http_httptest_files = \
1572 go/http/httptest/recorder.go \
1573 go/http/httptest/server.go
1575 go_http_pprof_files = \
1576 go/http/pprof/pprof.go
1578 go_http_spdy_files = \
1579 go/http/spdy/protocol.go
1581 go_image_gif_files = \
1582 go/image/gif/reader.go
1584 go_image_jpeg_files = \
1585 go/image/jpeg/fdct.go \
1586 go/image/jpeg/huffman.go \
1587 go/image/jpeg/idct.go \
1588 go/image/jpeg/reader.go \
1589 go/image/jpeg/writer.go
1591 go_image_png_files = \
1592 go/image/png/reader.go \
1593 go/image/png/writer.go
1595 go_image_tiff_files = \
1596 go/image/tiff/buffer.go \
1597 go/image/tiff/consts.go \
1598 go/image/tiff/reader.go
1600 go_image_ycbcr_files = \
1601 go/image/ycbcr/ycbcr.go
1603 go_index_suffixarray_files = \
1604 go/index/suffixarray/qsufsort.go \
1605 go/index/suffixarray/suffixarray.go
1607 go_io_ioutil_files = \
1608 go/io/ioutil/ioutil.go \
1609 go/io/ioutil/tempfile.go
1611 go_mime_multipart_files = \
1612 go/mime/multipart/formdata.go \
1613 go/mime/multipart/multipart.go
1615 go_net_dict_files = \
1616 go/net/dict/dict.go
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
1625 go_os_inotify_files = \
1626 go/os/inotify/inotify_linux.go
1628 go_os_user_files = \
1629 go/os/user/user.go \
1630 go/os/user/lookup_unix.go
1632 go_os_signal_files = \
1633 go/os/signal/signal.go \
1634 unix.go
1636 go_path_filepath_files = \
1637 go/path/filepath/match.go \
1638 go/path/filepath/path.go \
1639 go/path/filepath/path_unix.go
1641 go_rpc_jsonrpc_files = \
1642 go/rpc/jsonrpc/client.go \
1643 go/rpc/jsonrpc/server.go
1645 go_runtime_debug_files = \
1646 go/runtime/debug/stack.go
1648 go_runtime_pprof_files = \
1649 go/runtime/pprof/pprof.go
1651 go_sync_atomic_files = \
1652 go/sync/atomic/doc.go
1654 go_sync_atomic_c_files = \
1655 go/sync/atomic/atomic.c
1657 go_testing_iotest_files = \
1658 go/testing/iotest/logger.go \
1659 go/testing/iotest/reader.go \
1660 go/testing/iotest/writer.go
1662 go_testing_quick_files = \
1663 go/testing/quick/quick.go
1665 go_testing_script_files = \
1666 go/testing/script/script.go
1668 @LIBGO_IS_RTEMS_FALSE@syscall_syscall_file = syscalls/syscall.go
1670 # Define Syscall and Syscall6.
1671 @LIBGO_IS_RTEMS_TRUE@syscall_syscall_file = syscalls/syscall_stubs.go
1672 # Use lseek on 64-bit Solaris.
1673 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_filesize_file = syscalls/sysfile_regfile.go
1674 # Use lseek64 on 32-bit Solaris/SPARC.
1675 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1676 # Use lseek64 on 32-bit Solaris/x86.
1677 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1678 # Use lseek by default.
1679 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_filesize_file = syscalls/sysfile_regfile.go
1681 # Declare libc functions that vary for largefile systems.
1682 # Always use lseek64 on GNU/Linux.
1683 @LIBGO_IS_LINUX_TRUE@syscall_filesize_file = syscalls/sysfile_largefile.go
1684 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_FALSE@syscall_stat_file = syscalls/sysfile_stat_regfile.go
1685 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@@LIBGO_IS_SPARC_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1686 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1687 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_stat_file = syscalls/sysfile_stat_regfile.go
1688 @LIBGO_IS_LINUX_TRUE@syscall_stat_file = syscalls/sysfile_stat_largefile.go
1689 @LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = syscalls/exec.go
1691 # Define ForkExec, PtraceForkExec, and Exec.
1692 @LIBGO_IS_RTEMS_TRUE@syscall_exec_os_file = syscalls/exec_stubs.go
1693 @HAVE_WAIT4_FALSE@syscall_wait_file = syscalls/waitpid.go
1695 # Define Wait4.
1696 @HAVE_WAIT4_TRUE@syscall_wait_file = syscalls/wait4.go
1697 @LIBGO_IS_RTEMS_FALSE@syscall_sleep_file = syscalls/sleep_select.go
1699 # Define Sleep.
1700 @LIBGO_IS_RTEMS_TRUE@syscall_sleep_file = syscalls/sleep_rtems.go
1701 @HAVE_STRERROR_R_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = syscalls/errstr_nor.go
1702 @HAVE_STRERROR_R_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = syscalls/errstr.go
1704 # Define Errstr.
1705 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_file = syscalls/errstr_rtems.go
1706 # On other systems we hope strerror_r is just strerror_r.
1707 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl.go
1708 # On GNU/Linux the POSIX strerror_r is called __xpg_strerror_r.
1709 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl_linux.go
1711 # Declare libc_strerror_r which is the Go name for strerror_r.
1712 # RTEMS uses newlib in which strerror_r returns char *.
1713 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_decl_file = syscalls/errstr_decl_rtems.go
1714 @LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_os_file = syscalls/socket_bsd.go
1715 @LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@syscall_socket_os_file = syscalls/socket_irix.go
1716 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_socket_os_file = syscalls/socket_solaris.go
1718 # Define socket sizes and types.
1719 @LIBGO_IS_LINUX_TRUE@syscall_socket_os_file = syscalls/socket_linux.go
1720 @LIBGO_IS_LINUX_FALSE@syscall_socket_epoll_file =
1722 # Support for epoll.
1723 @LIBGO_IS_LINUX_TRUE@syscall_socket_epoll_file = syscalls/socket_epoll.go
1724 @LIBGO_IS_386_FALSE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file = syscalls/syscall_uname.go
1726 # Support for uname.
1727 # 32-bit Solaris 2/x86 needs _nuname, handled in syscall_solaris_386.go.
1728 @LIBGO_IS_386_TRUE@@LIBGO_IS_SOLARIS_TRUE@syscall_uname_file =
1729 @LIBGO_IS_SOLARIS_FALSE@syscall_uname_file = syscalls/syscall_uname.go
1730 go_syscall_files = \
1731 $(syscall_errstr_file) \
1732 $(syscall_errstr_decl_file) \
1733 syscalls/exec_helpers.go \
1734 $(syscall_exec_os_file) \
1735 $(syscall_wait_file) \
1736 $(syscall_filesize_file) \
1737 $(syscall_stat_file) \
1738 $(syscall_sleep_file) \
1739 syscalls/socket.go \
1740 $(syscall_socket_os_file) \
1741 $(syscall_socket_epoll_file) \
1742 $(syscall_syscall_file) \
1743 $(syscall_uname_file) \
1744 syscalls/syscall_unix.go \
1745 syscalls/stringbyte.go \
1746 syscalls/syscall_$(GOOS).go \
1747 $(GO_SYSCALLS_SYSCALL_OS_ARCH_FILE) \
1748 syscalls/sysfile_posix.go \
1749 sysinfo.go \
1750 syscall_arch.go
1752 go_syscall_c_files = \
1753 syscalls/errno.c
1755 @LIBGO_IS_LINUX_FALSE@os_lib_inotify_lo =
1757 # os_lib_inotify_lo = os/inotify.lo
1758 @LIBGO_IS_LINUX_TRUE@os_lib_inotify_lo =
1759 libgo_go_objs = \
1760 asn1/asn1.lo \
1761 big/big.lo \
1762 bufio/bufio.lo \
1763 bytes/bytes.lo \
1764 bytes/index.lo \
1765 cmath/cmath.lo \
1766 crypto/crypto.lo \
1767 ebnf/ebnf.lo \
1768 exec/exec.lo \
1769 expvar/expvar.lo \
1770 flag/flag.lo \
1771 fmt/fmt.lo \
1772 gob/gob.lo \
1773 hash/hash.lo \
1774 html/html.lo \
1775 http/http.lo \
1776 image/image.lo \
1777 io/io.lo \
1778 json/json.lo \
1779 log/log.lo \
1780 math/math.lo \
1781 mime/mime.lo \
1782 net/net.lo \
1783 netchan/netchan.lo \
1784 os/os.lo \
1785 patch/patch.lo \
1786 path/path.lo \
1787 rand/rand.lo \
1788 reflect/reflect.lo \
1789 regexp/regexp.lo \
1790 rpc/rpc.lo \
1791 runtime/runtime.lo \
1792 scanner/scanner.lo \
1793 smtp/smtp.lo \
1794 sort/sort.lo \
1795 strconv/strconv.lo \
1796 strings/strings.lo \
1797 sync/sync.lo \
1798 syslog/syslog.lo \
1799 syslog/syslog_c.lo \
1800 tabwriter/tabwriter.lo \
1801 template/template.lo \
1802 time/time.lo \
1803 try/try.lo \
1804 unicode/unicode.lo \
1805 utf16/utf16.lo \
1806 utf8/utf8.lo \
1807 websocket/websocket.lo \
1808 xml/xml.lo \
1809 archive/tar.lo \
1810 archive/zip.lo \
1811 compress/bzip2.lo \
1812 compress/flate.lo \
1813 compress/gzip.lo \
1814 compress/lzw.lo \
1815 compress/zlib.lo \
1816 container/heap.lo \
1817 container/list.lo \
1818 container/ring.lo \
1819 container/vector.lo \
1820 crypto/aes.lo \
1821 crypto/blowfish.lo \
1822 crypto/cast5.lo \
1823 crypto/cipher.lo \
1824 crypto/des.lo \
1825 crypto/dsa.lo \
1826 crypto/ecdsa.lo \
1827 crypto/elliptic.lo \
1828 crypto/hmac.lo \
1829 crypto/md4.lo \
1830 crypto/md5.lo \
1831 crypto/ocsp.lo \
1832 crypto/openpgp.lo \
1833 crypto/rand.lo \
1834 crypto/rc4.lo \
1835 crypto/ripemd160.lo \
1836 crypto/rsa.lo \
1837 crypto/sha1.lo \
1838 crypto/sha256.lo \
1839 crypto/sha512.lo \
1840 crypto/subtle.lo \
1841 crypto/tls.lo \
1842 crypto/twofish.lo \
1843 crypto/x509.lo \
1844 crypto/xtea.lo \
1845 crypto/openpgp/armor.lo \
1846 crypto/openpgp/error.lo \
1847 crypto/openpgp/packet.lo \
1848 crypto/openpgp/s2k.lo \
1849 debug/dwarf.lo \
1850 debug/elf.lo \
1851 debug/gosym.lo \
1852 debug/macho.lo \
1853 debug/pe.lo \
1854 debug/proc.lo \
1855 encoding/ascii85.lo \
1856 encoding/base32.lo \
1857 encoding/base64.lo \
1858 encoding/binary.lo \
1859 encoding/git85.lo \
1860 encoding/hex.lo \
1861 encoding/line.lo \
1862 encoding/pem.lo \
1863 exp/datafmt.lo \
1864 exp/draw.lo \
1865 exp/eval.lo \
1866 go/ast.lo \
1867 go/doc.lo \
1868 go/parser.lo \
1869 go/printer.lo \
1870 go/scanner.lo \
1871 go/token.lo \
1872 go/typechecker.lo \
1873 go/types.lo \
1874 hash/adler32.lo \
1875 hash/crc32.lo \
1876 hash/crc64.lo \
1877 hash/fnv.lo \
1878 http/cgi.lo \
1879 http/fcgi.lo \
1880 http/httptest.lo \
1881 http/pprof.lo \
1882 http/spdy.lo \
1883 image/gif.lo \
1884 image/jpeg.lo \
1885 image/png.lo \
1886 image/tiff.lo \
1887 image/ycbcr.lo \
1888 index/suffixarray.lo \
1889 io/ioutil.lo \
1890 mime/multipart.lo \
1891 net/dict.lo \
1892 net/textproto.lo \
1893 $(os_lib_inotify_lo) \
1894 os/user.lo \
1895 os/signal.lo \
1896 path/filepath.lo \
1897 rpc/jsonrpc.lo \
1898 runtime/debug.lo \
1899 runtime/pprof.lo \
1900 sync/atomic.lo \
1901 sync/atomic_c.lo \
1902 syscalls/syscall.lo \
1903 syscalls/errno.lo \
1904 testing/testing.lo \
1905 testing/iotest.lo \
1906 testing/quick.lo \
1907 testing/script.lo
1909 libgo_la_SOURCES = $(runtime_files)
1910 libgo_la_LDFLAGS = $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1911 libgo_la_LIBADD = \
1912 $(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1914 libgobegin_a_SOURCES = \
1915 runtime/go-main.c
1917 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1918 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1919 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1920 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1921 $(AM_GOCFLAGS) $(GOCFLAGS)
1923 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1924 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1927 # Build the .go files for a package, generating a .lo file.
1928 BUILDPACKAGE = \
1929 $(MKDIR_P) $(@D); \
1930 files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1931 $(LTGOCOMPILE) -I . -c -fgo-prefix="libgo_$(@D)" -o $@ $$files
1933 @LIBGO_IS_RTEMS_FALSE@use_dejagnu = no
1934 @LIBGO_IS_RTEMS_TRUE@use_dejagnu = yes
1935 GOTESTFLAGS =
1937 # Check a package.
1938 CHECK = \
1939 GC="$(GOC) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1940 export GC; \
1941 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1942 export RUNTESTFLAGS; \
1943 MAKE="$(MAKE)"; \
1944 export MAKE; \
1945 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1946 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1947 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1948 export LD_LIBRARY_PATH; \
1949 rm -f $@-testsum $@-testlog; \
1950 prefix=`if test "$(@D)" = "regexp"; then echo regexp-test; else dirname $(@D); fi`; \
1951 test "$${prefix}" != "." || prefix="$(@D)"; \
1952 if test "$(use_dejagnu)" = "yes"; then \
1953 $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" $(GOTESTFLAGS); \
1954 else \
1955 if $(SHELL) $(srcdir)/testsuite/gotest --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1956 echo "PASS: $(@D)" >> $@-testlog; \
1957 echo "PASS: $(@D)"; \
1958 echo "PASS: $(@D)" > $@-testsum; \
1959 else \
1960 echo "FAIL: $(@D)" >> $@-testlog; \
1961 cat $@-testlog; \
1962 echo "FAIL: $(@D)" > $@-testsum; \
1963 exit 1; \
1964 fi; \
1968 # Check a package that is only tested if GCCGO_RUN_ALL_TESTS is set.
1969 CHECK_ON_REQUEST = \
1970 if test "$$GCCGO_RUN_ALL_TESTS" != ""; then \
1971 $(CHECK); \
1972 else \
1973 rm -f $@-testsum $@-testlog; \
1974 echo "Set GCCGO_RUN_ALL_TESTS in environment to run $(@D) test" > $@-testlog; \
1975 echo "UNTESTED: $(@D)" >> $@-testlog; \
1976 echo "UNTESTED: $(@D)"; \
1977 echo "UNTESTED: $(@D)" > $@-testsum; \
1981 # Build all packages before checking any.
1982 CHECK_DEPS = libgo.la libgobegin.a \
1983 $(toolexeclibgo_DATA) \
1984 $(toolexeclibgoarchive_DATA) \
1985 $(toolexeclibgocompress_DATA) \
1986 $(toolexeclibgocontainer_DATA) \
1987 $(toolexeclibgocrypto_DATA) \
1988 $(toolexeclibgocryptoopenpgp_DATA) \
1989 $(toolexeclibgodebug_DATA) \
1990 $(toolexeclibgoencoding_DATA) \
1991 $(toolexeclibgoexp_DATA) \
1992 $(toolexeclibgogo_DATA) \
1993 $(toolexeclibgohash_DATA) \
1994 $(toolexeclibgohttp_DATA) \
1995 $(toolexeclibgoimage_DATA) \
1996 $(toolexeclibgoindex_DATA) \
1997 $(toolexeclibgoio_DATA) \
1998 $(toolexeclibgomime_DATA) \
1999 $(toolexeclibgonet_DATA) \
2000 $(toolexeclibgoos_DATA) \
2001 $(toolexeclibgopath_DATA) \
2002 $(toolexeclibgorpc_DATA) \
2003 $(toolexeclibgoruntime_DATA) \
2004 $(toolexeclibgosync_DATA) \
2005 $(toolexeclibgotesting_DATA)
2008 # How to build a .gox file from a .lo file.
2009 BUILDGOX = \
2010 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
2011 $(OBJCOPY) -j .go_export $$f $@.tmp && mv -f $@.tmp $@
2013 @LIBGO_IS_LINUX_FALSE@os_inotify_check =
2015 # os_inotify_check = os/inotify/check
2016 @LIBGO_IS_LINUX_TRUE@os_inotify_check =
2017 TEST_PACKAGES = \
2018 asn1/check \
2019 big/check \
2020 bufio/check \
2021 bytes/check \
2022 cmath/check \
2023 ebnf/check \
2024 exec/check \
2025 expvar/check \
2026 flag/check \
2027 fmt/check \
2028 gob/check \
2029 html/check \
2030 http/check \
2031 io/check \
2032 json/check \
2033 log/check \
2034 math/check \
2035 mime/check \
2036 net/check \
2037 netchan/check \
2038 os/check \
2039 patch/check \
2040 path/check \
2041 rand/check \
2042 reflect/check \
2043 regexp/check \
2044 rpc/check \
2045 runtime/check \
2046 scanner/check \
2047 smtp/check \
2048 sort/check \
2049 strconv/check \
2050 strings/check \
2051 sync/check \
2052 syslog/check \
2053 tabwriter/check \
2054 template/check \
2055 time/check \
2056 try/check \
2057 unicode/check \
2058 utf16/check \
2059 utf8/check \
2060 websocket/check \
2061 xml/check \
2062 archive/tar/check \
2063 archive/zip/check \
2064 compress/bzip2/check \
2065 compress/flate/check \
2066 compress/gzip/check \
2067 compress/lzw/check \
2068 compress/zlib/check \
2069 container/heap/check \
2070 container/list/check \
2071 container/ring/check \
2072 container/vector/check \
2073 crypto/aes/check \
2074 crypto/blowfish/check \
2075 crypto/cast5/check \
2076 crypto/cipher/check \
2077 crypto/des/check \
2078 crypto/dsa/check \
2079 crypto/ecdsa/check \
2080 crypto/elliptic/check \
2081 crypto/hmac/check \
2082 crypto/md4/check \
2083 crypto/md5/check \
2084 crypto/ocsp/check \
2085 crypto/openpgp/check \
2086 crypto/rand/check \
2087 crypto/rc4/check \
2088 crypto/ripemd160/check \
2089 crypto/rsa/check \
2090 crypto/sha1/check \
2091 crypto/sha256/check \
2092 crypto/sha512/check \
2093 crypto/subtle/check \
2094 crypto/tls/check \
2095 crypto/twofish/check \
2096 crypto/x509/check \
2097 crypto/xtea/check \
2098 crypto/openpgp/armor/check \
2099 crypto/openpgp/packet/check \
2100 crypto/openpgp/s2k/check \
2101 debug/dwarf/check \
2102 debug/elf/check \
2103 debug/macho/check \
2104 debug/pe/check \
2105 encoding/ascii85/check \
2106 encoding/base32/check \
2107 encoding/base64/check \
2108 encoding/binary/check \
2109 encoding/git85/check \
2110 encoding/hex/check \
2111 encoding/line/check \
2112 encoding/pem/check \
2113 exp/datafmt/check \
2114 exp/draw/check \
2115 exp/eval/check \
2116 go/ast/check \
2117 go/parser/check \
2118 go/printer/check \
2119 go/scanner/check \
2120 go/token/check \
2121 go/typechecker/check \
2122 $(go_types_check_omitted_since_it_calls_6g) \
2123 hash/adler32/check \
2124 hash/crc32/check \
2125 hash/crc64/check \
2126 hash/fnv/check \
2127 http/cgi/check \
2128 http/fcgi/check \
2129 http/spdy/check \
2130 image/jpeg/check \
2131 image/png/check \
2132 image/tiff/check \
2133 image/ycbcr/check \
2134 index/suffixarray/check \
2135 io/ioutil/check \
2136 mime/multipart/check \
2137 net/textproto/check \
2138 $(os_inotify_check) \
2139 os/user/check \
2140 os/signal/check \
2141 path/filepath/check \
2142 rpc/jsonrpc/check \
2143 sync/atomic/check \
2144 testing/quick/check \
2145 testing/script/check
2147 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
2148 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
2149 all: config.h
2150 $(MAKE) $(AM_MAKEFLAGS) all-recursive
2152 .SUFFIXES:
2153 .SUFFIXES: .c .go .gox .o .obj .lo .a
2154 am--refresh:
2156 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2157 @for dep in $?; do \
2158 case '$(am__configure_deps)' in \
2159 *$$dep*) \
2160 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
2161 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2162 && exit 0; \
2163 exit 1;; \
2164 esac; \
2165 done; \
2166 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2167 $(am__cd) $(top_srcdir) && \
2168 $(AUTOMAKE) --foreign Makefile
2169 .PRECIOUS: Makefile
2170 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2171 @case '$?' in \
2172 *config.status*) \
2173 echo ' $(SHELL) ./config.status'; \
2174 $(SHELL) ./config.status;; \
2175 *) \
2176 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2177 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2178 esac;
2180 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2181 $(SHELL) ./config.status --recheck
2183 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2184 $(am__cd) $(srcdir) && $(AUTOCONF)
2185 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2186 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2187 $(am__aclocal_m4_deps):
2189 config.h: stamp-h1
2190 @if test ! -f $@; then \
2191 rm -f stamp-h1; \
2192 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2193 else :; fi
2195 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2196 @rm -f stamp-h1
2197 cd $(top_builddir) && $(SHELL) ./config.status config.h
2198 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2199 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2200 rm -f stamp-h1
2201 touch $@
2203 distclean-hdr:
2204 -rm -f config.h stamp-h1
2205 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
2206 @$(NORMAL_INSTALL)
2207 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2208 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2209 list2=; for p in $$list; do \
2210 if test -f $$p; then \
2211 list2="$$list2 $$p"; \
2212 else :; fi; \
2213 done; \
2214 test -z "$$list2" || { \
2215 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2216 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
2217 @$(POST_INSTALL)
2218 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2219 for p in $$list; do \
2220 if test -f $$p; then \
2221 $(am__strip_dir) \
2222 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
2223 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
2224 else :; fi; \
2225 done
2227 uninstall-toolexeclibLIBRARIES:
2228 @$(NORMAL_UNINSTALL)
2229 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2230 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2231 test -n "$$files" || exit 0; \
2232 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f "$$files" )"; \
2233 cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
2235 clean-toolexeclibLIBRARIES:
2236 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
2237 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES)
2238 -rm -f libgobegin.a
2239 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
2240 $(RANLIB) libgobegin.a
2241 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
2242 @$(NORMAL_INSTALL)
2243 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
2244 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2245 list2=; for p in $$list; do \
2246 if test -f $$p; then \
2247 list2="$$list2 $$p"; \
2248 else :; fi; \
2249 done; \
2250 test -z "$$list2" || { \
2251 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
2252 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
2255 uninstall-toolexeclibLTLIBRARIES:
2256 @$(NORMAL_UNINSTALL)
2257 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
2258 for p in $$list; do \
2259 $(am__strip_dir) \
2260 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
2261 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
2262 done
2264 clean-toolexeclibLTLIBRARIES:
2265 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
2266 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
2267 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2268 test "$$dir" != "$$p" || dir=.; \
2269 echo "rm -f \"$${dir}/so_locations\""; \
2270 rm -f "$${dir}/so_locations"; \
2271 done
2272 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES)
2273 $(libgo_la_LINK) -rpath $(toolexeclibdir) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
2275 mostlyclean-compile:
2276 -rm -f *.$(OBJEXT)
2278 distclean-compile:
2279 -rm -f *.tab.c
2281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
2282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuprof.Plo@am__quote@
2283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
2284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
2285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
2287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
2288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
2289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
2290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
2291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-cap.Plo@am__quote@
2292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-len.Plo@am__quote@
2293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
2294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-close.Plo@am__quote@
2295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
2296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
2297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-copy.Plo@am__quote@
2298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
2299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
2300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
2301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
2302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-getgoroot.Plo@am__quote@
2303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-go.Plo@am__quote@
2304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-gomaxprocs.Plo@am__quote@
2305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
2306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
2307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
2308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-eface-compare.Plo@am__quote@
2309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
2310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-lock-os-thread.Plo@am__quote@
2311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-main.Po@am__quote@
2312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
2313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
2314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
2315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
2316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
2317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-channel.Plo@am__quote@
2318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
2319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
2320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-note.Plo@am__quote@
2321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic-defer.Plo@am__quote@
2322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
2323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
2324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-big.Plo@am__quote@
2325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-big.Plo@am__quote@
2326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-small.Plo@am__quote@
2327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-small.Plo@am__quote@
2328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
2329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
2330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-chan.Plo@am__quote@
2331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
2332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect.Plo@am__quote@
2333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
2334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
2335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-sched.Plo@am__quote@
2336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-select.Plo@am__quote@
2337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-semacquire.Plo@am__quote@
2338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-big.Plo@am__quote@
2339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-big.Plo@am__quote@
2340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-small.Plo@am__quote@
2341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-small.Plo@am__quote@
2342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
2343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
2344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
2345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
2346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
2347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
2348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
2349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-trampoline.Plo@am__quote@
2350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
2351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
2352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
2353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
2354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
2355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
2356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typestring.Plo@am__quote@
2357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unreflect.Plo@am__quote@
2358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
2359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
2360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
2361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
2362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iface.Plo@am__quote@
2363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
2364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
2365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
2366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
2367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
2368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
2369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfinal.Plo@am__quote@
2370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
2371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
2372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
2373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
2374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
2375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
2376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
2377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
2378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
2379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
2380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
2382 .c.o:
2383 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2384 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2387 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
2389 .c.obj:
2390 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2391 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2394 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2396 .c.lo:
2397 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2398 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2401 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
2403 go-main.o: runtime/go-main.c
2404 @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
2405 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.o' libtool=no @AMDEPBACKSLASH@
2407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2408 @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
2410 go-main.obj: runtime/go-main.c
2411 @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`
2412 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='go-main.obj' libtool=no @AMDEPBACKSLASH@
2414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2415 @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`
2417 go-append.lo: runtime/go-append.c
2418 @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
2419 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
2420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
2421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2422 @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
2424 go-assert.lo: runtime/go-assert.c
2425 @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
2426 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
2427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
2428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2429 @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
2431 go-assert-interface.lo: runtime/go-assert-interface.c
2432 @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
2433 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
2434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2436 @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
2438 go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
2439 @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
2440 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
2441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2443 @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
2445 go-breakpoint.lo: runtime/go-breakpoint.c
2446 @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
2447 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
2448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
2449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2450 @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
2452 go-caller.lo: runtime/go-caller.c
2453 @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
2454 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
2455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
2456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2457 @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
2459 go-can-convert-interface.lo: runtime/go-can-convert-interface.c
2460 @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
2461 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
2462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2464 @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
2466 go-cgo.lo: runtime/go-cgo.c
2467 @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
2468 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
2469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
2470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2471 @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
2473 go-chan-cap.lo: runtime/go-chan-cap.c
2474 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-cap.lo -MD -MP -MF $(DEPDIR)/go-chan-cap.Tpo -c -o go-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2475 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-chan-cap.Tpo $(DEPDIR)/go-chan-cap.Plo
2476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-chan-cap.c' object='go-chan-cap.lo' libtool=yes @AMDEPBACKSLASH@
2477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2478 @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-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2480 go-chan-len.lo: runtime/go-chan-len.c
2481 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-len.lo -MD -MP -MF $(DEPDIR)/go-chan-len.Tpo -c -o go-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2482 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-chan-len.Tpo $(DEPDIR)/go-chan-len.Plo
2483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-chan-len.c' object='go-chan-len.lo' libtool=yes @AMDEPBACKSLASH@
2484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2485 @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-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2487 go-check-interface.lo: runtime/go-check-interface.c
2488 @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
2489 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
2490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
2491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2492 @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
2494 go-close.lo: runtime/go-close.c
2495 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-close.lo -MD -MP -MF $(DEPDIR)/go-close.Tpo -c -o go-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2496 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-close.Tpo $(DEPDIR)/go-close.Plo
2497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-close.c' object='go-close.lo' libtool=yes @AMDEPBACKSLASH@
2498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2499 @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-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2501 go-construct-map.lo: runtime/go-construct-map.c
2502 @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
2503 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
2504 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
2505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2506 @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
2508 go-convert-interface.lo: runtime/go-convert-interface.c
2509 @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
2510 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
2511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2513 @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
2515 go-copy.lo: runtime/go-copy.c
2516 @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
2517 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-copy.Tpo $(DEPDIR)/go-copy.Plo
2518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-copy.c' object='go-copy.lo' libtool=yes @AMDEPBACKSLASH@
2519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2520 @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
2522 go-defer.lo: runtime/go-defer.c
2523 @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
2524 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
2525 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
2526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2527 @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
2529 go-deferred-recover.lo: runtime/go-deferred-recover.c
2530 @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
2531 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
2532 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
2533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2534 @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
2536 go-eface-compare.lo: runtime/go-eface-compare.c
2537 @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
2538 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
2539 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2541 @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
2543 go-eface-val-compare.lo: runtime/go-eface-val-compare.c
2544 @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
2545 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
2546 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2548 @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
2550 go-getgoroot.lo: runtime/go-getgoroot.c
2551 @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
2552 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-getgoroot.Tpo $(DEPDIR)/go-getgoroot.Plo
2553 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-getgoroot.c' object='go-getgoroot.lo' libtool=yes @AMDEPBACKSLASH@
2554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2555 @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
2557 go-go.lo: runtime/go-go.c
2558 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-go.lo -MD -MP -MF $(DEPDIR)/go-go.Tpo -c -o go-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2559 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-go.Tpo $(DEPDIR)/go-go.Plo
2560 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-go.c' object='go-go.lo' libtool=yes @AMDEPBACKSLASH@
2561 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2562 @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-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2564 go-gomaxprocs.lo: runtime/go-gomaxprocs.c
2565 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-gomaxprocs.lo -MD -MP -MF $(DEPDIR)/go-gomaxprocs.Tpo -c -o go-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2566 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-gomaxprocs.Tpo $(DEPDIR)/go-gomaxprocs.Plo
2567 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-gomaxprocs.c' object='go-gomaxprocs.lo' libtool=yes @AMDEPBACKSLASH@
2568 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2569 @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-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2571 go-int-array-to-string.lo: runtime/go-int-array-to-string.c
2572 @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
2573 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
2574 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2576 @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
2578 go-int-to-string.lo: runtime/go-int-to-string.c
2579 @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
2580 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
2581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2583 @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
2585 go-interface-compare.lo: runtime/go-interface-compare.c
2586 @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
2587 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
2588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2590 @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
2592 go-interface-eface-compare.lo: runtime/go-interface-eface-compare.c
2593 @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
2594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-eface-compare.Tpo $(DEPDIR)/go-interface-eface-compare.Plo
2595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-eface-compare.c' object='go-interface-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2597 @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
2599 go-interface-val-compare.lo: runtime/go-interface-val-compare.c
2600 @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
2601 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
2602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2604 @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
2606 go-lock-os-thread.lo: runtime/go-lock-os-thread.c
2607 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-lock-os-thread.lo -MD -MP -MF $(DEPDIR)/go-lock-os-thread.Tpo -c -o go-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2608 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-lock-os-thread.Tpo $(DEPDIR)/go-lock-os-thread.Plo
2609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-lock-os-thread.c' object='go-lock-os-thread.lo' libtool=yes @AMDEPBACKSLASH@
2610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2611 @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-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2613 go-map-delete.lo: runtime/go-map-delete.c
2614 @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
2615 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
2616 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
2617 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2618 @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
2620 go-map-index.lo: runtime/go-map-index.c
2621 @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
2622 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
2623 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
2624 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2625 @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
2627 go-map-len.lo: runtime/go-map-len.c
2628 @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
2629 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
2630 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
2631 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2632 @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
2634 go-map-range.lo: runtime/go-map-range.c
2635 @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
2636 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
2637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
2638 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2639 @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
2641 go-nanotime.lo: runtime/go-nanotime.c
2642 @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
2643 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
2644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
2645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2646 @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
2648 go-new-channel.lo: runtime/go-new-channel.c
2649 @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-channel.lo -MD -MP -MF $(DEPDIR)/go-new-channel.Tpo -c -o go-new-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2650 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new-channel.Tpo $(DEPDIR)/go-new-channel.Plo
2651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new-channel.c' object='go-new-channel.lo' libtool=yes @AMDEPBACKSLASH@
2652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2653 @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-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2655 go-new-map.lo: runtime/go-new-map.c
2656 @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
2657 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
2658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
2659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2660 @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
2662 go-new.lo: runtime/go-new.c
2663 @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
2664 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
2665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
2666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2667 @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
2669 go-note.lo: runtime/go-note.c
2670 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-note.lo -MD -MP -MF $(DEPDIR)/go-note.Tpo -c -o go-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2671 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-note.Tpo $(DEPDIR)/go-note.Plo
2672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-note.c' object='go-note.lo' libtool=yes @AMDEPBACKSLASH@
2673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2674 @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-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2676 go-panic.lo: runtime/go-panic.c
2677 @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
2678 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
2679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
2680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2681 @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
2683 go-panic-defer.lo: runtime/go-panic-defer.c
2684 @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-defer.lo -MD -MP -MF $(DEPDIR)/go-panic-defer.Tpo -c -o go-panic-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2685 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic-defer.Tpo $(DEPDIR)/go-panic-defer.Plo
2686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic-defer.c' object='go-panic-defer.lo' libtool=yes @AMDEPBACKSLASH@
2687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2688 @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-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2690 go-print.lo: runtime/go-print.c
2691 @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
2692 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
2693 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
2694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2695 @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
2697 go-rec-big.lo: runtime/go-rec-big.c
2698 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-big.lo -MD -MP -MF $(DEPDIR)/go-rec-big.Tpo -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2699 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rec-big.Tpo $(DEPDIR)/go-rec-big.Plo
2700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rec-big.c' object='go-rec-big.lo' libtool=yes @AMDEPBACKSLASH@
2701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2702 @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-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2704 go-rec-nb-big.lo: runtime/go-rec-nb-big.c
2705 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-big.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-big.Tpo -c -o go-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2706 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rec-nb-big.Tpo $(DEPDIR)/go-rec-nb-big.Plo
2707 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rec-nb-big.c' object='go-rec-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2709 @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-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2711 go-rec-nb-small.lo: runtime/go-rec-nb-small.c
2712 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-small.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-small.Tpo -c -o go-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2713 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rec-nb-small.Tpo $(DEPDIR)/go-rec-nb-small.Plo
2714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rec-nb-small.c' object='go-rec-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2716 @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-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2718 go-rec-small.lo: runtime/go-rec-small.c
2719 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-small.lo -MD -MP -MF $(DEPDIR)/go-rec-small.Tpo -c -o go-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2720 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rec-small.Tpo $(DEPDIR)/go-rec-small.Plo
2721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rec-small.c' object='go-rec-small.lo' libtool=yes @AMDEPBACKSLASH@
2722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2723 @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-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2725 go-recover.lo: runtime/go-recover.c
2726 @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
2727 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
2728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
2729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2730 @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
2732 go-reflect.lo: runtime/go-reflect.c
2733 @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
2734 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect.Tpo $(DEPDIR)/go-reflect.Plo
2735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect.c' object='go-reflect.lo' libtool=yes @AMDEPBACKSLASH@
2736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2737 @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
2739 go-reflect-call.lo: runtime/go-reflect-call.c
2740 @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
2741 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
2742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
2743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2744 @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
2746 go-reflect-chan.lo: runtime/go-reflect-chan.c
2747 @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-chan.lo -MD -MP -MF $(DEPDIR)/go-reflect-chan.Tpo -c -o go-reflect-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2748 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-chan.Tpo $(DEPDIR)/go-reflect-chan.Plo
2749 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-chan.c' object='go-reflect-chan.lo' libtool=yes @AMDEPBACKSLASH@
2750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2751 @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-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2753 go-reflect-map.lo: runtime/go-reflect-map.c
2754 @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
2755 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
2756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
2757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2758 @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
2760 go-rune.lo: runtime/go-rune.c
2761 @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
2762 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
2763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
2764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2765 @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
2767 go-runtime-error.lo: runtime/go-runtime-error.c
2768 @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
2769 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
2770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
2771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2772 @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
2774 go-sched.lo: runtime/go-sched.c
2775 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-sched.lo -MD -MP -MF $(DEPDIR)/go-sched.Tpo -c -o go-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2776 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-sched.Tpo $(DEPDIR)/go-sched.Plo
2777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-sched.c' object='go-sched.lo' libtool=yes @AMDEPBACKSLASH@
2778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2779 @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-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2781 go-select.lo: runtime/go-select.c
2782 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-select.lo -MD -MP -MF $(DEPDIR)/go-select.Tpo -c -o go-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2783 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-select.Tpo $(DEPDIR)/go-select.Plo
2784 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-select.c' object='go-select.lo' libtool=yes @AMDEPBACKSLASH@
2785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2786 @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-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2788 go-semacquire.lo: runtime/go-semacquire.c
2789 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-semacquire.lo -MD -MP -MF $(DEPDIR)/go-semacquire.Tpo -c -o go-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2790 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-semacquire.Tpo $(DEPDIR)/go-semacquire.Plo
2791 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-semacquire.c' object='go-semacquire.lo' libtool=yes @AMDEPBACKSLASH@
2792 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2793 @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-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2795 go-send-big.lo: runtime/go-send-big.c
2796 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-big.lo -MD -MP -MF $(DEPDIR)/go-send-big.Tpo -c -o go-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2797 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-send-big.Tpo $(DEPDIR)/go-send-big.Plo
2798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-send-big.c' object='go-send-big.lo' libtool=yes @AMDEPBACKSLASH@
2799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2800 @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-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2802 go-send-nb-big.lo: runtime/go-send-nb-big.c
2803 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-big.lo -MD -MP -MF $(DEPDIR)/go-send-nb-big.Tpo -c -o go-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2804 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-send-nb-big.Tpo $(DEPDIR)/go-send-nb-big.Plo
2805 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-send-nb-big.c' object='go-send-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2807 @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-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2809 go-send-nb-small.lo: runtime/go-send-nb-small.c
2810 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-small.lo -MD -MP -MF $(DEPDIR)/go-send-nb-small.Tpo -c -o go-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2811 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-send-nb-small.Tpo $(DEPDIR)/go-send-nb-small.Plo
2812 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-send-nb-small.c' object='go-send-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2813 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2814 @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-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2816 go-send-small.lo: runtime/go-send-small.c
2817 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-small.lo -MD -MP -MF $(DEPDIR)/go-send-small.Tpo -c -o go-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2818 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-send-small.Tpo $(DEPDIR)/go-send-small.Plo
2819 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-send-small.c' object='go-send-small.lo' libtool=yes @AMDEPBACKSLASH@
2820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2821 @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-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2823 go-setenv.lo: runtime/go-setenv.c
2824 @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
2825 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
2826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
2827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2828 @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
2830 go-signal.lo: runtime/go-signal.c
2831 @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
2832 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
2833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
2834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2835 @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
2837 go-strcmp.lo: runtime/go-strcmp.c
2838 @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
2839 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
2840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
2841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2842 @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
2844 go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
2845 @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
2846 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
2847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
2848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2849 @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
2851 go-string-to-int-array.lo: runtime/go-string-to-int-array.c
2852 @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
2853 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
2854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
2855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2856 @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
2858 go-strplus.lo: runtime/go-strplus.c
2859 @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
2860 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
2861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
2862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2863 @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
2865 go-strslice.lo: runtime/go-strslice.c
2866 @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
2867 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
2868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
2869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2870 @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
2872 go-trampoline.lo: runtime/go-trampoline.c
2873 @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
2874 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-trampoline.Tpo $(DEPDIR)/go-trampoline.Plo
2875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-trampoline.c' object='go-trampoline.lo' libtool=yes @AMDEPBACKSLASH@
2876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2877 @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
2879 go-type-eface.lo: runtime/go-type-eface.c
2880 @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
2881 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
2882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
2883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2884 @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
2886 go-type-error.lo: runtime/go-type-error.c
2887 @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
2888 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
2889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
2890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2891 @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
2893 go-type-identity.lo: runtime/go-type-identity.c
2894 @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
2895 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
2896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
2897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2898 @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
2900 go-type-interface.lo: runtime/go-type-interface.c
2901 @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
2902 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
2903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
2904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2905 @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
2907 go-type-string.lo: runtime/go-type-string.c
2908 @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
2909 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
2910 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
2911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2912 @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
2914 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
2915 @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
2916 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
2917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
2918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2919 @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
2921 go-typestring.lo: runtime/go-typestring.c
2922 @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
2923 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typestring.Tpo $(DEPDIR)/go-typestring.Plo
2924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typestring.c' object='go-typestring.lo' libtool=yes @AMDEPBACKSLASH@
2925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2926 @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
2928 go-unreflect.lo: runtime/go-unreflect.c
2929 @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
2930 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unreflect.Tpo $(DEPDIR)/go-unreflect.Plo
2931 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unreflect.c' object='go-unreflect.lo' libtool=yes @AMDEPBACKSLASH@
2932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2933 @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
2935 go-unsafe-new.lo: runtime/go-unsafe-new.c
2936 @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
2937 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
2938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
2939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2940 @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
2942 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
2943 @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
2944 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
2945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
2946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2947 @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
2949 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
2950 @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
2951 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
2952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
2953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2954 @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
2956 go-unwind.lo: runtime/go-unwind.c
2957 @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
2958 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
2959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
2960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2961 @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
2963 cpuprof.lo: runtime/cpuprof.c
2964 @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
2965 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cpuprof.Tpo $(DEPDIR)/cpuprof.Plo
2966 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/cpuprof.c' object='cpuprof.lo' libtool=yes @AMDEPBACKSLASH@
2967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2968 @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
2970 mcache.lo: runtime/mcache.c
2971 @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
2972 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
2973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
2974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2975 @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
2977 mcentral.lo: runtime/mcentral.c
2978 @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
2979 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
2980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
2981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2982 @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
2984 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
2985 @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
2986 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
2987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
2988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2989 @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
2991 mem.lo: runtime/mem.c
2992 @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
2993 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
2994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
2995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2996 @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
2998 mfinal.lo: runtime/mfinal.c
2999 @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
3000 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfinal.Tpo $(DEPDIR)/mfinal.Plo
3001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfinal.c' object='mfinal.lo' libtool=yes @AMDEPBACKSLASH@
3002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3003 @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
3005 mfixalloc.lo: runtime/mfixalloc.c
3006 @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
3007 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
3008 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
3009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3010 @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
3012 mgc0.lo: runtime/mgc0.c
3013 @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
3014 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
3015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
3016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3017 @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
3019 mheap.lo: runtime/mheap.c
3020 @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
3021 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
3022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
3023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3024 @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
3026 msize.lo: runtime/msize.c
3027 @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
3028 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
3029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
3030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3031 @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
3033 proc.lo: runtime/proc.c
3034 @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
3035 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
3036 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
3037 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3038 @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
3040 thread.lo: runtime/thread.c
3041 @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
3042 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
3043 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
3044 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3045 @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
3047 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
3048 @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
3049 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
3050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
3051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3052 @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
3054 mostlyclean-libtool:
3055 -rm -f *.lo
3057 clean-libtool:
3058 -rm -rf .libs _libs
3060 distclean-libtool:
3061 -rm -f libtool config.lt
3063 # GNU Make needs to see an explicit $(MAKE) variable in the command it
3064 # runs to enable its job server during parallel builds. Hence the
3065 # comments below.
3066 all-multi:
3067 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3068 install-multi:
3069 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3071 mostlyclean-multi:
3072 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3073 clean-multi:
3074 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3075 distclean-multi:
3076 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3077 maintainer-clean-multi:
3078 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3079 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
3080 @$(NORMAL_INSTALL)
3081 test -z "$(toolexeclibgodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)"
3082 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3083 for p in $$list; do \
3084 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3085 echo "$$d$$p"; \
3086 done | $(am__base_list) | \
3087 while read files; do \
3088 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
3089 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
3090 done
3092 uninstall-toolexeclibgoDATA:
3093 @$(NORMAL_UNINSTALL)
3094 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
3095 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3096 test -n "$$files" || exit 0; \
3097 echo " ( cd '$(DESTDIR)$(toolexeclibgodir)' && rm -f" $$files ")"; \
3098 cd "$(DESTDIR)$(toolexeclibgodir)" && rm -f $$files
3099 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
3100 @$(NORMAL_INSTALL)
3101 test -z "$(toolexeclibgoarchivedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)"
3102 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3103 for p in $$list; do \
3104 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3105 echo "$$d$$p"; \
3106 done | $(am__base_list) | \
3107 while read files; do \
3108 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
3109 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
3110 done
3112 uninstall-toolexeclibgoarchiveDATA:
3113 @$(NORMAL_UNINSTALL)
3114 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
3115 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3116 test -n "$$files" || exit 0; \
3117 echo " ( cd '$(DESTDIR)$(toolexeclibgoarchivedir)' && rm -f" $$files ")"; \
3118 cd "$(DESTDIR)$(toolexeclibgoarchivedir)" && rm -f $$files
3119 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
3120 @$(NORMAL_INSTALL)
3121 test -z "$(toolexeclibgocompressdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)"
3122 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3123 for p in $$list; do \
3124 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3125 echo "$$d$$p"; \
3126 done | $(am__base_list) | \
3127 while read files; do \
3128 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
3129 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
3130 done
3132 uninstall-toolexeclibgocompressDATA:
3133 @$(NORMAL_UNINSTALL)
3134 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
3135 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3136 test -n "$$files" || exit 0; \
3137 echo " ( cd '$(DESTDIR)$(toolexeclibgocompressdir)' && rm -f" $$files ")"; \
3138 cd "$(DESTDIR)$(toolexeclibgocompressdir)" && rm -f $$files
3139 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
3140 @$(NORMAL_INSTALL)
3141 test -z "$(toolexeclibgocontainerdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)"
3142 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3143 for p in $$list; do \
3144 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3145 echo "$$d$$p"; \
3146 done | $(am__base_list) | \
3147 while read files; do \
3148 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
3149 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
3150 done
3152 uninstall-toolexeclibgocontainerDATA:
3153 @$(NORMAL_UNINSTALL)
3154 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
3155 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3156 test -n "$$files" || exit 0; \
3157 echo " ( cd '$(DESTDIR)$(toolexeclibgocontainerdir)' && rm -f" $$files ")"; \
3158 cd "$(DESTDIR)$(toolexeclibgocontainerdir)" && rm -f $$files
3159 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
3160 @$(NORMAL_INSTALL)
3161 test -z "$(toolexeclibgocryptodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)"
3162 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3163 for p in $$list; do \
3164 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3165 echo "$$d$$p"; \
3166 done | $(am__base_list) | \
3167 while read files; do \
3168 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
3169 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
3170 done
3172 uninstall-toolexeclibgocryptoDATA:
3173 @$(NORMAL_UNINSTALL)
3174 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
3175 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3176 test -n "$$files" || exit 0; \
3177 echo " ( cd '$(DESTDIR)$(toolexeclibgocryptodir)' && rm -f" $$files ")"; \
3178 cd "$(DESTDIR)$(toolexeclibgocryptodir)" && rm -f $$files
3179 install-toolexeclibgocryptoopenpgpDATA: $(toolexeclibgocryptoopenpgp_DATA)
3180 @$(NORMAL_INSTALL)
3181 test -z "$(toolexeclibgocryptoopenpgpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)"
3182 @list='$(toolexeclibgocryptoopenpgp_DATA)'; test -n "$(toolexeclibgocryptoopenpgpdir)" || list=; \
3183 for p in $$list; do \
3184 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3185 echo "$$d$$p"; \
3186 done | $(am__base_list) | \
3187 while read files; do \
3188 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)'"; \
3189 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" || exit $$?; \
3190 done
3192 uninstall-toolexeclibgocryptoopenpgpDATA:
3193 @$(NORMAL_UNINSTALL)
3194 @list='$(toolexeclibgocryptoopenpgp_DATA)'; test -n "$(toolexeclibgocryptoopenpgpdir)" || list=; \
3195 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3196 test -n "$$files" || exit 0; \
3197 echo " ( cd '$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)' && rm -f" $$files ")"; \
3198 cd "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" && rm -f $$files
3199 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
3200 @$(NORMAL_INSTALL)
3201 test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
3202 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3203 for p in $$list; do \
3204 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3205 echo "$$d$$p"; \
3206 done | $(am__base_list) | \
3207 while read files; do \
3208 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
3209 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
3210 done
3212 uninstall-toolexeclibgodebugDATA:
3213 @$(NORMAL_UNINSTALL)
3214 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
3215 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3216 test -n "$$files" || exit 0; \
3217 echo " ( cd '$(DESTDIR)$(toolexeclibgodebugdir)' && rm -f" $$files ")"; \
3218 cd "$(DESTDIR)$(toolexeclibgodebugdir)" && rm -f $$files
3219 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
3220 @$(NORMAL_INSTALL)
3221 test -z "$(toolexeclibgoencodingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)"
3222 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3223 for p in $$list; do \
3224 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3225 echo "$$d$$p"; \
3226 done | $(am__base_list) | \
3227 while read files; do \
3228 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
3229 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
3230 done
3232 uninstall-toolexeclibgoencodingDATA:
3233 @$(NORMAL_UNINSTALL)
3234 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
3235 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3236 test -n "$$files" || exit 0; \
3237 echo " ( cd '$(DESTDIR)$(toolexeclibgoencodingdir)' && rm -f" $$files ")"; \
3238 cd "$(DESTDIR)$(toolexeclibgoencodingdir)" && rm -f $$files
3239 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
3240 @$(NORMAL_INSTALL)
3241 test -z "$(toolexeclibgoexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)"
3242 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3243 for p in $$list; do \
3244 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3245 echo "$$d$$p"; \
3246 done | $(am__base_list) | \
3247 while read files; do \
3248 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
3249 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
3250 done
3252 uninstall-toolexeclibgoexpDATA:
3253 @$(NORMAL_UNINSTALL)
3254 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
3255 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3256 test -n "$$files" || exit 0; \
3257 echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
3258 cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
3259 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
3260 @$(NORMAL_INSTALL)
3261 test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
3262 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3263 for p in $$list; do \
3264 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3265 echo "$$d$$p"; \
3266 done | $(am__base_list) | \
3267 while read files; do \
3268 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
3269 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
3270 done
3272 uninstall-toolexeclibgogoDATA:
3273 @$(NORMAL_UNINSTALL)
3274 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
3275 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3276 test -n "$$files" || exit 0; \
3277 echo " ( cd '$(DESTDIR)$(toolexeclibgogodir)' && rm -f" $$files ")"; \
3278 cd "$(DESTDIR)$(toolexeclibgogodir)" && rm -f $$files
3279 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
3280 @$(NORMAL_INSTALL)
3281 test -z "$(toolexeclibgohashdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)"
3282 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3283 for p in $$list; do \
3284 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3285 echo "$$d$$p"; \
3286 done | $(am__base_list) | \
3287 while read files; do \
3288 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
3289 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
3290 done
3292 uninstall-toolexeclibgohashDATA:
3293 @$(NORMAL_UNINSTALL)
3294 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
3295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3296 test -n "$$files" || exit 0; \
3297 echo " ( cd '$(DESTDIR)$(toolexeclibgohashdir)' && rm -f" $$files ")"; \
3298 cd "$(DESTDIR)$(toolexeclibgohashdir)" && rm -f $$files
3299 install-toolexeclibgohttpDATA: $(toolexeclibgohttp_DATA)
3300 @$(NORMAL_INSTALL)
3301 test -z "$(toolexeclibgohttpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohttpdir)"
3302 @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
3303 for p in $$list; do \
3304 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3305 echo "$$d$$p"; \
3306 done | $(am__base_list) | \
3307 while read files; do \
3308 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohttpdir)'"; \
3309 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohttpdir)" || exit $$?; \
3310 done
3312 uninstall-toolexeclibgohttpDATA:
3313 @$(NORMAL_UNINSTALL)
3314 @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
3315 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3316 test -n "$$files" || exit 0; \
3317 echo " ( cd '$(DESTDIR)$(toolexeclibgohttpdir)' && rm -f" $$files ")"; \
3318 cd "$(DESTDIR)$(toolexeclibgohttpdir)" && rm -f $$files
3319 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
3320 @$(NORMAL_INSTALL)
3321 test -z "$(toolexeclibgoimagedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)"
3322 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3323 for p in $$list; do \
3324 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3325 echo "$$d$$p"; \
3326 done | $(am__base_list) | \
3327 while read files; do \
3328 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
3329 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
3330 done
3332 uninstall-toolexeclibgoimageDATA:
3333 @$(NORMAL_UNINSTALL)
3334 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
3335 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3336 test -n "$$files" || exit 0; \
3337 echo " ( cd '$(DESTDIR)$(toolexeclibgoimagedir)' && rm -f" $$files ")"; \
3338 cd "$(DESTDIR)$(toolexeclibgoimagedir)" && rm -f $$files
3339 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
3340 @$(NORMAL_INSTALL)
3341 test -z "$(toolexeclibgoindexdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)"
3342 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3343 for p in $$list; do \
3344 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3345 echo "$$d$$p"; \
3346 done | $(am__base_list) | \
3347 while read files; do \
3348 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
3349 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
3350 done
3352 uninstall-toolexeclibgoindexDATA:
3353 @$(NORMAL_UNINSTALL)
3354 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
3355 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3356 test -n "$$files" || exit 0; \
3357 echo " ( cd '$(DESTDIR)$(toolexeclibgoindexdir)' && rm -f" $$files ")"; \
3358 cd "$(DESTDIR)$(toolexeclibgoindexdir)" && rm -f $$files
3359 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
3360 @$(NORMAL_INSTALL)
3361 test -z "$(toolexeclibgoiodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)"
3362 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3363 for p in $$list; do \
3364 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3365 echo "$$d$$p"; \
3366 done | $(am__base_list) | \
3367 while read files; do \
3368 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
3369 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
3370 done
3372 uninstall-toolexeclibgoioDATA:
3373 @$(NORMAL_UNINSTALL)
3374 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
3375 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3376 test -n "$$files" || exit 0; \
3377 echo " ( cd '$(DESTDIR)$(toolexeclibgoiodir)' && rm -f" $$files ")"; \
3378 cd "$(DESTDIR)$(toolexeclibgoiodir)" && rm -f $$files
3379 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
3380 @$(NORMAL_INSTALL)
3381 test -z "$(toolexeclibgomimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)"
3382 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
3383 for p in $$list; do \
3384 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3385 echo "$$d$$p"; \
3386 done | $(am__base_list) | \
3387 while read files; do \
3388 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
3389 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
3390 done
3392 uninstall-toolexeclibgomimeDATA:
3393 @$(NORMAL_UNINSTALL)
3394 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
3395 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3396 test -n "$$files" || exit 0; \
3397 echo " ( cd '$(DESTDIR)$(toolexeclibgomimedir)' && rm -f" $$files ")"; \
3398 cd "$(DESTDIR)$(toolexeclibgomimedir)" && rm -f $$files
3399 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
3400 @$(NORMAL_INSTALL)
3401 test -z "$(toolexeclibgonetdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)"
3402 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
3403 for p in $$list; do \
3404 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3405 echo "$$d$$p"; \
3406 done | $(am__base_list) | \
3407 while read files; do \
3408 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
3409 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
3410 done
3412 uninstall-toolexeclibgonetDATA:
3413 @$(NORMAL_UNINSTALL)
3414 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
3415 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3416 test -n "$$files" || exit 0; \
3417 echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
3418 cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
3419 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
3420 @$(NORMAL_INSTALL)
3421 test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
3422 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
3423 for p in $$list; do \
3424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3425 echo "$$d$$p"; \
3426 done | $(am__base_list) | \
3427 while read files; do \
3428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
3429 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
3430 done
3432 uninstall-toolexeclibgoosDATA:
3433 @$(NORMAL_UNINSTALL)
3434 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
3435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3436 test -n "$$files" || exit 0; \
3437 echo " ( cd '$(DESTDIR)$(toolexeclibgoosdir)' && rm -f" $$files ")"; \
3438 cd "$(DESTDIR)$(toolexeclibgoosdir)" && rm -f $$files
3439 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
3440 @$(NORMAL_INSTALL)
3441 test -z "$(toolexeclibgopathdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)"
3442 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3443 for p in $$list; do \
3444 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3445 echo "$$d$$p"; \
3446 done | $(am__base_list) | \
3447 while read files; do \
3448 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
3449 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
3450 done
3452 uninstall-toolexeclibgopathDATA:
3453 @$(NORMAL_UNINSTALL)
3454 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
3455 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3456 test -n "$$files" || exit 0; \
3457 echo " ( cd '$(DESTDIR)$(toolexeclibgopathdir)' && rm -f" $$files ")"; \
3458 cd "$(DESTDIR)$(toolexeclibgopathdir)" && rm -f $$files
3459 install-toolexeclibgorpcDATA: $(toolexeclibgorpc_DATA)
3460 @$(NORMAL_INSTALL)
3461 test -z "$(toolexeclibgorpcdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgorpcdir)"
3462 @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3463 for p in $$list; do \
3464 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3465 echo "$$d$$p"; \
3466 done | $(am__base_list) | \
3467 while read files; do \
3468 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgorpcdir)'"; \
3469 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgorpcdir)" || exit $$?; \
3470 done
3472 uninstall-toolexeclibgorpcDATA:
3473 @$(NORMAL_UNINSTALL)
3474 @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3475 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3476 test -n "$$files" || exit 0; \
3477 echo " ( cd '$(DESTDIR)$(toolexeclibgorpcdir)' && rm -f" $$files ")"; \
3478 cd "$(DESTDIR)$(toolexeclibgorpcdir)" && rm -f $$files
3479 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
3480 @$(NORMAL_INSTALL)
3481 test -z "$(toolexeclibgoruntimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)"
3482 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3483 for p in $$list; do \
3484 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3485 echo "$$d$$p"; \
3486 done | $(am__base_list) | \
3487 while read files; do \
3488 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
3489 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
3490 done
3492 uninstall-toolexeclibgoruntimeDATA:
3493 @$(NORMAL_UNINSTALL)
3494 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3495 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3496 test -n "$$files" || exit 0; \
3497 echo " ( cd '$(DESTDIR)$(toolexeclibgoruntimedir)' && rm -f" $$files ")"; \
3498 cd "$(DESTDIR)$(toolexeclibgoruntimedir)" && rm -f $$files
3499 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
3500 @$(NORMAL_INSTALL)
3501 test -z "$(toolexeclibgosyncdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)"
3502 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3503 for p in $$list; do \
3504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3505 echo "$$d$$p"; \
3506 done | $(am__base_list) | \
3507 while read files; do \
3508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
3509 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
3510 done
3512 uninstall-toolexeclibgosyncDATA:
3513 @$(NORMAL_UNINSTALL)
3514 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
3515 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3516 test -n "$$files" || exit 0; \
3517 echo " ( cd '$(DESTDIR)$(toolexeclibgosyncdir)' && rm -f" $$files ")"; \
3518 cd "$(DESTDIR)$(toolexeclibgosyncdir)" && rm -f $$files
3519 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
3520 @$(NORMAL_INSTALL)
3521 test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
3522 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3523 for p in $$list; do \
3524 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3525 echo "$$d$$p"; \
3526 done | $(am__base_list) | \
3527 while read files; do \
3528 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
3529 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
3530 done
3532 uninstall-toolexeclibgotestingDATA:
3533 @$(NORMAL_UNINSTALL)
3534 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3535 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3536 test -n "$$files" || exit 0; \
3537 echo " ( cd '$(DESTDIR)$(toolexeclibgotestingdir)' && rm -f" $$files ")"; \
3538 cd "$(DESTDIR)$(toolexeclibgotestingdir)" && rm -f $$files
3540 # This directory's subdirectories are mostly independent; you can cd
3541 # into them and run `make' without going through this Makefile.
3542 # To change the values of `make' variables: instead of editing Makefiles,
3543 # (1) if the variable is set in `config.status', edit `config.status'
3544 # (which will cause the Makefiles to be regenerated when you run `make');
3545 # (2) otherwise, pass the desired values on the `make' command line.
3546 $(RECURSIVE_TARGETS):
3547 @fail= failcom='exit 1'; \
3548 for f in x $$MAKEFLAGS; do \
3549 case $$f in \
3550 *=* | --[!k]*);; \
3551 *k*) failcom='fail=yes';; \
3552 esac; \
3553 done; \
3554 dot_seen=no; \
3555 target=`echo $@ | sed s/-recursive//`; \
3556 list='$(SUBDIRS)'; for subdir in $$list; do \
3557 echo "Making $$target in $$subdir"; \
3558 if test "$$subdir" = "."; then \
3559 dot_seen=yes; \
3560 local_target="$$target-am"; \
3561 else \
3562 local_target="$$target"; \
3563 fi; \
3564 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3565 || eval $$failcom; \
3566 done; \
3567 if test "$$dot_seen" = "no"; then \
3568 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3569 fi; test -z "$$fail"
3571 $(RECURSIVE_CLEAN_TARGETS):
3572 @fail= failcom='exit 1'; \
3573 for f in x $$MAKEFLAGS; do \
3574 case $$f in \
3575 *=* | --[!k]*);; \
3576 *k*) failcom='fail=yes';; \
3577 esac; \
3578 done; \
3579 dot_seen=no; \
3580 case "$@" in \
3581 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3582 *) list='$(SUBDIRS)' ;; \
3583 esac; \
3584 rev=''; for subdir in $$list; do \
3585 if test "$$subdir" = "."; then :; else \
3586 rev="$$subdir $$rev"; \
3587 fi; \
3588 done; \
3589 rev="$$rev ."; \
3590 target=`echo $@ | sed s/-recursive//`; \
3591 for subdir in $$rev; do \
3592 echo "Making $$target in $$subdir"; \
3593 if test "$$subdir" = "."; then \
3594 local_target="$$target-am"; \
3595 else \
3596 local_target="$$target"; \
3597 fi; \
3598 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3599 || eval $$failcom; \
3600 done && test -z "$$fail"
3601 tags-recursive:
3602 list='$(SUBDIRS)'; for subdir in $$list; do \
3603 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3604 done
3605 ctags-recursive:
3606 list='$(SUBDIRS)'; for subdir in $$list; do \
3607 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3608 done
3610 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3611 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3612 unique=`for i in $$list; do \
3613 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3614 done | \
3615 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3616 END { if (nonempty) { for (i in files) print i; }; }'`; \
3617 mkid -fID $$unique
3618 tags: TAGS
3620 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3621 $(TAGS_FILES) $(LISP)
3622 set x; \
3623 here=`pwd`; \
3624 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3625 include_option=--etags-include; \
3626 empty_fix=.; \
3627 else \
3628 include_option=--include; \
3629 empty_fix=; \
3630 fi; \
3631 list='$(SUBDIRS)'; for subdir in $$list; do \
3632 if test "$$subdir" = .; then :; else \
3633 test ! -f $$subdir/TAGS || \
3634 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3635 fi; \
3636 done; \
3637 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3638 unique=`for i in $$list; do \
3639 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3640 done | \
3641 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3642 END { if (nonempty) { for (i in files) print i; }; }'`; \
3643 shift; \
3644 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3645 test -n "$$unique" || unique=$$empty_fix; \
3646 if test $$# -gt 0; then \
3647 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3648 "$$@" $$unique; \
3649 else \
3650 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3651 $$unique; \
3652 fi; \
3654 ctags: CTAGS
3655 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3656 $(TAGS_FILES) $(LISP)
3657 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3658 unique=`for i in $$list; do \
3659 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3660 done | \
3661 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3662 END { if (nonempty) { for (i in files) print i; }; }'`; \
3663 test -z "$(CTAGS_ARGS)$$unique" \
3664 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3665 $$unique
3667 GTAGS:
3668 here=`$(am__cd) $(top_builddir) && pwd` \
3669 && $(am__cd) $(top_srcdir) \
3670 && gtags -i $(GTAGS_ARGS) "$$here"
3672 distclean-tags:
3673 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3675 distdir: $(DISTFILES)
3676 $(am__remove_distdir)
3677 test -d "$(distdir)" || mkdir "$(distdir)"
3678 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3679 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3680 list='$(DISTFILES)'; \
3681 dist_files=`for file in $$list; do echo $$file; done | \
3682 sed -e "s|^$$srcdirstrip/||;t" \
3683 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3684 case $$dist_files in \
3685 */*) $(MKDIR_P) `echo "$$dist_files" | \
3686 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3687 sort -u` ;; \
3688 esac; \
3689 for file in $$dist_files; do \
3690 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3691 if test -d $$d/$$file; then \
3692 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3693 if test -d "$(distdir)/$$file"; then \
3694 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3695 fi; \
3696 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3697 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3698 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3699 fi; \
3700 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3701 else \
3702 test -f "$(distdir)/$$file" \
3703 || cp -p $$d/$$file "$(distdir)/$$file" \
3704 || exit 1; \
3705 fi; \
3706 done
3707 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3708 if test "$$subdir" = .; then :; else \
3709 test -d "$(distdir)/$$subdir" \
3710 || $(MKDIR_P) "$(distdir)/$$subdir" \
3711 || exit 1; \
3712 fi; \
3713 done
3714 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3715 if test "$$subdir" = .; then :; else \
3716 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3717 $(am__relativize); \
3718 new_distdir=$$reldir; \
3719 dir1=$$subdir; dir2="$(top_distdir)"; \
3720 $(am__relativize); \
3721 new_top_distdir=$$reldir; \
3722 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
3723 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
3724 ($(am__cd) $$subdir && \
3725 $(MAKE) $(AM_MAKEFLAGS) \
3726 top_distdir="$$new_top_distdir" \
3727 distdir="$$new_distdir" \
3728 am__remove_distdir=: \
3729 am__skip_length_check=: \
3730 am__skip_mode_fix=: \
3731 distdir) \
3732 || exit 1; \
3733 fi; \
3734 done
3735 -test -n "$(am__skip_mode_fix)" \
3736 || find "$(distdir)" -type d ! -perm -755 \
3737 -exec chmod u+rwx,go+rx {} \; -o \
3738 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
3739 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
3740 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
3741 || chmod -R a+r "$(distdir)"
3742 dist-gzip: distdir
3743 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3744 $(am__remove_distdir)
3746 dist-bzip2: distdir
3747 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
3748 $(am__remove_distdir)
3750 dist-lzma: distdir
3751 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
3752 $(am__remove_distdir)
3754 dist-xz: distdir
3755 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
3756 $(am__remove_distdir)
3758 dist-tarZ: distdir
3759 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
3760 $(am__remove_distdir)
3762 dist-shar: distdir
3763 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
3764 $(am__remove_distdir)
3766 dist-zip: distdir
3767 -rm -f $(distdir).zip
3768 zip -rq $(distdir).zip $(distdir)
3769 $(am__remove_distdir)
3771 dist dist-all: distdir
3772 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
3773 $(am__remove_distdir)
3775 # This target untars the dist file and tries a VPATH configuration. Then
3776 # it guarantees that the distribution is self-contained by making another
3777 # tarfile.
3778 distcheck: dist
3779 case '$(DIST_ARCHIVES)' in \
3780 *.tar.gz*) \
3781 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
3782 *.tar.bz2*) \
3783 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
3784 *.tar.lzma*) \
3785 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
3786 *.tar.xz*) \
3787 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
3788 *.tar.Z*) \
3789 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
3790 *.shar.gz*) \
3791 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
3792 *.zip*) \
3793 unzip $(distdir).zip ;;\
3794 esac
3795 chmod -R a-w $(distdir); chmod a+w $(distdir)
3796 mkdir $(distdir)/_build
3797 mkdir $(distdir)/_inst
3798 chmod a-w $(distdir)
3799 test -d $(distdir)/_build || exit 0; \
3800 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
3801 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
3802 && am__cwd=`pwd` \
3803 && $(am__cd) $(distdir)/_build \
3804 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
3805 $(DISTCHECK_CONFIGURE_FLAGS) \
3806 && $(MAKE) $(AM_MAKEFLAGS) \
3807 && $(MAKE) $(AM_MAKEFLAGS) dvi \
3808 && $(MAKE) $(AM_MAKEFLAGS) check \
3809 && $(MAKE) $(AM_MAKEFLAGS) install \
3810 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
3811 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
3812 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
3813 distuninstallcheck \
3814 && chmod -R a-w "$$dc_install_base" \
3815 && ({ \
3816 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
3817 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
3818 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
3819 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
3820 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
3821 } || { rm -rf "$$dc_destdir"; exit 1; }) \
3822 && rm -rf "$$dc_destdir" \
3823 && $(MAKE) $(AM_MAKEFLAGS) dist \
3824 && rm -rf $(DIST_ARCHIVES) \
3825 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
3826 && cd "$$am__cwd" \
3827 || exit 1
3828 $(am__remove_distdir)
3829 @(echo "$(distdir) archives ready for distribution: "; \
3830 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
3831 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
3832 distuninstallcheck:
3833 @$(am__cd) '$(distuninstallcheck_dir)' \
3834 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
3835 || { echo "ERROR: files left after uninstall:" ; \
3836 if test -n "$(DESTDIR)"; then \
3837 echo " (check DESTDIR support)"; \
3838 fi ; \
3839 $(distuninstallcheck_listfiles) ; \
3840 exit 1; } >&2
3841 distcleancheck: distclean
3842 @if test '$(srcdir)' = . ; then \
3843 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
3844 exit 1 ; \
3846 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3847 || { echo "ERROR: files left in build directory after distclean:" ; \
3848 $(distcleancheck_listfiles) ; \
3849 exit 1; } >&2
3850 check-am: all-am
3851 check: check-recursive
3852 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
3853 config.h
3854 installdirs: installdirs-recursive
3855 installdirs-am:
3856 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptoopenpgpdir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgoexpdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohttpdir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgorpcdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)"; do \
3857 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3858 done
3859 install: install-recursive
3860 install-exec: install-exec-recursive
3861 install-data: install-data-recursive
3862 uninstall: uninstall-recursive
3864 install-am: all-am
3865 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3867 installcheck: installcheck-recursive
3868 install-strip:
3869 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3870 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3871 `test -z '$(STRIP)' || \
3872 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3873 mostlyclean-generic:
3875 clean-generic:
3876 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3878 distclean-generic:
3879 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3880 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3882 maintainer-clean-generic:
3883 @echo "This command is intended for maintainers to use"
3884 @echo "it deletes files that may require special tools to rebuild."
3885 clean: clean-multi clean-recursive
3887 clean-am: clean-generic clean-libtool clean-local \
3888 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
3889 mostlyclean-am
3891 distclean: distclean-multi distclean-recursive
3892 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3893 -rm -rf ./$(DEPDIR)
3894 -rm -f Makefile
3895 distclean-am: clean-am distclean-compile distclean-generic \
3896 distclean-hdr distclean-libtool distclean-tags
3898 dvi: dvi-recursive
3900 dvi-am:
3902 html: html-recursive
3904 html-am:
3906 info: info-recursive
3908 info-am:
3910 install-data-am:
3912 install-dvi: install-dvi-recursive
3914 install-dvi-am:
3916 install-exec-am: install-multi install-toolexeclibLIBRARIES \
3917 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
3918 install-toolexeclibgoarchiveDATA \
3919 install-toolexeclibgocompressDATA \
3920 install-toolexeclibgocontainerDATA \
3921 install-toolexeclibgocryptoDATA \
3922 install-toolexeclibgocryptoopenpgpDATA \
3923 install-toolexeclibgodebugDATA \
3924 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
3925 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
3926 install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
3927 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
3928 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
3929 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
3930 install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
3931 install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA
3933 install-html: install-html-recursive
3935 install-html-am:
3937 install-info: install-info-recursive
3939 install-info-am:
3941 install-man:
3943 install-pdf: install-pdf-recursive
3945 install-pdf-am:
3947 install-ps: install-ps-recursive
3949 install-ps-am:
3951 installcheck-am:
3953 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
3954 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3955 -rm -rf $(top_srcdir)/autom4te.cache
3956 -rm -rf ./$(DEPDIR)
3957 -rm -f Makefile
3958 maintainer-clean-am: distclean-am maintainer-clean-generic
3960 mostlyclean: mostlyclean-multi mostlyclean-recursive
3962 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3963 mostlyclean-libtool mostlyclean-local
3965 pdf: pdf-recursive
3967 pdf-am:
3969 ps: ps-recursive
3971 ps-am:
3973 uninstall-am: uninstall-toolexeclibLIBRARIES \
3974 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3975 uninstall-toolexeclibgoarchiveDATA \
3976 uninstall-toolexeclibgocompressDATA \
3977 uninstall-toolexeclibgocontainerDATA \
3978 uninstall-toolexeclibgocryptoDATA \
3979 uninstall-toolexeclibgocryptoopenpgpDATA \
3980 uninstall-toolexeclibgodebugDATA \
3981 uninstall-toolexeclibgoencodingDATA \
3982 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3983 uninstall-toolexeclibgohashDATA \
3984 uninstall-toolexeclibgohttpDATA \
3985 uninstall-toolexeclibgoimageDATA \
3986 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3987 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3988 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
3989 uninstall-toolexeclibgorpcDATA \
3990 uninstall-toolexeclibgoruntimeDATA \
3991 uninstall-toolexeclibgosyncDATA \
3992 uninstall-toolexeclibgotestingDATA
3994 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
3995 clean-multi ctags-recursive distclean-multi install-am \
3996 install-multi install-strip maintainer-clean-multi \
3997 mostlyclean-multi tags-recursive
3999 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
4000 all all-am all-multi am--refresh check check-am clean \
4001 clean-generic clean-libtool clean-local clean-multi \
4002 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
4003 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
4004 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
4005 distclean-compile distclean-generic distclean-hdr \
4006 distclean-libtool distclean-multi distclean-tags \
4007 distcleancheck distdir distuninstallcheck dvi dvi-am html \
4008 html-am info info-am install install-am install-data \
4009 install-data-am install-dvi install-dvi-am install-exec \
4010 install-exec-am install-html install-html-am install-info \
4011 install-info-am install-man install-multi install-pdf \
4012 install-pdf-am install-ps install-ps-am install-strip \
4013 install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
4014 install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
4015 install-toolexeclibgocompressDATA \
4016 install-toolexeclibgocontainerDATA \
4017 install-toolexeclibgocryptoDATA \
4018 install-toolexeclibgocryptoopenpgpDATA \
4019 install-toolexeclibgodebugDATA \
4020 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
4021 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
4022 install-toolexeclibgohttpDATA install-toolexeclibgoimageDATA \
4023 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
4024 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
4025 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
4026 install-toolexeclibgorpcDATA install-toolexeclibgoruntimeDATA \
4027 install-toolexeclibgosyncDATA install-toolexeclibgotestingDATA \
4028 installcheck installcheck-am installdirs installdirs-am \
4029 maintainer-clean maintainer-clean-generic \
4030 maintainer-clean-multi mostlyclean mostlyclean-compile \
4031 mostlyclean-generic mostlyclean-libtool mostlyclean-local \
4032 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
4033 uninstall uninstall-am uninstall-toolexeclibLIBRARIES \
4034 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
4035 uninstall-toolexeclibgoarchiveDATA \
4036 uninstall-toolexeclibgocompressDATA \
4037 uninstall-toolexeclibgocontainerDATA \
4038 uninstall-toolexeclibgocryptoDATA \
4039 uninstall-toolexeclibgocryptoopenpgpDATA \
4040 uninstall-toolexeclibgodebugDATA \
4041 uninstall-toolexeclibgoencodingDATA \
4042 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
4043 uninstall-toolexeclibgohashDATA \
4044 uninstall-toolexeclibgohttpDATA \
4045 uninstall-toolexeclibgoimageDATA \
4046 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
4047 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
4048 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
4049 uninstall-toolexeclibgorpcDATA \
4050 uninstall-toolexeclibgoruntimeDATA \
4051 uninstall-toolexeclibgosyncDATA \
4052 uninstall-toolexeclibgotestingDATA
4055 goc2c.$(OBJEXT): runtime/goc2c.c
4056 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
4058 goc2c: goc2c.$(OBJEXT)
4059 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
4061 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
4062 ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4063 mv -f $@.tmp $@
4065 mprof.c: $(srcdir)/runtime/mprof.goc goc2c
4066 ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4067 mv -f $@.tmp $@
4069 reflect.c: $(srcdir)/runtime/reflect.goc goc2c
4070 ./goc2c --gcc --go-prefix libgo_reflect $< > $@.tmp
4071 mv -f $@.tmp $@
4073 sigqueue.c: $(srcdir)/runtime/sigqueue.goc goc2c
4074 ./goc2c --gcc --go-prefix libgo_runtime $< > $@.tmp
4075 mv -f $@.tmp $@
4077 %.c: $(srcdir)/runtime/%.goc goc2c
4078 ./goc2c --gcc $< > $@.tmp
4079 mv -f $@.tmp $@
4081 version.go: s-version; @true
4082 s-version: Makefile
4083 rm -f version.go.tmp
4084 echo "package runtime" > version.go.tmp
4085 echo 'const defaultGoroot = "$(prefix)"' >> version.go.tmp
4086 echo 'const theVersion = "'`$(CC) --version | sed 1q`'"' >> version.go.tmp
4087 echo 'const theGoarch = "'$(GOARCH)'"' >> version.go.tmp
4088 echo 'const theGoos = "'$(GOOS)'"' >> version.go.tmp
4089 $(SHELL) $(srcdir)/../move-if-change version.go.tmp version.go
4090 $(STAMP) $@
4092 syscall_arch.go: s-syscall_arch; @true
4093 s-syscall_arch: Makefile
4094 rm -f syscall_arch.go.tmp
4095 echo "package syscall" > syscall_arch.go.tmp
4096 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
4097 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
4098 $(SHELL) $(srcdir)/../move-if-change syscall_arch.go.tmp syscall_arch.go
4099 $(STAMP) $@
4101 asn1/asn1.lo: $(go_asn1_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \
4102 strconv.gox strings.gox time.gox
4103 $(BUILDPACKAGE)
4104 asn1/check: $(CHECK_DEPS)
4105 @$(CHECK)
4106 .PHONY: asn1/check
4108 big/big.lo: $(go_big_files) fmt.gox rand.gox strings.gox os.gox
4109 $(BUILDPACKAGE)
4110 big/check: $(CHECK_DEPS)
4111 @$(CHECK)
4112 .PHONY: big/check
4114 bufio/bufio.lo: $(go_bufio_files) bytes.gox io.gox os.gox strconv.gox utf8.gox
4115 $(BUILDPACKAGE)
4116 bufio/check: $(CHECK_DEPS)
4117 @$(CHECK)
4118 .PHONY: bufio/check
4120 bytes/bytes.lo: $(go_bytes_files) io.gox os.gox unicode.gox utf8.gox
4121 $(BUILDPACKAGE)
4122 bytes/index.lo: $(go_bytes_c_files) bytes/bytes.lo
4123 $(LTCOMPILE) -c -o bytes/index.lo $(srcdir)/go/bytes/indexbyte.c
4124 bytes/check: $(CHECK_DEPS)
4125 @$(CHECK)
4126 .PHONY: bytes/check
4128 cmath/cmath.lo: $(go_cmath_files) math.gox
4129 $(BUILDPACKAGE)
4130 cmath/check: $(CHECK_DEPS)
4131 @$(CHECK)
4132 .PHONY: cmath/check
4134 crypto/crypto.lo: $(go_crypto_files) hash.gox
4135 $(BUILDPACKAGE)
4136 crypto/check: $(CHECK_DEPS)
4137 @$(CHECK)
4138 .PHONY: crypto/check
4140 ebnf/ebnf.lo: $(go_ebnf_files) container/vector.gox go/scanner.gox \
4141 go/token.gox os.gox strconv.gox unicode.gox utf8.gox
4142 $(BUILDPACKAGE)
4143 ebnf/check: $(CHECK_DEPS)
4144 @$(CHECK)
4145 .PHONY: ebnf/check
4147 exec/exec.lo: $(go_exec_files) os.gox strconv.gox strings.gox
4148 $(BUILDPACKAGE)
4149 exec/check: $(CHECK_DEPS)
4150 @$(CHECK)
4151 .PHONY: exec/check
4153 expvar/expvar.lo: $(go_expvar_files) bytes.gox fmt.gox http.gox json.gox \
4154 log.gox os.gox runtime.gox strconv.gox sync.gox
4155 $(BUILDPACKAGE)
4156 expvar/check: $(CHECK_DEPS)
4157 @$(CHECK)
4158 .PHONY: expvar/check
4160 flag/flag.lo: $(go_flag_files) fmt.gox os.gox strconv.gox
4161 $(BUILDPACKAGE)
4162 flag/check: $(CHECK_DEPS)
4163 @$(CHECK)
4164 .PHONY: flag/check
4166 fmt/fmt.lo: $(go_fmt_files) bytes.gox io.gox math.gox os.gox reflect.gox \
4167 strconv.gox strings.gox unicode.gox utf8.gox
4168 $(BUILDPACKAGE)
4169 fmt/check: $(CHECK_DEPS)
4170 @$(CHECK)
4171 .PHONY: fmt/check
4173 gob/gob.lo: $(go_gob_files) bufio.gox bytes.gox fmt.gox io.gox math.gox \
4174 os.gox reflect.gox runtime.gox strings.gox sync.gox \
4175 unicode.gox utf8.gox
4176 $(BUILDPACKAGE)
4177 gob/check: $(CHECK_DEPS)
4178 @$(CHECK)
4179 .PHONY: gob/check
4181 hash/hash.lo: $(go_hash_files) io.gox
4182 $(BUILDPACKAGE)
4183 hash/check: $(CHECK_DEPS)
4184 @$(CHECK)
4185 .PHONY: hash/check
4187 html/html.lo: $(go_html_files) bytes.gox io.gox os.gox strconv.gox strings.gox \
4188 utf8.gox
4189 $(BUILDPACKAGE)
4190 html/check: $(CHECK_DEPS)
4191 @$(CHECK)
4192 .PHONY: html/check
4194 http/http.lo: $(go_http_files) bufio.gox bytes.gox compress/gzip.gox \
4195 container/vector.gox crypto/rand.gox crypto/tls.gox \
4196 encoding/base64.gox fmt.gox io.gox io/ioutil.gox log.gox \
4197 mime.gox mime/multipart.gox net.gox net/textproto.gox os.gox \
4198 path.gox path/filepath.gox sort.gox strconv.gox strings.gox \
4199 sync.gox time.gox utf8.gox
4200 $(BUILDPACKAGE)
4201 http/check: $(CHECK_DEPS)
4202 @$(CHECK)
4203 .PHONY: http/check
4205 image/image.lo: $(go_image_files) bufio.gox io.gox os.gox strconv.gox
4206 $(BUILDPACKAGE)
4207 image/check: $(CHECK_DEPS)
4208 @$(CHECK)
4209 .PHONY: image/check
4211 io/io.lo: $(go_io_files) os.gox sync.gox
4212 $(BUILDPACKAGE)
4213 io/check: $(CHECK_DEPS)
4214 @$(CHECK)
4215 .PHONY: io/check
4217 json/json.lo: $(go_json_files) bytes.gox container/vector.gox \
4218 encoding/base64.gox fmt.gox io.gox math.gox os.gox \
4219 reflect.gox runtime.gox strconv.gox strings.gox unicode.gox \
4220 utf16.gox utf8.gox
4221 $(BUILDPACKAGE)
4222 json/check: $(CHECK_DEPS)
4223 @$(CHECK)
4224 .PHONY: json/check
4226 log/log.lo: $(go_log_files) bytes.gox fmt.gox io.gox runtime.gox os.gox \
4227 sync.gox time.gox
4228 $(BUILDPACKAGE)
4229 log/check: $(CHECK_DEPS)
4230 @$(CHECK)
4231 .PHONY: log/check
4233 math/math.lo: $(go_math_files)
4234 $(BUILDPACKAGE)
4235 math/check: $(CHECK_DEPS)
4236 @$(CHECK)
4237 .PHONY: math/check
4239 mime/mime.lo: $(go_mime_files) bufio.gox bytes.gox fmt.gox os.gox strings.gox \
4240 sync.gox unicode.gox
4241 $(BUILDPACKAGE)
4242 mime/check: $(CHECK_DEPS)
4243 @$(CHECK)
4244 .PHONY: mime/check
4246 net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \
4247 reflect.gox sort.gox strconv.gox strings.gox sync.gox \
4248 syscall.gox time.gox
4249 $(BUILDPACKAGE)
4250 net/check: $(CHECK_DEPS)
4251 @$(CHECK_ON_REQUEST)
4252 .PHONY: net/check
4254 netchan/netchan.lo: $(go_netchan_files) gob.gox io.gox log.gox net.gox os.gox \
4255 reflect.gox strconv.gox sync.gox time.gox
4256 $(BUILDPACKAGE)
4257 netchan/check: $(CHECK_DEPS)
4258 @$(CHECK)
4259 .PHONY: netchan/check
4261 os/os.lo: $(go_os_files) runtime.gox sync.gox syscall.gox
4262 $(BUILDPACKAGE)
4263 os/check: $(CHECK_DEPS)
4264 @$(CHECK)
4265 .PHONY: os/check
4267 patch/patch.lo: $(go_patch_files) bytes.gox compress/zlib.gox \
4268 crypto/sha1.gox encoding/git85.gox fmt.gox io.gox os.gox \
4269 path.gox strings.gox
4270 $(BUILDPACKAGE)
4271 patch/check: $(CHECK_DEPS)
4272 @$(CHECK)
4273 .PHONY: patch/check
4275 path/path.lo: $(go_path_files) os.gox strings.gox utf8.gox
4276 $(BUILDPACKAGE)
4277 path/check: $(CHECK_DEPS)
4278 @$(CHECK)
4279 .PHONY: path/check
4281 rand/rand.lo: $(go_rand_files) math.gox sync.gox
4282 $(BUILDPACKAGE)
4283 rand/check: $(CHECK_DEPS)
4284 @$(CHECK)
4285 .PHONY: rand/check
4287 reflect/reflect.lo: $(go_reflect_files) math.gox runtime.gox strconv.gox \
4288 sync.gox
4289 $(BUILDPACKAGE)
4290 reflect/check: $(CHECK_DEPS)
4291 @$(CHECK)
4292 .PHONY: reflect/check
4294 regexp/regexp.lo: $(go_regexp_files) bytes.gox io.gox os.gox strings.gox \
4295 utf8.gox
4296 $(BUILDPACKAGE)
4297 regexp/check: $(CHECK_DEPS)
4298 @$(CHECK)
4299 .PHONY: regexp/check
4301 rpc/rpc.lo: $(go_rpc_files) bufio.gox fmt.gox gob.gox http.gox io.gox log.gox \
4302 net.gox os.gox reflect.gox sort.gox strings.gox strconv.gox \
4303 sync.gox template.gox unicode.gox utf8.gox
4304 $(BUILDPACKAGE)
4305 rpc/check: $(CHECK_DEPS)
4306 @$(CHECK)
4307 .PHONY: rpc/check
4309 runtime/runtime.lo: $(go_runtime_files)
4310 $(BUILDPACKAGE)
4311 runtime/check: $(CHECK_DEPS)
4312 @$(CHECK)
4313 .PHONY: runtime/check
4315 scanner/scanner.lo: $(go_scanner_files) bytes.gox fmt.gox io.gox os.gox \
4316 unicode.gox utf8.gox
4317 $(BUILDPACKAGE)
4318 scanner/check: $(CHECK_DEPS)
4319 @$(CHECK)
4320 .PHONY: scanner/check
4322 smtp/smtp.lo: $(go_smtp_files) crypto/tls.gox encoding/base64.gox io.gox \
4323 net.gox net/textproto.gox os.gox strings.gox
4324 $(BUILDPACKAGE)
4325 smtp/check: $(CHECK_DEPS)
4326 @$(CHECK)
4327 .PHONY: smtp/check
4329 sort/sort.lo: $(go_sort_files)
4330 $(BUILDPACKAGE)
4331 sort/check: $(CHECK_DEPS)
4332 @$(CHECK)
4333 .PHONY: sort/check
4335 strconv/strconv.lo: $(go_strconv_files) bytes.gox math.gox os.gox strings.gox \
4336 unicode.gox utf8.gox
4337 $(BUILDPACKAGE)
4338 strconv/check: $(CHECK_DEPS)
4339 @$(CHECK)
4340 .PHONY: strconv/check
4342 strings/strings.lo: $(go_strings_files) os.gox unicode.gox utf8.gox
4343 $(BUILDPACKAGE)
4344 strings/check: $(CHECK_DEPS)
4345 @$(CHECK)
4346 .PHONY: strings/check
4348 sync/sync.lo: $(go_sync_files) runtime.gox sync/atomic.gox
4349 $(BUILDPACKAGE)
4350 sync/check: $(CHECK_DEPS)
4351 @$(CHECK)
4352 .PHONY: sync/check
4354 syslog/syslog.lo: $(go_syslog_files) fmt.gox log.gox net.gox os.gox syscall.gox
4355 $(BUILDPACKAGE)
4356 syslog/syslog_c.lo: $(go_syslog_c_files) syslog/syslog.lo
4357 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syslog/syslog_c.c
4358 syslog/check: $(CHECK_DEPS)
4359 @$(CHECK_ON_REQUEST)
4360 .PHONY: syslog/check
4362 tabwriter/tabwriter.lo: $(go_tabwriter_files) bytes.gox io.gox os.gox utf8.gox
4363 $(BUILDPACKAGE)
4364 tabwriter/check: $(CHECK_DEPS)
4365 @$(CHECK)
4366 .PHONY: tabwriter/check
4368 template/template.lo: $(go_template_files) bytes.gox fmt.gox io.gox os.gox \
4369 reflect.gox runtime.gox strings.gox container/vector.gox
4370 $(BUILDPACKAGE)
4371 template/check: $(CHECK_DEPS)
4372 @$(CHECK)
4373 .PHONY: template/check
4375 testing/testing.lo: $(go_testing_files) flag.gox fmt.gox os.gox regexp.gox \
4376 runtime.gox runtime/pprof.gox time.gox
4377 $(BUILDPACKAGE)
4378 testing/check: $(CHECK_DEPS)
4379 @$(CHECK)
4380 .PHONY: testing/check
4382 time/time.lo: $(go_time_files) bytes.gox container/heap.gox io/ioutil.gox \
4383 os.gox strconv.gox sync.gox syscall.gox
4384 $(BUILDPACKAGE)
4385 time/check: $(CHECK_DEPS)
4386 @$(CHECK)
4387 .PHONY: time/check
4389 try/try.lo: $(go_try_files) fmt.gox io.gox os.gox reflect.gox unicode.gox
4390 $(BUILDPACKAGE)
4391 try/check: $(CHECK_DEPS)
4392 @$(CHECK)
4393 .PHONY: try/check
4395 unicode/unicode.lo: $(go_unicode_files)
4396 $(BUILDPACKAGE)
4397 unicode/check: $(CHECK_DEPS)
4398 @$(CHECK)
4399 .PHONY: unicode/check
4401 utf16/utf16.lo: $(go_utf16_files) unicode.gox
4402 $(BUILDPACKAGE)
4403 utf16/check: $(CHECK_DEPS)
4404 @$(CHECK)
4405 .PHONY: utf16/check
4407 utf8/utf8.lo: $(go_utf8_files) unicode.gox
4408 $(BUILDPACKAGE)
4409 utf8/check: $(CHECK_DEPS)
4410 @$(CHECK)
4411 .PHONY: utf8/check
4413 websocket/websocket.lo: $(go_websocket_files) bufio.gox bytes.gox \
4414 container/vector.gox crypto/md5.gox crypto/tls.gox \
4415 encoding/binary.gox fmt.gox http.gox io.gox net.gox os.gox \
4416 rand.gox strings.gox
4417 $(BUILDPACKAGE)
4418 websocket/check: $(CHECK_DEPS)
4419 @$(CHECK)
4420 .PHONY: websocket/check
4422 xml/xml.lo: $(go_xml_files) bufio.gox bytes.gox fmt.gox io.gox os.gox \
4423 reflect.gox strconv.gox strings.gox unicode.gox utf8.gox
4424 $(BUILDPACKAGE)
4425 xml/check: $(CHECK_DEPS)
4426 @$(CHECK)
4427 .PHONY: xml/check
4429 archive/tar.lo: $(go_archive_tar_files) bytes.gox io.gox io/ioutil.gox os.gox \
4430 strconv.gox strings.gox
4431 $(BUILDPACKAGE)
4432 archive/tar/check: $(CHECK_DEPS)
4433 @$(MKDIR_P) archive/tar
4434 @$(CHECK)
4435 .PHONY: archive/tar/check
4437 archive/zip.lo: $(go_archive_zip_files) bufio.gox bytes.gox \
4438 compress/flate.gox hash.gox hash/crc32.gox \
4439 encoding/binary.gox io.gox io/ioutil.gox os.gox
4440 $(BUILDPACKAGE)
4441 archive/zip/check: $(CHECK_DEPS)
4442 @$(MKDIR_P) archive/zip
4443 @$(CHECK)
4444 .PHONY: archive/zip/check
4446 compress/bzip2.lo: $(go_compress_bzip2_files) bufio.gox io.gox os.gox sort.gox
4447 $(BUILDPACKAGE)
4448 compress/bzip2/check: $(CHECK_DEPS)
4449 @$(MKDIR_P) compress/bzip2
4450 @$(CHECK)
4451 .PHONY: compress/bzip2/check
4453 compress/flate.lo: $(go_compress_flate_files) bufio.gox io.gox math.gox \
4454 os.gox sort.gox strconv.gox
4455 $(BUILDPACKAGE)
4456 compress/flate/check: $(CHECK_DEPS)
4457 @$(MKDIR_P) compress/flate
4458 @$(CHECK)
4459 .PHONY: compress/flate/check
4461 compress/gzip.lo: $(go_compress_gzip_files) bufio.gox compress/flate.gox \
4462 hash.gox hash/crc32.gox io.gox os.gox
4463 $(BUILDPACKAGE)
4464 compress/gzip/check: $(CHECK_DEPS)
4465 @$(MKDIR_P) compress/gzip
4466 @$(CHECK)
4467 .PHONY: compress/gzip/check
4469 compress/lzw.lo: $(go_compress_lzw_files) bufio.gox fmt.gox io.gox os.gox
4470 $(BUILDPACKAGE)
4471 compress/lzw/check: $(CHECK_DEPS)
4472 @$(MKDIR_P) compress/lzw
4473 @$(CHECK)
4474 .PHONY: compress/lzw/check
4476 compress/zlib.lo: $(go_compress_zlib_files) bufio.gox compress/flate.gox \
4477 hash.gox hash/adler32.gox io.gox os.gox
4478 $(BUILDPACKAGE)
4479 compress/zlib/check: $(CHECK_DEPS)
4480 @$(MKDIR_P) compress/zlib
4481 @$(CHECK)
4482 .PHONY: compress/zlib/check
4484 container/heap.lo: $(go_container_heap_files) sort.gox
4485 $(BUILDPACKAGE)
4486 container/heap/check: $(CHECK_DEPS)
4487 @$(MKDIR_P) container/heap
4488 @$(CHECK)
4489 .PHONY: container/heap/check
4491 container/list.lo: $(go_container_list_files)
4492 $(BUILDPACKAGE)
4493 container/list/check: $(CHECK_DEPS)
4494 @$(MKDIR_P) container/list
4495 @$(CHECK)
4496 .PHONY: container/list/check
4498 container/ring.lo: $(go_container_ring_files)
4499 $(BUILDPACKAGE)
4500 container/ring/check: $(CHECK_DEPS)
4501 @$(MKDIR_P) container/ring
4502 @$(CHECK)
4503 .PHONY: container/ring/check
4505 container/vector.lo: $(go_container_vector_files)
4506 $(BUILDPACKAGE)
4507 container/vector/check: $(CHECK_DEPS)
4508 @$(MKDIR_P) container/vector
4509 @$(CHECK)
4510 .PHONY: container/vector/check
4512 crypto/aes.lo: $(go_crypto_aes_files) os.gox strconv.gox
4513 $(BUILDPACKAGE)
4514 crypto/aes/check: $(CHECK_DEPS)
4515 @$(MKDIR_P) crypto/aes
4516 @$(CHECK)
4517 .PHONY: crypto/aes/check
4519 crypto/blowfish.lo: $(go_crypto_blowfish_files) os.gox strconv.gox
4520 $(BUILDPACKAGE)
4521 crypto/blowfish/check: $(CHECK_DEPS)
4522 @$(MKDIR_P) crypto/blowfish
4523 @$(CHECK)
4524 .PHONY: crypto/blowfish/check
4526 crypto/cast5.lo: $(go_crypto_cast5_files) os.gox
4527 $(BUILDPACKAGE)
4528 crypto/cast5/check: $(CHECK_DEPS)
4529 @$(MKDIR_P) crypto/cast5
4530 @$(CHECK)
4531 .PHONY: crypto/cast5/check
4533 crypto/cipher.lo: $(go_crypto_cipher_files) io.gox os.gox
4534 $(BUILDPACKAGE)
4535 crypto/cipher/check: $(CHECK_DEPS)
4536 @$(MKDIR_P) crypto/cipher
4537 @$(CHECK)
4538 .PHONY: crypto/cipher/check
4540 crypto/des.lo: $(go_crypto_des_files) encoding/binary.gox os.gox strconv.gox
4541 $(BUILDPACKAGE)
4542 crypto/des/check: $(CHECK_DEPS)
4543 @$(MKDIR_P) crypto/des
4544 @$(CHECK)
4545 .PHONY: crypto/des/check
4547 crypto/dsa.lo: $(go_crypto_dsa_files) big.gox io.gox os.gox
4548 $(BUILDPACKAGE)
4549 crypto/dsa/check: $(CHECK_DEPS)
4550 @$(MKDIR_P) crypto/dsa
4551 @$(CHECK)
4552 .PHONY: crypto/dsa/check
4554 crypto/ecdsa.lo: $(go_crypto_ecdsa_files) big.gox crypto/elliptic.gox io.gox \
4555 os.gox
4556 $(BUILDPACKAGE)
4557 crypto/ecdsa/check: $(CHECK_DEPS)
4558 @$(MKDIR_P) crypto/ecdsa
4559 @$(CHECK)
4560 .PHONY: crypto/ecdsa/check
4562 crypto/elliptic.lo: $(go_crypto_elliptic_files) big.gox io.gox os.gox sync.gox
4563 $(BUILDPACKAGE)
4564 crypto/elliptic/check: $(CHECK_DEPS)
4565 @$(MKDIR_P) crypto/elliptic
4566 @$(CHECK)
4567 .PHONY: crypto/elliptic/check
4569 crypto/hmac.lo: $(go_crypto_hmac_files) crypto/md5.gox crypto/sha1.gox \
4570 crypto/sha256.gox hash.gox os.gox
4571 $(BUILDPACKAGE)
4572 crypto/hmac/check: $(CHECK_DEPS)
4573 @$(MKDIR_P) crypto/hmac
4574 @$(CHECK)
4575 .PHONY: crypto/hmac/check
4577 crypto/md4.lo: $(go_crypto_md4_files) crypto.gox hash.gox os.gox
4578 $(BUILDPACKAGE)
4579 crypto/md4/check: $(CHECK_DEPS)
4580 @$(MKDIR_P) crypto/md4
4581 @$(CHECK)
4582 .PHONY: crypto/md4/check
4584 crypto/md5.lo: $(go_crypto_md5_files) crypto.gox hash.gox os.gox
4585 $(BUILDPACKAGE)
4586 crypto/md5/check: $(CHECK_DEPS)
4587 @$(MKDIR_P) crypto/md5
4588 @$(CHECK)
4589 .PHONY: crypto/md5/check
4591 crypto/ocsp.lo: $(go_crypto_ocsp_files) asn1.gox crypto.gox crypto/rsa.gox \
4592 crypto/sha1.gox crypto/x509.gox os.gox time.gox
4593 $(BUILDPACKAGE)
4594 crypto/ocsp/check: $(CHECK_DEPS)
4595 @$(MKDIR_P) crypto/ocsp
4596 @$(CHECK)
4597 .PHONY: crypto/ocsp/check
4599 crypto/openpgp.lo: $(go_crypto_openpgp_files) crypto.gox crypto/dsa.gox \
4600 crypto/openpgp/armor.gox crypto/openpgp/error.gox \
4601 crypto/openpgp/packet.gox crypto/rsa.gox crypto/sha256.gox \
4602 hash.gox io.gox os.gox strconv.gox time.gox
4603 $(BUILDPACKAGE)
4604 crypto/openpgp/check: $(CHECK_DEPS)
4605 @$(MKDIR_P) crypto/openpgp
4606 @$(CHECK)
4607 .PHONY: crypto/openpgp/check
4609 crypto/rand.lo: $(go_crypto_rand_files) bufio.gox crypto/aes.gox io.gox \
4610 os.gox sync.gox time.gox
4611 $(BUILDPACKAGE)
4612 crypto/rand/check: $(CHECK_DEPS)
4613 @$(MKDIR_P) crypto/rand
4614 @$(CHECK)
4615 .PHONY: crypto/rand/check
4617 crypto/rc4.lo: $(go_crypto_rc4_files) os.gox strconv.gox
4618 $(BUILDPACKAGE)
4619 crypto/rc4/check: $(CHECK_DEPS)
4620 @$(MKDIR_P) crypto/rc4
4621 @$(CHECK)
4622 .PHONY: crypto/rc4/check
4624 crypto/ripemd160.lo: $(go_crypto_ripemd160_files) crypto.gox hash.gox os.gox
4625 $(BUILDPACKAGE)
4626 crypto/ripemd160/check: $(CHECK_DEPS)
4627 @$(MKDIR_P) crypto/ripemd160
4628 @$(CHECK)
4629 .PHONY: crypto/ripemd160/check
4631 crypto/rsa.lo: $(go_crypto_rsa_files) big.gox crypto.gox crypto/sha1.gox \
4632 crypto/subtle.gox encoding/hex.gox hash.gox io.gox os.gox
4633 $(BUILDPACKAGE)
4634 crypto/rsa/check: $(CHECK_DEPS)
4635 @$(MKDIR_P) crypto/rsa
4636 @$(CHECK)
4637 .PHONY: crypto/rsa/check
4639 crypto/sha1.lo: $(go_crypto_sha1_files) crypto.gox hash.gox os.gox
4640 $(BUILDPACKAGE)
4641 crypto/sha1/check: $(CHECK_DEPS)
4642 @$(MKDIR_P) crypto/sha1
4643 @$(CHECK)
4644 .PHONY: crypto/sha1/check
4646 crypto/sha256.lo: $(go_crypto_sha256_files) crypto.gox hash.gox os.gox
4647 $(BUILDPACKAGE)
4648 crypto/sha256/check: $(CHECK_DEPS)
4649 @$(MKDIR_P) crypto/sha256
4650 @$(CHECK)
4651 .PHONY: crypto/sha256/check
4653 crypto/sha512.lo: $(go_crypto_sha512_files) crypto.gox hash.gox os.gox
4654 $(BUILDPACKAGE)
4655 crypto/sha512/check: $(CHECK_DEPS)
4656 @$(MKDIR_P) crypto/sha512
4657 @$(CHECK)
4658 .PHONY: crypto/sha512/check
4660 crypto/subtle.lo: $(go_crypto_subtle_files)
4661 $(BUILDPACKAGE)
4662 crypto/subtle/check: $(CHECK_DEPS)
4663 @$(MKDIR_P) crypto/subtle
4664 @$(CHECK)
4665 .PHONY: crypto/subtle/check
4667 crypto/tls.lo: $(go_crypto_tls_files) big.gox bytes.gox crypto.gox \
4668 crypto/aes.gox crypto/cipher.gox crypto/elliptic.gox \
4669 crypto/hmac.gox crypto/md5.gox crypto/rand.gox crypto/rc4.gox \
4670 crypto/rsa.gox crypto/sha1.gox crypto/subtle.gox \
4671 crypto/x509.gox encoding/pem.gox hash.gox io.gox \
4672 io/ioutil.gox net.gox os.gox strconv.gox strings.gox sync.gox \
4673 time.gox
4674 $(BUILDPACKAGE)
4675 crypto/tls/check: $(CHECK_DEPS)
4676 @$(MKDIR_P) crypto/tls
4677 @$(CHECK)
4678 .PHONY: crypto/tls/check
4680 crypto/twofish.lo: $(go_crypto_twofish_files) os.gox strconv.gox
4681 $(BUILDPACKAGE)
4682 crypto/twofish/check: $(CHECK_DEPS)
4683 @$(MKDIR_P) crypto/twofish
4684 @$(CHECK)
4685 .PHONY: crypto/twofish/check
4687 crypto/x509.lo: $(go_crypto_x509_files) asn1.gox big.gox bytes.gox \
4688 container/vector.gox crypto.gox crypto/rsa.gox \
4689 crypto/sha1.gox encoding/pem.gox hash.gox os.gox strings.gox \
4690 time.gox
4691 $(BUILDPACKAGE)
4692 crypto/x509/check: $(CHECK_DEPS)
4693 @$(MKDIR_P) crypto/x509
4694 @$(CHECK)
4695 .PHONY: crypto/x509/check
4697 crypto/xtea.lo: $(go_crypto_xtea_files) os.gox strconv.gox
4698 $(BUILDPACKAGE)
4699 crypto/xtea/check: $(CHECK_DEPS)
4700 @$(MKDIR_P) crypto/xtea
4701 @$(CHECK)
4702 .PHONY: crypto/xtea/check
4704 crypto/openpgp/armor.lo: $(go_crypto_openpgp_armor_files) bufio.gox bytes.gox \
4705 crypto/openpgp/error.gox encoding/base64.gox io.gox os.gox
4706 $(BUILDPACKAGE)
4707 crypto/openpgp/armor/check: $(CHECK_DEPS)
4708 @$(MKDIR_P) crypto/openpgp/armor
4709 @$(CHECK)
4710 .PHONY: crypto/openpgp/armor/check
4712 crypto/openpgp/error.lo: $(go_crypto_openpgp_error_files) strconv.gox
4713 $(BUILDPACKAGE)
4714 crypto/openpgp/error/check: $(CHECK_DEPS)
4715 @$(MKDIR_P) crypto/openpgp/error
4716 @$(CHECK)
4717 .PHONY: crypto/openpgp/error/check
4719 crypto/openpgp/packet.lo: $(go_crypto_openpgp_packet_files) big.gox bytes.gox \
4720 compress/flate.gox compress/zlib.gox crypto.gox \
4721 crypto/aes.gox crypto/cast5.gox crypto/cipher.gox \
4722 crypto/dsa.gox crypto/openpgp/error.gox \
4723 crypto/openpgp/s2k.gox crypto/rand.gox crypto/rsa.gox \
4724 crypto/sha1.gox crypto/subtle.gox encoding/binary.gox fmt.gox \
4725 hash.gox io.gox io/ioutil.gox os.gox strconv.gox strings.gox
4726 $(BUILDPACKAGE)
4727 crypto/openpgp/packet/check: $(CHECK_DEPS)
4728 @$(MKDIR_P) crypto/openpgp/packet
4729 @$(CHECK)
4730 .PHONY: crypto/openpgp/packet/check
4732 crypto/openpgp/s2k.lo: $(go_crypto_openpgp_s2k_files) crypto.gox \
4733 crypto/md5.gox crypto/openpgp/error.gox crypto/ripemd160.gox \
4734 crypto/sha1.gox crypto/sha256.gox crypto/sha512.gox hash.gox \
4735 io.gox os.gox
4736 $(BUILDPACKAGE)
4737 crypto/openpgp/s2k/check: $(CHECK_DEPS)
4738 @$(MKDIR_P) crypto/openpgp/s2k
4739 @$(CHECK)
4740 .PHONY: crypto/openpgp/s2k/check
4742 debug/dwarf.lo: $(go_debug_dwarf_files) encoding/binary.gox os.gox strconv.gox
4743 $(BUILDPACKAGE)
4744 debug/dwarf/check: $(CHECK_DEPS)
4745 @$(MKDIR_P) debug/dwarf
4746 @$(CHECK)
4747 .PHONY: debug/dwarf/check
4749 debug/elf.lo: $(go_debug_elf_files) bytes.gox debug/dwarf.gox \
4750 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4751 $(BUILDPACKAGE)
4752 debug/elf/check: $(CHECK_DEPS)
4753 @$(MKDIR_P) debug/elf
4754 @$(CHECK)
4755 .PHONY: debug/elf/check
4757 debug/gosym.lo: $(go_debug_gosym_files) encoding/binary.gox fmt.gox os.gox \
4758 strconv.gox strings.gox
4759 $(BUILDPACKAGE)
4760 debug/gosym/check: $(CHECK_DEPS)
4761 @$(MKDIR_P) debug/gosym
4762 @$(CHECK)
4763 .PHONY: debug/gosym/check
4765 debug/macho.lo: $(go_debug_macho_files) bytes.gox debug/dwarf.gox \
4766 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4767 $(BUILDPACKAGE)
4768 debug/macho/check: $(CHECK_DEPS)
4769 @$(MKDIR_P) debug/macho
4770 @$(CHECK)
4771 .PHONY: debug/macho/check
4773 debug/pe.lo: $(go_debug_pe_files) debug/dwarf.gox \
4774 encoding/binary.gox fmt.gox io.gox os.gox strconv.gox
4775 $(BUILDPACKAGE)
4776 debug/pe/check: $(CHECK_DEPS)
4777 @$(MKDIR_P) debug/pe
4778 @$(CHECK)
4779 .PHONY: debug/pe/check
4781 debug/proc.lo: $(go_debug_proc_files) container/vector.gox fmt.gox \
4782 io/ioutil.gox os.gox runtime.gox strconv.gox strings.gox \
4783 sync.gox syscall.gox
4784 $(BUILDPACKAGE)
4785 debug/proc/check: $(CHECK_DEPS)
4786 @$(MKDIR_P) debug/proc
4787 @$(CHECK)
4788 .PHONY: debug/proc/check
4790 encoding/ascii85.lo: $(go_encoding_ascii85_files) io.gox os.gox strconv.gox
4791 $(BUILDPACKAGE)
4792 encoding/ascii85/check: $(CHECK_DEPS)
4793 @$(MKDIR_P) encoding/ascii85
4794 @$(CHECK)
4795 .PHONY: encoding/ascii85/check
4797 encoding/base32.lo: $(go_encoding_base32_files) io.gox os.gox strconv.gox
4798 $(BUILDPACKAGE)
4799 encoding/base32/check: $(CHECK_DEPS)
4800 @$(MKDIR_P) encoding/base32
4801 @$(CHECK)
4802 .PHONY: encoding/base32/check
4804 encoding/base64.lo: $(go_encoding_base64_files) io.gox os.gox strconv.gox
4805 $(BUILDPACKAGE)
4806 encoding/base64/check: $(CHECK_DEPS)
4807 @$(MKDIR_P) encoding/base64
4808 @$(CHECK)
4809 .PHONY: encoding/base64/check
4811 encoding/binary.lo: $(go_encoding_binary_files) io.gox math.gox os.gox \
4812 reflect.gox
4813 $(BUILDPACKAGE)
4814 encoding/binary/check: $(CHECK_DEPS)
4815 @$(MKDIR_P) encoding/binary
4816 @$(CHECK)
4817 .PHONY: encoding/binary/check
4819 encoding/git85.lo: $(go_encoding_git85_files) bytes.gox io.gox os.gox \
4820 strconv.gox
4821 $(BUILDPACKAGE)
4822 encoding/git85/check: $(CHECK_DEPS)
4823 @$(MKDIR_P) encoding/git85
4824 @$(CHECK)
4825 .PHONY: encoding/git85/check
4827 encoding/hex.lo: $(go_encoding_hex_files) os.gox strconv.gox
4828 $(BUILDPACKAGE)
4829 encoding/hex/check: $(CHECK_DEPS)
4830 @$(MKDIR_P) encoding/hex
4831 @$(CHECK)
4832 .PHONY: encoding/hex/check
4834 encoding/line.lo: $(go_encoding_line_files) io.gox os.gox
4835 $(BUILDPACKAGE)
4836 encoding/line/check: $(CHECK_DEPS)
4837 @$(MKDIR_P) encoding/line
4838 @$(CHECK)
4839 .PHONY: encoding/line/check
4841 encoding/pem.lo: $(go_encoding_pem_files) bytes.gox encoding/base64.gox
4842 $(BUILDPACKAGE)
4843 encoding/pem/check: $(CHECK_DEPS)
4844 @$(MKDIR_P) encoding/pem
4845 @$(CHECK)
4846 .PHONY: encoding/pem/check
4848 exp/datafmt.lo: $(go_exp_datafmt_files) bytes.gox container/vector.gox \
4849 fmt.gox go/scanner.gox go/token.gox io.gox os.gox reflect.gox \
4850 runtime.gox strconv.gox strings.gox
4851 $(BUILDPACKAGE)
4852 exp/datafmt/check: $(CHECK_DEPS)
4853 @$(MKDIR_P) exp/datafmt
4854 @$(CHECK)
4855 .PHONY: exp/datafmt/check
4857 exp/draw.lo: $(go_exp_draw_files) image.gox image/ycbcr.gox os.gox
4858 $(BUILDPACKAGE)
4859 exp/draw/check: $(CHECK_DEPS)
4860 @$(MKDIR_P) exp/draw
4861 @$(CHECK)
4862 .PHONY: exp/draw/check
4864 exp/eval.lo: $(go_exp_eval_files) big.gox go/ast.gox go/parser.gox \
4865 go/scanner.gox go/token.gox fmt.gox log.gox strconv.gox \
4866 strings.gox os.gox reflect.gox runtime.gox sort.gox template.gox
4867 $(BUILDPACKAGE)
4868 exp/eval/check: $(CHECK_DEPS)
4869 @$(MKDIR_P) exp/eval
4870 @$(CHECK)
4871 .PHONY: exp/eval/check
4873 go/ast.lo: $(go_go_ast_files) bytes.gox fmt.gox go/scanner.gox go/token.gox \
4874 io.gox os.gox reflect.gox unicode.gox utf8.gox
4875 $(BUILDPACKAGE)
4876 go/ast/check: $(CHECK_DEPS)
4877 @$(MKDIR_P) go/ast
4878 @$(CHECK)
4879 .PHONY: go/ast/check
4881 go/doc.lo: $(go_go_doc_files) go/ast.gox go/token.gox io.gox regexp.gox \
4882 sort.gox strings.gox template.gox
4883 $(BUILDPACKAGE)
4884 go/doc/check: $(CHECK_DEPS)
4885 @$(MKDIR_P) go/doc
4886 @$(CHECK)
4887 .PHONY: go/doc/check
4889 go/parser.lo: $(go_go_parser_files) bytes.gox fmt.gox go/ast.gox \
4890 go/scanner.gox go/token.gox io.gox io/ioutil.gox os.gox \
4891 path/filepath.gox strings.gox
4892 $(BUILDPACKAGE)
4893 go/parser/check: $(CHECK_DEPS)
4894 @$(MKDIR_P) go/parser
4895 @$(CHECK)
4896 .PHONY: go/parser/check
4898 go/printer.lo: $(go_go_printer_files) bytes.gox fmt.gox go/ast.gox \
4899 go/token.gox io.gox os.gox path/filepath.gox reflect.gox \
4900 runtime.gox strings.gox tabwriter.gox
4901 $(BUILDPACKAGE)
4902 go/printer/check: $(CHECK_DEPS)
4903 @$(MKDIR_P) go/printer
4904 @$(CHECK)
4905 .PHONY: go/printer/check
4907 go/scanner.lo: $(go_go_scanner_files) bytes.gox container/vector.gox fmt.gox \
4908 go/token.gox io.gox os.gox path/filepath.gox sort.gox \
4909 strconv.gox unicode.gox utf8.gox
4910 $(BUILDPACKAGE)
4911 go/scanner/check: $(CHECK_DEPS)
4912 @$(MKDIR_P) go/scanner
4913 @$(CHECK)
4914 .PHONY: go/scanner/check
4916 go/token.lo: $(go_go_token_files) fmt.gox strconv.gox
4917 $(BUILDPACKAGE)
4918 go/token/check: $(CHECK_DEPS)
4919 @$(MKDIR_P) go/token
4920 @$(CHECK)
4921 .PHONY: go/token/check
4923 go/typechecker.lo: $(go_go_typechecker_files) fmt.gox go/ast.gox go/token.gox \
4924 go/scanner.gox os.gox
4925 $(BUILDPACKAGE)
4926 go/typechecker/check: $(CHECK_DEPS)
4927 @$(MKDIR_P) go/typechecker
4928 @$(CHECK)
4929 .PHONY: go/typechecker/check
4931 go/types.lo: $(go_go_types_files) big.gox bufio.gox fmt.gox go/ast.gox \
4932 go/token.gox io.gox os.gox path/filepath.gox runtime.gox \
4933 scanner.gox strconv.gox strings.gox
4934 $(BUILDPACKAGE)
4935 go/types/check: $(CHECK_DEPS)
4936 @$(MKDIR_P) go/types
4937 @$(CHECK)
4938 .PHONY: go/types/check
4940 hash/adler32.lo: $(go_hash_adler32_files) hash.gox os.gox
4941 $(BUILDPACKAGE)
4942 hash/adler32/check: $(CHECK_DEPS)
4943 @$(MKDIR_P) hash/adler32
4944 @$(CHECK)
4945 .PHONY: hash/adler32/check
4947 hash/crc32.lo: $(go_hash_crc32_files) hash.gox os.gox
4948 $(BUILDPACKAGE)
4949 hash/crc32/check: $(CHECK_DEPS)
4950 @$(MKDIR_P) hash/crc32
4951 @$(CHECK)
4952 .PHONY: hash/crc32/check
4954 hash/crc64.lo: $(go_hash_crc64_files) hash.gox os.gox
4955 $(BUILDPACKAGE)
4956 hash/crc64/check: $(CHECK_DEPS)
4957 @$(MKDIR_P) hash/crc64
4958 @$(CHECK)
4959 .PHONY: hash/crc64/check
4961 hash/fnv.lo: $(go_hash_fnv_files) encoding/binary.gox hash.gox os.gox
4962 $(BUILDPACKAGE)
4963 hash/fnv/check: $(CHECK_DEPS)
4964 @$(MKDIR_P) hash/fnv
4965 @$(CHECK)
4966 .PHONY: hash/fnv/check
4968 http/cgi.lo: $(go_http_cgi_files) bufio.gox bytes.gox crypto/tls.gox \
4969 exec.gox fmt.gox http.gox net.gox io.gox io/ioutil.gox \
4970 log.gox os.gox path/filepath.gox regexp.gox strconv.gox \
4971 strings.gox
4972 $(BUILDPACKAGE)
4973 http/cgi/check: $(CHECK_DEPS)
4974 @$(MKDIR_P) http/cgi
4975 @$(CHECK)
4976 .PHONY: http/cgi/check
4978 http/fcgi.lo: $(go_http_fcgi_files) bufio.gox bytes.gox encoding/binary.gox \
4979 fmt.gox http.gox http/cgi.gox io.gox net.gox os.gox sync.gox \
4980 time.gox
4981 $(BUILDPACKAGE)
4982 http/fcgi/check: $(CHECK_DEPS)
4983 @$(MKDIR_P) http/fcgi
4984 @$(CHECK)
4985 .PHONY: http/fcgi/check
4987 http/httptest.lo: $(go_http_httptest_files) bytes.gox crypto/rand.gox \
4988 crypto/tls.gox fmt.gox http.gox net.gox os.gox time.gox
4989 $(BUILDPACKAGE)
4990 http/httptest/check: $(CHECK_DEPS)
4991 @$(MKDIR_P) http/httptest
4992 @$(CHECK)
4993 .PHONY: http/httptest/check
4995 http/pprof.lo: $(go_http_pprof_files) bufio.gox bytes.gox fmt.gox http.gox \
4996 os.gox runtime.gox runtime/pprof.gox strconv.gox strings.gox
4997 $(BUILDPACKAGE)
4998 http/pprof/check: $(CHECK_DEPS)
4999 @$(MKDIR_P) http/pprof
5000 @$(CHECK)
5001 .PHONY: http/pprof/check
5003 http/spdy.lo: $(go_http_spdy_files) bytes.gox compress/zlib.gox \
5004 encoding/binary.gox http.gox io.gox os.gox strconv.gox \
5005 strings.gox sync.gox
5006 $(BUILDPACKAGE)
5007 http/spdy/check: $(CHECK_DEPS)
5008 @$(MKDIR_P) http/spdy
5009 @$(CHECK)
5010 .PHONY: http/spdy/check
5012 image/gif.lo: $(go_image_gif_files) bufio.gox compress/lzw.gox fmt.gox \
5013 image.gox io.gox os.gox
5014 $(BUILDPACKAGE)
5015 image/gif/check: $(CHECK_DEPS)
5016 @$(MKDIR_P) image/gif
5017 @$(CHECK)
5018 .PHONY: image/gif/check
5020 image/jpeg.lo: $(go_image_jpeg_files) bufio.gox image.gox image/ycbcr.gox \
5021 io.gox os.gox
5022 $(BUILDPACKAGE)
5023 image/jpeg/check: $(CHECK_DEPS)
5024 @$(MKDIR_P) image/jpeg
5025 @$(CHECK)
5026 .PHONY: image/jpeg/check
5028 image/png.lo: $(go_image_png_files) bufio.gox compress/zlib.gox fmt.gox \
5029 hash.gox hash/crc32.gox image.gox io.gox os.gox strconv.gox
5030 $(BUILDPACKAGE)
5031 image/png/check: $(CHECK_DEPS)
5032 @$(MKDIR_P) image/png
5033 @$(CHECK)
5034 .PHONY: image/png/check
5036 image/tiff.lo: $(go_image_tiff_files) compress/lzw.gox compress/zlib.gox \
5037 encoding/binary.gox image.gox io.gox io/ioutil.gox os.gox
5038 $(BUILDPACKAGE)
5039 image/tiff/check: $(CHECK_DEPS)
5040 @$(MKDIR_P) image/tiff
5041 @$(CHECK)
5042 .PHONY: image/tiff/check
5044 image/ycbcr.lo: $(go_image_ycbcr_files) image.gox
5045 $(BUILDPACKAGE)
5046 image/ycbcr/check: $(CHECK_DEPS)
5047 @$(MKDIR_P) image/ycbcr
5048 @$(CHECK)
5049 .PHONY: image/ycbcr/check
5051 index/suffixarray.lo: $(go_index_suffixarray_files) bytes.gox regexp.gox \
5052 sort.gox
5053 $(BUILDPACKAGE)
5054 index/suffixarray/check: $(CHECK_DEPS)
5055 @$(MKDIR_P) index/suffixarray
5056 @$(CHECK)
5057 .PHONY: index/suffixarray/check
5059 io/ioutil.lo: $(go_io_ioutil_files) bytes.gox io.gox os.gox path/filepath.gox \
5060 sort.gox strconv.gox
5061 $(BUILDPACKAGE)
5062 io/ioutil/check: $(CHECK_DEPS)
5063 @$(MKDIR_P) io/ioutil
5064 @$(CHECK)
5065 .PHONY: io/ioutil/check
5067 mime/multipart.lo: $(go_mime_multipart_files) bufio.gox bytes.gox fmt.gox \
5068 io.gox io/ioutil.gox mime.gox net/textproto.gox os.gox \
5069 regexp.gox
5070 $(BUILDPACKAGE)
5071 mime/multipart/check: $(CHECK_DEPS)
5072 @$(MKDIR_P) mime/multipart
5073 @$(CHECK)
5074 .PHONY: mime/multipart/check
5076 net/dict.lo: $(go_net_dict_files) container/vector.gox net/textproto.gox \
5077 os.gox strconv.gox strings.gox
5078 $(BUILDPACKAGE)
5080 net/textproto.lo: $(go_net_textproto_files) bufio.gox bytes.gox \
5081 container/vector.gox fmt.gox io.gox io/ioutil.gox net.gox \
5082 os.gox strconv.gox sync.gox
5083 $(BUILDPACKAGE)
5084 net/textproto/check: $(CHECK_DEPS)
5085 @$(MKDIR_P) net/textproto
5086 @$(CHECK)
5087 .PHONY: net/textproto/check
5089 os/inotify.lo: $(go_os_inotify_files) fmt.gox os.gox strings.gox syscall.gox
5090 $(BUILDPACKAGE)
5091 os/inotify/check: $(CHECK_DEPS)
5092 @$(MKDIR_P) os/inotify
5093 @$(CHECK)
5094 .PHONY: os/inotify/check
5096 os/user.lo: $(go_os_user_files) fmt.gox os.gox runtime.gox strconv.gox \
5097 strings.gox syscall.gox
5098 $(BUILDPACKAGE)
5099 os/user/check: $(CHECK_DEPS)
5100 @$(MKDIR_P) os/user
5101 @$(CHECK)
5102 .PHONY: os/user/check
5104 os/signal.lo: $(go_os_signal_files) runtime.gox strconv.gox
5105 $(BUILDPACKAGE)
5106 os/signal/check: $(CHECK_DEPS)
5107 @$(MKDIR_P) os/signal
5108 @$(CHECK)
5109 .PHONY: os/signal/check
5111 unix.go: $(srcdir)/go/os/signal/mkunix.sh sysinfo.go
5112 $(SHELL) $(srcdir)/go/os/signal/mkunix.sh sysinfo.go > $@.tmp
5113 mv -f $@.tmp $@
5115 path/filepath.lo: $(go_path_filepath_files) bytes.gox os.gox sort.gox \
5116 strings.gox utf8.gox
5117 $(BUILDPACKAGE)
5118 path/filepath/check: $(CHECK_DEPS)
5119 @$(MKDIR_P) path/filepath
5120 @$(CHECK)
5121 .PHONY: path/filepath/check
5123 rpc/jsonrpc.lo: $(go_rpc_jsonrpc_files) fmt.gox io.gox json.gox net.gox \
5124 os.gox rpc.gox sync.gox
5125 $(BUILDPACKAGE)
5126 rpc/jsonrpc/check: $(CHECK_DEPS)
5127 @$(MKDIR_P) rpc/jsonrpc
5128 @$(CHECK)
5129 .PHONY: rpc/jsonrpc/check
5131 runtime/debug.lo: $(go_runtime_debug_files) bytes.gox fmt.gox io/ioutil.gox \
5132 os.gox runtime.gox
5133 $(BUILDPACKAGE)
5134 runtime/debug/check: $(CHECK_DEPS)
5135 @$(MKDIR_P) runtime/debug
5136 @$(CHECK)
5137 .PHONY: runtime/debug/check
5139 runtime/pprof.lo: $(go_runtime_pprof_files) bufio.gox fmt.gox io.gox os.gox \
5140 runtime.gox sync.gox
5141 $(BUILDPACKAGE)
5142 runtime/pprof/check: $(CHECK_DEPS)
5143 @$(MKDIR_P) runtime/pprof
5144 @$(CHECK)
5145 .PHONY: runtime/pprof/check
5147 sync/atomic.lo: $(go_sync_atomic_files)
5148 $(BUILDPACKAGE)
5149 sync/atomic_c.lo: $(go_sync_atomic_c_files) sync/atomic.lo
5150 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
5151 sync/atomic/check: $(CHECK_DEPS)
5152 @$(MKDIR_P) sync/atomic
5153 @$(CHECK)
5154 .PHONY: sync/atomic/check
5156 testing/iotest.lo: $(go_testing_iotest_files) io.gox log.gox os.gox
5157 $(BUILDPACKAGE)
5158 testing/iotest/check: $(CHECK_DEPS)
5159 @$(MKDIR_P) testing/iotest
5160 @$(CHECK)
5161 .PHONY: testing/iotest/check
5163 testing/quick.lo: $(go_testing_quick_files) flag.gox fmt.gox math.gox os.gox \
5164 rand.gox reflect.gox strings.gox
5165 $(BUILDPACKAGE)
5166 testing/quick/check: $(CHECK_DEPS)
5167 @$(MKDIR_P) testing/quick
5168 @$(CHECK)
5169 .PHONY: testing/quick/check
5171 testing/script.lo: $(go_testing_script_files) fmt.gox os.gox rand.gox \
5172 reflect.gox strings.gox
5173 $(BUILDPACKAGE)
5174 testing/script/check: $(CHECK_DEPS)
5175 @$(MKDIR_P) testing/script
5176 @$(CHECK)
5177 .PHONY: testing/script/check
5179 sysinfo.go: s-sysinfo; @true
5180 s-sysinfo: $(srcdir)/mksysinfo.sh config.h
5181 CC="$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(OSCFLAGS)" $(SHELL) $(srcdir)/mksysinfo.sh
5182 $(SHELL) $(srcdir)/../move-if-change tmp-sysinfo.go sysinfo.go
5183 $(STAMP) $@
5185 syscalls/syscall.lo: $(go_syscall_files) sync.gox
5186 $(BUILDPACKAGE)
5187 syscalls/errno.lo: $(go_syscall_c_files) syscalls/syscall.lo
5188 $(LTCOMPILE) -c -o $@ $(srcdir)/syscalls/errno.c
5190 asn1.gox: asn1/asn1.lo
5191 $(BUILDGOX)
5192 big.gox: big/big.lo
5193 $(BUILDGOX)
5194 bufio.gox: bufio/bufio.lo
5195 $(BUILDGOX)
5196 bytes.gox: bytes/bytes.lo
5197 $(BUILDGOX)
5198 cmath.gox: cmath/cmath.lo
5199 $(BUILDGOX)
5200 crypto.gox: crypto/crypto.lo
5201 $(BUILDGOX)
5202 ebnf.gox: ebnf/ebnf.lo
5203 $(BUILDGOX)
5204 exec.gox: exec/exec.lo
5205 $(BUILDGOX)
5206 expvar.gox: expvar/expvar.lo
5207 $(BUILDGOX)
5208 flag.gox: flag/flag.lo
5209 $(BUILDGOX)
5210 fmt.gox: fmt/fmt.lo
5211 $(BUILDGOX)
5212 gob.gox: gob/gob.lo
5213 $(BUILDGOX)
5214 hash.gox: hash/hash.lo
5215 $(BUILDGOX)
5216 html.gox: html/html.lo
5217 $(BUILDGOX)
5218 http.gox: http/http.lo
5219 $(BUILDGOX)
5220 image.gox: image/image.lo
5221 $(BUILDGOX)
5222 io.gox: io/io.lo
5223 $(BUILDGOX)
5224 json.gox: json/json.lo
5225 $(BUILDGOX)
5226 log.gox: log/log.lo
5227 $(BUILDGOX)
5228 math.gox: math/math.lo
5229 $(BUILDGOX)
5230 mime.gox: mime/mime.lo
5231 $(BUILDGOX)
5232 net.gox: net/net.lo
5233 $(BUILDGOX)
5234 netchan.gox: netchan/netchan.lo
5235 $(BUILDGOX)
5236 os.gox: os/os.lo
5237 $(BUILDGOX)
5238 patch.gox: patch/patch.lo
5239 $(BUILDGOX)
5240 path.gox: path/path.lo
5241 $(BUILDGOX)
5242 rand.gox: rand/rand.lo
5243 $(BUILDGOX)
5244 reflect.gox: reflect/reflect.lo
5245 $(BUILDGOX)
5246 regexp.gox: regexp/regexp.lo
5247 $(BUILDGOX)
5248 rpc.gox: rpc/rpc.lo
5249 $(BUILDGOX)
5250 runtime.gox: runtime/runtime.lo
5251 $(BUILDGOX)
5252 scanner.gox: scanner/scanner.lo
5253 $(BUILDGOX)
5254 smtp.gox: smtp/smtp.lo
5255 $(BUILDGOX)
5256 sort.gox: sort/sort.lo
5257 $(BUILDGOX)
5258 strconv.gox: strconv/strconv.lo
5259 $(BUILDGOX)
5260 strings.gox: strings/strings.lo
5261 $(BUILDGOX)
5262 sync.gox: sync/sync.lo
5263 $(BUILDGOX)
5264 syslog.gox: syslog/syslog.lo
5265 $(BUILDGOX)
5266 syscall.gox: syscalls/syscall.lo
5267 $(BUILDGOX)
5268 tabwriter.gox: tabwriter/tabwriter.lo
5269 $(BUILDGOX)
5270 template.gox: template/template.lo
5271 $(BUILDGOX)
5272 testing.gox: testing/testing.lo
5273 $(BUILDGOX)
5274 time.gox: time/time.lo
5275 $(BUILDGOX)
5276 try.gox: try/try.lo
5277 $(BUILDGOX)
5278 unicode.gox: unicode/unicode.lo
5279 $(BUILDGOX)
5280 utf16.gox: utf16/utf16.lo
5281 $(BUILDGOX)
5282 utf8.gox: utf8/utf8.lo
5283 $(BUILDGOX)
5284 websocket.gox: websocket/websocket.lo
5285 $(BUILDGOX)
5286 xml.gox: xml/xml.lo
5287 $(BUILDGOX)
5289 archive/tar.gox: archive/tar.lo
5290 $(BUILDGOX)
5291 archive/zip.gox: archive/zip.lo
5292 $(BUILDGOX)
5294 compress/bzip2.gox: compress/bzip2.lo
5295 $(BUILDGOX)
5296 compress/flate.gox: compress/flate.lo
5297 $(BUILDGOX)
5298 compress/gzip.gox: compress/gzip.lo
5299 $(BUILDGOX)
5300 compress/lzw.gox: compress/lzw.lo
5301 $(BUILDGOX)
5302 compress/zlib.gox: compress/zlib.lo
5303 $(BUILDGOX)
5305 container/heap.gox: container/heap.lo
5306 $(BUILDGOX)
5307 container/list.gox: container/list.lo
5308 $(BUILDGOX)
5309 container/ring.gox: container/ring.lo
5310 $(BUILDGOX)
5311 container/vector.gox: container/vector.lo
5312 $(BUILDGOX)
5314 crypto/aes.gox: crypto/aes.lo
5315 $(BUILDGOX)
5316 crypto/blowfish.gox: crypto/blowfish.lo
5317 $(BUILDGOX)
5318 crypto/cast5.gox: crypto/cast5.lo
5319 $(BUILDGOX)
5320 crypto/cipher.gox: crypto/cipher.lo
5321 $(BUILDGOX)
5322 crypto/des.gox: crypto/des.lo
5323 $(BUILDGOX)
5324 crypto/dsa.gox: crypto/dsa.lo
5325 $(BUILDGOX)
5326 crypto/ecdsa.gox: crypto/ecdsa.lo
5327 $(BUILDGOX)
5328 crypto/elliptic.gox: crypto/elliptic.lo
5329 $(BUILDGOX)
5330 crypto/hmac.gox: crypto/hmac.lo
5331 $(BUILDGOX)
5332 crypto/md4.gox: crypto/md4.lo
5333 $(BUILDGOX)
5334 crypto/md5.gox: crypto/md5.lo
5335 $(BUILDGOX)
5336 crypto/ocsp.gox: crypto/ocsp.lo
5337 $(BUILDGOX)
5338 crypto/openpgp.gox: crypto/openpgp.lo
5339 $(BUILDGOX)
5340 crypto/rand.gox: crypto/rand.lo
5341 $(BUILDGOX)
5342 crypto/rc4.gox: crypto/rc4.lo
5343 $(BUILDGOX)
5344 crypto/ripemd160.gox: crypto/ripemd160.lo
5345 $(BUILDGOX)
5346 crypto/rsa.gox: crypto/rsa.lo
5347 $(BUILDGOX)
5348 crypto/sha1.gox: crypto/sha1.lo
5349 $(BUILDGOX)
5350 crypto/sha256.gox: crypto/sha256.lo
5351 $(BUILDGOX)
5352 crypto/sha512.gox: crypto/sha512.lo
5353 $(BUILDGOX)
5354 crypto/subtle.gox: crypto/subtle.lo
5355 $(BUILDGOX)
5356 crypto/tls.gox: crypto/tls.lo
5357 $(BUILDGOX)
5358 crypto/twofish.gox: crypto/twofish.lo
5359 $(BUILDGOX)
5360 crypto/x509.gox: crypto/x509.lo
5361 $(BUILDGOX)
5362 crypto/xtea.gox: crypto/xtea.lo
5363 $(BUILDGOX)
5365 crypto/openpgp/armor.gox: crypto/openpgp/armor.lo
5366 $(BUILDGOX)
5367 crypto/openpgp/error.gox: crypto/openpgp/error.lo
5368 $(BUILDGOX)
5369 crypto/openpgp/packet.gox: crypto/openpgp/packet.lo
5370 $(BUILDGOX)
5371 crypto/openpgp/s2k.gox: crypto/openpgp/s2k.lo
5372 $(BUILDGOX)
5374 debug/dwarf.gox: debug/dwarf.lo
5375 $(BUILDGOX)
5376 debug/elf.gox: debug/elf.lo
5377 $(BUILDGOX)
5378 debug/gosym.gox: debug/gosym.lo
5379 $(BUILDGOX)
5380 debug/macho.gox: debug/macho.lo
5381 $(BUILDGOX)
5382 debug/pe.gox: debug/pe.lo
5383 $(BUILDGOX)
5384 debug/proc.gox: debug/proc.lo
5385 $(BUILDGOX)
5387 encoding/ascii85.gox: encoding/ascii85.lo
5388 $(BUILDGOX)
5389 encoding/base32.gox: encoding/base32.lo
5390 $(BUILDGOX)
5391 encoding/base64.gox: encoding/base64.lo
5392 $(BUILDGOX)
5393 encoding/binary.gox: encoding/binary.lo
5394 $(BUILDGOX)
5395 encoding/git85.gox: encoding/git85.lo
5396 $(BUILDGOX)
5397 encoding/hex.gox: encoding/hex.lo
5398 $(BUILDGOX)
5399 encoding/line.gox: encoding/line.lo
5400 $(BUILDGOX)
5401 encoding/pem.gox: encoding/pem.lo
5402 $(BUILDGOX)
5404 exp/datafmt.gox: exp/datafmt.lo
5405 $(BUILDGOX)
5406 exp/draw.gox: exp/draw.lo
5407 $(BUILDGOX)
5408 exp/eval.gox: exp/eval.lo
5409 $(BUILDGOX)
5411 go/ast.gox: go/ast.lo
5412 $(BUILDGOX)
5413 go/doc.gox: go/doc.lo
5414 $(BUILDGOX)
5415 go/parser.gox: go/parser.lo
5416 $(BUILDGOX)
5417 go/printer.gox: go/printer.lo
5418 $(BUILDGOX)
5419 go/scanner.gox: go/scanner.lo
5420 $(BUILDGOX)
5421 go/token.gox: go/token.lo
5422 $(BUILDGOX)
5423 go/typechecker.gox: go/typechecker.lo
5424 $(BUILDGOX)
5425 go/types.gox: go/types.lo
5426 $(BUILDGOX)
5428 hash/adler32.gox: hash/adler32.lo
5429 $(BUILDGOX)
5430 hash/crc32.gox: hash/crc32.lo
5431 $(BUILDGOX)
5432 hash/crc64.gox: hash/crc64.lo
5433 $(BUILDGOX)
5434 hash/fnv.gox: hash/fnv.lo
5435 $(BUILDGOX)
5437 http/cgi.gox: http/cgi.lo
5438 $(BUILDGOX)
5439 http/fcgi.gox: http/fcgi.lo
5440 $(BUILDGOX)
5441 http/httptest.gox: http/httptest.lo
5442 $(BUILDGOX)
5443 http/pprof.gox: http/pprof.lo
5444 $(BUILDGOX)
5445 http/spdy.gox: http/spdy.lo
5446 $(BUILDGOX)
5448 image/gif.gox: image/gif.lo
5449 $(BUILDGOX)
5450 image/jpeg.gox: image/jpeg.lo
5451 $(BUILDGOX)
5452 image/png.gox: image/png.lo
5453 $(BUILDGOX)
5454 image/tiff.gox: image/tiff.lo
5455 $(BUILDGOX)
5456 image/ycbcr.gox: image/ycbcr.lo
5457 $(BUILDGOX)
5459 index/suffixarray.gox: index/suffixarray.lo
5460 $(BUILDGOX)
5462 io/ioutil.gox: io/ioutil.lo
5463 $(BUILDGOX)
5465 mime/multipart.gox: mime/multipart.lo
5466 $(BUILDGOX)
5468 net/dict.gox: net/dict.lo
5469 $(BUILDGOX)
5470 net/textproto.gox: net/textproto.lo
5471 $(BUILDGOX)
5473 os/inotify.gox: os/inotify.lo
5474 $(BUILDGOX)
5475 os/user.gox: os/user.lo
5476 $(BUILDGOX)
5477 os/signal.gox: os/signal.lo
5478 $(BUILDGOX)
5480 path/filepath.gox: path/filepath.lo
5481 $(BUILDGOX)
5483 rpc/jsonrpc.gox: rpc/jsonrpc.lo
5484 $(BUILDGOX)
5486 runtime/debug.gox: runtime/debug.lo
5487 $(BUILDGOX)
5488 runtime/pprof.gox: runtime/pprof.lo
5489 $(BUILDGOX)
5491 sync/atomic.gox: sync/atomic.lo
5492 $(BUILDGOX)
5494 testing/iotest.gox: testing/iotest.lo
5495 $(BUILDGOX)
5496 testing/quick.gox: testing/quick.lo
5497 $(BUILDGOX)
5498 testing/script.gox: testing/script.lo
5499 $(BUILDGOX)
5501 check: check-tail
5502 check-recursive: check-head
5504 check-head:
5505 @echo "Test Run By $${USER} on `date`" > libgo.head
5506 @echo "Native configuration is $(host_triplet)" >> libgo.head
5507 @echo >> libgo.head
5508 @echo " === libgo tests ===" >> libgo.head
5509 @echo >> libgo.head
5511 check-tail: check-recursive check-multi
5512 @lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
5513 for dir in . $(MULTIDIRS); do \
5514 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
5515 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
5516 done; \
5517 mv libgo.head libgo.sum; \
5518 cp libgo.sum libgo.log; \
5519 echo "Schedule of variations:" >> libgo.sum; \
5520 for dir in . $(MULTIDIRS); do \
5521 multidir=../$${dir}/$${lib}; \
5522 multivar=`cat $${multidir}/libgo.var`; \
5523 echo " $${multivar}" >> libgo.sum; \
5524 done; \
5525 echo >> libgo.sum; \
5526 pass=0; fail=0; untested=0; \
5527 for dir in . $(MULTIDIRS); do \
5528 multidir=../$${dir}/$${lib}; \
5529 multivar=`cat $${multidir}/libgo.var`; \
5530 echo "Running target $${multivar}" >> libgo.sum; \
5531 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
5532 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
5533 cat $${multidir}/libgo.log.sep >> libgo.log; \
5534 if test -n "${MULTIDIRS}"; then \
5535 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
5536 echo >> libgo.sum; \
5537 fi; \
5538 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
5539 pass=`expr $$pass + $$p`; \
5540 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5541 echo "# of expected passes $$p" >> libgo.sum; \
5542 fi; \
5543 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
5544 fail=`expr $$fail + $$p`; \
5545 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5546 echo "# of unexpected failures $$p" >> libgo.sum; \
5547 fi; \
5548 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
5549 untested=`expr $$untested + $$p`; \
5550 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
5551 echo "# of untested testcases $$p" >> libgo.sum; \
5552 fi; \
5553 done; \
5554 echo >> libgo.sum; \
5555 echo " === libgo Summary ===" >> libgo.sum; \
5556 echo >> libgo.sum; \
5557 if test "$$pass" -ne "0"; then \
5558 echo "# of expected passes $$pass" >> libgo.sum; \
5559 fi; \
5560 if test "$$fail" -ne "0"; then \
5561 echo "# of unexpected failures $$fail" >> libgo.sum; \
5562 fi; \
5563 if test "$$untested" -ne "0"; then \
5564 echo "# of untested testcases $$untested" >> libgo.sum; \
5565 fi; \
5566 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
5567 echo >> libgo.log; \
5568 echo "runtest completed at `date`" >> libgo.log; \
5569 if test "$$fail" -ne "0"; then \
5570 status=1; \
5571 else \
5572 status=0; \
5573 fi; \
5574 exit $$status
5576 check-am:
5577 @rm -f libgo.sum libgo.log libgo.tail
5578 @multivar="unix"; \
5579 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
5580 echo "$${multivar}" > libgo.var
5581 @for f in $(TEST_PACKAGES); do \
5582 rm -f $$f-testsum $$f-testlog; \
5583 done
5584 -@$(MAKE) -k $(TEST_PACKAGES)
5585 @for f in $(TEST_PACKAGES); do \
5586 if test -f $$f-testsum; then \
5587 cat $$f-testsum >> libgo.sum; \
5588 fi; \
5589 if test -f $$f-testlog; then \
5590 cat $$f-testlog >> libgo.log; \
5591 fi; \
5592 done
5594 check-multi:
5595 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
5597 mostlyclean-local:
5598 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
5599 find . -name '*.$(OBJEXT)' -print | xargs rm -f
5600 find . -name '*-testsum' -print | xargs rm -f
5601 find . -name '*-testlog' -print | xargs rm -f
5603 clean-local:
5604 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
5605 find . -name '*.a' -print | xargs rm -f
5607 # Tell versions [3.59,3.63) of GNU make to not export all variables.
5608 # Otherwise a system limit (for SysV at least) may be exceeded.
5609 .NOEXPORT: