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