OSDN Git Service

PR other/46840
[pf3gnuchains/gcc-fork.git] / libgo / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile.am -- Go library Makefile.
19
20 # Copyright 2009, 2010 The Go Authors. All rights reserved.
21 # Use of this source code is governed by a BSD-style
22 # license that can be found in the LICENSE file.
23
24 # Process this file with autoreconf to produce Makefile.in.
25
26
27
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 pkglibdir = $(libdir)/@PACKAGE@
32 pkglibexecdir = $(libexecdir)/@PACKAGE@
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = @build@
46 host_triplet = @host@
47 target_triplet = @target@
48 subdir = .
49 DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
50         $(srcdir)/../config.sub $(srcdir)/../depcomp \
51         $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
52         $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
53         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54         $(srcdir)/config.h.in $(top_srcdir)/configure
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
57         $(top_srcdir)/../config/lead-dot.m4 \
58         $(top_srcdir)/../config/multi.m4 \
59         $(top_srcdir)/../config/override.m4 \
60         $(top_srcdir)/../config/unwind_ipinfo.m4 \
61         $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
62         $(top_srcdir)/config/ltoptions.m4 \
63         $(top_srcdir)/config/ltsugar.m4 \
64         $(top_srcdir)/config/ltversion.m4 \
65         $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno config.status.lineno
70 CONFIG_HEADER = config.h
71 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES =
73 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74 am__vpath_adj = case $$p in \
75     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76     *) f=$$p;; \
77   esac;
78 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
79 am__install_max = 40
80 am__nobase_strip_setup = \
81   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
82 am__nobase_strip = \
83   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
84 am__nobase_list = $(am__nobase_strip_setup); \
85   for p in $$list; do echo "$$p $$p"; done | \
86   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
87   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
88     if (++n[$$2] == $(am__install_max)) \
89       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
90     END { for (dir in files) print dir, files[dir] }'
91 am__base_list = \
92   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
95         "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
96         "$(DESTDIR)$(toolexeclibgoarchivedir)" \
97         "$(DESTDIR)$(toolexeclibgocompressdir)" \
98         "$(DESTDIR)$(toolexeclibgocontainerdir)" \
99         "$(DESTDIR)$(toolexeclibgocryptodir)" \
100         "$(DESTDIR)$(toolexeclibgodebugdir)" \
101         "$(DESTDIR)$(toolexeclibgoencodingdir)" \
102         "$(DESTDIR)$(toolexeclibgoexpdir)" \
103         "$(DESTDIR)$(toolexeclibgogodir)" \
104         "$(DESTDIR)$(toolexeclibgohashdir)" \
105         "$(DESTDIR)$(toolexeclibgohttpdir)" \
106         "$(DESTDIR)$(toolexeclibgoimagedir)" \
107         "$(DESTDIR)$(toolexeclibgoindexdir)" \
108         "$(DESTDIR)$(toolexeclibgoiodir)" \
109         "$(DESTDIR)$(toolexeclibgomimedir)" \
110         "$(DESTDIR)$(toolexeclibgonetdir)" \
111         "$(DESTDIR)$(toolexeclibgoosdir)" \
112         "$(DESTDIR)$(toolexeclibgorpcdir)" \
113         "$(DESTDIR)$(toolexeclibgoruntimedir)" \
114         "$(DESTDIR)$(toolexeclibgotestingdir)"
115 LIBRARIES = $(toolexeclib_LIBRARIES)
116 ARFLAGS = cru
117 libgobegin_a_AR = $(AR) $(ARFLAGS)
118 libgobegin_a_LIBADD =
119 am_libgobegin_a_OBJECTS = go-main.$(OBJEXT)
120 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
121 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
122 am__DEPENDENCIES_1 =
123 libgo_la_DEPENDENCIES = $(libgo_go_objs) $(am__DEPENDENCIES_1) \
124         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
125 am__libgo_la_SOURCES_DIST = runtime/go-append.c runtime/go-assert.c \
126         runtime/go-assert-interface.c \
127         runtime/go-byte-array-to-string.c runtime/go-breakpoint.c \
128         runtime/go-caller.c runtime/go-can-convert-interface.c \
129         runtime/go-chan-cap.c runtime/go-chan-len.c \
130         runtime/go-check-interface.c runtime/go-close.c \
131         runtime/go-closed.c runtime/go-construct-map.c \
132         runtime/go-convert-interface.c runtime/go-defer.c \
133         runtime/go-deferred-recover.c runtime/go-eface-compare.c \
134         runtime/go-eface-val-compare.c runtime/go-getgoroot.c \
135         runtime/go-go.c runtime/go-gomaxprocs.c \
136         runtime/go-int-array-to-string.c runtime/go-int-to-string.c \
137         runtime/go-interface-compare.c \
138         runtime/go-interface-val-compare.c runtime/go-lock-os-thread.c \
139         runtime/go-map-delete.c runtime/go-map-index.c \
140         runtime/go-map-len.c runtime/go-map-range.c \
141         runtime/go-nanotime.c runtime/go-new-channel.c \
142         runtime/go-new-map.c runtime/go-new.c runtime/go-note.c \
143         runtime/go-panic.c runtime/go-panic-defer.c runtime/go-print.c \
144         runtime/go-rec-big.c runtime/go-rec-nb-big.c \
145         runtime/go-rec-nb-small.c runtime/go-rec-small.c \
146         runtime/go-recover.c runtime/go-reflect.c \
147         runtime/go-reflect-call.c runtime/go-reflect-chan.c \
148         runtime/go-reflect-map.c runtime/go-rune.c \
149         runtime/go-runtime-error.c runtime/go-sched.c \
150         runtime/go-select.c runtime/go-semacquire.c \
151         runtime/go-send-big.c runtime/go-send-nb-big.c \
152         runtime/go-send-nb-small.c runtime/go-send-small.c \
153         runtime/go-signal.c runtime/go-strcmp.c \
154         runtime/go-string-to-byte-array.c \
155         runtime/go-string-to-int-array.c runtime/go-strplus.c \
156         runtime/go-strslice.c runtime/go-trampoline.c \
157         runtime/go-type-eface.c runtime/go-type-error.c \
158         runtime/go-type-identity.c runtime/go-type-interface.c \
159         runtime/go-type-string.c runtime/go-typedesc-equal.c \
160         runtime/go-typestring.c runtime/go-unreflect.c \
161         runtime/go-unsafe-new.c runtime/go-unsafe-newarray.c \
162         runtime/go-unsafe-pointer.c runtime/go-unwind.c \
163         runtime/mcache.c runtime/mcentral.c \
164         runtime/mem_posix_memalign.c runtime/mem.c runtime/mfinal.c \
165         runtime/mfixalloc.c runtime/mgc0.c runtime/mheap.c \
166         runtime/mheapmap32.c runtime/mheapmap64.c runtime/msize.c \
167         runtime/proc.c runtime/thread.c \
168         runtime/rtems-task-variable-add.c chan.c iface.c malloc.c \
169         map.c mprof.c reflect.c sigqueue.c string.c
170 @HAVE_SYS_MMAN_H_FALSE@am__objects_1 = mem_posix_memalign.lo
171 @HAVE_SYS_MMAN_H_TRUE@am__objects_1 = mem.lo
172 @LIBGO_IS_RTEMS_TRUE@am__objects_2 = rtems-task-variable-add.lo
173 am__objects_3 = go-append.lo go-assert.lo go-assert-interface.lo \
174         go-byte-array-to-string.lo go-breakpoint.lo go-caller.lo \
175         go-can-convert-interface.lo go-chan-cap.lo go-chan-len.lo \
176         go-check-interface.lo go-close.lo go-closed.lo \
177         go-construct-map.lo go-convert-interface.lo go-defer.lo \
178         go-deferred-recover.lo go-eface-compare.lo \
179         go-eface-val-compare.lo go-getgoroot.lo go-go.lo \
180         go-gomaxprocs.lo go-int-array-to-string.lo go-int-to-string.lo \
181         go-interface-compare.lo go-interface-val-compare.lo \
182         go-lock-os-thread.lo go-map-delete.lo go-map-index.lo \
183         go-map-len.lo go-map-range.lo go-nanotime.lo go-new-channel.lo \
184         go-new-map.lo go-new.lo go-note.lo go-panic.lo \
185         go-panic-defer.lo go-print.lo go-rec-big.lo go-rec-nb-big.lo \
186         go-rec-nb-small.lo go-rec-small.lo go-recover.lo go-reflect.lo \
187         go-reflect-call.lo go-reflect-chan.lo go-reflect-map.lo \
188         go-rune.lo go-runtime-error.lo go-sched.lo go-select.lo \
189         go-semacquire.lo go-send-big.lo go-send-nb-big.lo \
190         go-send-nb-small.lo go-send-small.lo go-signal.lo go-strcmp.lo \
191         go-string-to-byte-array.lo go-string-to-int-array.lo \
192         go-strplus.lo go-strslice.lo go-trampoline.lo go-type-eface.lo \
193         go-type-error.lo go-type-identity.lo go-type-interface.lo \
194         go-type-string.lo go-typedesc-equal.lo go-typestring.lo \
195         go-unreflect.lo go-unsafe-new.lo go-unsafe-newarray.lo \
196         go-unsafe-pointer.lo go-unwind.lo mcache.lo mcentral.lo \
197         $(am__objects_1) mfinal.lo mfixalloc.lo mgc0.lo mheap.lo \
198         mheapmap32.lo mheapmap64.lo msize.lo proc.lo thread.lo \
199         $(am__objects_2) chan.lo iface.lo malloc.lo map.lo mprof.lo \
200         reflect.lo sigqueue.lo string.lo
201 am_libgo_la_OBJECTS = $(am__objects_3)
202 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
203 DEFAULT_INCLUDES = -I.@am__isrc@
204 depcomp = $(SHELL) $(top_srcdir)/../depcomp
205 am__depfiles_maybe = depfiles
206 am__mv = mv -f
207 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
208         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
209 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
210         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
211         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212 CCLD = $(CC)
213 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
214         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
215         $(LDFLAGS) -o $@
216 SOURCES = $(libgobegin_a_SOURCES) $(libgo_la_SOURCES)
217 DIST_SOURCES = $(libgobegin_a_SOURCES) $(am__libgo_la_SOURCES_DIST)
218 MULTISRCTOP = 
219 MULTIBUILDTOP = 
220 MULTIDIRS = 
221 MULTISUBDIR = 
222 MULTIDO = true
223 MULTICLEAN = true
224 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
225         html-recursive info-recursive install-data-recursive \
226         install-dvi-recursive install-exec-recursive \
227         install-html-recursive install-info-recursive \
228         install-pdf-recursive install-ps-recursive install-recursive \
229         installcheck-recursive installdirs-recursive pdf-recursive \
230         ps-recursive uninstall-recursive
231 DATA = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
232         $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
233         $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
234         $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
235         $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
236         $(toolexeclibgohttp_DATA) $(toolexeclibgoimage_DATA) \
237         $(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \
238         $(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \
239         $(toolexeclibgoos_DATA) $(toolexeclibgorpc_DATA) \
240         $(toolexeclibgoruntime_DATA) $(toolexeclibgotesting_DATA)
241 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
242   distclean-recursive maintainer-clean-recursive
243 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
244         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
245         distdir dist dist-all distcheck
246 ETAGS = etags
247 CTAGS = ctags
248 DIST_SUBDIRS = testsuite
249 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250 distdir = $(PACKAGE)-$(VERSION)
251 top_distdir = $(distdir)
252 am__remove_distdir = \
253   { test ! -d "$(distdir)" \
254     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
255          && rm -fr "$(distdir)"; }; }
256 am__relativize = \
257   dir0=`pwd`; \
258   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
259   sed_rest='s,^[^/]*/*,,'; \
260   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
261   sed_butlast='s,/*[^/]*$$,,'; \
262   while test -n "$$dir1"; do \
263     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
264     if test "$$first" != "."; then \
265       if test "$$first" = ".."; then \
266         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
267         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
268       else \
269         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
270         if test "$$first2" = "$$first"; then \
271           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
272         else \
273           dir2="../$$dir2"; \
274         fi; \
275         dir0="$$dir0"/"$$first"; \
276       fi; \
277     fi; \
278     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
279   done; \
280   reldir="$$dir2"
281 DIST_ARCHIVES = $(distdir).tar.gz
282 GZIP_ENV = --best
283 distuninstallcheck_listfiles = find . -type f -print
284 distcleancheck_listfiles = find . -type f -print
285 ACLOCAL = @ACLOCAL@
286 AMTAR = @AMTAR@
287 AR = @AR@
288 AUTOCONF = @AUTOCONF@
289 AUTOHEADER = @AUTOHEADER@
290 AUTOMAKE = @AUTOMAKE@
291 AWK = @AWK@
292 CC = @CC@
293 CCDEPMODE = @CCDEPMODE@
294 CFLAGS = @CFLAGS@
295 CPP = @CPP@
296 CPPFLAGS = @CPPFLAGS@
297 CYGPATH_W = @CYGPATH_W@
298 DEFS = @DEFS@
299 DEPDIR = @DEPDIR@
300 DSYMUTIL = @DSYMUTIL@
301 DUMPBIN = @DUMPBIN@
302 ECHO_C = @ECHO_C@
303 ECHO_N = @ECHO_N@
304 ECHO_T = @ECHO_T@
305 EGREP = @EGREP@
306 EXEEXT = @EXEEXT@
307 FGREP = @FGREP@
308 GOC = @GOC@
309 GOCFLAGS = $(CFLAGS)
310 GREP = @GREP@
311 INSTALL = @INSTALL@
312 INSTALL_DATA = @INSTALL_DATA@
313 INSTALL_PROGRAM = @INSTALL_PROGRAM@
314 INSTALL_SCRIPT = @INSTALL_SCRIPT@
315 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
316 LD = @LD@
317 LDFLAGS = @LDFLAGS@
318 LIBFFI = @LIBFFI@
319 LIBFFIINCS = @LIBFFIINCS@
320 LIBOBJS = @LIBOBJS@
321 LIBS = @LIBS@
322 LIBTOOL = @LIBTOOL@
323 LIPO = @LIPO@
324 LN_S = @LN_S@
325 LTLIBOBJS = @LTLIBOBJS@
326 MAINT = @MAINT@
327 MAKEINFO = @MAKEINFO@
328 MATH_LIBS = @MATH_LIBS@
329 MKDIR_P = @MKDIR_P@
330 NM = @NM@
331 NMEDIT = @NMEDIT@
332 OBJCOPY = @OBJCOPY@
333 OBJDUMP = @OBJDUMP@
334 OBJEXT = @OBJEXT@
335 OTOOL = @OTOOL@
336 OTOOL64 = @OTOOL64@
337 PACKAGE = @PACKAGE@
338 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
339 PACKAGE_NAME = @PACKAGE_NAME@
340 PACKAGE_STRING = @PACKAGE_STRING@
341 PACKAGE_TARNAME = @PACKAGE_TARNAME@
342 PACKAGE_URL = @PACKAGE_URL@
343 PACKAGE_VERSION = @PACKAGE_VERSION@
344 PATH_SEPARATOR = @PATH_SEPARATOR@
345 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
346 PTHREAD_LIBS = @PTHREAD_LIBS@
347 RANLIB = @RANLIB@
348 SED = @SED@
349 SET_MAKE = @SET_MAKE@
350 SHELL = @SHELL@
351 SPLIT_STACK = @SPLIT_STACK@
352 STRINGOPS_FLAG = @STRINGOPS_FLAG@
353 STRIP = @STRIP@
354 VERSION = @VERSION@
355 WARN_FLAGS = @WARN_FLAGS@
356 WERROR = @WERROR@
357 abs_builddir = @abs_builddir@
358 abs_srcdir = @abs_srcdir@
359 abs_top_builddir = @abs_top_builddir@
360 abs_top_srcdir = @abs_top_srcdir@
361 ac_ct_CC = @ac_ct_CC@
362 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363 am__include = @am__include@
364 am__leading_dot = @am__leading_dot@
365 am__quote = @am__quote@
366 am__tar = @am__tar@
367 am__untar = @am__untar@
368 bindir = @bindir@
369 build = @build@
370 build_alias = @build_alias@
371 build_cpu = @build_cpu@
372 build_os = @build_os@
373 build_vendor = @build_vendor@
374 builddir = @builddir@
375 datadir = @datadir@
376 datarootdir = @datarootdir@
377 docdir = @docdir@
378 dvidir = @dvidir@
379 enable_shared = @enable_shared@
380 enable_static = @enable_static@
381 exec_prefix = @exec_prefix@
382 glibgo_prefixdir = @glibgo_prefixdir@
383 glibgo_toolexecdir = @glibgo_toolexecdir@
384 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
385 host = @host@
386 host_alias = @host_alias@
387 host_cpu = @host_cpu@
388 host_os = @host_os@
389 host_vendor = @host_vendor@
390 htmldir = @htmldir@
391 includedir = @includedir@
392 infodir = @infodir@
393 install_sh = @install_sh@
394 libdir = @libdir@
395 libexecdir = @libexecdir@
396 libtool_VERSION = @libtool_VERSION@
397 localedir = @localedir@
398 localstatedir = @localstatedir@
399 mandir = @mandir@
400 mkdir_p = @mkdir_p@
401 multi_basedir = @multi_basedir@
402 oldincludedir = @oldincludedir@
403 pdfdir = @pdfdir@
404 prefix = @prefix@
405 program_transform_name = @program_transform_name@
406 psdir = @psdir@
407 sbindir = @sbindir@
408 sharedstatedir = @sharedstatedir@
409 srcdir = @srcdir@
410 sysconfdir = @sysconfdir@
411 target = @target@
412 target_alias = @target_alias@
413 target_cpu = @target_cpu@
414 target_os = @target_os@
415 target_vendor = @target_vendor@
416 top_build_prefix = @top_build_prefix@
417 top_builddir = @top_builddir@
418 top_srcdir = @top_srcdir@
419
420 # Go support.
421 SUFFIXES = .c .go .gox .o .obj .lo .a
422 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
423 SUBDIRS = ${subdirs}
424 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
425 MAINT_CHARSET = latin1
426 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
427 PWD_COMMAND = $${PWDCMD-pwd}
428 STAMP = echo timestamp >
429 toolexecdir = $(glibgo_toolexecdir)
430 toolexeclibdir = $(glibgo_toolexeclibdir)
431 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
432
433 # -I/-D flags to pass when compiling.
434 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
435 ACLOCAL_AMFLAGS = -I ./config -I ../config
436 AM_CFLAGS = -fexceptions -fplan9-extensions $(SPLIT_STACK) $(WARN_CFLAGS) \
437         $(STRINGOPS_FLAG) \
438         -I $(srcdir)/../gcc -I $(MULTIBUILDTOP)../../gcc/include
439
440 @USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
441
442 # Multilib support.
443 MAKEOVERRIDES = 
444
445 # Work around what appears to be a GNU make  handling MAKEFLAGS
446 # values defined in terms of make variables, as is the case for CC and
447 # friends when we are called from the top level Makefile.
448 AM_MAKEFLAGS = \
449         "AR_FLAGS=$(AR_FLAGS)" \
450         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
451         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
452         "CFLAGS=$(CFLAGS)" \
453         "CXXFLAGS=$(CXXFLAGS)" \
454         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
455         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
456         "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
457         "GOC=$(GOC)" \
458         "GOCFLAGS=$(GOCFLAGS)" \
459         "INSTALL=$(INSTALL)" \
460         "INSTALL_DATA=$(INSTALL_DATA)" \
461         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
462         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
463         "LDFLAGS=$(LDFLAGS)" \
464         "LIBCFLAGS=$(LIBCFLAGS)" \
465         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
466         "MAKE=$(MAKE)" \
467         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
468         "PICFLAG=$(PICFLAG)" \
469         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
470         "SHELL=$(SHELL)" \
471         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
472         "exec_prefix=$(exec_prefix)" \
473         "infodir=$(infodir)" \
474         "libdir=$(libdir)" \
475         "includedir=$(includedir)" \
476         "prefix=$(prefix)" \
477         "tooldir=$(tooldir)" \
478         "gxx_include_dir=$(gxx_include_dir)" \
479         "AR=$(AR)" \
480         "AS=$(AS)" \
481         "LD=$(LD)" \
482         "RANLIB=$(RANLIB)" \
483         "NM=$(NM)" \
484         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
485         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
486         "DESTDIR=$(DESTDIR)" \
487         "WERROR=$(WERROR)"
488
489
490 # Subdir rules rely on $(FLAGS_TO_PASS)
491 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
492 toolexeclib_LTLIBRARIES = libgo.la
493 toolexeclib_LIBRARIES = libgobegin.a
494 toolexeclibgodir = $(toolexeclibdir)/go/$(gcc_version)/$(target_alias)
495 toolexeclibgo_DATA = \
496         asn1.gox \
497         big.gox \
498         bufio.gox \
499         bytes.gox \
500         cmath.gox \
501         ebnf.gox \
502         exec.gox \
503         expvar.gox \
504         flag.gox \
505         fmt.gox \
506         gob.gox \
507         hash.gox \
508         html.gox \
509         http.gox \
510         image.gox \
511         io.gox \
512         json.gox \
513         log.gox \
514         math.gox \
515         mime.gox \
516         net.gox \
517         netchan.gox \
518         os.gox \
519         patch.gox \
520         path.gox \
521         rand.gox \
522         reflect.gox \
523         regexp.gox \
524         rpc.gox \
525         runtime.gox \
526         scanner.gox \
527         smtp.gox \
528         sort.gox \
529         strconv.gox \
530         strings.gox \
531         sync.gox \
532         syscall.gox \
533         syslog.gox \
534         tabwriter.gox \
535         template.gox \
536         testing.gox \
537         time.gox \
538         try.gox \
539         unicode.gox \
540         utf16.gox \
541         utf8.gox \
542         websocket.gox \
543         xml.gox
544
545 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
546 toolexeclibgoarchive_DATA = \
547         archive/tar.gox \
548         archive/zip.gox
549
550 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
551 toolexeclibgocompress_DATA = \
552         compress/flate.gox \
553         compress/gzip.gox \
554         compress/zlib.gox
555
556 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
557 toolexeclibgocontainer_DATA = \
558         container/heap.gox \
559         container/list.gox \
560         container/ring.gox \
561         container/vector.gox
562
563 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
564 toolexeclibgocrypto_DATA = \
565         crypto/aes.gox \
566         crypto/block.gox \
567         crypto/blowfish.gox \
568         crypto/cast5.gox \
569         crypto/hmac.gox \
570         crypto/md4.gox \
571         crypto/md5.gox \
572         crypto/ocsp.gox \
573         crypto/rand.gox \
574         crypto/rc4.gox \
575         crypto/ripemd160.gox \
576         crypto/rsa.gox \
577         crypto/sha1.gox \
578         crypto/sha256.gox \
579         crypto/sha512.gox \
580         crypto/subtle.gox \
581         crypto/tls.gox \
582         crypto/x509.gox \
583         crypto/xtea.gox
584
585 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
586 toolexeclibgodebug_DATA = \
587         debug/dwarf.gox \
588         debug/elf.gox \
589         debug/gosym.gox \
590         debug/macho.gox \
591         debug/pe.gox \
592         debug/proc.gox
593
594 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
595 toolexeclibgoencoding_DATA = \
596         encoding/ascii85.gox \
597         encoding/base64.gox \
598         encoding/binary.gox \
599         encoding/git85.gox \
600         encoding/hex.gox \
601         encoding/pem.gox
602
603 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
604 toolexeclibgoexp_DATA = \
605         exp/datafmt.gox \
606         exp/draw.gox \
607         exp/eval.gox
608
609 toolexeclibgogodir = $(toolexeclibgodir)/go
610 toolexeclibgogo_DATA = \
611         go/ast.gox \
612         go/doc.gox \
613         go/parser.gox \
614         go/printer.gox \
615         go/scanner.gox \
616         go/token.gox \
617         go/typechecker.gox
618
619 toolexeclibgohashdir = $(toolexeclibgodir)/hash
620 toolexeclibgohash_DATA = \
621         hash/adler32.gox \
622         hash/crc32.gox \
623         hash/crc64.gox
624
625 toolexeclibgohttpdir = $(toolexeclibgodir)/http
626 toolexeclibgohttp_DATA = \
627         http/pprof.gox
628
629 toolexeclibgoimagedir = $(toolexeclibgodir)/image
630 toolexeclibgoimage_DATA = \
631         image/jpeg.gox \
632         image/png.gox
633
634 toolexeclibgoindexdir = $(toolexeclibgodir)/index
635 toolexeclibgoindex_DATA = \
636         index/suffixarray.gox
637
638 toolexeclibgoiodir = $(toolexeclibgodir)/io
639 toolexeclibgoio_DATA = \
640         io/ioutil.gox
641
642 toolexeclibgomimedir = $(toolexeclibgodir)/mime
643 toolexeclibgomime_DATA = \
644         mime/multipart.gox
645
646 toolexeclibgonetdir = $(toolexeclibgodir)/net
647 toolexeclibgonet_DATA = \
648         net/dict.gox \
649         net/textproto.gox
650
651 toolexeclibgoosdir = $(toolexeclibgodir)/os
652 toolexeclibgoos_DATA = \
653         os/signal.gox
654
655 toolexeclibgorpcdir = $(toolexeclibgodir)/rpc
656 toolexeclibgorpc_DATA = \
657         rpc/jsonrpc.gox
658
659 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
660 toolexeclibgoruntime_DATA = \
661         runtime/pprof.gox
662
663 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
664 toolexeclibgotesting_DATA = \
665         testing/iotest.gox \
666         testing/quick.gox \
667         testing/script.gox
668
669 @HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
670 @HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
671 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file = 
672 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
673 runtime_files = \
674         runtime/go-append.c \
675         runtime/go-assert.c \
676         runtime/go-assert-interface.c \
677         runtime/go-byte-array-to-string.c \
678         runtime/go-breakpoint.c \
679         runtime/go-caller.c \
680         runtime/go-can-convert-interface.c \
681         runtime/go-chan-cap.c \
682         runtime/go-chan-len.c \
683         runtime/go-check-interface.c \
684         runtime/go-close.c \
685         runtime/go-closed.c \
686         runtime/go-construct-map.c \
687         runtime/go-convert-interface.c \
688         runtime/go-defer.c \
689         runtime/go-deferred-recover.c \
690         runtime/go-eface-compare.c \
691         runtime/go-eface-val-compare.c \
692         runtime/go-getgoroot.c \
693         runtime/go-go.c \
694         runtime/go-gomaxprocs.c \
695         runtime/go-int-array-to-string.c \
696         runtime/go-int-to-string.c \
697         runtime/go-interface-compare.c \
698         runtime/go-interface-val-compare.c \
699         runtime/go-lock-os-thread.c \
700         runtime/go-map-delete.c \
701         runtime/go-map-index.c \
702         runtime/go-map-len.c \
703         runtime/go-map-range.c \
704         runtime/go-nanotime.c \
705         runtime/go-new-channel.c \
706         runtime/go-new-map.c \
707         runtime/go-new.c \
708         runtime/go-note.c \
709         runtime/go-panic.c \
710         runtime/go-panic-defer.c \
711         runtime/go-print.c \
712         runtime/go-rec-big.c \
713         runtime/go-rec-nb-big.c \
714         runtime/go-rec-nb-small.c \
715         runtime/go-rec-small.c \
716         runtime/go-recover.c \
717         runtime/go-reflect.c \
718         runtime/go-reflect-call.c \
719         runtime/go-reflect-chan.c \
720         runtime/go-reflect-map.c \
721         runtime/go-rune.c \
722         runtime/go-runtime-error.c \
723         runtime/go-sched.c \
724         runtime/go-select.c \
725         runtime/go-semacquire.c \
726         runtime/go-send-big.c \
727         runtime/go-send-nb-big.c \
728         runtime/go-send-nb-small.c \
729         runtime/go-send-small.c \
730         runtime/go-signal.c \
731         runtime/go-strcmp.c \
732         runtime/go-string-to-byte-array.c \
733         runtime/go-string-to-int-array.c \
734         runtime/go-strplus.c \
735         runtime/go-strslice.c \
736         runtime/go-trampoline.c \
737         runtime/go-type-eface.c \
738         runtime/go-type-error.c \
739         runtime/go-type-identity.c \
740         runtime/go-type-interface.c \
741         runtime/go-type-string.c \
742         runtime/go-typedesc-equal.c \
743         runtime/go-typestring.c \
744         runtime/go-unreflect.c \
745         runtime/go-unsafe-new.c \
746         runtime/go-unsafe-newarray.c \
747         runtime/go-unsafe-pointer.c \
748         runtime/go-unwind.c \
749         runtime/mcache.c \
750         runtime/mcentral.c \
751         $(runtime_mem_file) \
752         runtime/mfinal.c \
753         runtime/mfixalloc.c \
754         runtime/mgc0.c \
755         runtime/mheap.c \
756         runtime/mheapmap32.c \
757         runtime/mheapmap64.c \
758         runtime/msize.c \
759         runtime/proc.c \
760         runtime/thread.c \
761         $(rtems_task_variable_add_file) \
762         chan.c \
763         iface.c \
764         malloc.c \
765         map.c \
766         mprof.c \
767         reflect.c \
768         sigqueue.c \
769         string.c
770
771 go_asn1_files = \
772         go/asn1/asn1.go \
773         go/asn1/common.go \
774         go/asn1/marshal.go
775
776 go_big_files = \
777         go/big/arith.go \
778         go/big/int.go \
779         go/big/nat.go \
780         go/big/rat.go
781
782 go_bufio_files = \
783         go/bufio/bufio.go
784
785 go_bytes_files = \
786         go/bytes/buffer.go \
787         go/bytes/bytes.go \
788         go/bytes/bytes_decl.go
789
790 go_bytes_c_files = \
791         go/bytes/indexbyte.c
792
793 go_cmath_files = \
794         go/cmath/abs.go \
795         go/cmath/asin.go \
796         go/cmath/conj.go \
797         go/cmath/exp.go \
798         go/cmath/isinf.go \
799         go/cmath/isnan.go \
800         go/cmath/log.go \
801         go/cmath/phase.go \
802         go/cmath/polar.go \
803         go/cmath/pow.go \
804         go/cmath/rect.go \
805         go/cmath/sin.go \
806         go/cmath/sqrt.go \
807         go/cmath/tan.go
808
809 go_ebnf_files = \
810         go/ebnf/ebnf.go \
811         go/ebnf/parser.go
812
813 go_exec_files = \
814         go/exec/exec.go \
815         go/exec/lp_unix.go
816
817 go_expvar_files = \
818         go/expvar/expvar.go
819
820 go_flag_files = \
821         go/flag/flag.go
822
823 go_fmt_files = \
824         go/fmt/doc.go \
825         go/fmt/format.go \
826         go/fmt/print.go \
827         go/fmt/scan.go
828
829 go_gob_files = \
830         go/gob/decode.go \
831         go/gob/decoder.go \
832         go/gob/doc.go \
833         go/gob/encode.go \
834         go/gob/encoder.go \
835         go/gob/error.go \
836         go/gob/type.go
837
838 go_hash_files = \
839         go/hash/hash.go
840
841 go_html_files = \
842         go/html/doc.go \
843         go/html/entity.go \
844         go/html/escape.go \
845         go/html/token.go
846
847 go_http_files = \
848         go/http/chunked.go \
849         go/http/client.go \
850         go/http/dump.go \
851         go/http/fs.go \
852         go/http/lex.go \
853         go/http/persist.go \
854         go/http/request.go \
855         go/http/response.go \
856         go/http/server.go \
857         go/http/status.go \
858         go/http/transfer.go \
859         go/http/url.go
860
861 go_image_files = \
862         go/image/color.go \
863         go/image/format.go \
864         go/image/geom.go \
865         go/image/image.go \
866         go/image/names.go
867
868 go_io_files = \
869         go/io/multi.go \
870         go/io/io.go \
871         go/io/pipe.go
872
873 go_json_files = \
874         go/json/decode.go \
875         go/json/encode.go \
876         go/json/indent.go \
877         go/json/scanner.go \
878         go/json/stream.go
879
880 go_log_files = \
881         go/log/log.go
882
883 go_math_files = \
884         go/math/acosh.go \
885         go/math/asin.go \
886         go/math/asinh.go \
887         go/math/atan.go \
888         go/math/atanh.go \
889         go/math/atan2.go \
890         go/math/bits.go \
891         go/math/cbrt.go \
892         go/math/const.go \
893         go/math/copysign.go \
894         go/math/erf.go \
895         go/math/exp.go \
896         go/math/exp2.go \
897         go/math/expm1.go \
898         go/math/fabs.go \
899         go/math/fdim.go \
900         go/math/floor.go \
901         go/math/fmod.go \
902         go/math/frexp.go \
903         go/math/gamma.go \
904         go/math/hypot.go \
905         go/math/hypot_port.go \
906         go/math/j0.go \
907         go/math/j1.go \
908         go/math/jn.go \
909         go/math/ldexp.go \
910         go/math/lgamma.go \
911         go/math/log.go \
912         go/math/log1p.go \
913         go/math/log10.go \
914         go/math/logb.go \
915         go/math/modf.go \
916         go/math/nextafter.go \
917         go/math/pow.go \
918         go/math/pow10.go \
919         go/math/remainder.go \
920         go/math/signbit.go \
921         go/math/sin.go \
922         go/math/sincos.go \
923         go/math/sinh.go \
924         go/math/sqrt.go \
925         go/math/sqrt_port.go \
926         go/math/tan.go \
927         go/math/tanh.go \
928         go/math/unsafe.go
929
930 go_mime_files = \
931         go/mime/grammar.go \
932         go/mime/mediatype.go \
933         go/mime/type.go
934
935 @LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_linux.go
936 @LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_rtems.go
937 @LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
938 @LIBGO_IS_RTEMS_TRUE@go_net_newpollserver_file = go/net/newpollserver_rtems.go
939 go_net_files = \
940         go/net/dial.go \
941         go/net/dnsclient.go \
942         go/net/dnsconfig.go \
943         go/net/dnsmsg.go \
944         $(go_net_newpollserver_file) \
945         go/net/fd.go \
946         $(go_net_fd_os_file) \
947         go/net/hosts.go \
948         go/net/ip.go \
949         go/net/iprawsock.go \
950         go/net/ipsock.go \
951         go/net/net.go \
952         go/net/parse.go \
953         go/net/pipe.go \
954         go/net/port.go \
955         go/net/sock.go \
956         go/net/tcpsock.go \
957         go/net/udpsock.go \
958         go/net/unixsock.go
959
960 go_netchan_files = \
961         go/netchan/common.go \
962         go/netchan/export.go \
963         go/netchan/import.go
964
965 go_os_files = \
966         go/os/dir.go \
967         go/os/env.go \
968         go/os/env_unix.go \
969         go/os/error.go \
970         go/os/exec.go \
971         go/os/file.go \
972         go/os/file_unix.go \
973         go/os/getwd.go \
974         go/os/path.go \
975         go/os/proc.go \
976         go/os/stat.go \
977         go/os/sys_linux.go \
978         go/os/time.go \
979         go/os/types.go
980
981 go_patch_files = \
982         go/patch/apply.go \
983         go/patch/git.go \
984         go/patch/patch.go \
985         go/patch/textdiff.go
986
987 go_path_files = \
988         go/path/match.go \
989         go/path/path.go
990
991 go_rand_files = \
992         go/rand/exp.go \
993         go/rand/normal.go \
994         go/rand/rand.go \
995         go/rand/rng.go \
996         go/rand/zipf.go
997
998 go_reflect_files = \
999         go/reflect/deepequal.go \
1000         go/reflect/type.go \
1001         go/reflect/value.go
1002
1003 go_regexp_files = \
1004         go/regexp/regexp.go
1005
1006 go_rpc_files = \
1007         go/rpc/client.go \
1008         go/rpc/debug.go \
1009         go/rpc/server.go
1010
1011 go_runtime_files = \
1012         go/runtime/debug.go \
1013         go/runtime/error.go \
1014         go/runtime/extern.go \
1015         go/runtime/sig.go \
1016         go/runtime/softfloat64.go \
1017         go/runtime/type.go \
1018         version.go
1019
1020 @LIBGO_IS_386_FALSE@@LIBGO_IS_ARM_FALSE@@LIBGO_IS_X86_64_FALSE@GOARCH = unknown
1021 @LIBGO_IS_386_FALSE@@LIBGO_IS_ARM_TRUE@@LIBGO_IS_X86_64_FALSE@GOARCH = arm
1022 @LIBGO_IS_386_FALSE@@LIBGO_IS_X86_64_TRUE@GOARCH = amd64
1023 @LIBGO_IS_386_TRUE@GOARCH = 386
1024 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@GOOS = unknown
1025 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_TRUE@GOOS = rtems
1026 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@GOOS = freebsd
1027 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@GOOS = darwin
1028 @LIBGO_IS_LINUX_TRUE@GOOS = linux
1029 go_scanner_files = \
1030         go/scanner/scanner.go
1031
1032 go_smtp_files = \
1033         go/smtp/auth.go \
1034         go/smtp/smtp.go
1035
1036 go_sort_files = \
1037         go/sort/sort.go
1038
1039 go_strconv_files = \
1040         go/strconv/atob.go \
1041         go/strconv/atof.go \
1042         go/strconv/atoi.go \
1043         go/strconv/decimal.go \
1044         go/strconv/ftoa.go \
1045         go/strconv/itoa.go \
1046         go/strconv/quote.go
1047
1048 go_strings_files = \
1049         go/strings/reader.go \
1050         go/strings/strings.go
1051
1052 go_sync_files = \
1053         go/sync/mutex.go \
1054         go/sync/once.go \
1055         go/sync/rwmutex.go
1056
1057 go_sync_c_files = \
1058         go/sync/cas.c
1059
1060 go_syslog_files = \
1061         go/syslog/syslog.go
1062
1063 go_tabwriter_files = \
1064         go/tabwriter/tabwriter.go
1065
1066 go_template_files = \
1067         go/template/format.go \
1068         go/template/template.go
1069
1070 go_testing_files = \
1071         go/testing/benchmark.go \
1072         go/testing/testing.go
1073
1074 go_time_files = \
1075         go/time/format.go \
1076         go/time/sleep.go \
1077         go/time/tick.go \
1078         go/time/time.go \
1079         go/time/zoneinfo_unix.go
1080
1081 go_try_files = \
1082         go/try/try.go
1083
1084 go_unicode_files = \
1085         go/unicode/casetables.go \
1086         go/unicode/digit.go \
1087         go/unicode/letter.go \
1088         go/unicode/tables.go
1089
1090 go_utf16_files = \
1091         go/utf16/utf16.go
1092
1093 go_utf8_files = \
1094         go/utf8/string.go \
1095         go/utf8/utf8.go
1096
1097 go_websocket_files = \
1098         go/websocket/client.go \
1099         go/websocket/server.go \
1100         go/websocket/websocket.go
1101
1102 go_xml_files = \
1103         go/xml/read.go \
1104         go/xml/xml.go
1105
1106 go_archive_tar_files = \
1107         go/archive/tar/common.go \
1108         go/archive/tar/reader.go \
1109         go/archive/tar/writer.go
1110
1111 go_archive_zip_files = \
1112         go/archive/zip/reader.go \
1113         go/archive/zip/struct.go
1114
1115 go_compress_flate_files = \
1116         go/compress/flate/deflate.go \
1117         go/compress/flate/huffman_bit_writer.go \
1118         go/compress/flate/huffman_code.go \
1119         go/compress/flate/inflate.go \
1120         go/compress/flate/reverse_bits.go \
1121         go/compress/flate/token.go \
1122         go/compress/flate/util.go
1123
1124 go_compress_gzip_files = \
1125         go/compress/gzip/gzip.go \
1126         go/compress/gzip/gunzip.go
1127
1128 go_compress_zlib_files = \
1129         go/compress/zlib/reader.go \
1130         go/compress/zlib/writer.go
1131
1132 go_container_heap_files = \
1133         go/container/heap/heap.go
1134
1135 go_container_list_files = \
1136         go/container/list/list.go
1137
1138 go_container_ring_files = \
1139         go/container/ring/ring.go
1140
1141 go_container_vector_files = \
1142         go/container/vector/defs.go \
1143         go/container/vector/intvector.go \
1144         go/container/vector/stringvector.go \
1145         go/container/vector/vector.go
1146
1147 go_crypto_aes_files = \
1148         go/crypto/aes/block.go \
1149         go/crypto/aes/cipher.go \
1150         go/crypto/aes/const.go
1151
1152 go_crypto_block_files = \
1153         go/crypto/block/cbc.go \
1154         go/crypto/block/cfb.go \
1155         go/crypto/block/cmac.go \
1156         go/crypto/block/cipher.go \
1157         go/crypto/block/ctr.go \
1158         go/crypto/block/eax.go \
1159         go/crypto/block/ecb.go \
1160         go/crypto/block/ofb.go \
1161         go/crypto/block/xor.go
1162
1163 go_crypto_blowfish_files = \
1164         go/crypto/blowfish/block.go \
1165         go/crypto/blowfish/const.go \
1166         go/crypto/blowfish/cipher.go
1167
1168 go_crypto_cast5_files = \
1169         go/crypto/cast5/cast5.go
1170
1171 go_crypto_hmac_files = \
1172         go/crypto/hmac/hmac.go
1173
1174 go_crypto_md4_files = \
1175         go/crypto/md4/md4.go \
1176         go/crypto/md4/md4block.go
1177
1178 go_crypto_md5_files = \
1179         go/crypto/md5/md5.go \
1180         go/crypto/md5/md5block.go
1181
1182 go_crypto_ocsp_files = \
1183         go/crypto/ocsp/ocsp.go
1184
1185 go_crypto_rand_files = \
1186         go/crypto/rand/rand.go \
1187         go/crypto/rand/rand_unix.go
1188
1189 go_crypto_rc4_files = \
1190         go/crypto/rc4/rc4.go
1191
1192 go_crypto_ripemd160_files = \
1193         go/crypto/ripemd160/ripemd160.go \
1194         go/crypto/ripemd160/ripemd160block.go
1195
1196 go_crypto_rsa_files = \
1197         go/crypto/rsa/pkcs1v15.go \
1198         go/crypto/rsa/rsa.go
1199
1200 go_crypto_sha1_files = \
1201         go/crypto/sha1/sha1.go \
1202         go/crypto/sha1/sha1block.go
1203
1204 go_crypto_sha256_files = \
1205         go/crypto/sha256/sha256.go \
1206         go/crypto/sha256/sha256block.go
1207
1208 go_crypto_sha512_files = \
1209         go/crypto/sha512/sha512.go \
1210         go/crypto/sha512/sha512block.go
1211
1212 go_crypto_subtle_files = \
1213         go/crypto/subtle/constant_time.go
1214
1215 go_crypto_tls_files = \
1216         go/crypto/tls/alert.go \
1217         go/crypto/tls/ca_set.go \
1218         go/crypto/tls/common.go \
1219         go/crypto/tls/conn.go \
1220         go/crypto/tls/handshake_client.go \
1221         go/crypto/tls/handshake_messages.go \
1222         go/crypto/tls/handshake_server.go \
1223         go/crypto/tls/prf.go \
1224         go/crypto/tls/tls.go
1225
1226 go_crypto_x509_files = \
1227         go/crypto/x509/x509.go
1228
1229 go_crypto_xtea_files = \
1230         go/crypto/xtea/block.go \
1231         go/crypto/xtea/cipher.go
1232
1233 go_debug_dwarf_files = \
1234         go/debug/dwarf/buf.go \
1235         go/debug/dwarf/const.go \
1236         go/debug/dwarf/entry.go \
1237         go/debug/dwarf/open.go \
1238         go/debug/dwarf/type.go \
1239         go/debug/dwarf/unit.go
1240
1241 go_debug_elf_files = \
1242         go/debug/elf/elf.go \
1243         go/debug/elf/file.go
1244
1245 go_debug_gosym_files = \
1246         go/debug/gosym/pclntab.go \
1247         go/debug/gosym/symtab.go
1248
1249 go_debug_macho_files = \
1250         go/debug/macho/file.go \
1251         go/debug/macho/macho.go
1252
1253 go_debug_pe_files = \
1254         go/debug/pe/file.go \
1255         go/debug/pe/pe.go
1256
1257 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@proc_file = 
1258 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@proc_file = go/debug/proc/proc_freebsd.go
1259 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@proc_file = go/debug/proc/proc_darwin.go
1260 @LIBGO_IS_LINUX_TRUE@proc_file = go/debug/proc/proc_linux.go
1261 @LIBGO_IS_386_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_X86_64_FALSE@regs_file = 
1262 @LIBGO_IS_386_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_X86_64_TRUE@regs_file = go/debug/proc/regs_freebsd_amd64.go
1263 @LIBGO_IS_386_FALSE@@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_X86_64_FALSE@regs_file = 
1264 @LIBGO_IS_386_FALSE@@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_X86_64_TRUE@regs_file = go/debug/proc/regs_darwin_amd64.go
1265 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_64_FALSE@regs_file = 
1266 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_64_TRUE@regs_file = go/debug/proc/regs_linux_amd64.go
1267 @LIBGO_IS_386_TRUE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_LINUX_FALSE@regs_file = go/debug/proc/regs_freebsd_386.go
1268 @LIBGO_IS_386_TRUE@@LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@regs_file = go/debug/proc/regs_darwin_386.go
1269 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_TRUE@regs_file = go/debug/proc/regs_linux_386.go
1270 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_LINUX_FALSE@regs_file = 
1271 go_debug_proc_files = \
1272         go/debug/proc/proc.go \
1273         $(proc_file) \
1274         $(regs_file)
1275
1276 go_encoding_ascii85_files = \
1277         go/encoding/ascii85/ascii85.go
1278
1279 go_encoding_base64_files = \
1280         go/encoding/base64/base64.go
1281
1282 go_encoding_binary_files = \
1283         go/encoding/binary/binary.go
1284
1285 go_encoding_git85_files = \
1286         go/encoding/git85/git.go
1287
1288 go_encoding_hex_files = \
1289         go/encoding/hex/hex.go
1290
1291 go_encoding_pem_files = \
1292         go/encoding/pem/pem.go
1293
1294 go_exp_datafmt_files = \
1295         go/exp/datafmt/datafmt.go \
1296         go/exp/datafmt/parser.go
1297
1298 go_exp_draw_files = \
1299         go/exp/draw/draw.go \
1300         go/exp/draw/event.go
1301
1302 go_exp_eval_files = \
1303         go/exp/eval/abort.go \
1304         go/exp/eval/bridge.go \
1305         go/exp/eval/compiler.go \
1306         go/exp/eval/expr.go \
1307         go/exp/eval/expr1.go \
1308         go/exp/eval/func.go \
1309         go/exp/eval/scope.go \
1310         go/exp/eval/stmt.go \
1311         go/exp/eval/type.go \
1312         go/exp/eval/typec.go \
1313         go/exp/eval/value.go \
1314         go/exp/eval/world.go
1315
1316 go_go_ast_files = \
1317         go/go/ast/ast.go \
1318         go/go/ast/filter.go \
1319         go/go/ast/print.go \
1320         go/go/ast/scope.go \
1321         go/go/ast/walk.go
1322
1323 go_go_doc_files = \
1324         go/go/doc/comment.go \
1325         go/go/doc/doc.go
1326
1327 go_go_parser_files = \
1328         go/go/parser/interface.go \
1329         go/go/parser/parser.go
1330
1331 go_go_printer_files = \
1332         go/go/printer/nodes.go \
1333         go/go/printer/printer.go
1334
1335 go_go_scanner_files = \
1336         go/go/scanner/errors.go \
1337         go/go/scanner/scanner.go
1338
1339 go_go_token_files = \
1340         go/go/token/token.go
1341
1342 go_go_typechecker_files = \
1343         go/go/typechecker/scope.go \
1344         go/go/typechecker/typechecker.go \
1345         go/go/typechecker/universe.go
1346
1347 go_hash_adler32_files = \
1348         go/hash/adler32/adler32.go
1349
1350 go_hash_crc32_files = \
1351         go/hash/crc32/crc32.go
1352
1353 go_hash_crc64_files = \
1354         go/hash/crc64/crc64.go
1355
1356 go_http_pprof_files = \
1357         go/http/pprof/pprof.go
1358
1359 go_image_jpeg_files = \
1360         go/image/jpeg/huffman.go \
1361         go/image/jpeg/idct.go \
1362         go/image/jpeg/reader.go
1363
1364 go_image_png_files = \
1365         go/image/png/reader.go \
1366         go/image/png/writer.go
1367
1368 go_index_suffixarray_files = \
1369         go/index/suffixarray/suffixarray.go
1370
1371 go_io_ioutil_files = \
1372         go/io/ioutil/ioutil.go \
1373         go/io/ioutil/tempfile.go
1374
1375 go_mime_multipart_files = \
1376         go/mime/multipart/multipart.go
1377
1378 go_net_dict_files = \
1379         go/net/dict/dict.go
1380
1381 go_net_textproto_files = \
1382         go/net/textproto/pipeline.go \
1383         go/net/textproto/reader.go \
1384         go/net/textproto/textproto.go \
1385         go/net/textproto/writer.go
1386
1387 go_os_signal_files = \
1388         go/os/signal/signal.go \
1389         unix.go
1390
1391 go_rpc_jsonrpc_files = \
1392         go/rpc/jsonrpc/client.go \
1393         go/rpc/jsonrpc/server.go
1394
1395 go_runtime_pprof_files = \
1396         go/runtime/pprof/pprof.go
1397
1398 go_testing_iotest_files = \
1399         go/testing/iotest/logger.go \
1400         go/testing/iotest/reader.go \
1401         go/testing/iotest/writer.go
1402
1403 go_testing_quick_files = \
1404         go/testing/quick/quick.go
1405
1406 go_testing_script_files = \
1407         go/testing/script/script.go
1408
1409 @LIBGO_IS_LINUX_FALSE@syscall_os_file = 
1410 @LIBGO_IS_LINUX_TRUE@syscall_os_file = syscalls/syscall_linux.go
1411 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_64_FALSE@syscall_arch_file = 
1412 @LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_64_TRUE@syscall_arch_file = syscalls/syscall_linux_amd64.go
1413 @LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_TRUE@syscall_arch_file = syscalls/syscall_linux_386.go
1414 @LIBGO_IS_LINUX_FALSE@syscall_arch_file = 
1415 @LIBGO_IS_RTEMS_FALSE@syscall_exec_os_file = syscalls/exec.go
1416 @LIBGO_IS_RTEMS_TRUE@syscall_exec_os_file = syscalls/exec_stubs.go
1417 @LIBGO_IS_RTEMS_FALSE@syscall_socket_os_file = syscalls/socket_linux.go
1418 @LIBGO_IS_RTEMS_TRUE@syscall_socket_os_file = syscalls/socket_bsd.go
1419 @LIBGO_IS_RTEMS_FALSE@syscall_socket_epoll_file = syscalls/socket_epoll.go
1420 @LIBGO_IS_RTEMS_TRUE@syscall_socket_epoll_file = 
1421 @LIBGO_IS_RTEMS_FALSE@syscall_sysfile_os_file = syscalls/sysfile_linux.go
1422 @LIBGO_IS_RTEMS_TRUE@syscall_sysfile_os_file = syscalls/sysfile_rtems.go
1423 @LIBGO_IS_RTEMS_FALSE@syscall_syscall_file = syscalls/syscall.go
1424 @LIBGO_IS_RTEMS_TRUE@syscall_syscall_file = syscalls/syscall_stubs.go
1425 @LIBGO_IS_RTEMS_FALSE@syscall_errstr_file = syscalls/errstr.go
1426 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_file = syscalls/errstr_rtems.go
1427 @LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl.go
1428 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@syscall_errstr_decl_file = syscalls/errstr_decl_linux.go
1429 @LIBGO_IS_RTEMS_TRUE@syscall_errstr_decl_file = syscalls/errstr_decl_rtems.go
1430 go_syscall_files = \
1431         $(syscall_errstr_file) \
1432         $(syscall_errstr_decl_file) \
1433         syscalls/exec_helpers.go \
1434         $(syscall_exec_os_file) \
1435         syscalls/socket.go \
1436         $(syscall_socket_os_file) \
1437         $(syscall_socket_epoll_file) \
1438         $(syscall_syscall_file) \
1439         syscalls/syscall_unix.go \
1440         syscalls/stringbyte.go \
1441         $(syscall_os_file) \
1442         $(syscall_arch_file) \
1443         syscalls/sysfile_posix.go \
1444         $(syscall_sysfile_os_file) \
1445         sysinfo.go
1446
1447 go_syscall_c_files = \
1448         syscalls/errno.c
1449
1450 libgo_go_objs = \
1451         asn1/libasn1.la \
1452         big/libbig.la \
1453         bufio/libbufio.la \
1454         bytes/libbytes.la \
1455         cmath/libcmath.la \
1456         ebnf/libebnf.la \
1457         exec/libexec.la \
1458         expvar/libexpvar.la \
1459         flag/libflag.la \
1460         fmt/libfmt.la \
1461         gob/libgob.la \
1462         hash/libhash.la \
1463         html/libhtml.la \
1464         http/libhttp.la \
1465         image/libimage.la \
1466         io/libio.la \
1467         json/libjson.la \
1468         log/liblog.la \
1469         math/libmath.la \
1470         mime/libmime.la \
1471         net/libnet.la \
1472         netchan/libnetchan.la \
1473         os/libos.la \
1474         patch/libpatch.la \
1475         path/libpath.la \
1476         rand/librand.la \
1477         reflect/libreflect.la \
1478         regexp/libregexp.la \
1479         rpc/librpc.la \
1480         runtime/libruntime.la \
1481         scanner/libscanner.la \
1482         smtp/libsmtp.la \
1483         sort/libsort.la \
1484         strconv/libstrconv.la \
1485         strings/libstrings.la \
1486         sync/libsync.la \
1487         syslog/libsyslog.la \
1488         tabwriter/libtabwriter.la \
1489         template/libtemplate.la \
1490         time/libtime.la \
1491         try/libtry.la \
1492         unicode/libunicode.la \
1493         utf16/libutf16.la \
1494         utf8/libutf8.la \
1495         websocket/libwebsocket.la \
1496         xml/libxml.la \
1497         archive/libtar.la \
1498         archive/libzip.la \
1499         compress/libflate.la \
1500         compress/libgzip.la \
1501         compress/libzlib.la \
1502         container/libheap.la \
1503         container/liblist.la \
1504         container/libring.la \
1505         container/libvector.la \
1506         crypto/libaes.la \
1507         crypto/libblock.la \
1508         crypto/libblowfish.la \
1509         crypto/libcast5.la \
1510         crypto/libhmac.la \
1511         crypto/libmd4.la \
1512         crypto/libmd5.la \
1513         crypto/libocsp.la \
1514         crypto/librand.la \
1515         crypto/librc4.la \
1516         crypto/libripemd160.la \
1517         crypto/librsa.la \
1518         crypto/libsha1.la \
1519         crypto/libsha256.la \
1520         crypto/libsha512.la \
1521         crypto/libsubtle.la \
1522         crypto/libtls.la \
1523         crypto/libx509.la \
1524         crypto/libxtea.la \
1525         debug/libdwarf.la \
1526         debug/libelf.la \
1527         debug/libgosym.la \
1528         debug/libmacho.la \
1529         debug/libpe.la \
1530         debug/libproc.la \
1531         encoding/libascii85.la \
1532         encoding/libbase64.la \
1533         encoding/libbinary.la \
1534         encoding/libgit85.la \
1535         encoding/libhex.la \
1536         encoding/libpem.la \
1537         exp/libdatafmt.la \
1538         exp/libdraw.la \
1539         exp/libeval.la \
1540         go/libast.la \
1541         go/libdoc.la \
1542         go/libparser.la \
1543         go/libprinter.la \
1544         go/libscanner.la \
1545         go/libtoken.la \
1546         go/libtypechecker.la \
1547         hash/libadler32.la \
1548         hash/libcrc32.la \
1549         hash/libcrc64.la \
1550         http/libpprof.la \
1551         image/libjpeg.la \
1552         image/libpng.la \
1553         index/libsuffixarray.la \
1554         io/libioutil.la \
1555         mime/libmultipart.la \
1556         net/libdict.la \
1557         net/libtextproto.la \
1558         os/libsignal.la \
1559         rpc/libjsonrpc.la \
1560         runtime/libpprof.la \
1561         syscalls/libsyscall.la \
1562         testing/libtesting.la \
1563         testing/libiotest.la \
1564         testing/libquick.la \
1565         testing/libscript.la
1566
1567 libgo_la_SOURCES = $(runtime_files)
1568 libgo_la_LIBADD = $(libgo_go_objs) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS)
1569 libgobegin_a_SOURCES = \
1570         runtime/go-main.c
1571
1572 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1573 AM_GOCFLAGS = $(STRINGOPS_FLAG)
1574 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1575 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1576         $(AM_GOCFLAGS) $(GOCFLAGS)
1577
1578 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1579         $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) \
1580         $(PTHREAD_LIBS) $(MATH_LIBS) -o $@
1581
1582
1583 # Build a package.
1584 BUILDARCHIVE = \
1585         rm -f `echo $@ | sed -e 's|/lib|/|' -e 's/\.a/.gox/'`; \
1586         test -d $(@D) || $(MKDIR_P) $(@D); \
1587         rm -f $@; \
1588         files=`echo $^ | sed -e 's/[^ ]*\.gox//g'`; \
1589         if $(LTGOCOMPILE) -c -fgo-prefix="libgo_$(@D)" -o $@.$(OBJEXT) $$files; then \
1590           $(AR) rc $@ $@.$(OBJEXT); \
1591         else exit 1; fi
1592
1593 @LIBGO_IS_RTEMS_FALSE@use_dejagnu = no
1594 @LIBGO_IS_RTEMS_TRUE@use_dejagnu = yes
1595
1596 # Check a package.
1597 CHECK = \
1598         @GC="$(GOC) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs -Wl,-R,`${PWD_COMMAND}`/.libs"; \
1599         export GC; \
1600         RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1601         export RUNTESTFLAGS; \
1602         MAKE="$(MAKE)"; \
1603         export MAKE; \
1604         rm -f $@-log; \
1605         echo -n "$(@D) " >$@-log 2>&1; \
1606         prefix=`if test "$(@D)" = "regexp"; then echo regexp-test; else dirname $(@D); fi`; \
1607         test "$${prefix}" != "." || prefix="$(@D)"; \
1608         $(srcdir)/testsuite/gotest --dejagnu=$(use_dejagnu) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --prefix="libgo_$${prefix}" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" >>$@-log 2>&1; \
1609         x=$$?; \
1610         cat $@-log; \
1611         exit $$x
1612
1613
1614 # Build all packages before checking any.
1615 CHECK_DEPS = libgo.la libgobegin.a \
1616         $(toolexeclib_DATA) \
1617         $(toolexeclibarchive_DATA) \
1618         $(toolexeclibcompress_DATA) \
1619         $(toolexeclibcontainer_DATA) \
1620         $(toolexeclibcrypto_DATA) \
1621         $(toolexeclibdebug_DATA) \
1622         $(toolexeclibencoding_DATA) \
1623         $(toolexeclibexp_DATA) \
1624         $(toolexeclibgo_DATA) \
1625         $(toolexeclibhash_DATA) \
1626         $(toolexeclibhttp_DATA) \
1627         $(toolexeclibimage_DATA) \
1628         $(toolexeclibio_DATA) \
1629         $(toolexeclibos_DATA) \
1630         $(toolexeclibrpc_DATA) \
1631         $(toolexeclibruntime_DATA) \
1632         $(toolexeclibtesting_DATA)
1633
1634
1635 # How to build a .gox file from a .a file.
1636 BUILDGOX = \
1637         set -e; \
1638         rm -f $@.$(OBJEXT); \
1639         $(CC) -r -nostdlib -o $@.$(OBJEXT) -Wl,--whole-archive $<; \
1640         $(OBJCOPY) -j .go_export $@.$(OBJEXT) $@.tmp; \
1641         mv -f $@.tmp $@; \
1642         rm -f $@.$(OBJEXT)
1643
1644 TEST_PACKAGES = \
1645         asn1/check \
1646         big/check \
1647         bufio/check \
1648         bytes/check \
1649         cmath/check \
1650         ebnf/check \
1651         exec/check \
1652         expvar/check \
1653         flag/check \
1654         fmt/check \
1655         gob/check \
1656         html/check \
1657         http/check \
1658         io/check \
1659         json/check \
1660         log/check \
1661         math/check \
1662         mime/check \
1663         net/check \
1664         netchan/check \
1665         os/check \
1666         patch/check \
1667         path/check \
1668         rand/check \
1669         reflect/check \
1670         regexp/check \
1671         rpc/check \
1672         runtime/check \
1673         scanner/check \
1674         smtp/check \
1675         sort/check \
1676         strconv/check \
1677         strings/check \
1678         sync/check \
1679         syslog/check \
1680         tabwriter/check \
1681         template/check \
1682         time/check \
1683         try/check \
1684         unicode/check \
1685         utf16/check \
1686         utf8/check \
1687         websocket/check \
1688         xml/check \
1689         archive/tar/check \
1690         archive/zip/check \
1691         compress/flate/check \
1692         compress/gzip/check \
1693         compress/zlib/check \
1694         container/heap/check \
1695         container/list/check \
1696         container/ring/check \
1697         container/vector/check \
1698         crypto/aes/check \
1699         crypto/block/check \
1700         crypto/blowfish/check \
1701         crypto/cast5/check \
1702         crypto/hmac/check \
1703         crypto/md4/check \
1704         crypto/md5/check \
1705         crypto/ocsp/check \
1706         crypto/rand/check \
1707         crypto/rc4/check \
1708         crypto/ripemd160/check \
1709         crypto/rsa/check \
1710         crypto/sha1/check \
1711         crypto/sha256/check \
1712         crypto/sha512/check \
1713         crypto/subtle/check \
1714         crypto/tls/check \
1715         crypto/x509/check \
1716         crypto/xtea/check \
1717         debug/dwarf/check \
1718         debug/elf/check \
1719         debug/macho/check \
1720         debug/pe/check \
1721         encoding/ascii85/check \
1722         encoding/base64/check \
1723         encoding/binary/check \
1724         encoding/git85/check \
1725         encoding/hex/check \
1726         encoding/pem/check \
1727         exp/datafmt/check \
1728         exp/draw/check \
1729         exp/eval/check \
1730         go/parser/check \
1731         go/printer/check \
1732         go/scanner/check \
1733         go/typechecker/check \
1734         hash/adler32/check \
1735         hash/crc32/check \
1736         hash/crc64/check \
1737         image/png/check \
1738         index/suffixarray/check \
1739         io/ioutil/check \
1740         mime/multipart/check \
1741         net/textproto/check \
1742         os/signal/check \
1743         rpc/jsonrpc/check \
1744         testing/quick/check \
1745         testing/script/check
1746
1747 CLEANFILES = *.go *.gox goc2c *.c s-version
1748 all: config.h
1749         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1750
1751 .SUFFIXES:
1752 .SUFFIXES: .c .go .gox .o .obj .lo .a .la
1753 am--refresh:
1754         @:
1755 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1756         @for dep in $?; do \
1757           case '$(am__configure_deps)' in \
1758             *$$dep*) \
1759               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1760               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1761                 && exit 0; \
1762               exit 1;; \
1763           esac; \
1764         done; \
1765         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1766         $(am__cd) $(top_srcdir) && \
1767           $(AUTOMAKE) --foreign Makefile
1768 .PRECIOUS: Makefile
1769 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1770         @case '$?' in \
1771           *config.status*) \
1772             echo ' $(SHELL) ./config.status'; \
1773             $(SHELL) ./config.status;; \
1774           *) \
1775             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1776             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1777         esac;
1778
1779 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1780         $(SHELL) ./config.status --recheck
1781
1782 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1783         $(am__cd) $(srcdir) && $(AUTOCONF)
1784 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1785         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1786 $(am__aclocal_m4_deps):
1787
1788 config.h: stamp-h1
1789         @if test ! -f $@; then \
1790           rm -f stamp-h1; \
1791           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1792         else :; fi
1793
1794 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1795         @rm -f stamp-h1
1796         cd $(top_builddir) && $(SHELL) ./config.status config.h
1797 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1798         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1799         rm -f stamp-h1
1800         touch $@
1801
1802 distclean-hdr:
1803         -rm -f config.h stamp-h1
1804 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1805         @$(NORMAL_INSTALL)
1806         test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
1807         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1808         list2=; for p in $$list; do \
1809           if test -f $$p; then \
1810             list2="$$list2 $$p"; \
1811           else :; fi; \
1812         done; \
1813         test -z "$$list2" || { \
1814           echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1815           $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1816         @$(POST_INSTALL)
1817         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1818         for p in $$list; do \
1819           if test -f $$p; then \
1820             $(am__strip_dir) \
1821             echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1822             ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1823           else :; fi; \
1824         done
1825
1826 uninstall-toolexeclibLIBRARIES:
1827         @$(NORMAL_UNINSTALL)
1828         @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1829         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1830         test -n "$$files" || exit 0; \
1831         echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f "$$files" )"; \
1832         cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
1833
1834 clean-toolexeclibLIBRARIES:
1835         -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1836 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) 
1837         -rm -f libgobegin.a
1838         $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1839         $(RANLIB) libgobegin.a
1840 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1841         @$(NORMAL_INSTALL)
1842         test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
1843         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1844         list2=; for p in $$list; do \
1845           if test -f $$p; then \
1846             list2="$$list2 $$p"; \
1847           else :; fi; \
1848         done; \
1849         test -z "$$list2" || { \
1850           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1851           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1852         }
1853
1854 uninstall-toolexeclibLTLIBRARIES:
1855         @$(NORMAL_UNINSTALL)
1856         @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1857         for p in $$list; do \
1858           $(am__strip_dir) \
1859           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1860           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1861         done
1862
1863 clean-toolexeclibLTLIBRARIES:
1864         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1865         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
1866           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1867           test "$$dir" != "$$p" || dir=.; \
1868           echo "rm -f \"$${dir}/so_locations\""; \
1869           rm -f "$${dir}/so_locations"; \
1870         done
1871 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) 
1872         $(LINK) -rpath $(toolexeclibdir) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1873
1874 mostlyclean-compile:
1875         -rm -f *.$(OBJEXT)
1876
1877 distclean-compile:
1878         -rm -f *.tab.c
1879
1880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chan.Plo@am__quote@
1881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-append.Plo@am__quote@
1882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert-interface.Plo@am__quote@
1883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
1884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
1885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-byte-array-to-string.Plo@am__quote@
1886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
1887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-can-convert-interface.Plo@am__quote@
1888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-cap.Plo@am__quote@
1889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-chan-len.Plo@am__quote@
1890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-check-interface.Plo@am__quote@
1891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-close.Plo@am__quote@
1892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-closed.Plo@am__quote@
1893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
1894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-convert-interface.Plo@am__quote@
1895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
1896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
1897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-compare.Plo@am__quote@
1898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-eface-val-compare.Plo@am__quote@
1899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-getgoroot.Plo@am__quote@
1900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-go.Plo@am__quote@
1901 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-gomaxprocs.Plo@am__quote@
1902 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-array-to-string.Plo@am__quote@
1903 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-int-to-string.Plo@am__quote@
1904 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-compare.Plo@am__quote@
1905 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-interface-val-compare.Plo@am__quote@
1906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-lock-os-thread.Plo@am__quote@
1907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-main.Po@am__quote@
1908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-delete.Plo@am__quote@
1909 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-index.Plo@am__quote@
1910 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-len.Plo@am__quote@
1911 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-map-range.Plo@am__quote@
1912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
1913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-channel.Plo@am__quote@
1914 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new-map.Plo@am__quote@
1915 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
1916 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-note.Plo@am__quote@
1917 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic-defer.Plo@am__quote@
1918 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
1919 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-print.Plo@am__quote@
1920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-big.Plo@am__quote@
1921 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-big.Plo@am__quote@
1922 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-nb-small.Plo@am__quote@
1923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rec-small.Plo@am__quote@
1924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
1925 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
1926 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-chan.Plo@am__quote@
1927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-map.Plo@am__quote@
1928 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect.Plo@am__quote@
1929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-rune.Plo@am__quote@
1930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
1931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-sched.Plo@am__quote@
1932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-select.Plo@am__quote@
1933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-semacquire.Plo@am__quote@
1934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-big.Plo@am__quote@
1935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-big.Plo@am__quote@
1936 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-nb-small.Plo@am__quote@
1937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-send-small.Plo@am__quote@
1938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
1939 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strcmp.Plo@am__quote@
1940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-byte-array.Plo@am__quote@
1941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-string-to-int-array.Plo@am__quote@
1942 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strplus.Plo@am__quote@
1943 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
1944 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-trampoline.Plo@am__quote@
1945 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-eface.Plo@am__quote@
1946 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-error.Plo@am__quote@
1947 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
1948 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-interface.Plo@am__quote@
1949 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
1950 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
1951 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typestring.Plo@am__quote@
1952 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unreflect.Plo@am__quote@
1953 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
1954 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
1955 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1956 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
1957 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iface.Plo@am__quote@
1958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
1959 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
1960 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
1961 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
1962 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
1963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
1964 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfinal.Plo@am__quote@
1965 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
1966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
1967 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
1968 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheapmap32.Plo@am__quote@
1969 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheapmap64.Plo@am__quote@
1970 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprof.Plo@am__quote@
1971 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
1972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
1973 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reflect.Plo@am__quote@
1974 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1975 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigqueue.Plo@am__quote@
1976 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
1977 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
1978
1979 .c.o:
1980 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1981 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1984 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1985
1986 .c.obj:
1987 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1988 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1991 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1992
1993 .c.lo:
1994 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1995 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1998 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1999
2000 go-main.o: runtime/go-main.c
2001 @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
2002 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-main.c' object='go-main.o' libtool=no @AMDEPBACKSLASH@
2004 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2005 @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
2006
2007 go-main.obj: runtime/go-main.c
2008 @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`
2009 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-main.Tpo $(DEPDIR)/go-main.Po
2010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-main.c' object='go-main.obj' libtool=no @AMDEPBACKSLASH@
2011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2012 @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`
2013
2014 go-append.lo: runtime/go-append.c
2015 @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
2016 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-append.Tpo $(DEPDIR)/go-append.Plo
2017 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-append.c' object='go-append.lo' libtool=yes @AMDEPBACKSLASH@
2018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2019 @am__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
2020
2021 go-assert.lo: runtime/go-assert.c
2022 @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
2023 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
2024 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
2025 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2026 @am__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
2027
2028 go-assert-interface.lo: runtime/go-assert-interface.c
2029 @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
2030 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-assert-interface.Tpo $(DEPDIR)/go-assert-interface.Plo
2031 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-assert-interface.c' object='go-assert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2032 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2033 @am__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
2034
2035 go-byte-array-to-string.lo: runtime/go-byte-array-to-string.c
2036 @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
2037 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-byte-array-to-string.Tpo $(DEPDIR)/go-byte-array-to-string.Plo
2038 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-byte-array-to-string.c' object='go-byte-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2039 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2040 @am__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
2041
2042 go-breakpoint.lo: runtime/go-breakpoint.c
2043 @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
2044 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
2045 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
2046 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2047 @am__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
2048
2049 go-caller.lo: runtime/go-caller.c
2050 @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
2051 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
2052 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
2053 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2054 @am__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
2055
2056 go-can-convert-interface.lo: runtime/go-can-convert-interface.c
2057 @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
2058 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-can-convert-interface.Tpo $(DEPDIR)/go-can-convert-interface.Plo
2059 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-can-convert-interface.c' object='go-can-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2060 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2061 @am__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
2062
2063 go-chan-cap.lo: runtime/go-chan-cap.c
2064 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-cap.lo -MD -MP -MF $(DEPDIR)/go-chan-cap.Tpo -c -o go-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2065 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-chan-cap.Tpo $(DEPDIR)/go-chan-cap.Plo
2066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-chan-cap.c' object='go-chan-cap.lo' libtool=yes @AMDEPBACKSLASH@
2067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2068 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-chan-cap.lo `test -f 'runtime/go-chan-cap.c' || echo '$(srcdir)/'`runtime/go-chan-cap.c
2069
2070 go-chan-len.lo: runtime/go-chan-len.c
2071 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-chan-len.lo -MD -MP -MF $(DEPDIR)/go-chan-len.Tpo -c -o go-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2072 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-chan-len.Tpo $(DEPDIR)/go-chan-len.Plo
2073 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-chan-len.c' object='go-chan-len.lo' libtool=yes @AMDEPBACKSLASH@
2074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2075 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-chan-len.lo `test -f 'runtime/go-chan-len.c' || echo '$(srcdir)/'`runtime/go-chan-len.c
2076
2077 go-check-interface.lo: runtime/go-check-interface.c
2078 @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
2079 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-check-interface.Tpo $(DEPDIR)/go-check-interface.Plo
2080 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-check-interface.c' object='go-check-interface.lo' libtool=yes @AMDEPBACKSLASH@
2081 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2082 @am__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
2083
2084 go-close.lo: runtime/go-close.c
2085 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-close.lo -MD -MP -MF $(DEPDIR)/go-close.Tpo -c -o go-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2086 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-close.Tpo $(DEPDIR)/go-close.Plo
2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-close.c' object='go-close.lo' libtool=yes @AMDEPBACKSLASH@
2088 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2089 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-close.lo `test -f 'runtime/go-close.c' || echo '$(srcdir)/'`runtime/go-close.c
2090
2091 go-closed.lo: runtime/go-closed.c
2092 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-closed.lo -MD -MP -MF $(DEPDIR)/go-closed.Tpo -c -o go-closed.lo `test -f 'runtime/go-closed.c' || echo '$(srcdir)/'`runtime/go-closed.c
2093 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-closed.Tpo $(DEPDIR)/go-closed.Plo
2094 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-closed.c' object='go-closed.lo' libtool=yes @AMDEPBACKSLASH@
2095 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2096 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-closed.lo `test -f 'runtime/go-closed.c' || echo '$(srcdir)/'`runtime/go-closed.c
2097
2098 go-construct-map.lo: runtime/go-construct-map.c
2099 @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
2100 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
2101 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
2102 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2103 @am__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
2104
2105 go-convert-interface.lo: runtime/go-convert-interface.c
2106 @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
2107 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-convert-interface.Tpo $(DEPDIR)/go-convert-interface.Plo
2108 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-convert-interface.c' object='go-convert-interface.lo' libtool=yes @AMDEPBACKSLASH@
2109 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2110 @am__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
2111
2112 go-defer.lo: runtime/go-defer.c
2113 @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
2114 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
2115 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
2116 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2117 @am__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
2118
2119 go-deferred-recover.lo: runtime/go-deferred-recover.c
2120 @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
2121 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
2123 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2124 @am__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
2125
2126 go-eface-compare.lo: runtime/go-eface-compare.c
2127 @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
2128 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-eface-compare.Tpo $(DEPDIR)/go-eface-compare.Plo
2129 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-eface-compare.c' object='go-eface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2130 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2131 @am__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
2132
2133 go-eface-val-compare.lo: runtime/go-eface-val-compare.c
2134 @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
2135 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-eface-val-compare.Tpo $(DEPDIR)/go-eface-val-compare.Plo
2136 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-eface-val-compare.c' object='go-eface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2137 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2138 @am__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
2139
2140 go-getgoroot.lo: runtime/go-getgoroot.c
2141 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-getgoroot.lo -MD -MP -MF $(DEPDIR)/go-getgoroot.Tpo -c -o go-getgoroot.lo `test -f 'runtime/go-getgoroot.c' || echo '$(srcdir)/'`runtime/go-getgoroot.c
2142 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-getgoroot.Tpo $(DEPDIR)/go-getgoroot.Plo
2143 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-getgoroot.c' object='go-getgoroot.lo' libtool=yes @AMDEPBACKSLASH@
2144 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2145 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-getgoroot.lo `test -f 'runtime/go-getgoroot.c' || echo '$(srcdir)/'`runtime/go-getgoroot.c
2146
2147 go-go.lo: runtime/go-go.c
2148 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-go.lo -MD -MP -MF $(DEPDIR)/go-go.Tpo -c -o go-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2149 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-go.Tpo $(DEPDIR)/go-go.Plo
2150 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-go.c' object='go-go.lo' libtool=yes @AMDEPBACKSLASH@
2151 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2152 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-go.lo `test -f 'runtime/go-go.c' || echo '$(srcdir)/'`runtime/go-go.c
2153
2154 go-gomaxprocs.lo: runtime/go-gomaxprocs.c
2155 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-gomaxprocs.lo -MD -MP -MF $(DEPDIR)/go-gomaxprocs.Tpo -c -o go-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2156 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-gomaxprocs.Tpo $(DEPDIR)/go-gomaxprocs.Plo
2157 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-gomaxprocs.c' object='go-gomaxprocs.lo' libtool=yes @AMDEPBACKSLASH@
2158 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2159 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-gomaxprocs.lo `test -f 'runtime/go-gomaxprocs.c' || echo '$(srcdir)/'`runtime/go-gomaxprocs.c
2160
2161 go-int-array-to-string.lo: runtime/go-int-array-to-string.c
2162 @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
2163 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-int-array-to-string.Tpo $(DEPDIR)/go-int-array-to-string.Plo
2164 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-int-array-to-string.c' object='go-int-array-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2165 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2166 @am__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
2167
2168 go-int-to-string.lo: runtime/go-int-to-string.c
2169 @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
2170 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-int-to-string.Tpo $(DEPDIR)/go-int-to-string.Plo
2171 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-int-to-string.c' object='go-int-to-string.lo' libtool=yes @AMDEPBACKSLASH@
2172 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2173 @am__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
2174
2175 go-interface-compare.lo: runtime/go-interface-compare.c
2176 @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
2177 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-interface-compare.Tpo $(DEPDIR)/go-interface-compare.Plo
2178 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-interface-compare.c' object='go-interface-compare.lo' libtool=yes @AMDEPBACKSLASH@
2179 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2180 @am__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
2181
2182 go-interface-val-compare.lo: runtime/go-interface-val-compare.c
2183 @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
2184 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-interface-val-compare.Tpo $(DEPDIR)/go-interface-val-compare.Plo
2185 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-interface-val-compare.c' object='go-interface-val-compare.lo' libtool=yes @AMDEPBACKSLASH@
2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2187 @am__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
2188
2189 go-lock-os-thread.lo: runtime/go-lock-os-thread.c
2190 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-lock-os-thread.lo -MD -MP -MF $(DEPDIR)/go-lock-os-thread.Tpo -c -o go-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2191 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-lock-os-thread.Tpo $(DEPDIR)/go-lock-os-thread.Plo
2192 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-lock-os-thread.c' object='go-lock-os-thread.lo' libtool=yes @AMDEPBACKSLASH@
2193 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2194 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-lock-os-thread.lo `test -f 'runtime/go-lock-os-thread.c' || echo '$(srcdir)/'`runtime/go-lock-os-thread.c
2195
2196 go-map-delete.lo: runtime/go-map-delete.c
2197 @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
2198 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-delete.Tpo $(DEPDIR)/go-map-delete.Plo
2199 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-delete.c' object='go-map-delete.lo' libtool=yes @AMDEPBACKSLASH@
2200 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2201 @am__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
2202
2203 go-map-index.lo: runtime/go-map-index.c
2204 @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
2205 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-index.Tpo $(DEPDIR)/go-map-index.Plo
2206 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-index.c' object='go-map-index.lo' libtool=yes @AMDEPBACKSLASH@
2207 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2208 @am__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
2209
2210 go-map-len.lo: runtime/go-map-len.c
2211 @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
2212 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-len.Tpo $(DEPDIR)/go-map-len.Plo
2213 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-len.c' object='go-map-len.lo' libtool=yes @AMDEPBACKSLASH@
2214 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2215 @am__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
2216
2217 go-map-range.lo: runtime/go-map-range.c
2218 @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
2219 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-map-range.Tpo $(DEPDIR)/go-map-range.Plo
2220 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-map-range.c' object='go-map-range.lo' libtool=yes @AMDEPBACKSLASH@
2221 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2222 @am__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
2223
2224 go-nanotime.lo: runtime/go-nanotime.c
2225 @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
2226 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
2227 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
2228 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2229 @am__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
2230
2231 go-new-channel.lo: runtime/go-new-channel.c
2232 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-new-channel.lo -MD -MP -MF $(DEPDIR)/go-new-channel.Tpo -c -o go-new-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2233 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new-channel.Tpo $(DEPDIR)/go-new-channel.Plo
2234 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new-channel.c' object='go-new-channel.lo' libtool=yes @AMDEPBACKSLASH@
2235 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2236 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-new-channel.lo `test -f 'runtime/go-new-channel.c' || echo '$(srcdir)/'`runtime/go-new-channel.c
2237
2238 go-new-map.lo: runtime/go-new-map.c
2239 @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
2240 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new-map.Tpo $(DEPDIR)/go-new-map.Plo
2241 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new-map.c' object='go-new-map.lo' libtool=yes @AMDEPBACKSLASH@
2242 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2243 @am__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
2244
2245 go-new.lo: runtime/go-new.c
2246 @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
2247 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
2248 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
2249 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2250 @am__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
2251
2252 go-note.lo: runtime/go-note.c
2253 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-note.lo -MD -MP -MF $(DEPDIR)/go-note.Tpo -c -o go-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2254 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-note.Tpo $(DEPDIR)/go-note.Plo
2255 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-note.c' object='go-note.lo' libtool=yes @AMDEPBACKSLASH@
2256 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2257 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-note.lo `test -f 'runtime/go-note.c' || echo '$(srcdir)/'`runtime/go-note.c
2258
2259 go-panic.lo: runtime/go-panic.c
2260 @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
2261 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
2262 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
2263 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2264 @am__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
2265
2266 go-panic-defer.lo: runtime/go-panic-defer.c
2267 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-panic-defer.lo -MD -MP -MF $(DEPDIR)/go-panic-defer.Tpo -c -o go-panic-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2268 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-panic-defer.Tpo $(DEPDIR)/go-panic-defer.Plo
2269 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-panic-defer.c' object='go-panic-defer.lo' libtool=yes @AMDEPBACKSLASH@
2270 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2271 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-panic-defer.lo `test -f 'runtime/go-panic-defer.c' || echo '$(srcdir)/'`runtime/go-panic-defer.c
2272
2273 go-print.lo: runtime/go-print.c
2274 @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
2275 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-print.Tpo $(DEPDIR)/go-print.Plo
2276 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-print.c' object='go-print.lo' libtool=yes @AMDEPBACKSLASH@
2277 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2278 @am__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
2279
2280 go-rec-big.lo: runtime/go-rec-big.c
2281 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-big.lo -MD -MP -MF $(DEPDIR)/go-rec-big.Tpo -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2282 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-big.Tpo $(DEPDIR)/go-rec-big.Plo
2283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-big.c' object='go-rec-big.lo' libtool=yes @AMDEPBACKSLASH@
2284 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2285 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-big.lo `test -f 'runtime/go-rec-big.c' || echo '$(srcdir)/'`runtime/go-rec-big.c
2286
2287 go-rec-nb-big.lo: runtime/go-rec-nb-big.c
2288 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-big.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-big.Tpo -c -o go-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2289 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-nb-big.Tpo $(DEPDIR)/go-rec-nb-big.Plo
2290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-nb-big.c' object='go-rec-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2292 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-nb-big.lo `test -f 'runtime/go-rec-nb-big.c' || echo '$(srcdir)/'`runtime/go-rec-nb-big.c
2293
2294 go-rec-nb-small.lo: runtime/go-rec-nb-small.c
2295 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-nb-small.lo -MD -MP -MF $(DEPDIR)/go-rec-nb-small.Tpo -c -o go-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2296 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-nb-small.Tpo $(DEPDIR)/go-rec-nb-small.Plo
2297 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-nb-small.c' object='go-rec-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2299 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-nb-small.lo `test -f 'runtime/go-rec-nb-small.c' || echo '$(srcdir)/'`runtime/go-rec-nb-small.c
2300
2301 go-rec-small.lo: runtime/go-rec-small.c
2302 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-rec-small.lo -MD -MP -MF $(DEPDIR)/go-rec-small.Tpo -c -o go-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2303 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rec-small.Tpo $(DEPDIR)/go-rec-small.Plo
2304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rec-small.c' object='go-rec-small.lo' libtool=yes @AMDEPBACKSLASH@
2305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2306 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-rec-small.lo `test -f 'runtime/go-rec-small.c' || echo '$(srcdir)/'`runtime/go-rec-small.c
2307
2308 go-recover.lo: runtime/go-recover.c
2309 @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
2310 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
2311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
2312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2313 @am__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
2314
2315 go-reflect.lo: runtime/go-reflect.c
2316 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-reflect.lo -MD -MP -MF $(DEPDIR)/go-reflect.Tpo -c -o go-reflect.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
2317 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect.Tpo $(DEPDIR)/go-reflect.Plo
2318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect.c' object='go-reflect.lo' libtool=yes @AMDEPBACKSLASH@
2319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2320 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect.lo `test -f 'runtime/go-reflect.c' || echo '$(srcdir)/'`runtime/go-reflect.c
2321
2322 go-reflect-call.lo: runtime/go-reflect-call.c
2323 @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
2324 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
2325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
2326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2327 @am__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
2328
2329 go-reflect-chan.lo: runtime/go-reflect-chan.c
2330 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-reflect-chan.lo -MD -MP -MF $(DEPDIR)/go-reflect-chan.Tpo -c -o go-reflect-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2331 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-chan.Tpo $(DEPDIR)/go-reflect-chan.Plo
2332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-chan.c' object='go-reflect-chan.lo' libtool=yes @AMDEPBACKSLASH@
2333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2334 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect-chan.lo `test -f 'runtime/go-reflect-chan.c' || echo '$(srcdir)/'`runtime/go-reflect-chan.c
2335
2336 go-reflect-map.lo: runtime/go-reflect-map.c
2337 @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
2338 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-reflect-map.Tpo $(DEPDIR)/go-reflect-map.Plo
2339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-reflect-map.c' object='go-reflect-map.lo' libtool=yes @AMDEPBACKSLASH@
2340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2341 @am__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
2342
2343 go-rune.lo: runtime/go-rune.c
2344 @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
2345 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-rune.Tpo $(DEPDIR)/go-rune.Plo
2346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-rune.c' object='go-rune.lo' libtool=yes @AMDEPBACKSLASH@
2347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2348 @am__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
2349
2350 go-runtime-error.lo: runtime/go-runtime-error.c
2351 @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
2352 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
2353 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
2354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2355 @am__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
2356
2357 go-sched.lo: runtime/go-sched.c
2358 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-sched.lo -MD -MP -MF $(DEPDIR)/go-sched.Tpo -c -o go-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2359 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-sched.Tpo $(DEPDIR)/go-sched.Plo
2360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-sched.c' object='go-sched.lo' libtool=yes @AMDEPBACKSLASH@
2361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2362 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-sched.lo `test -f 'runtime/go-sched.c' || echo '$(srcdir)/'`runtime/go-sched.c
2363
2364 go-select.lo: runtime/go-select.c
2365 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-select.lo -MD -MP -MF $(DEPDIR)/go-select.Tpo -c -o go-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2366 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-select.Tpo $(DEPDIR)/go-select.Plo
2367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-select.c' object='go-select.lo' libtool=yes @AMDEPBACKSLASH@
2368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2369 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-select.lo `test -f 'runtime/go-select.c' || echo '$(srcdir)/'`runtime/go-select.c
2370
2371 go-semacquire.lo: runtime/go-semacquire.c
2372 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-semacquire.lo -MD -MP -MF $(DEPDIR)/go-semacquire.Tpo -c -o go-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2373 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-semacquire.Tpo $(DEPDIR)/go-semacquire.Plo
2374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-semacquire.c' object='go-semacquire.lo' libtool=yes @AMDEPBACKSLASH@
2375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2376 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-semacquire.lo `test -f 'runtime/go-semacquire.c' || echo '$(srcdir)/'`runtime/go-semacquire.c
2377
2378 go-send-big.lo: runtime/go-send-big.c
2379 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-big.lo -MD -MP -MF $(DEPDIR)/go-send-big.Tpo -c -o go-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2380 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-big.Tpo $(DEPDIR)/go-send-big.Plo
2381 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-big.c' object='go-send-big.lo' libtool=yes @AMDEPBACKSLASH@
2382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2383 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-big.lo `test -f 'runtime/go-send-big.c' || echo '$(srcdir)/'`runtime/go-send-big.c
2384
2385 go-send-nb-big.lo: runtime/go-send-nb-big.c
2386 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-big.lo -MD -MP -MF $(DEPDIR)/go-send-nb-big.Tpo -c -o go-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2387 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-nb-big.Tpo $(DEPDIR)/go-send-nb-big.Plo
2388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-nb-big.c' object='go-send-nb-big.lo' libtool=yes @AMDEPBACKSLASH@
2389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2390 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-nb-big.lo `test -f 'runtime/go-send-nb-big.c' || echo '$(srcdir)/'`runtime/go-send-nb-big.c
2391
2392 go-send-nb-small.lo: runtime/go-send-nb-small.c
2393 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-nb-small.lo -MD -MP -MF $(DEPDIR)/go-send-nb-small.Tpo -c -o go-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2394 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-nb-small.Tpo $(DEPDIR)/go-send-nb-small.Plo
2395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-nb-small.c' object='go-send-nb-small.lo' libtool=yes @AMDEPBACKSLASH@
2396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2397 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-nb-small.lo `test -f 'runtime/go-send-nb-small.c' || echo '$(srcdir)/'`runtime/go-send-nb-small.c
2398
2399 go-send-small.lo: runtime/go-send-small.c
2400 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-send-small.lo -MD -MP -MF $(DEPDIR)/go-send-small.Tpo -c -o go-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2401 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-send-small.Tpo $(DEPDIR)/go-send-small.Plo
2402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-send-small.c' object='go-send-small.lo' libtool=yes @AMDEPBACKSLASH@
2403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2404 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-send-small.lo `test -f 'runtime/go-send-small.c' || echo '$(srcdir)/'`runtime/go-send-small.c
2405
2406 go-signal.lo: runtime/go-signal.c
2407 @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
2408 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
2409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
2410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2411 @am__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
2412
2413 go-strcmp.lo: runtime/go-strcmp.c
2414 @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
2415 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strcmp.Tpo $(DEPDIR)/go-strcmp.Plo
2416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strcmp.c' object='go-strcmp.lo' libtool=yes @AMDEPBACKSLASH@
2417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2418 @am__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
2419
2420 go-string-to-byte-array.lo: runtime/go-string-to-byte-array.c
2421 @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
2422 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-string-to-byte-array.Tpo $(DEPDIR)/go-string-to-byte-array.Plo
2423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-string-to-byte-array.c' object='go-string-to-byte-array.lo' libtool=yes @AMDEPBACKSLASH@
2424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2425 @am__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
2426
2427 go-string-to-int-array.lo: runtime/go-string-to-int-array.c
2428 @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
2429 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-string-to-int-array.Tpo $(DEPDIR)/go-string-to-int-array.Plo
2430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-string-to-int-array.c' object='go-string-to-int-array.lo' libtool=yes @AMDEPBACKSLASH@
2431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2432 @am__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
2433
2434 go-strplus.lo: runtime/go-strplus.c
2435 @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
2436 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strplus.Tpo $(DEPDIR)/go-strplus.Plo
2437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strplus.c' object='go-strplus.lo' libtool=yes @AMDEPBACKSLASH@
2438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2439 @am__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
2440
2441 go-strslice.lo: runtime/go-strslice.c
2442 @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
2443 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
2444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
2445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2446 @am__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
2447
2448 go-trampoline.lo: runtime/go-trampoline.c
2449 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-trampoline.lo -MD -MP -MF $(DEPDIR)/go-trampoline.Tpo -c -o go-trampoline.lo `test -f 'runtime/go-trampoline.c' || echo '$(srcdir)/'`runtime/go-trampoline.c
2450 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-trampoline.Tpo $(DEPDIR)/go-trampoline.Plo
2451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-trampoline.c' object='go-trampoline.lo' libtool=yes @AMDEPBACKSLASH@
2452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2453 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-trampoline.lo `test -f 'runtime/go-trampoline.c' || echo '$(srcdir)/'`runtime/go-trampoline.c
2454
2455 go-type-eface.lo: runtime/go-type-eface.c
2456 @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
2457 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-eface.Tpo $(DEPDIR)/go-type-eface.Plo
2458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-eface.c' object='go-type-eface.lo' libtool=yes @AMDEPBACKSLASH@
2459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2460 @am__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
2461
2462 go-type-error.lo: runtime/go-type-error.c
2463 @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
2464 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-error.Tpo $(DEPDIR)/go-type-error.Plo
2465 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-error.c' object='go-type-error.lo' libtool=yes @AMDEPBACKSLASH@
2466 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2467 @am__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
2468
2469 go-type-identity.lo: runtime/go-type-identity.c
2470 @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
2471 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
2472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
2473 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2474 @am__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
2475
2476 go-type-interface.lo: runtime/go-type-interface.c
2477 @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
2478 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-interface.Tpo $(DEPDIR)/go-type-interface.Plo
2479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-interface.c' object='go-type-interface.lo' libtool=yes @AMDEPBACKSLASH@
2480 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2481 @am__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
2482
2483 go-type-string.lo: runtime/go-type-string.c
2484 @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
2485 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
2486 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
2487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2488 @am__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
2489
2490 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
2491 @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
2492 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
2493 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
2494 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2495 @am__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
2496
2497 go-typestring.lo: runtime/go-typestring.c
2498 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-typestring.lo -MD -MP -MF $(DEPDIR)/go-typestring.Tpo -c -o go-typestring.lo `test -f 'runtime/go-typestring.c' || echo '$(srcdir)/'`runtime/go-typestring.c
2499 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-typestring.Tpo $(DEPDIR)/go-typestring.Plo
2500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-typestring.c' object='go-typestring.lo' libtool=yes @AMDEPBACKSLASH@
2501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2502 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-typestring.lo `test -f 'runtime/go-typestring.c' || echo '$(srcdir)/'`runtime/go-typestring.c
2503
2504 go-unreflect.lo: runtime/go-unreflect.c
2505 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unreflect.lo -MD -MP -MF $(DEPDIR)/go-unreflect.Tpo -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
2506 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unreflect.Tpo $(DEPDIR)/go-unreflect.Plo
2507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unreflect.c' object='go-unreflect.lo' libtool=yes @AMDEPBACKSLASH@
2508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2509 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unreflect.lo `test -f 'runtime/go-unreflect.c' || echo '$(srcdir)/'`runtime/go-unreflect.c
2510
2511 go-unsafe-new.lo: runtime/go-unsafe-new.c
2512 @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
2513 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
2514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
2515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2516 @am__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
2517
2518 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
2519 @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
2520 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
2521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
2522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2523 @am__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
2524
2525 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
2526 @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
2527 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
2528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
2529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2530 @am__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
2531
2532 go-unwind.lo: runtime/go-unwind.c
2533 @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
2534 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
2535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
2536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2537 @am__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
2538
2539 mcache.lo: runtime/mcache.c
2540 @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
2541 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
2542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
2543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2544 @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
2545
2546 mcentral.lo: runtime/mcentral.c
2547 @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
2548 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
2549 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
2550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2551 @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
2552
2553 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
2554 @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
2555 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
2556 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
2557 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2558 @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
2559
2560 mem.lo: runtime/mem.c
2561 @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
2562 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
2563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
2564 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2565 @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
2566
2567 mfinal.lo: runtime/mfinal.c
2568 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mfinal.lo -MD -MP -MF $(DEPDIR)/mfinal.Tpo -c -o mfinal.lo `test -f 'runtime/mfinal.c' || echo '$(srcdir)/'`runtime/mfinal.c
2569 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mfinal.Tpo $(DEPDIR)/mfinal.Plo
2570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mfinal.c' object='mfinal.lo' libtool=yes @AMDEPBACKSLASH@
2571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2572 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mfinal.lo `test -f 'runtime/mfinal.c' || echo '$(srcdir)/'`runtime/mfinal.c
2573
2574 mfixalloc.lo: runtime/mfixalloc.c
2575 @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
2576 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
2577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
2578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2579 @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
2580
2581 mgc0.lo: runtime/mgc0.c
2582 @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
2583 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
2584 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
2585 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2586 @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
2587
2588 mheap.lo: runtime/mheap.c
2589 @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
2590 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
2591 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
2592 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2593 @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
2594
2595 mheapmap32.lo: runtime/mheapmap32.c
2596 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mheapmap32.lo -MD -MP -MF $(DEPDIR)/mheapmap32.Tpo -c -o mheapmap32.lo `test -f 'runtime/mheapmap32.c' || echo '$(srcdir)/'`runtime/mheapmap32.c
2597 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mheapmap32.Tpo $(DEPDIR)/mheapmap32.Plo
2598 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mheapmap32.c' object='mheapmap32.lo' libtool=yes @AMDEPBACKSLASH@
2599 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2600 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mheapmap32.lo `test -f 'runtime/mheapmap32.c' || echo '$(srcdir)/'`runtime/mheapmap32.c
2601
2602 mheapmap64.lo: runtime/mheapmap64.c
2603 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mheapmap64.lo -MD -MP -MF $(DEPDIR)/mheapmap64.Tpo -c -o mheapmap64.lo `test -f 'runtime/mheapmap64.c' || echo '$(srcdir)/'`runtime/mheapmap64.c
2604 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mheapmap64.Tpo $(DEPDIR)/mheapmap64.Plo
2605 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/mheapmap64.c' object='mheapmap64.lo' libtool=yes @AMDEPBACKSLASH@
2606 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2607 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mheapmap64.lo `test -f 'runtime/mheapmap64.c' || echo '$(srcdir)/'`runtime/mheapmap64.c
2608
2609 msize.lo: runtime/msize.c
2610 @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
2611 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
2612 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
2613 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2614 @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
2615
2616 proc.lo: runtime/proc.c
2617 @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
2618 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
2619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
2620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2621 @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
2622
2623 thread.lo: runtime/thread.c
2624 @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
2625 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
2626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2628 @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
2629
2630 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
2631 @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
2632 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
2633 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
2634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2635 @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
2636
2637 mostlyclean-libtool:
2638         -rm -f *.lo
2639
2640 clean-libtool:
2641         -rm -rf .libs _libs
2642
2643 distclean-libtool:
2644         -rm -f libtool config.lt
2645
2646 # GNU Make needs to see an explicit $(MAKE) variable in the command it
2647 # runs to enable its job server during parallel builds.  Hence the
2648 # comments below.
2649 all-multi:
2650         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
2651 install-multi:
2652         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
2653
2654 mostlyclean-multi:
2655         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
2656 clean-multi:
2657         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
2658 distclean-multi:
2659         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
2660 maintainer-clean-multi:
2661         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
2662 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
2663         @$(NORMAL_INSTALL)
2664         test -z "$(toolexeclibgodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)"
2665         @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2666         for p in $$list; do \
2667           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2668           echo "$$d$$p"; \
2669         done | $(am__base_list) | \
2670         while read files; do \
2671           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
2672           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
2673         done
2674
2675 uninstall-toolexeclibgoDATA:
2676         @$(NORMAL_UNINSTALL)
2677         @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2678         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2679         test -n "$$files" || exit 0; \
2680         echo " ( cd '$(DESTDIR)$(toolexeclibgodir)' && rm -f" $$files ")"; \
2681         cd "$(DESTDIR)$(toolexeclibgodir)" && rm -f $$files
2682 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
2683         @$(NORMAL_INSTALL)
2684         test -z "$(toolexeclibgoarchivedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)"
2685         @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2686         for p in $$list; do \
2687           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2688           echo "$$d$$p"; \
2689         done | $(am__base_list) | \
2690         while read files; do \
2691           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
2692           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
2693         done
2694
2695 uninstall-toolexeclibgoarchiveDATA:
2696         @$(NORMAL_UNINSTALL)
2697         @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2698         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2699         test -n "$$files" || exit 0; \
2700         echo " ( cd '$(DESTDIR)$(toolexeclibgoarchivedir)' && rm -f" $$files ")"; \
2701         cd "$(DESTDIR)$(toolexeclibgoarchivedir)" && rm -f $$files
2702 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
2703         @$(NORMAL_INSTALL)
2704         test -z "$(toolexeclibgocompressdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)"
2705         @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2706         for p in $$list; do \
2707           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2708           echo "$$d$$p"; \
2709         done | $(am__base_list) | \
2710         while read files; do \
2711           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
2712           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
2713         done
2714
2715 uninstall-toolexeclibgocompressDATA:
2716         @$(NORMAL_UNINSTALL)
2717         @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2718         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2719         test -n "$$files" || exit 0; \
2720         echo " ( cd '$(DESTDIR)$(toolexeclibgocompressdir)' && rm -f" $$files ")"; \
2721         cd "$(DESTDIR)$(toolexeclibgocompressdir)" && rm -f $$files
2722 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
2723         @$(NORMAL_INSTALL)
2724         test -z "$(toolexeclibgocontainerdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)"
2725         @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2726         for p in $$list; do \
2727           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2728           echo "$$d$$p"; \
2729         done | $(am__base_list) | \
2730         while read files; do \
2731           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2732           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
2733         done
2734
2735 uninstall-toolexeclibgocontainerDATA:
2736         @$(NORMAL_UNINSTALL)
2737         @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2738         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2739         test -n "$$files" || exit 0; \
2740         echo " ( cd '$(DESTDIR)$(toolexeclibgocontainerdir)' && rm -f" $$files ")"; \
2741         cd "$(DESTDIR)$(toolexeclibgocontainerdir)" && rm -f $$files
2742 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
2743         @$(NORMAL_INSTALL)
2744         test -z "$(toolexeclibgocryptodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)"
2745         @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2746         for p in $$list; do \
2747           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2748           echo "$$d$$p"; \
2749         done | $(am__base_list) | \
2750         while read files; do \
2751           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2752           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
2753         done
2754
2755 uninstall-toolexeclibgocryptoDATA:
2756         @$(NORMAL_UNINSTALL)
2757         @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2758         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2759         test -n "$$files" || exit 0; \
2760         echo " ( cd '$(DESTDIR)$(toolexeclibgocryptodir)' && rm -f" $$files ")"; \
2761         cd "$(DESTDIR)$(toolexeclibgocryptodir)" && rm -f $$files
2762 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
2763         @$(NORMAL_INSTALL)
2764         test -z "$(toolexeclibgodebugdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)"
2765         @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2766         for p in $$list; do \
2767           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2768           echo "$$d$$p"; \
2769         done | $(am__base_list) | \
2770         while read files; do \
2771           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2772           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
2773         done
2774
2775 uninstall-toolexeclibgodebugDATA:
2776         @$(NORMAL_UNINSTALL)
2777         @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2778         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2779         test -n "$$files" || exit 0; \
2780         echo " ( cd '$(DESTDIR)$(toolexeclibgodebugdir)' && rm -f" $$files ")"; \
2781         cd "$(DESTDIR)$(toolexeclibgodebugdir)" && rm -f $$files
2782 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
2783         @$(NORMAL_INSTALL)
2784         test -z "$(toolexeclibgoencodingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)"
2785         @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2786         for p in $$list; do \
2787           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2788           echo "$$d$$p"; \
2789         done | $(am__base_list) | \
2790         while read files; do \
2791           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2792           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
2793         done
2794
2795 uninstall-toolexeclibgoencodingDATA:
2796         @$(NORMAL_UNINSTALL)
2797         @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2798         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2799         test -n "$$files" || exit 0; \
2800         echo " ( cd '$(DESTDIR)$(toolexeclibgoencodingdir)' && rm -f" $$files ")"; \
2801         cd "$(DESTDIR)$(toolexeclibgoencodingdir)" && rm -f $$files
2802 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
2803         @$(NORMAL_INSTALL)
2804         test -z "$(toolexeclibgoexpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)"
2805         @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2806         for p in $$list; do \
2807           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2808           echo "$$d$$p"; \
2809         done | $(am__base_list) | \
2810         while read files; do \
2811           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2812           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
2813         done
2814
2815 uninstall-toolexeclibgoexpDATA:
2816         @$(NORMAL_UNINSTALL)
2817         @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2818         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2819         test -n "$$files" || exit 0; \
2820         echo " ( cd '$(DESTDIR)$(toolexeclibgoexpdir)' && rm -f" $$files ")"; \
2821         cd "$(DESTDIR)$(toolexeclibgoexpdir)" && rm -f $$files
2822 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
2823         @$(NORMAL_INSTALL)
2824         test -z "$(toolexeclibgogodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)"
2825         @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2826         for p in $$list; do \
2827           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2828           echo "$$d$$p"; \
2829         done | $(am__base_list) | \
2830         while read files; do \
2831           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
2832           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
2833         done
2834
2835 uninstall-toolexeclibgogoDATA:
2836         @$(NORMAL_UNINSTALL)
2837         @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2838         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2839         test -n "$$files" || exit 0; \
2840         echo " ( cd '$(DESTDIR)$(toolexeclibgogodir)' && rm -f" $$files ")"; \
2841         cd "$(DESTDIR)$(toolexeclibgogodir)" && rm -f $$files
2842 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
2843         @$(NORMAL_INSTALL)
2844         test -z "$(toolexeclibgohashdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)"
2845         @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2846         for p in $$list; do \
2847           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2848           echo "$$d$$p"; \
2849         done | $(am__base_list) | \
2850         while read files; do \
2851           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2852           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
2853         done
2854
2855 uninstall-toolexeclibgohashDATA:
2856         @$(NORMAL_UNINSTALL)
2857         @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2858         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2859         test -n "$$files" || exit 0; \
2860         echo " ( cd '$(DESTDIR)$(toolexeclibgohashdir)' && rm -f" $$files ")"; \
2861         cd "$(DESTDIR)$(toolexeclibgohashdir)" && rm -f $$files
2862 install-toolexeclibgohttpDATA: $(toolexeclibgohttp_DATA)
2863         @$(NORMAL_INSTALL)
2864         test -z "$(toolexeclibgohttpdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohttpdir)"
2865         @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
2866         for p in $$list; do \
2867           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2868           echo "$$d$$p"; \
2869         done | $(am__base_list) | \
2870         while read files; do \
2871           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohttpdir)'"; \
2872           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohttpdir)" || exit $$?; \
2873         done
2874
2875 uninstall-toolexeclibgohttpDATA:
2876         @$(NORMAL_UNINSTALL)
2877         @list='$(toolexeclibgohttp_DATA)'; test -n "$(toolexeclibgohttpdir)" || list=; \
2878         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2879         test -n "$$files" || exit 0; \
2880         echo " ( cd '$(DESTDIR)$(toolexeclibgohttpdir)' && rm -f" $$files ")"; \
2881         cd "$(DESTDIR)$(toolexeclibgohttpdir)" && rm -f $$files
2882 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
2883         @$(NORMAL_INSTALL)
2884         test -z "$(toolexeclibgoimagedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)"
2885         @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2886         for p in $$list; do \
2887           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2888           echo "$$d$$p"; \
2889         done | $(am__base_list) | \
2890         while read files; do \
2891           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2892           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
2893         done
2894
2895 uninstall-toolexeclibgoimageDATA:
2896         @$(NORMAL_UNINSTALL)
2897         @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2898         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2899         test -n "$$files" || exit 0; \
2900         echo " ( cd '$(DESTDIR)$(toolexeclibgoimagedir)' && rm -f" $$files ")"; \
2901         cd "$(DESTDIR)$(toolexeclibgoimagedir)" && rm -f $$files
2902 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
2903         @$(NORMAL_INSTALL)
2904         test -z "$(toolexeclibgoindexdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)"
2905         @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2906         for p in $$list; do \
2907           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2908           echo "$$d$$p"; \
2909         done | $(am__base_list) | \
2910         while read files; do \
2911           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2912           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
2913         done
2914
2915 uninstall-toolexeclibgoindexDATA:
2916         @$(NORMAL_UNINSTALL)
2917         @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2918         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2919         test -n "$$files" || exit 0; \
2920         echo " ( cd '$(DESTDIR)$(toolexeclibgoindexdir)' && rm -f" $$files ")"; \
2921         cd "$(DESTDIR)$(toolexeclibgoindexdir)" && rm -f $$files
2922 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
2923         @$(NORMAL_INSTALL)
2924         test -z "$(toolexeclibgoiodir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)"
2925         @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2926         for p in $$list; do \
2927           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2928           echo "$$d$$p"; \
2929         done | $(am__base_list) | \
2930         while read files; do \
2931           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2932           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
2933         done
2934
2935 uninstall-toolexeclibgoioDATA:
2936         @$(NORMAL_UNINSTALL)
2937         @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2938         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2939         test -n "$$files" || exit 0; \
2940         echo " ( cd '$(DESTDIR)$(toolexeclibgoiodir)' && rm -f" $$files ")"; \
2941         cd "$(DESTDIR)$(toolexeclibgoiodir)" && rm -f $$files
2942 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
2943         @$(NORMAL_INSTALL)
2944         test -z "$(toolexeclibgomimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)"
2945         @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2946         for p in $$list; do \
2947           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2948           echo "$$d$$p"; \
2949         done | $(am__base_list) | \
2950         while read files; do \
2951           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2952           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
2953         done
2954
2955 uninstall-toolexeclibgomimeDATA:
2956         @$(NORMAL_UNINSTALL)
2957         @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2958         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2959         test -n "$$files" || exit 0; \
2960         echo " ( cd '$(DESTDIR)$(toolexeclibgomimedir)' && rm -f" $$files ")"; \
2961         cd "$(DESTDIR)$(toolexeclibgomimedir)" && rm -f $$files
2962 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
2963         @$(NORMAL_INSTALL)
2964         test -z "$(toolexeclibgonetdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)"
2965         @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2966         for p in $$list; do \
2967           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2968           echo "$$d$$p"; \
2969         done | $(am__base_list) | \
2970         while read files; do \
2971           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2972           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
2973         done
2974
2975 uninstall-toolexeclibgonetDATA:
2976         @$(NORMAL_UNINSTALL)
2977         @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2978         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2979         test -n "$$files" || exit 0; \
2980         echo " ( cd '$(DESTDIR)$(toolexeclibgonetdir)' && rm -f" $$files ")"; \
2981         cd "$(DESTDIR)$(toolexeclibgonetdir)" && rm -f $$files
2982 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2983         @$(NORMAL_INSTALL)
2984         test -z "$(toolexeclibgoosdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)"
2985         @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2986         for p in $$list; do \
2987           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2988           echo "$$d$$p"; \
2989         done | $(am__base_list) | \
2990         while read files; do \
2991           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2992           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2993         done
2994
2995 uninstall-toolexeclibgoosDATA:
2996         @$(NORMAL_UNINSTALL)
2997         @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2998         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2999         test -n "$$files" || exit 0; \
3000         echo " ( cd '$(DESTDIR)$(toolexeclibgoosdir)' && rm -f" $$files ")"; \
3001         cd "$(DESTDIR)$(toolexeclibgoosdir)" && rm -f $$files
3002 install-toolexeclibgorpcDATA: $(toolexeclibgorpc_DATA)
3003         @$(NORMAL_INSTALL)
3004         test -z "$(toolexeclibgorpcdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgorpcdir)"
3005         @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3006         for p in $$list; do \
3007           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3008           echo "$$d$$p"; \
3009         done | $(am__base_list) | \
3010         while read files; do \
3011           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgorpcdir)'"; \
3012           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgorpcdir)" || exit $$?; \
3013         done
3014
3015 uninstall-toolexeclibgorpcDATA:
3016         @$(NORMAL_UNINSTALL)
3017         @list='$(toolexeclibgorpc_DATA)'; test -n "$(toolexeclibgorpcdir)" || list=; \
3018         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3019         test -n "$$files" || exit 0; \
3020         echo " ( cd '$(DESTDIR)$(toolexeclibgorpcdir)' && rm -f" $$files ")"; \
3021         cd "$(DESTDIR)$(toolexeclibgorpcdir)" && rm -f $$files
3022 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
3023         @$(NORMAL_INSTALL)
3024         test -z "$(toolexeclibgoruntimedir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)"
3025         @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3026         for p in $$list; do \
3027           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3028           echo "$$d$$p"; \
3029         done | $(am__base_list) | \
3030         while read files; do \
3031           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
3032           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
3033         done
3034
3035 uninstall-toolexeclibgoruntimeDATA:
3036         @$(NORMAL_UNINSTALL)
3037         @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
3038         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3039         test -n "$$files" || exit 0; \
3040         echo " ( cd '$(DESTDIR)$(toolexeclibgoruntimedir)' && rm -f" $$files ")"; \
3041         cd "$(DESTDIR)$(toolexeclibgoruntimedir)" && rm -f $$files
3042 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
3043         @$(NORMAL_INSTALL)
3044         test -z "$(toolexeclibgotestingdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)"
3045         @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3046         for p in $$list; do \
3047           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3048           echo "$$d$$p"; \
3049         done | $(am__base_list) | \
3050         while read files; do \
3051           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
3052           $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
3053         done
3054
3055 uninstall-toolexeclibgotestingDATA:
3056         @$(NORMAL_UNINSTALL)
3057         @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
3058         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3059         test -n "$$files" || exit 0; \
3060         echo " ( cd '$(DESTDIR)$(toolexeclibgotestingdir)' && rm -f" $$files ")"; \
3061         cd "$(DESTDIR)$(toolexeclibgotestingdir)" && rm -f $$files
3062
3063 # This directory's subdirectories are mostly independent; you can cd
3064 # into them and run `make' without going through this Makefile.
3065 # To change the values of `make' variables: instead of editing Makefiles,
3066 # (1) if the variable is set in `config.status', edit `config.status'
3067 #     (which will cause the Makefiles to be regenerated when you run `make');
3068 # (2) otherwise, pass the desired values on the `make' command line.
3069 $(RECURSIVE_TARGETS):
3070         @fail= failcom='exit 1'; \
3071         for f in x $$MAKEFLAGS; do \
3072           case $$f in \
3073             *=* | --[!k]*);; \
3074             *k*) failcom='fail=yes';; \
3075           esac; \
3076         done; \
3077         dot_seen=no; \
3078         target=`echo $@ | sed s/-recursive//`; \
3079         list='$(SUBDIRS)'; for subdir in $$list; do \
3080           echo "Making $$target in $$subdir"; \
3081           if test "$$subdir" = "."; then \
3082             dot_seen=yes; \
3083             local_target="$$target-am"; \
3084           else \
3085             local_target="$$target"; \
3086           fi; \
3087           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3088           || eval $$failcom; \
3089         done; \
3090         if test "$$dot_seen" = "no"; then \
3091           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3092         fi; test -z "$$fail"
3093
3094 $(RECURSIVE_CLEAN_TARGETS):
3095         @fail= failcom='exit 1'; \
3096         for f in x $$MAKEFLAGS; do \
3097           case $$f in \
3098             *=* | --[!k]*);; \
3099             *k*) failcom='fail=yes';; \
3100           esac; \
3101         done; \
3102         dot_seen=no; \
3103         case "$@" in \
3104           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3105           *) list='$(SUBDIRS)' ;; \
3106         esac; \
3107         rev=''; for subdir in $$list; do \
3108           if test "$$subdir" = "."; then :; else \
3109             rev="$$subdir $$rev"; \
3110           fi; \
3111         done; \
3112         rev="$$rev ."; \
3113         target=`echo $@ | sed s/-recursive//`; \
3114         for subdir in $$rev; do \
3115           echo "Making $$target in $$subdir"; \
3116           if test "$$subdir" = "."; then \
3117             local_target="$$target-am"; \
3118           else \
3119             local_target="$$target"; \
3120           fi; \
3121           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3122           || eval $$failcom; \
3123         done && test -z "$$fail"
3124 tags-recursive:
3125         list='$(SUBDIRS)'; for subdir in $$list; do \
3126           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3127         done
3128 ctags-recursive:
3129         list='$(SUBDIRS)'; for subdir in $$list; do \
3130           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3131         done
3132
3133 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3134         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3135         unique=`for i in $$list; do \
3136             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3137           done | \
3138           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3139               END { if (nonempty) { for (i in files) print i; }; }'`; \
3140         mkid -fID $$unique
3141 tags: TAGS
3142
3143 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3144                 $(TAGS_FILES) $(LISP)
3145         set x; \
3146         here=`pwd`; \
3147         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3148           include_option=--etags-include; \
3149           empty_fix=.; \
3150         else \
3151           include_option=--include; \
3152           empty_fix=; \
3153         fi; \
3154         list='$(SUBDIRS)'; for subdir in $$list; do \
3155           if test "$$subdir" = .; then :; else \
3156             test ! -f $$subdir/TAGS || \
3157               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3158           fi; \
3159         done; \
3160         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3161         unique=`for i in $$list; do \
3162             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3163           done | \
3164           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3165               END { if (nonempty) { for (i in files) print i; }; }'`; \
3166         shift; \
3167         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3168           test -n "$$unique" || unique=$$empty_fix; \
3169           if test $$# -gt 0; then \
3170             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3171               "$$@" $$unique; \
3172           else \
3173             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3174               $$unique; \
3175           fi; \
3176         fi
3177 ctags: CTAGS
3178 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3179                 $(TAGS_FILES) $(LISP)
3180         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3181         unique=`for i in $$list; do \
3182             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3183           done | \
3184           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3185               END { if (nonempty) { for (i in files) print i; }; }'`; \
3186         test -z "$(CTAGS_ARGS)$$unique" \
3187           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3188              $$unique
3189
3190 GTAGS:
3191         here=`$(am__cd) $(top_builddir) && pwd` \
3192           && $(am__cd) $(top_srcdir) \
3193           && gtags -i $(GTAGS_ARGS) "$$here"
3194
3195 distclean-tags:
3196         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3197
3198 distdir: $(DISTFILES)
3199         $(am__remove_distdir)
3200         test -d "$(distdir)" || mkdir "$(distdir)"
3201         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3202         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3203         list='$(DISTFILES)'; \
3204           dist_files=`for file in $$list; do echo $$file; done | \
3205           sed -e "s|^$$srcdirstrip/||;t" \
3206               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3207         case $$dist_files in \
3208           */*) $(MKDIR_P) `echo "$$dist_files" | \
3209                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3210                            sort -u` ;; \
3211         esac; \
3212         for file in $$dist_files; do \
3213           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3214           if test -d $$d/$$file; then \
3215             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \