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