9edcf37011b57f8c91c4b3c650e68f1873b196c8
[gcc.git] / libgo / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile.am -- Go library Makefile.
19
20 # Copyright 2009 The Go Authors. All rights reserved.
21 # Use of this source code is governed by a BSD-style
22 # license that can be found in the LICENSE file.
23
24 # Process this file with autoreconf to produce Makefile.in.
25
26
27
28 VPATH = @srcdir@
29 am__make_dryrun = \
30 { \
31 am__dry=no; \
32 case $$MAKEFLAGS in \
33 *\\[\ \ ]*) \
34 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
35 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
36 *) \
37 for am__flg in $$MAKEFLAGS; do \
38 case $$am__flg in \
39 *=*|--*) ;; \
40 *n*) am__dry=yes; break;; \
41 esac; \
42 done;; \
43 esac; \
44 test $$am__dry = yes; \
45 }
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkglibexecdir = $(libexecdir)/@PACKAGE@
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_triplet = @build@
63 host_triplet = @host@
64 target_triplet = @target@
65 @GOC_IS_LLGO_TRUE@am__append_1 = libgo-llgo.la libgobegin-llgo.a
66 @GOC_IS_LLGO_FALSE@am__append_2 = libgo.la libgobegin.a
67 subdir = .
68 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
69 $(top_srcdir)/configure $(am__configure_deps) \
70 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
71 $(srcdir)/../depcomp
72 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
74 $(top_srcdir)/../config/lead-dot.m4 \
75 $(top_srcdir)/../config/multi.m4 \
76 $(top_srcdir)/../config/override.m4 \
77 $(top_srcdir)/../config/unwind_ipinfo.m4 \
78 $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
79 $(top_srcdir)/config/ltoptions.m4 \
80 $(top_srcdir)/config/ltsugar.m4 \
81 $(top_srcdir)/config/ltversion.m4 \
82 $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
83 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84 $(ACLOCAL_M4)
85 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
86 configure.lineno config.status.lineno
87 CONFIG_HEADER = config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91 am__vpath_adj = case $$p in \
92 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93 *) f=$$p;; \
94 esac;
95 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
96 am__install_max = 40
97 am__nobase_strip_setup = \
98 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99 am__nobase_strip = \
100 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
101 am__nobase_list = $(am__nobase_strip_setup); \
102 for p in $$list; do echo "$$p $$p"; done | \
103 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105 if (++n[$$2] == $(am__install_max)) \
106 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107 END { for (dir in files) print dir, files[dir] }'
108 am__base_list = \
109 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111 am__uninstall_files_from_dir = { \
112 test -z "$$files" \
113 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
114 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
115 $(am__cd) "$$dir" && rm -f $$files; }; \
116 }
117 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
118 "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
119 "$(DESTDIR)$(toolexeclibgoarchivedir)" \
120 "$(DESTDIR)$(toolexeclibgocompressdir)" \
121 "$(DESTDIR)$(toolexeclibgocontainerdir)" \
122 "$(DESTDIR)$(toolexeclibgocryptodir)" \
123 "$(DESTDIR)$(toolexeclibgocryptox509dir)" \
124 "$(DESTDIR)$(toolexeclibgodatabasedir)" \
125 "$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
126 "$(DESTDIR)$(toolexeclibgodebugdir)" \
127 "$(DESTDIR)$(toolexeclibgoencodingdir)" \
128 "$(DESTDIR)$(toolexeclibgoexpdir)" \
129 "$(DESTDIR)$(toolexeclibgogodir)" \
130 "$(DESTDIR)$(toolexeclibgohashdir)" \
131 "$(DESTDIR)$(toolexeclibgohtmldir)" \
132 "$(DESTDIR)$(toolexeclibgoimagedir)" \
133 "$(DESTDIR)$(toolexeclibgoimagecolordir)" \
134 "$(DESTDIR)$(toolexeclibgoindexdir)" \
135 "$(DESTDIR)$(toolexeclibgoiodir)" \
136 "$(DESTDIR)$(toolexeclibgologdir)" \
137 "$(DESTDIR)$(toolexeclibgomathdir)" \
138 "$(DESTDIR)$(toolexeclibgomimedir)" \
139 "$(DESTDIR)$(toolexeclibgonetdir)" \
140 "$(DESTDIR)$(toolexeclibgonethttpdir)" \
141 "$(DESTDIR)$(toolexeclibgonetrpcdir)" \
142 "$(DESTDIR)$(toolexeclibgoolddir)" \
143 "$(DESTDIR)$(toolexeclibgoosdir)" \
144 "$(DESTDIR)$(toolexeclibgopathdir)" \
145 "$(DESTDIR)$(toolexeclibgoregexpdir)" \
146 "$(DESTDIR)$(toolexeclibgoruntimedir)" \
147 "$(DESTDIR)$(toolexeclibgosyncdir)" \
148 "$(DESTDIR)$(toolexeclibgotestingdir)" \
149 "$(DESTDIR)$(toolexeclibgotextdir)" \
150 "$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
151 "$(DESTDIR)$(toolexeclibgounicodedir)"
152 LIBRARIES = $(toolexeclib_LIBRARIES)
153 ARFLAGS = cru
154 libgobegin_llgo_a_AR = $(AR) $(ARFLAGS)
155 libgobegin_llgo_a_LIBADD =
156 am_libgobegin_llgo_a_OBJECTS = libgobegin_llgo_a-go-main.$(OBJEXT)
157 libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS)
158 libgobegin_a_AR = $(AR) $(ARFLAGS)
159 libgobegin_a_LIBADD =
160 am_libgobegin_a_OBJECTS = libgobegin_a-go-main.$(OBJEXT)
161 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
162 libgolibbegin_a_AR = $(AR) $(ARFLAGS)
163 libgolibbegin_a_LIBADD =
164 am_libgolibbegin_a_OBJECTS = libgolibbegin_a-go-libmain.$(OBJEXT)
165 libgolibbegin_a_OBJECTS = $(am_libgolibbegin_a_OBJECTS)
166 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
167 @LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo
168 am__DEPENDENCIES_2 = $(addsuffix .lo,$(PACKAGES)) bytes/index.lo \
169 reflect/makefunc_ffi_c.lo strings/index.lo \
170 $(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \
171 syscall/wait.lo $(golang_org_x_net_route_lo) \
172 log/syslog/syslog_c.lo runtime/internal/atomic_c.lo \
173 sync/atomic_c.lo
174 am__DEPENDENCIES_3 =
175 am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) \
176 ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_3) \
177 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3) \
178 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3)
179 libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4)
180 @HAVE_SYS_MMAN_H_FALSE@am__objects_1 = mem_posix_memalign.lo
181 @HAVE_SYS_MMAN_H_TRUE@am__objects_1 = mem.lo
182 @LIBGO_IS_LINUX_FALSE@am__objects_2 = thread-sema.lo
183 @LIBGO_IS_LINUX_TRUE@am__objects_2 = thread-linux.lo
184 @LIBGO_IS_RTEMS_TRUE@am__objects_3 = rtems-task-variable-add.lo
185 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_4 = getncpu-none.lo
186 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@am__objects_4 = getncpu-bsd.lo
187 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_4 = getncpu-bsd.lo
188 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_4 = getncpu-solaris.lo
189 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_4 = getncpu-irix.lo
190 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_4 = \
191 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@ getncpu-bsd.lo
192 @LIBGO_IS_LINUX_TRUE@am__objects_4 = getncpu-linux.lo
193 am__objects_5 = go-assert.lo go-breakpoint.lo go-caller.lo \
194 go-callers.lo go-cdiv.lo go-cgo.lo go-construct-map.lo \
195 go-defer.lo go-deferred-recover.lo go-ffi.lo go-fieldtrack.lo \
196 go-matherr.lo go-memclr.lo go-memcmp.lo go-memequal.lo \
197 go-memmove.lo go-nanotime.lo go-now.lo go-new.lo go-nosys.lo \
198 go-panic.lo go-recover.lo go-reflect-call.lo \
199 go-runtime-error.lo go-setenv.lo go-signal.lo go-strslice.lo \
200 go-type-complex.lo go-type-float.lo go-type-identity.lo \
201 go-type-string.lo go-typedesc-equal.lo go-unsafe-new.lo \
202 go-unsafe-newarray.lo go-unsafe-pointer.lo go-unsetenv.lo \
203 go-unwind.lo go-varargs.lo env_posix.lo heapdump.lo mcache.lo \
204 mcentral.lo $(am__objects_1) mfixalloc.lo mgc0.lo mheap.lo \
205 msize.lo panic.lo parfor.lo print.lo proc.lo runtime_c.lo \
206 thread.lo $(am__objects_2) yield.lo $(am__objects_3) malloc.lo \
207 $(am__objects_4)
208 am_libgo_llgo_la_OBJECTS = $(am__objects_5)
209 libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS)
210 libgo_llgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
211 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212 $(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@
213 @GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir)
214 libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4)
215 am_libgo_la_OBJECTS = $(am__objects_5)
216 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
217 libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
218 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
219 $(LDFLAGS) -o $@
220 @GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
221 DEFAULT_INCLUDES = -I.@am__isrc@
222 depcomp = $(SHELL) $(top_srcdir)/../depcomp
223 am__depfiles_maybe = depfiles
224 am__mv = mv -f
225 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
228 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
229 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
230 CCLD = $(CC)
231 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
232 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
233 $(LDFLAGS) -o $@
234 SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
235 $(libgolibbegin_a_SOURCES) $(libgo_llgo_la_SOURCES) \
236 $(libgo_la_SOURCES)
237 MULTISRCTOP =
238 MULTIBUILDTOP =
239 MULTIDIRS =
240 MULTISUBDIR =
241 MULTIDO = true
242 MULTICLEAN = true
243 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
244 html-recursive info-recursive install-data-recursive \
245 install-dvi-recursive install-exec-recursive \
246 install-html-recursive install-info-recursive \
247 install-pdf-recursive install-ps-recursive install-recursive \
248 installcheck-recursive installdirs-recursive pdf-recursive \
249 ps-recursive uninstall-recursive
250 am__can_run_installinfo = \
251 case $$AM_UPDATE_INFO_DIR in \
252 n|no|NO) false;; \
253 *) (install-info --version) >/dev/null 2>&1;; \
254 esac
255 DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \
256 $(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \
257 $(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \
258 $(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \
259 $(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \
260 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
261 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
262 $(toolexeclibgohtml_DATA) $(toolexeclibgoimage_DATA) \
263 $(toolexeclibgoimagecolor_DATA) $(toolexeclibgoindex_DATA) \
264 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
265 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
266 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
267 $(toolexeclibgonetrpc_DATA) $(toolexeclibgoold_DATA) \
268 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
269 $(toolexeclibgoregexp_DATA) $(toolexeclibgoruntime_DATA) \
270 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
271 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
272 $(toolexeclibgounicode_DATA)
273 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
274 distclean-recursive maintainer-clean-recursive
275 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
276 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
277 ETAGS = etags
278 CTAGS = ctags
279 DIST_SUBDIRS = testsuite
280 ACLOCAL = @ACLOCAL@
281 ALLGOARCH = @ALLGOARCH@
282 ALLGOARCHFAMILY = @ALLGOARCHFAMILY@
283 ALLGOOS = @ALLGOOS@
284 AMTAR = @AMTAR@
285 AR = @AR@
286 AUTOCONF = @AUTOCONF@
287 AUTOHEADER = @AUTOHEADER@
288 AUTOMAKE = @AUTOMAKE@
289 AWK = @AWK@
290 CC = @CC@
291 CCDEPMODE = @CCDEPMODE@
292 CC_FOR_BUILD = @CC_FOR_BUILD@
293 CFLAGS = @CFLAGS@
294 CPP = @CPP@
295 CPPFLAGS = @CPPFLAGS@
296 CYGPATH_W = @CYGPATH_W@
297 DEFS = @DEFS@
298 DEPDIR = @DEPDIR@
299 DSYMUTIL = @DSYMUTIL@
300 DUMPBIN = @DUMPBIN@
301 ECHO_C = @ECHO_C@
302 ECHO_N = @ECHO_N@
303 ECHO_T = @ECHO_T@
304 EGREP = @EGREP@
305 EXEEXT = @EXEEXT@
306 FGREP = @FGREP@
307 GOARCH = @GOARCH@
308 GOARCH_BIGENDIAN = @GOARCH_BIGENDIAN@
309 GOARCH_CACHELINESIZE = @GOARCH_CACHELINESIZE@
310 GOARCH_FAMILY = @GOARCH_FAMILY@
311 GOARCH_HUGEPAGESIZE = @GOARCH_HUGEPAGESIZE@
312 GOARCH_INT64ALIGN = @GOARCH_INT64ALIGN@
313 GOARCH_MINFRAMESIZE = @GOARCH_MINFRAMESIZE@
314 GOARCH_PCQUANTUM = @GOARCH_PCQUANTUM@
315 GOARCH_PHYSPAGESIZE = @GOARCH_PHYSPAGESIZE@
316 GOC = @GOC@
317 GOCFLAGS = $(CFLAGS)
318 GOOS = @GOOS@
319 GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
320 GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
321 GO_SPLIT_STACK = @GO_SPLIT_STACK@
322 GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
323 GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
324 GREP = @GREP@
325 INSTALL = @INSTALL@
326 INSTALL_DATA = @INSTALL_DATA@
327 INSTALL_PROGRAM = @INSTALL_PROGRAM@
328 INSTALL_SCRIPT = @INSTALL_SCRIPT@
329 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330 LD = @LD@
331 LDFLAGS = @LDFLAGS@
332 LIBATOMIC = @LIBATOMIC@
333 LIBFFI = @LIBFFI@
334 LIBFFIINCS = @LIBFFIINCS@
335 LIBOBJS = @LIBOBJS@
336 LIBS = @LIBS@
337 LIBTOOL = @LIBTOOL@
338 LIPO = @LIPO@
339 LN_S = @LN_S@
340 LTLIBOBJS = @LTLIBOBJS@
341 MAINT = @MAINT@
342 MAKEINFO = @MAKEINFO@
343 MATH_FLAG = @MATH_FLAG@
344 MATH_LIBS = @MATH_LIBS@
345 MKDIR_P = @MKDIR_P@
346 NET_LIBS = @NET_LIBS@
347 NM = @NM@
348 NMEDIT = @NMEDIT@
349 OBJCOPY = @OBJCOPY@
350 OBJDUMP = @OBJDUMP@
351 OBJEXT = @OBJEXT@
352 OSCFLAGS = @OSCFLAGS@
353 OTOOL = @OTOOL@
354 OTOOL64 = @OTOOL64@
355 PACKAGE = @PACKAGE@
356 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
357 PACKAGE_NAME = @PACKAGE_NAME@
358 PACKAGE_STRING = @PACKAGE_STRING@
359 PACKAGE_TARNAME = @PACKAGE_TARNAME@
360 PACKAGE_URL = @PACKAGE_URL@
361 PACKAGE_VERSION = @PACKAGE_VERSION@
362 PATH_SEPARATOR = @PATH_SEPARATOR@
363 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
364 PTHREAD_LIBS = @PTHREAD_LIBS@
365 RANLIB = @RANLIB@
366 SED = @SED@
367 SET_MAKE = @SET_MAKE@
368 SHELL = @SHELL@
369 SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
370 SPLIT_STACK = @SPLIT_STACK@
371 STRINGOPS_FLAG = @STRINGOPS_FLAG@
372 STRIP = @STRIP@
373 STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
374 USE_DEJAGNU = @USE_DEJAGNU@
375 VERSION = @VERSION@
376 WARN_FLAGS = @WARN_FLAGS@
377 WERROR = @WERROR@
378 abs_builddir = @abs_builddir@
379 abs_srcdir = @abs_srcdir@
380 abs_top_builddir = @abs_top_builddir@
381 abs_top_srcdir = @abs_top_srcdir@
382 ac_ct_CC = @ac_ct_CC@
383 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
384 am__include = @am__include@
385 am__leading_dot = @am__leading_dot@
386 am__quote = @am__quote@
387 am__tar = @am__tar@
388 am__untar = @am__untar@
389 bindir = @bindir@
390 build = @build@
391 build_alias = @build_alias@
392 build_cpu = @build_cpu@
393 build_os = @build_os@
394 build_vendor = @build_vendor@
395 builddir = @builddir@
396 datadir = @datadir@
397 datarootdir = @datarootdir@
398 docdir = @docdir@
399 dvidir = @dvidir@
400 enable_shared = @enable_shared@
401 enable_static = @enable_static@
402 exec_prefix = @exec_prefix@
403 glibgo_toolexecdir = @glibgo_toolexecdir@
404 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
405 go_include = @go_include@
406 host = @host@
407 host_alias = @host_alias@
408 host_cpu = @host_cpu@
409 host_os = @host_os@
410 host_vendor = @host_vendor@
411 htmldir = @htmldir@
412 includedir = @includedir@
413 infodir = @infodir@
414 install_sh = @install_sh@
415 libdir = @libdir@
416 libexecdir = @libexecdir@
417 libtool_VERSION = @libtool_VERSION@
418 localedir = @localedir@
419 localstatedir = @localstatedir@
420 mandir = @mandir@
421 mkdir_p = @mkdir_p@
422 multi_basedir = @multi_basedir@
423 nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
424 oldincludedir = @oldincludedir@
425 pdfdir = @pdfdir@
426 prefix = @prefix@
427 program_transform_name = @program_transform_name@
428 psdir = @psdir@
429 sbindir = @sbindir@
430 sharedstatedir = @sharedstatedir@
431 srcdir = @srcdir@
432 sysconfdir = @sysconfdir@
433 target = @target@
434 target_alias = @target_alias@
435 target_cpu = @target_cpu@
436 target_os = @target_os@
437 target_vendor = @target_vendor@
438 top_build_prefix = @top_build_prefix@
439 top_builddir = @top_builddir@
440 top_srcdir = @top_srcdir@
441
442 # Go support.
443 SUFFIXES = .c .go .gox .o .obj .lo .a
444 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
445 SUBDIRS = ${subdirs}
446 gcc_version := $(shell $(GOC) -dumpversion)
447 MAINT_CHARSET = latin1
448 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
449 PWD_COMMAND = $${PWDCMD-pwd}
450 STAMP = echo timestamp >
451 toolexecdir = $(glibgo_toolexecdir)
452 toolexeclibdir = $(glibgo_toolexeclibdir)
453 toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
454 libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
455 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
456
457 # -I/-D flags to pass when compiling.
458 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
459 ACLOCAL_AMFLAGS = -I ./config -I ../config
460 AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
461 $(SPLIT_STACK) $(WARN_CFLAGS) \
462 $(STRINGOPS_FLAG) $(OSCFLAGS) \
463 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
464 -I $(MULTIBUILDTOP)../../gcc/include
465
466 @USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
467
468 # Multilib support.
469 MAKEOVERRIDES =
470
471 # Work around what appears to be a GNU make handling MAKEFLAGS
472 # values defined in terms of make variables, as is the case for CC and
473 # friends when we are called from the top level Makefile.
474 AM_MAKEFLAGS = \
475 "AR_FLAGS=$(AR_FLAGS)" \
476 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
477 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
478 "CFLAGS=$(CFLAGS)" \
479 "CXXFLAGS=$(CXXFLAGS)" \
480 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
481 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
482 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
483 "GOC=$(GOC)" \
484 "GOCFLAGS=$(GOCFLAGS)" \
485 "INSTALL=$(INSTALL)" \
486 "INSTALL_DATA=$(INSTALL_DATA)" \
487 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
488 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
489 "LDFLAGS=$(LDFLAGS)" \
490 "LIBCFLAGS=$(LIBCFLAGS)" \
491 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
492 "MAKE=$(MAKE)" \
493 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
494 "PICFLAG=$(PICFLAG)" \
495 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
496 "SHELL=$(SHELL)" \
497 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
498 "exec_prefix=$(exec_prefix)" \
499 "infodir=$(infodir)" \
500 "libdir=$(libdir)" \
501 "includedir=$(includedir)" \
502 "prefix=$(prefix)" \
503 "tooldir=$(tooldir)" \
504 "gxx_include_dir=$(gxx_include_dir)" \
505 "AR=$(AR)" \
506 "AS=$(AS)" \
507 "LD=$(LD)" \
508 "RANLIB=$(RANLIB)" \
509 "NM=$(NM)" \
510 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
511 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
512 "DESTDIR=$(DESTDIR)" \
513 "WERROR=$(WERROR)"
514
515
516 # Subdir rules rely on $(FLAGS_TO_PASS)
517 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
518 @GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la
519 @GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la
520 @GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a
521 @GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a
522 toolexeclibgo_DATA = \
523 bufio.gox \
524 bytes.gox \
525 context.gox \
526 crypto.gox \
527 encoding.gox \
528 errors.gox \
529 expvar.gox \
530 flag.gox \
531 fmt.gox \
532 hash.gox \
533 html.gox \
534 image.gox \
535 io.gox \
536 log.gox \
537 math.gox \
538 mime.gox \
539 net.gox \
540 os.gox \
541 path.gox \
542 reflect.gox \
543 regexp.gox \
544 runtime.gox \
545 sort.gox \
546 strconv.gox \
547 strings.gox \
548 sync.gox \
549 syscall.gox \
550 testing.gox \
551 time.gox \
552 unicode.gox
553
554 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
555 toolexeclibgoarchive_DATA = \
556 archive/tar.gox \
557 archive/zip.gox
558
559 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
560 toolexeclibgocompress_DATA = \
561 compress/bzip2.gox \
562 compress/flate.gox \
563 compress/gzip.gox \
564 compress/lzw.gox \
565 compress/zlib.gox
566
567 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
568 toolexeclibgocontainer_DATA = \
569 container/heap.gox \
570 container/list.gox \
571 container/ring.gox
572
573 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
574 toolexeclibgocrypto_DATA = \
575 crypto/aes.gox \
576 crypto/cipher.gox \
577 crypto/des.gox \
578 crypto/dsa.gox \
579 crypto/ecdsa.gox \
580 crypto/elliptic.gox \
581 crypto/hmac.gox \
582 crypto/md5.gox \
583 crypto/rand.gox \
584 crypto/rc4.gox \
585 crypto/rsa.gox \
586 crypto/sha1.gox \
587 crypto/sha256.gox \
588 crypto/sha512.gox \
589 crypto/subtle.gox \
590 crypto/tls.gox \
591 crypto/x509.gox
592
593 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
594 toolexeclibgocryptox509_DATA = \
595 crypto/x509/pkix.gox
596
597 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
598 toolexeclibgodatabase_DATA = \
599 database/sql.gox
600
601 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
602 toolexeclibgodatabasesql_DATA = \
603 database/sql/driver.gox
604
605 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
606 toolexeclibgodebug_DATA = \
607 debug/dwarf.gox \
608 debug/elf.gox \
609 debug/gosym.gox \
610 debug/macho.gox \
611 debug/pe.gox \
612 debug/plan9obj.gox
613
614 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
615 toolexeclibgoencoding_DATA = \
616 encoding/ascii85.gox \
617 encoding/asn1.gox \
618 encoding/base32.gox \
619 encoding/base64.gox \
620 encoding/binary.gox \
621 encoding/csv.gox \
622 encoding/gob.gox \
623 encoding/hex.gox \
624 encoding/json.gox \
625 encoding/pem.gox \
626 encoding/xml.gox
627
628 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
629 toolexeclibgoexp_DATA = \
630 exp/proxy.gox \
631 exp/terminal.gox
632
633 toolexeclibgogodir = $(toolexeclibgodir)/go
634 toolexeclibgogo_DATA = \
635 go/ast.gox \
636 go/build.gox \
637 go/constant.gox \
638 go/doc.gox \
639 go/format.gox \
640 go/importer.gox \
641 go/parser.gox \
642 go/printer.gox \
643 go/scanner.gox \
644 go/token.gox \
645 go/types.gox
646
647 toolexeclibgohashdir = $(toolexeclibgodir)/hash
648 toolexeclibgohash_DATA = \
649 hash/adler32.gox \
650 hash/crc32.gox \
651 hash/crc64.gox \
652 hash/fnv.gox
653
654 toolexeclibgohtmldir = $(toolexeclibgodir)/html
655 toolexeclibgohtml_DATA = \
656 html/template.gox
657
658 toolexeclibgoimagedir = $(toolexeclibgodir)/image
659 toolexeclibgoimage_DATA = \
660 image/color.gox \
661 image/draw.gox \
662 image/gif.gox \
663 image/jpeg.gox \
664 image/png.gox
665
666 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
667 toolexeclibgoimagecolor_DATA = \
668 image/color/palette.gox
669
670 toolexeclibgoindexdir = $(toolexeclibgodir)/index
671 toolexeclibgoindex_DATA = \
672 index/suffixarray.gox
673
674 toolexeclibgoiodir = $(toolexeclibgodir)/io
675 toolexeclibgoio_DATA = \
676 io/ioutil.gox
677
678 toolexeclibgologdir = $(toolexeclibgodir)/log
679 toolexeclibgolog_DATA = \
680 log/syslog.gox
681
682 toolexeclibgomathdir = $(toolexeclibgodir)/math
683 toolexeclibgomath_DATA = \
684 math/big.gox \
685 math/cmplx.gox \
686 math/rand.gox
687
688 toolexeclibgomimedir = $(toolexeclibgodir)/mime
689 toolexeclibgomime_DATA = \
690 mime/multipart.gox \
691 mime/quotedprintable.gox
692
693 toolexeclibgonetdir = $(toolexeclibgodir)/net
694 toolexeclibgonet_DATA = \
695 net/http.gox \
696 net/mail.gox \
697 net/rpc.gox \
698 net/smtp.gox \
699 net/textproto.gox \
700 net/url.gox
701
702 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
703 toolexeclibgonethttp_DATA = \
704 net/http/cgi.gox \
705 net/http/cookiejar.gox \
706 net/http/fcgi.gox \
707 net/http/httptest.gox \
708 net/http/httptrace.gox \
709 net/http/httputil.gox \
710 net/http/pprof.gox
711
712 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
713 toolexeclibgonetrpc_DATA = \
714 net/rpc/jsonrpc.gox
715
716 toolexeclibgoolddir = $(toolexeclibgodir)/old
717 toolexeclibgoold_DATA = \
718 old/regexp.gox \
719 old/template.gox
720
721 toolexeclibgoosdir = $(toolexeclibgodir)/os
722 toolexeclibgoos_DATA = \
723 os/exec.gox \
724 os/signal.gox \
725 os/user.gox
726
727 toolexeclibgopathdir = $(toolexeclibgodir)/path
728 toolexeclibgopath_DATA = \
729 path/filepath.gox
730
731 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
732 toolexeclibgoregexp_DATA = \
733 regexp/syntax.gox
734
735 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
736 toolexeclibgoruntime_DATA = \
737 runtime/debug.gox \
738 runtime/pprof.gox
739
740 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
741 toolexeclibgosync_DATA = \
742 sync/atomic.gox
743
744 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
745 toolexeclibgotesting_DATA = \
746 testing/iotest.gox \
747 testing/quick.gox
748
749 toolexeclibgotextdir = $(toolexeclibgodir)/text
750 toolexeclibgotext_DATA = \
751 text/scanner.gox \
752 text/tabwriter.gox \
753 text/template.gox
754
755 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
756 toolexeclibgotexttemplate_DATA = \
757 text/template/parse.gox
758
759 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
760 toolexeclibgounicode_DATA = \
761 unicode/utf16.gox \
762 unicode/utf8.gox
763
764 @HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
765 @HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
766 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
767 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
768 @LIBGO_IS_LINUX_FALSE@runtime_thread_files = runtime/thread-sema.c
769 @LIBGO_IS_LINUX_TRUE@runtime_thread_files = runtime/thread-linux.c
770 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-none.c
771 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
772 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
773 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_getncpu_file = runtime/getncpu-solaris.c
774 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-irix.c
775 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
776 @LIBGO_IS_LINUX_TRUE@runtime_getncpu_file = runtime/getncpu-linux.c
777 runtime_files = \
778 runtime/go-assert.c \
779 runtime/go-breakpoint.c \
780 runtime/go-caller.c \
781 runtime/go-callers.c \
782 runtime/go-cdiv.c \
783 runtime/go-cgo.c \
784 runtime/go-construct-map.c \
785 runtime/go-defer.c \
786 runtime/go-deferred-recover.c \
787 runtime/go-ffi.c \
788 runtime/go-fieldtrack.c \
789 runtime/go-matherr.c \
790 runtime/go-memclr.c \
791 runtime/go-memcmp.c \
792 runtime/go-memequal.c \
793 runtime/go-memmove.c \
794 runtime/go-nanotime.c \
795 runtime/go-now.c \
796 runtime/go-new.c \
797 runtime/go-nosys.c \
798 runtime/go-panic.c \
799 runtime/go-recover.c \
800 runtime/go-reflect-call.c \
801 runtime/go-runtime-error.c \
802 runtime/go-setenv.c \
803 runtime/go-signal.c \
804 runtime/go-strslice.c \
805 runtime/go-type-complex.c \
806 runtime/go-type-float.c \
807 runtime/go-type-identity.c \
808 runtime/go-type-string.c \
809 runtime/go-typedesc-equal.c \
810 runtime/go-unsafe-new.c \
811 runtime/go-unsafe-newarray.c \
812 runtime/go-unsafe-pointer.c \
813 runtime/go-unsetenv.c \
814 runtime/go-unwind.c \
815 runtime/go-varargs.c \
816 runtime/env_posix.c \
817 runtime/heapdump.c \
818 runtime/mcache.c \
819 runtime/mcentral.c \
820 $(runtime_mem_file) \
821 runtime/mfixalloc.c \
822 runtime/mgc0.c \
823 runtime/mheap.c \
824 runtime/msize.c \
825 runtime/panic.c \
826 runtime/parfor.c \
827 runtime/print.c \
828 runtime/proc.c \
829 runtime/runtime_c.c \
830 runtime/thread.c \
831 $(runtime_thread_files) \
832 runtime/yield.c \
833 $(rtems_task_variable_add_file) \
834 malloc.c \
835 $(runtime_getncpu_file)
836
837 noinst_DATA = zstdpkglist.go
838 @LIBGO_IS_LINUX_FALSE@syscall_epoll_file =
839 @LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go
840 SYSINFO_FLAGS = \
841 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
842 $(CPPFLAGS) $(OSCFLAGS) -O
843
844 @LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo =
845 @LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo
846 PACKAGES = \
847 archive/tar \
848 archive/zip \
849 bufio \
850 bytes \
851 compress/bzip2 \
852 compress/flate \
853 compress/gzip \
854 compress/lzw \
855 compress/zlib \
856 container/heap \
857 container/list \
858 container/ring \
859 context \
860 crypto \
861 crypto/aes \
862 crypto/cipher \
863 crypto/des \
864 crypto/dsa \
865 crypto/ecdsa \
866 crypto/elliptic \
867 crypto/hmac \
868 crypto/md5 \
869 crypto/rand \
870 crypto/rc4 \
871 crypto/rsa \
872 crypto/sha1 \
873 crypto/sha256 \
874 crypto/sha512 \
875 crypto/subtle \
876 crypto/tls \
877 crypto/x509 \
878 crypto/x509/pkix \
879 database/sql \
880 database/sql/driver \
881 debug/dwarf \
882 debug/elf \
883 debug/gosym \
884 debug/macho \
885 debug/pe \
886 debug/plan9obj \
887 encoding \
888 encoding/ascii85 \
889 encoding/asn1 \
890 encoding/base32 \
891 encoding/base64 \
892 encoding/binary \
893 encoding/csv \
894 encoding/gob \
895 encoding/hex \
896 encoding/json \
897 encoding/pem \
898 encoding/xml \
899 errors \
900 exp/proxy \
901 exp/terminal \
902 expvar \
903 flag \
904 fmt \
905 go/ast \
906 go/build \
907 go/constant \
908 go/doc \
909 go/format \
910 go/importer \
911 go/internal/gccgoimporter \
912 go/internal/gcimporter \
913 go/parser \
914 go/printer \
915 go/scanner \
916 go/token \
917 go/types \
918 golang_org/x/net/http2/hpack \
919 golang_org/x/net/lex/httplex \
920 hash \
921 hash/adler32 \
922 hash/crc32 \
923 hash/crc64 \
924 hash/fnv \
925 html \
926 html/template \
927 image \
928 image/color \
929 image/color/palette \
930 image/draw \
931 image/gif \
932 image/internal/imageutil \
933 image/jpeg \
934 image/png \
935 index/suffixarray \
936 internal/nettrace \
937 internal/race \
938 internal/singleflight \
939 internal/syscall/unix \
940 internal/testenv \
941 internal/trace \
942 io \
943 io/ioutil \
944 log \
945 log/syslog \
946 math \
947 math/big \
948 math/cmplx \
949 math/rand \
950 mime \
951 mime/multipart \
952 mime/quotedprintable \
953 net \
954 net/http \
955 net/http/cgi \
956 net/http/cookiejar \
957 net/http/fcgi \
958 net/http/httptest \
959 net/http/httptrace \
960 net/http/httputil \
961 net/http/internal \
962 net/http/pprof \
963 net/internal/socktest \
964 net/mail \
965 net/rpc \
966 net/rpc/jsonrpc \
967 net/smtp \
968 net/textproto \
969 net/url \
970 old/regexp \
971 old/template \
972 os \
973 os/exec \
974 os/signal \
975 os/user \
976 path \
977 path/filepath \
978 reflect \
979 regexp \
980 regexp/syntax \
981 runtime \
982 runtime/debug \
983 runtime/internal/atomic \
984 runtime/internal/sys \
985 runtime/pprof \
986 sort \
987 strconv \
988 strings \
989 sync \
990 sync/atomic \
991 syscall \
992 testing \
993 testing/iotest \
994 testing/quick \
995 text/scanner \
996 text/tabwriter \
997 text/template \
998 text/template/parse \
999 time \
1000 unicode \
1001 unicode/utf16 \
1002 unicode/utf8
1003
1004 libgo_go_objs = \
1005 $(addsuffix .lo,$(PACKAGES)) \
1006 bytes/index.lo \
1007 reflect/makefunc_ffi_c.lo \
1008 strings/index.lo \
1009 $(syscall_lib_clone_lo) \
1010 syscall/errno.lo \
1011 syscall/signame.lo \
1012 syscall/wait.lo \
1013 $(golang_org_x_net_route_lo) \
1014 log/syslog/syslog_c.lo \
1015 $(os_lib_inotify_lo) \
1016 runtime/internal/atomic_c.lo \
1017 sync/atomic_c.lo
1018
1019 libgo_ldflags = \
1020 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1021
1022 libgo_libadd = \
1023 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
1024 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1025
1026 libgo_la_SOURCES = $(runtime_files)
1027 libgo_la_LDFLAGS = $(libgo_ldflags)
1028 libgo_la_LIBADD = $(libgo_libadd)
1029 libgo_llgo_la_SOURCES = $(runtime_files)
1030 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
1031 libgo_llgo_la_LIBADD = $(libgo_libadd)
1032 libgobegin_a_SOURCES = \
1033 runtime/go-main.c
1034
1035 libgobegin_llgo_a_SOURCES = \
1036 runtime/go-main.c
1037
1038
1039 # Use -fPIC for libgobegin so that it can be put in a PIE.
1040 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1041 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
1042 libgolibbegin_a_SOURCES = \
1043 runtime/go-libmain.c
1044
1045 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1046 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1047 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
1048 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1049 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1050 $(AM_GOCFLAGS) $(GOCFLAGS)
1051
1052 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1053 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1054
1055
1056 # Build the dependencies for a Go package.
1057 BUILDDEPS = \
1058 $(MKDIR_P) $(@D); \
1059 dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \
1060 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$$dir --extrafiles="$(extra_go_files_$(subst /,_,$(subst .lo.dep,,$@)))" $(matchargs_$(subst /,_,$(subst .lo.dep,,$@)))`; \
1061 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
1062 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
1063 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
1064 fi; \
1065 mv -f $@.tmp $@
1066
1067
1068 # Build the .go files for a package, generating a .lo file.
1069 BUILDPACKAGE = \
1070 $(MKDIR_P) $(@D); \
1071 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
1072 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
1073
1074
1075 # How to build a .gox file from a .lo file.
1076 BUILDGOX = \
1077 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
1078 $(OBJCOPY) -j .go_export $$f $@.tmp; \
1079 $(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'`
1080
1081 GOTESTFLAGS =
1082 GOBENCH =
1083
1084 # Check a package.
1085 CHECK = \
1086 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1087 export GC; \
1088 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
1089 export GOLIBS; \
1090 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1091 export RUNTESTFLAGS; \
1092 MAKE="$(MAKE)"; \
1093 export MAKE; \
1094 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1095 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1096 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1097 export LD_LIBRARY_PATH; \
1098 $(MKDIR_P) $(@D); \
1099 rm -f $@-testsum $@-testlog; \
1100 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
1101 if test "$(USE_DEJAGNU)" = "yes"; then \
1102 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1103 elif test "$(GOBENCH)" != ""; then \
1104 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1105 else \
1106 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1107 echo "PASS: $(@D)" >> $@-testlog; \
1108 echo "PASS: $(@D)"; \
1109 echo "PASS: $(@D)" > $@-testsum; \
1110 else \
1111 echo "FAIL: $(@D)" >> $@-testlog; \
1112 cat $@-testlog; \
1113 echo "FAIL: $(@D)" > $@-testsum; \
1114 exit 1; \
1115 fi; \
1116 fi
1117
1118
1119 # Build all packages before checking any.
1120 CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
1121 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
1122 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
1123 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
1124 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
1125 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
1126 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
1127 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
1128 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
1129 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
1130 $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
1131 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
1132 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
1133 $(toolexeclibgounicode_DATA) $(am__append_1) $(am__append_2)
1134
1135 # Pass -ffp-contract=off, or 386-specific options, when building the
1136 # math package. MATH_FLAG is defined in configure.ac.
1137 math_lo_GOCFLAGS = $(MATH_FLAG)
1138
1139 # Add the generated file runtime_sysinfo.go to the runtime package.
1140 extra_go_files_runtime = runtime_sysinfo.go sigtab.go
1141
1142 # Add generated files to the syscall package.
1143 extra_go_files_syscall = \
1144 libcalls.go \
1145 sysinfo.go \
1146 syscall_arch.go \
1147 $(syscall_epoll_file)
1148
1149
1150 # Pass -fgo-compiling-runtime when compiling the runtime package.
1151 runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1152 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1153 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
1154 runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime
1155 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
1156 runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime
1157
1158 # At least for now, we need -static-libgo for this test, because
1159 # otherwise we can't get the line numbers.
1160 # Also use -fno-inline to get better results from the memory profiler.
1161 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
1162 extra_go_files_runtime_internal_sys = version.go
1163 @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1164
1165 # Solaris 12 changed the type of fields in struct stat.
1166 # Use a build tag, based on a configure check, to cope.
1167 @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1168 @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1169 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
1170 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/route.lo
1171
1172 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \
1173 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check
1174
1175 TEST_PACKAGES = \
1176 bufio/check \
1177 bytes/check \
1178 context/check \
1179 errors/check \
1180 expvar/check \
1181 flag/check \
1182 fmt/check \
1183 html/check \
1184 image/check \
1185 io/check \
1186 log/check \
1187 math/check \
1188 mime/check \
1189 net/check \
1190 os/check \
1191 path/check \
1192 reflect/check \
1193 regexp/check \
1194 runtime/check \
1195 sort/check \
1196 strconv/check \
1197 strings/check \
1198 sync/check \
1199 syscall/check \
1200 time/check \
1201 unicode/check \
1202 archive/tar/check \
1203 archive/zip/check \
1204 compress/bzip2/check \
1205 compress/flate/check \
1206 compress/gzip/check \
1207 compress/lzw/check \
1208 compress/zlib/check \
1209 container/heap/check \
1210 container/list/check \
1211 container/ring/check \
1212 crypto/aes/check \
1213 crypto/cipher/check \
1214 crypto/des/check \
1215 crypto/dsa/check \
1216 crypto/ecdsa/check \
1217 crypto/elliptic/check \
1218 crypto/hmac/check \
1219 crypto/md5/check \
1220 crypto/rand/check \
1221 crypto/rc4/check \
1222 crypto/rsa/check \
1223 crypto/sha1/check \
1224 crypto/sha256/check \
1225 crypto/sha512/check \
1226 crypto/subtle/check \
1227 crypto/tls/check \
1228 crypto/x509/check \
1229 database/sql/check \
1230 database/sql/driver/check \
1231 debug/dwarf/check \
1232 debug/elf/check \
1233 debug/macho/check \
1234 debug/pe/check \
1235 debug/plan9obj/check \
1236 encoding/ascii85/check \
1237 encoding/asn1/check \
1238 encoding/base32/check \
1239 encoding/base64/check \
1240 encoding/binary/check \
1241 encoding/csv/check \
1242 encoding/gob/check \
1243 encoding/hex/check \
1244 encoding/json/check \
1245 encoding/pem/check \
1246 encoding/xml/check \
1247 exp/proxy/check \
1248 exp/terminal/check \
1249 html/template/check \
1250 go/ast/check \
1251 go/build/check \
1252 go/constant/check \
1253 go/doc/check \
1254 go/format/check \
1255 go/internal/gcimporter/check \
1256 go/internal/gccgoimporter/check \
1257 go/parser/check \
1258 go/printer/check \
1259 go/scanner/check \
1260 go/token/check \
1261 go/types/check \
1262 golang_org/x/net/http2/hpack/check \
1263 golang_org/x/net/lex/httplex/check \
1264 $(golang_org_x_net_route_check) \
1265 hash/adler32/check \
1266 hash/crc32/check \
1267 hash/crc64/check \
1268 hash/fnv/check \
1269 image/color/check \
1270 image/draw/check \
1271 image/jpeg/check \
1272 image/png/check \
1273 index/suffixarray/check \
1274 internal/singleflight/check \
1275 internal/trace/check \
1276 io/ioutil/check \
1277 log/syslog/check \
1278 math/big/check \
1279 math/cmplx/check \
1280 math/rand/check \
1281 mime/multipart/check \
1282 mime/quotedprintable/check \
1283 net/http/check \
1284 net/http/cgi/check \
1285 net/http/cookiejar/check \
1286 net/http/fcgi/check \
1287 net/http/httptest/check \
1288 net/http/httptrace/check \
1289 net/http/httputil/check \
1290 net/http/internal/check \
1291 net/internal/socktest/check \
1292 net/mail/check \
1293 net/rpc/check \
1294 net/smtp/check \
1295 net/textproto/check \
1296 net/url/check \
1297 net/rpc/jsonrpc/check \
1298 old/regexp/check \
1299 old/template/check \
1300 os/exec/check \
1301 os/signal/check \
1302 os/user/check \
1303 path/filepath/check \
1304 regexp/syntax/check \
1305 runtime/debug/check \
1306 runtime/pprof/check \
1307 runtime/internal/atomic/check \
1308 runtime/internal/sys/check \
1309 sync/atomic/check \
1310 text/scanner/check \
1311 text/tabwriter/check \
1312 text/template/check \
1313 text/template/parse/check \
1314 testing/quick/check \
1315 unicode/utf16/check \
1316 unicode/utf8/check
1317
1318 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
1319 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
1320 all: config.h
1321 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1322
1323 .SUFFIXES:
1324 .SUFFIXES: .c .go .gox .o .obj .lo .a
1325 am--refresh: Makefile
1326 @:
1327 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1328 @for dep in $?; do \
1329 case '$(am__configure_deps)' in \
1330 *$$dep*) \
1331 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1332 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1333 && exit 0; \
1334 exit 1;; \
1335 esac; \
1336 done; \
1337 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1338 $(am__cd) $(top_srcdir) && \
1339 $(AUTOMAKE) --foreign Makefile
1340 .PRECIOUS: Makefile
1341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1342 @case '$?' in \
1343 *config.status*) \
1344 echo ' $(SHELL) ./config.status'; \
1345 $(SHELL) ./config.status;; \
1346 *) \
1347 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1348 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1349 esac;
1350
1351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1352 $(SHELL) ./config.status --recheck
1353
1354 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1355 $(am__cd) $(srcdir) && $(AUTOCONF)
1356 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1357 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1358 $(am__aclocal_m4_deps):
1359
1360 config.h: stamp-h1
1361 @if test ! -f $@; then rm -f stamp-h1; else :; fi
1362 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1363
1364 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1365 @rm -f stamp-h1
1366 cd $(top_builddir) && $(SHELL) ./config.status config.h
1367 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1368 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1369 rm -f stamp-h1
1370 touch $@
1371
1372 distclean-hdr:
1373 -rm -f config.h stamp-h1
1374 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1375 @$(NORMAL_INSTALL)
1376 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1377 list2=; for p in $$list; do \
1378 if test -f $$p; then \
1379 list2="$$list2 $$p"; \
1380 else :; fi; \
1381 done; \
1382 test -z "$$list2" || { \
1383 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1384 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1385 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1386 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1387 @$(POST_INSTALL)
1388 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1389 for p in $$list; do \
1390 if test -f $$p; then \
1391 $(am__strip_dir) \
1392 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1393 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1394 else :; fi; \
1395 done
1396
1397 uninstall-toolexeclibLIBRARIES:
1398 @$(NORMAL_UNINSTALL)
1399 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1400 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1401 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1402
1403 clean-toolexeclibLIBRARIES:
1404 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1405 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1406 -rm -f libgobegin-llgo.a
1407 $(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1408 $(RANLIB) libgobegin-llgo.a
1409 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1410 -rm -f libgobegin.a
1411 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1412 $(RANLIB) libgobegin.a
1413 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1414 -rm -f libgolibbegin.a
1415 $(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1416 $(RANLIB) libgolibbegin.a
1417 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1418 @$(NORMAL_INSTALL)
1419 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1420 list2=; for p in $$list; do \
1421 if test -f $$p; then \
1422 list2="$$list2 $$p"; \
1423 else :; fi; \
1424 done; \
1425 test -z "$$list2" || { \
1426 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1427 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1428 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1429 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1430 }
1431
1432 uninstall-toolexeclibLTLIBRARIES:
1433 @$(NORMAL_UNINSTALL)
1434 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1435 for p in $$list; do \
1436 $(am__strip_dir) \
1437 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1438 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1439 done
1440
1441 clean-toolexeclibLTLIBRARIES:
1442 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1443 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
1444 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1445 test "$$dir" != "$$p" || dir=.; \
1446 echo "rm -f \"$${dir}/so_locations\""; \
1447 rm -f "$${dir}/so_locations"; \
1448 done
1449 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1450 $(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1451 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1452 $(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1453
1454 mostlyclean-compile:
1455 -rm -f *.$(OBJEXT)
1456
1457 distclean-compile:
1458 -rm -f *.tab.c
1459
1460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_posix.Plo@am__quote@
1461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-bsd.Plo@am__quote@
1462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-irix.Plo@am__quote@
1463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-linux.Plo@am__quote@
1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-none.Plo@am__quote@
1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-solaris.Plo@am__quote@
1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-callers.Plo@am__quote@
1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cdiv.Plo@am__quote@
1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-defer.Plo@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-deferred-recover.Plo@am__quote@
1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-ffi.Plo@am__quote@
1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memclr.Plo@am__quote@
1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memcmp.Plo@am__quote@
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memequal.Plo@am__quote@
1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memmove.Plo@am__quote@
1482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-panic.Plo@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-recover.Plo@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-complex.Plo@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-float.Plo@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-identity.Plo@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-type-string.Plo@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsetenv.Plo@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heapdump.Plo@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panic.Plo@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parfor.Plo@am__quote@
1519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
1520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
1521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime_c.Plo@am__quote@
1523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
1524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
1525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
1526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
1527
1528 .c.o:
1529 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1530 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1532 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1533 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1534
1535 .c.obj:
1536 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1537 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1539 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1540 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1541
1542 .c.lo:
1543 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1544 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1546 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1547 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
1548
1549 libgobegin_llgo_a-go-main.o: runtime/go-main.c
1550 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT libgobegin_llgo_a-go-main.o -MD -MP -MF $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1551 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1553 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1554 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1555
1556 libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1557 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT libgobegin_llgo_a-go-main.obj -MD -MP -MF $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o libgobegin_llgo_a-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`
1558 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1559 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1560 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1561 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o libgobegin_llgo_a-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`
1562
1563 libgobegin_a-go-main.o: runtime/go-main.c
1564 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT libgobegin_a-go-main.o -MD -MP -MF $(DEPDIR)/libgobegin_a-go-main.Tpo -c -o libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1565 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1567 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1568 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1569
1570 libgobegin_a-go-main.obj: runtime/go-main.c
1571 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT libgobegin_a-go-main.obj -MD -MP -MF $(DEPDIR)/libgobegin_a-go-main.Tpo -c -o libgobegin_a-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`
1572 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1573 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1574 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1575 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o libgobegin_a-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`
1576
1577 libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1578 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT libgolibbegin_a-go-libmain.o -MD -MP -MF $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1579 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1582 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1583
1584 libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1585 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT libgolibbegin_a-go-libmain.obj -MD -MP -MF $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi`
1586 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1589 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi`
1590
1591 go-assert.lo: runtime/go-assert.c
1592 @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
1593 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
1594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
1595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1596 @am__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
1597
1598 go-breakpoint.lo: runtime/go-breakpoint.c
1599 @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
1600 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
1601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
1602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1603 @am__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
1604
1605 go-caller.lo: runtime/go-caller.c
1606 @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
1607 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
1608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
1609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1610 @am__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
1611
1612 go-callers.lo: runtime/go-callers.c
1613 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-callers.lo -MD -MP -MF $(DEPDIR)/go-callers.Tpo -c -o go-callers.lo `test -f 'runtime/go-callers.c' || echo '$(srcdir)/'`runtime/go-callers.c
1614 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-callers.Tpo $(DEPDIR)/go-callers.Plo
1615 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-callers.c' object='go-callers.lo' libtool=yes @AMDEPBACKSLASH@
1616 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1617 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-callers.lo `test -f 'runtime/go-callers.c' || echo '$(srcdir)/'`runtime/go-callers.c
1618
1619 go-cdiv.lo: runtime/go-cdiv.c
1620 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-cdiv.lo -MD -MP -MF $(DEPDIR)/go-cdiv.Tpo -c -o go-cdiv.lo `test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/'`runtime/go-cdiv.c
1621 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cdiv.Tpo $(DEPDIR)/go-cdiv.Plo
1622 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cdiv.c' object='go-cdiv.lo' libtool=yes @AMDEPBACKSLASH@
1623 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1624 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cdiv.lo `test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/'`runtime/go-cdiv.c
1625
1626 go-cgo.lo: runtime/go-cgo.c
1627 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-cgo.lo -MD -MP -MF $(DEPDIR)/go-cgo.Tpo -c -o go-cgo.lo `test -f 'runtime/go-cgo.c' || echo '$(srcdir)/'`runtime/go-cgo.c
1628 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
1629 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
1630 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1631 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cgo.lo `test -f 'runtime/go-cgo.c' || echo '$(srcdir)/'`runtime/go-cgo.c
1632
1633 go-construct-map.lo: runtime/go-construct-map.c
1634 @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
1635 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
1636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
1637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1638 @am__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
1639
1640 go-defer.lo: runtime/go-defer.c
1641 @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
1642 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-defer.Tpo $(DEPDIR)/go-defer.Plo
1643 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-defer.c' object='go-defer.lo' libtool=yes @AMDEPBACKSLASH@
1644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1645 @am__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
1646
1647 go-deferred-recover.lo: runtime/go-deferred-recover.c
1648 @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
1649 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-deferred-recover.Tpo $(DEPDIR)/go-deferred-recover.Plo
1650 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-deferred-recover.c' object='go-deferred-recover.lo' libtool=yes @AMDEPBACKSLASH@
1651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1652 @am__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
1653
1654 go-ffi.lo: runtime/go-ffi.c
1655 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-ffi.lo -MD -MP -MF $(DEPDIR)/go-ffi.Tpo -c -o go-ffi.lo `test -f 'runtime/go-ffi.c' || echo '$(srcdir)/'`runtime/go-ffi.c
1656 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-ffi.Tpo $(DEPDIR)/go-ffi.Plo
1657 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-ffi.c' object='go-ffi.lo' libtool=yes @AMDEPBACKSLASH@
1658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1659 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-ffi.lo `test -f 'runtime/go-ffi.c' || echo '$(srcdir)/'`runtime/go-ffi.c
1660
1661 go-fieldtrack.lo: runtime/go-fieldtrack.c
1662 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-fieldtrack.lo -MD -MP -MF $(DEPDIR)/go-fieldtrack.Tpo -c -o go-fieldtrack.lo `test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/'`runtime/go-fieldtrack.c
1663 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-fieldtrack.Tpo $(DEPDIR)/go-fieldtrack.Plo
1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-fieldtrack.c' object='go-fieldtrack.lo' libtool=yes @AMDEPBACKSLASH@
1665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1666 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-fieldtrack.lo `test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/'`runtime/go-fieldtrack.c
1667
1668 go-matherr.lo: runtime/go-matherr.c
1669 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-matherr.lo -MD -MP -MF $(DEPDIR)/go-matherr.Tpo -c -o go-matherr.lo `test -f 'runtime/go-matherr.c' || echo '$(srcdir)/'`runtime/go-matherr.c
1670 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
1671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
1672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1673 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-matherr.lo `test -f 'runtime/go-matherr.c' || echo '$(srcdir)/'`runtime/go-matherr.c
1674
1675 go-memclr.lo: runtime/go-memclr.c
1676 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memclr.lo -MD -MP -MF $(DEPDIR)/go-memclr.Tpo -c -o go-memclr.lo `test -f 'runtime/go-memclr.c' || echo '$(srcdir)/'`runtime/go-memclr.c
1677 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memclr.Tpo $(DEPDIR)/go-memclr.Plo
1678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memclr.c' object='go-memclr.lo' libtool=yes @AMDEPBACKSLASH@
1679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1680 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memclr.lo `test -f 'runtime/go-memclr.c' || echo '$(srcdir)/'`runtime/go-memclr.c
1681
1682 go-memcmp.lo: runtime/go-memcmp.c
1683 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memcmp.lo -MD -MP -MF $(DEPDIR)/go-memcmp.Tpo -c -o go-memcmp.lo `test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/'`runtime/go-memcmp.c
1684 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memcmp.Tpo $(DEPDIR)/go-memcmp.Plo
1685 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memcmp.c' object='go-memcmp.lo' libtool=yes @AMDEPBACKSLASH@
1686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1687 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memcmp.lo `test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/'`runtime/go-memcmp.c
1688
1689 go-memequal.lo: runtime/go-memequal.c
1690 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memequal.lo -MD -MP -MF $(DEPDIR)/go-memequal.Tpo -c -o go-memequal.lo `test -f 'runtime/go-memequal.c' || echo '$(srcdir)/'`runtime/go-memequal.c
1691 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memequal.Tpo $(DEPDIR)/go-memequal.Plo
1692 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memequal.c' object='go-memequal.lo' libtool=yes @AMDEPBACKSLASH@
1693 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1694 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memequal.lo `test -f 'runtime/go-memequal.c' || echo '$(srcdir)/'`runtime/go-memequal.c
1695
1696 go-memmove.lo: runtime/go-memmove.c
1697 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memmove.lo -MD -MP -MF $(DEPDIR)/go-memmove.Tpo -c -o go-memmove.lo `test -f 'runtime/go-memmove.c' || echo '$(srcdir)/'`runtime/go-memmove.c
1698 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memmove.Tpo $(DEPDIR)/go-memmove.Plo
1699 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memmove.c' object='go-memmove.lo' libtool=yes @AMDEPBACKSLASH@
1700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1701 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memmove.lo `test -f 'runtime/go-memmove.c' || echo '$(srcdir)/'`runtime/go-memmove.c
1702
1703 go-nanotime.lo: runtime/go-nanotime.c
1704 @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
1705 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
1706 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
1707 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1708 @am__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
1709
1710 go-now.lo: runtime/go-now.c
1711 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-now.lo -MD -MP -MF $(DEPDIR)/go-now.Tpo -c -o go-now.lo `test -f 'runtime/go-now.c' || echo '$(srcdir)/'`runtime/go-now.c
1712 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
1713 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
1714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1715 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-now.lo `test -f 'runtime/go-now.c' || echo '$(srcdir)/'`runtime/go-now.c
1716
1717 go-new.lo: runtime/go-new.c
1718 @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
1719 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
1721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1722 @am__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
1723
1724 go-nosys.lo: runtime/go-nosys.c
1725 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-nosys.lo -MD -MP -MF $(DEPDIR)/go-nosys.Tpo -c -o go-nosys.lo `test -f 'runtime/go-nosys.c' || echo '$(srcdir)/'`runtime/go-nosys.c
1726 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
1727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
1728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1729 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-nosys.lo `test -f 'runtime/go-nosys.c' || echo '$(srcdir)/'`runtime/go-nosys.c
1730
1731 go-panic.lo: runtime/go-panic.c
1732 @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
1733 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-panic.Tpo $(DEPDIR)/go-panic.Plo
1734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-panic.c' object='go-panic.lo' libtool=yes @AMDEPBACKSLASH@
1735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1736 @am__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
1737
1738 go-recover.lo: runtime/go-recover.c
1739 @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
1740 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-recover.Tpo $(DEPDIR)/go-recover.Plo
1741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-recover.c' object='go-recover.lo' libtool=yes @AMDEPBACKSLASH@
1742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1743 @am__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
1744
1745 go-reflect-call.lo: runtime/go-reflect-call.c
1746 @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
1747 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
1748 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
1749 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1750 @am__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
1751
1752 go-runtime-error.lo: runtime/go-runtime-error.c
1753 @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
1754 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
1755 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
1756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1757 @am__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
1758
1759 go-setenv.lo: runtime/go-setenv.c
1760 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-setenv.lo -MD -MP -MF $(DEPDIR)/go-setenv.Tpo -c -o go-setenv.lo `test -f 'runtime/go-setenv.c' || echo '$(srcdir)/'`runtime/go-setenv.c
1761 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
1762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
1763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1764 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-setenv.lo `test -f 'runtime/go-setenv.c' || echo '$(srcdir)/'`runtime/go-setenv.c
1765
1766 go-signal.lo: runtime/go-signal.c
1767 @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
1768 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
1769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
1770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1771 @am__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
1772
1773 go-strslice.lo: runtime/go-strslice.c
1774 @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
1775 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
1776 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
1777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1778 @am__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
1779
1780 go-type-complex.lo: runtime/go-type-complex.c
1781 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-complex.lo -MD -MP -MF $(DEPDIR)/go-type-complex.Tpo -c -o go-type-complex.lo `test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/'`runtime/go-type-complex.c
1782 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-complex.Tpo $(DEPDIR)/go-type-complex.Plo
1783 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-complex.c' object='go-type-complex.lo' libtool=yes @AMDEPBACKSLASH@
1784 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1785 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-complex.lo `test -f 'runtime/go-type-complex.c' || echo '$(srcdir)/'`runtime/go-type-complex.c
1786
1787 go-type-float.lo: runtime/go-type-float.c
1788 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-type-float.lo -MD -MP -MF $(DEPDIR)/go-type-float.Tpo -c -o go-type-float.lo `test -f 'runtime/go-type-float.c' || echo '$(srcdir)/'`runtime/go-type-float.c
1789 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-float.Tpo $(DEPDIR)/go-type-float.Plo
1790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-float.c' object='go-type-float.lo' libtool=yes @AMDEPBACKSLASH@
1791 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1792 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-type-float.lo `test -f 'runtime/go-type-float.c' || echo '$(srcdir)/'`runtime/go-type-float.c
1793
1794 go-type-identity.lo: runtime/go-type-identity.c
1795 @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
1796 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-identity.Tpo $(DEPDIR)/go-type-identity.Plo
1797 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-identity.c' object='go-type-identity.lo' libtool=yes @AMDEPBACKSLASH@
1798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1799 @am__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
1800
1801 go-type-string.lo: runtime/go-type-string.c
1802 @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
1803 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-type-string.Tpo $(DEPDIR)/go-type-string.Plo
1804 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-type-string.c' object='go-type-string.lo' libtool=yes @AMDEPBACKSLASH@
1805 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1806 @am__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
1807
1808 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
1809 @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
1810 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
1811 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
1812 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1813 @am__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
1814
1815 go-unsafe-new.lo: runtime/go-unsafe-new.c
1816 @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
1817 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
1818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
1819 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1820 @am__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
1821
1822 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
1823 @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
1824 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
1825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
1826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1827 @am__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
1828
1829 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
1830 @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
1831 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
1832 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
1833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1834 @am__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
1835
1836 go-unsetenv.lo: runtime/go-unsetenv.c
1837 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unsetenv.lo -MD -MP -MF $(DEPDIR)/go-unsetenv.Tpo -c -o go-unsetenv.lo `test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/'`runtime/go-unsetenv.c
1838 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsetenv.Tpo $(DEPDIR)/go-unsetenv.Plo
1839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsetenv.c' object='go-unsetenv.lo' libtool=yes @AMDEPBACKSLASH@
1840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1841 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsetenv.lo `test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/'`runtime/go-unsetenv.c
1842
1843 go-unwind.lo: runtime/go-unwind.c
1844 @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
1845 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
1846 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
1847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1848 @am__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
1849
1850 go-varargs.lo: runtime/go-varargs.c
1851 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-varargs.lo -MD -MP -MF $(DEPDIR)/go-varargs.Tpo -c -o go-varargs.lo `test -f 'runtime/go-varargs.c' || echo '$(srcdir)/'`runtime/go-varargs.c
1852 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-varargs.Tpo $(DEPDIR)/go-varargs.Plo
1853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-varargs.c' object='go-varargs.lo' libtool=yes @AMDEPBACKSLASH@
1854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1855 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-varargs.lo `test -f 'runtime/go-varargs.c' || echo '$(srcdir)/'`runtime/go-varargs.c
1856
1857 env_posix.lo: runtime/env_posix.c
1858 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT env_posix.lo -MD -MP -MF $(DEPDIR)/env_posix.Tpo -c -o env_posix.lo `test -f 'runtime/env_posix.c' || echo '$(srcdir)/'`runtime/env_posix.c
1859 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/env_posix.Tpo $(DEPDIR)/env_posix.Plo
1860 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/env_posix.c' object='env_posix.lo' libtool=yes @AMDEPBACKSLASH@
1861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1862 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o env_posix.lo `test -f 'runtime/env_posix.c' || echo '$(srcdir)/'`runtime/env_posix.c
1863
1864 heapdump.lo: runtime/heapdump.c
1865 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT heapdump.lo -MD -MP -MF $(DEPDIR)/heapdump.Tpo -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
1866 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/heapdump.Tpo $(DEPDIR)/heapdump.Plo
1867 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/heapdump.c' object='heapdump.lo' libtool=yes @AMDEPBACKSLASH@
1868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1869 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
1870
1871 mcache.lo: runtime/mcache.c
1872 @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
1873 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
1874 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
1875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1876 @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
1877
1878 mcentral.lo: runtime/mcentral.c
1879 @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
1880 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
1881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
1882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1883 @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
1884
1885 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
1886 @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
1887 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
1888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
1889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1890 @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
1891
1892 mem.lo: runtime/mem.c
1893 @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
1894 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
1895 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
1896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1897 @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
1898
1899 mfixalloc.lo: runtime/mfixalloc.c
1900 @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
1901 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
1902 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
1903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1904 @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
1905
1906 mgc0.lo: runtime/mgc0.c
1907 @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
1908 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
1909 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
1910 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1911 @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
1912
1913 mheap.lo: runtime/mheap.c
1914 @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
1915 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
1916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
1917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1918 @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
1919
1920 msize.lo: runtime/msize.c
1921 @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
1922 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
1923 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
1924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1925 @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
1926
1927 panic.lo: runtime/panic.c
1928 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT panic.lo -MD -MP -MF $(DEPDIR)/panic.Tpo -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
1929 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/panic.Tpo $(DEPDIR)/panic.Plo
1930 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/panic.c' object='panic.lo' libtool=yes @AMDEPBACKSLASH@
1931 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1932 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
1933
1934 parfor.lo: runtime/parfor.c
1935 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT parfor.lo -MD -MP -MF $(DEPDIR)/parfor.Tpo -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
1936 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/parfor.Tpo $(DEPDIR)/parfor.Plo
1937 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/parfor.c' object='parfor.lo' libtool=yes @AMDEPBACKSLASH@
1938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1939 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
1940
1941 print.lo: runtime/print.c
1942 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT print.lo -MD -MP -MF $(DEPDIR)/print.Tpo -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
1943 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/print.Tpo $(DEPDIR)/print.Plo
1944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/print.c' object='print.lo' libtool=yes @AMDEPBACKSLASH@
1945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1946 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
1947
1948 proc.lo: runtime/proc.c
1949 @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
1950 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
1951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
1952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1953 @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
1954
1955 runtime_c.lo: runtime/runtime_c.c
1956 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT runtime_c.lo -MD -MP -MF $(DEPDIR)/runtime_c.Tpo -c -o runtime_c.lo `test -f 'runtime/runtime_c.c' || echo '$(srcdir)/'`runtime/runtime_c.c
1957 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime_c.Tpo $(DEPDIR)/runtime_c.Plo
1958 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime_c.c' object='runtime_c.lo' libtool=yes @AMDEPBACKSLASH@
1959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1960 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o runtime_c.lo `test -f 'runtime/runtime_c.c' || echo '$(srcdir)/'`runtime/runtime_c.c
1961
1962 thread.lo: runtime/thread.c
1963 @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
1964 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
1965 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
1966 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1967 @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
1968
1969 thread-sema.lo: runtime/thread-sema.c
1970 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-sema.lo -MD -MP -MF $(DEPDIR)/thread-sema.Tpo -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1971 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
1972 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
1973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1974 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1975
1976 thread-linux.lo: runtime/thread-linux.c
1977 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-linux.lo -MD -MP -MF $(DEPDIR)/thread-linux.Tpo -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1978 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
1979 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
1980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1981 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1982
1983 yield.lo: runtime/yield.c
1984 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yield.lo -MD -MP -MF $(DEPDIR)/yield.Tpo -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
1985 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
1986 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
1987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1988 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
1989
1990 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
1991 @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
1992 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
1993 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
1994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1995 @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
1996
1997 getncpu-none.lo: runtime/getncpu-none.c
1998 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-none.lo -MD -MP -MF $(DEPDIR)/getncpu-none.Tpo -c -o getncpu-none.lo `test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/'`runtime/getncpu-none.c
1999 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-none.Tpo $(DEPDIR)/getncpu-none.Plo
2000 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-none.c' object='getncpu-none.lo' libtool=yes @AMDEPBACKSLASH@
2001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2002 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-none.lo `test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/'`runtime/getncpu-none.c
2003
2004 getncpu-bsd.lo: runtime/getncpu-bsd.c
2005 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-bsd.lo -MD -MP -MF $(DEPDIR)/getncpu-bsd.Tpo -c -o getncpu-bsd.lo `test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/'`runtime/getncpu-bsd.c
2006 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-bsd.Tpo $(DEPDIR)/getncpu-bsd.Plo
2007 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-bsd.c' object='getncpu-bsd.lo' libtool=yes @AMDEPBACKSLASH@
2008 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2009 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-bsd.lo `test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/'`runtime/getncpu-bsd.c
2010
2011 getncpu-solaris.lo: runtime/getncpu-solaris.c
2012 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-solaris.lo -MD -MP -MF $(DEPDIR)/getncpu-solaris.Tpo -c -o getncpu-solaris.lo `test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/'`runtime/getncpu-solaris.c
2013 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-solaris.Tpo $(DEPDIR)/getncpu-solaris.Plo
2014 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-solaris.c' object='getncpu-solaris.lo' libtool=yes @AMDEPBACKSLASH@
2015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2016 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-solaris.lo `test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/'`runtime/getncpu-solaris.c
2017
2018 getncpu-irix.lo: runtime/getncpu-irix.c
2019 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-irix.lo -MD -MP -MF $(DEPDIR)/getncpu-irix.Tpo -c -o getncpu-irix.lo `test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/'`runtime/getncpu-irix.c
2020 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-irix.Tpo $(DEPDIR)/getncpu-irix.Plo
2021 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-irix.c' object='getncpu-irix.lo' libtool=yes @AMDEPBACKSLASH@
2022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2023 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-irix.lo `test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/'`runtime/getncpu-irix.c
2024
2025 getncpu-linux.lo: runtime/getncpu-linux.c
2026 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-linux.lo -MD -MP -MF $(DEPDIR)/getncpu-linux.Tpo -c -o getncpu-linux.lo `test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/'`runtime/getncpu-linux.c
2027 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-linux.Tpo $(DEPDIR)/getncpu-linux.Plo
2028 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-linux.c' object='getncpu-linux.lo' libtool=yes @AMDEPBACKSLASH@
2029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2030 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-linux.lo `test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/'`runtime/getncpu-linux.c
2031
2032 mostlyclean-libtool:
2033 -rm -f *.lo
2034
2035 clean-libtool:
2036 -rm -rf .libs _libs
2037
2038 distclean-libtool:
2039 -rm -f libtool config.lt
2040
2041 # GNU Make needs to see an explicit $(MAKE) variable in the command it
2042 # runs to enable its job server during parallel builds. Hence the
2043 # comments below.
2044 all-multi:
2045 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
2046 install-multi:
2047 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
2048
2049 mostlyclean-multi:
2050 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
2051 clean-multi:
2052 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
2053 distclean-multi:
2054 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
2055 maintainer-clean-multi:
2056 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
2057 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
2058 @$(NORMAL_INSTALL)
2059 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2060 if test -n "$$list"; then \
2061 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
2062 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
2063 fi; \
2064 for p in $$list; do \
2065 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2066 echo "$$d$$p"; \
2067 done | $(am__base_list) | \
2068 while read files; do \
2069 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
2070 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
2071 done
2072
2073 uninstall-toolexeclibgoDATA:
2074 @$(NORMAL_UNINSTALL)
2075 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2076 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2077 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
2078 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
2079 @$(NORMAL_INSTALL)
2080 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2081 if test -n "$$list"; then \
2082 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
2083 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
2084 fi; \
2085 for p in $$list; do \
2086 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2087 echo "$$d$$p"; \
2088 done | $(am__base_list) | \
2089 while read files; do \
2090 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
2091 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
2092 done
2093
2094 uninstall-toolexeclibgoarchiveDATA:
2095 @$(NORMAL_UNINSTALL)
2096 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2097 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2098 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
2099 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
2100 @$(NORMAL_INSTALL)
2101 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2102 if test -n "$$list"; then \
2103 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
2104 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
2105 fi; \
2106 for p in $$list; do \
2107 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2108 echo "$$d$$p"; \
2109 done | $(am__base_list) | \
2110 while read files; do \
2111 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
2112 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
2113 done
2114
2115 uninstall-toolexeclibgocompressDATA:
2116 @$(NORMAL_UNINSTALL)
2117 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2118 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2119 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
2120 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
2121 @$(NORMAL_INSTALL)
2122 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2123 if test -n "$$list"; then \
2124 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2125 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
2126 fi; \
2127 for p in $$list; do \
2128 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2129 echo "$$d$$p"; \
2130 done | $(am__base_list) | \
2131 while read files; do \
2132 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2133 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
2134 done
2135
2136 uninstall-toolexeclibgocontainerDATA:
2137 @$(NORMAL_UNINSTALL)
2138 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2139 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2140 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
2141 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
2142 @$(NORMAL_INSTALL)
2143 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2144 if test -n "$$list"; then \
2145 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2146 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
2147 fi; \
2148 for p in $$list; do \
2149 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2150 echo "$$d$$p"; \
2151 done | $(am__base_list) | \
2152 while read files; do \
2153 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2154 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
2155 done
2156
2157 uninstall-toolexeclibgocryptoDATA:
2158 @$(NORMAL_UNINSTALL)
2159 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2160 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2161 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
2162 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
2163 @$(NORMAL_INSTALL)
2164 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2165 if test -n "$$list"; then \
2166 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2167 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
2168 fi; \
2169 for p in $$list; do \
2170 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2171 echo "$$d$$p"; \
2172 done | $(am__base_list) | \
2173 while read files; do \
2174 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2175 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
2176 done
2177
2178 uninstall-toolexeclibgocryptox509DATA:
2179 @$(NORMAL_UNINSTALL)
2180 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2181 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2182 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
2183 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
2184 @$(NORMAL_INSTALL)
2185 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2186 if test -n "$$list"; then \
2187 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2188 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
2189 fi; \
2190 for p in $$list; do \
2191 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2192 echo "$$d$$p"; \
2193 done | $(am__base_list) | \
2194 while read files; do \
2195 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2196 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
2197 done
2198
2199 uninstall-toolexeclibgodatabaseDATA:
2200 @$(NORMAL_UNINSTALL)
2201 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2202 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2203 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
2204 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
2205 @$(NORMAL_INSTALL)
2206 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2207 if test -n "$$list"; then \
2208 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2209 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
2210 fi; \
2211 for p in $$list; do \
2212 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2213 echo "$$d$$p"; \
2214 done | $(am__base_list) | \
2215 while read files; do \
2216 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2217 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
2218 done
2219
2220 uninstall-toolexeclibgodatabasesqlDATA:
2221 @$(NORMAL_UNINSTALL)
2222 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2223 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2224 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
2225 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
2226 @$(NORMAL_INSTALL)
2227 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2228 if test -n "$$list"; then \
2229 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2230 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
2231 fi; \
2232 for p in $$list; do \
2233 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2234 echo "$$d$$p"; \
2235 done | $(am__base_list) | \
2236 while read files; do \
2237 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2238 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
2239 done
2240
2241 uninstall-toolexeclibgodebugDATA:
2242 @$(NORMAL_UNINSTALL)
2243 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2244 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2245 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
2246 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
2247 @$(NORMAL_INSTALL)
2248 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2249 if test -n "$$list"; then \
2250 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2251 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
2252 fi; \
2253 for p in $$list; do \
2254 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2255 echo "$$d$$p"; \
2256 done | $(am__base_list) | \
2257 while read files; do \
2258 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2259 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
2260 done
2261
2262 uninstall-toolexeclibgoencodingDATA:
2263 @$(NORMAL_UNINSTALL)
2264 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2265 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2266 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
2267 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
2268 @$(NORMAL_INSTALL)
2269 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2270 if test -n "$$list"; then \
2271 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2272 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)" || exit 1; \
2273 fi; \
2274 for p in $$list; do \
2275 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2276 echo "$$d$$p"; \
2277 done | $(am__base_list) | \
2278 while read files; do \
2279 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2280 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
2281 done
2282
2283 uninstall-toolexeclibgoexpDATA:
2284 @$(NORMAL_UNINSTALL)
2285 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2286 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2287 dir='$(DESTDIR)$(toolexeclibgoexpdir)'; $(am__uninstall_files_from_dir)
2288 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
2289 @$(NORMAL_INSTALL)
2290 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2291 if test -n "$$list"; then \
2292 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
2293 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
2294 fi; \
2295 for p in $$list; do \
2296 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2297 echo "$$d$$p"; \
2298 done | $(am__base_list) | \
2299 while read files; do \
2300 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
2301 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
2302 done
2303
2304 uninstall-toolexeclibgogoDATA:
2305 @$(NORMAL_UNINSTALL)
2306 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2307 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2308 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
2309 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
2310 @$(NORMAL_INSTALL)
2311 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2312 if test -n "$$list"; then \
2313 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2314 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
2315 fi; \
2316 for p in $$list; do \
2317 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2318 echo "$$d$$p"; \
2319 done | $(am__base_list) | \
2320 while read files; do \
2321 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2322 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
2323 done
2324
2325 uninstall-toolexeclibgohashDATA:
2326 @$(NORMAL_UNINSTALL)
2327 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2328 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2329 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
2330 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
2331 @$(NORMAL_INSTALL)
2332 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2333 if test -n "$$list"; then \
2334 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2335 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
2336 fi; \
2337 for p in $$list; do \
2338 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2339 echo "$$d$$p"; \
2340 done | $(am__base_list) | \
2341 while read files; do \
2342 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2343 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
2344 done
2345
2346 uninstall-toolexeclibgohtmlDATA:
2347 @$(NORMAL_UNINSTALL)
2348 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2349 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2350 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
2351 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
2352 @$(NORMAL_INSTALL)
2353 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2354 if test -n "$$list"; then \
2355 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2356 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
2357 fi; \
2358 for p in $$list; do \
2359 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2360 echo "$$d$$p"; \
2361 done | $(am__base_list) | \
2362 while read files; do \
2363 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2364 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
2365 done
2366
2367 uninstall-toolexeclibgoimageDATA:
2368 @$(NORMAL_UNINSTALL)
2369 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2370 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2371 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
2372 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
2373 @$(NORMAL_INSTALL)
2374 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2375 if test -n "$$list"; then \
2376 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2377 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
2378 fi; \
2379 for p in $$list; do \
2380 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2381 echo "$$d$$p"; \
2382 done | $(am__base_list) | \
2383 while read files; do \
2384 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2385 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
2386 done
2387
2388 uninstall-toolexeclibgoimagecolorDATA:
2389 @$(NORMAL_UNINSTALL)
2390 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2391 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2392 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
2393 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
2394 @$(NORMAL_INSTALL)
2395 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2396 if test -n "$$list"; then \
2397 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2398 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
2399 fi; \
2400 for p in $$list; do \
2401 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2402 echo "$$d$$p"; \
2403 done | $(am__base_list) | \
2404 while read files; do \
2405 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2406 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
2407 done
2408
2409 uninstall-toolexeclibgoindexDATA:
2410 @$(NORMAL_UNINSTALL)
2411 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2412 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2413 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
2414 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
2415 @$(NORMAL_INSTALL)
2416 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2417 if test -n "$$list"; then \
2418 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2419 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
2420 fi; \
2421 for p in $$list; do \
2422 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2423 echo "$$d$$p"; \
2424 done | $(am__base_list) | \
2425 while read files; do \
2426 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2427 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
2428 done
2429
2430 uninstall-toolexeclibgoioDATA:
2431 @$(NORMAL_UNINSTALL)
2432 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2433 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2434 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
2435 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
2436 @$(NORMAL_INSTALL)
2437 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2438 if test -n "$$list"; then \
2439 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
2440 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
2441 fi; \
2442 for p in $$list; do \
2443 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2444 echo "$$d$$p"; \
2445 done | $(am__base_list) | \
2446 while read files; do \
2447 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
2448 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
2449 done
2450
2451 uninstall-toolexeclibgologDATA:
2452 @$(NORMAL_UNINSTALL)
2453 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2454 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2455 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
2456 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
2457 @$(NORMAL_INSTALL)
2458 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2459 if test -n "$$list"; then \
2460 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2461 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
2462 fi; \
2463 for p in $$list; do \
2464 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2465 echo "$$d$$p"; \
2466 done | $(am__base_list) | \
2467 while read files; do \
2468 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2469 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
2470 done
2471
2472 uninstall-toolexeclibgomathDATA:
2473 @$(NORMAL_UNINSTALL)
2474 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2475 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2476 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
2477 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
2478 @$(NORMAL_INSTALL)
2479 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2480 if test -n "$$list"; then \
2481 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2482 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
2483 fi; \
2484 for p in $$list; do \
2485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2486 echo "$$d$$p"; \
2487 done | $(am__base_list) | \
2488 while read files; do \
2489 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2490 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
2491 done
2492
2493 uninstall-toolexeclibgomimeDATA:
2494 @$(NORMAL_UNINSTALL)
2495 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2496 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2497 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
2498 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
2499 @$(NORMAL_INSTALL)
2500 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2501 if test -n "$$list"; then \
2502 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2503 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
2504 fi; \
2505 for p in $$list; do \
2506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2507 echo "$$d$$p"; \
2508 done | $(am__base_list) | \
2509 while read files; do \
2510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2511 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
2512 done
2513
2514 uninstall-toolexeclibgonetDATA:
2515 @$(NORMAL_UNINSTALL)
2516 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2518 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
2519 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
2520 @$(NORMAL_INSTALL)
2521 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2522 if test -n "$$list"; then \
2523 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2524 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
2525 fi; \
2526 for p in $$list; do \
2527 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2528 echo "$$d$$p"; \
2529 done | $(am__base_list) | \
2530 while read files; do \
2531 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2532 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2533 done
2534
2535 uninstall-toolexeclibgonethttpDATA:
2536 @$(NORMAL_UNINSTALL)
2537 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2539 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2540 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2541 @$(NORMAL_INSTALL)
2542 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2543 if test -n "$$list"; then \
2544 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2545 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2546 fi; \
2547 for p in $$list; do \
2548 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2549 echo "$$d$$p"; \
2550 done | $(am__base_list) | \
2551 while read files; do \
2552 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2553 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2554 done
2555
2556 uninstall-toolexeclibgonetrpcDATA:
2557 @$(NORMAL_UNINSTALL)
2558 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2559 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2560 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2561 install-toolexeclibgooldDATA: $(toolexeclibgoold_DATA)
2562 @$(NORMAL_INSTALL)
2563 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
2564 if test -n "$$list"; then \
2565 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoolddir)'"; \
2566 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoolddir)" || exit 1; \
2567 fi; \
2568 for p in $$list; do \
2569 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2570 echo "$$d$$p"; \
2571 done | $(am__base_list) | \
2572 while read files; do \
2573 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoolddir)'"; \
2574 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoolddir)" || exit $$?; \
2575 done
2576
2577 uninstall-toolexeclibgooldDATA:
2578 @$(NORMAL_UNINSTALL)
2579 @list='$(toolexeclibgoold_DATA)'; test -n "$(toolexeclibgoolddir)" || list=; \
2580 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2581 dir='$(DESTDIR)$(toolexeclibgoolddir)'; $(am__uninstall_files_from_dir)
2582 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2583 @$(NORMAL_INSTALL)
2584 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2585 if test -n "$$list"; then \
2586 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2587 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2588 fi; \
2589 for p in $$list; do \
2590 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2591 echo "$$d$$p"; \
2592 done | $(am__base_list) | \
2593 while read files; do \
2594 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2595 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2596 done
2597
2598 uninstall-toolexeclibgoosDATA:
2599 @$(NORMAL_UNINSTALL)
2600 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2601 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2602 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2603 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2604 @$(NORMAL_INSTALL)
2605 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2606 if test -n "$$list"; then \
2607 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2608 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2609 fi; \
2610 for p in $$list; do \
2611 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2612 echo "$$d$$p"; \
2613 done | $(am__base_list) | \
2614 while read files; do \
2615 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2616 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2617 done
2618
2619 uninstall-toolexeclibgopathDATA:
2620 @$(NORMAL_UNINSTALL)
2621 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2622 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2623 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2624 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2625 @$(NORMAL_INSTALL)
2626 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2627 if test -n "$$list"; then \
2628 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2629 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2630 fi; \
2631 for p in $$list; do \
2632 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2633 echo "$$d$$p"; \
2634 done | $(am__base_list) | \
2635 while read files; do \
2636 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2637 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2638 done
2639
2640 uninstall-toolexeclibgoregexpDATA:
2641 @$(NORMAL_UNINSTALL)
2642 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2643 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2644 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2645 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2646 @$(NORMAL_INSTALL)
2647 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2648 if test -n "$$list"; then \
2649 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2650 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2651 fi; \
2652 for p in $$list; do \
2653 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2654 echo "$$d$$p"; \
2655 done | $(am__base_list) | \
2656 while read files; do \
2657 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2658 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2659 done
2660
2661 uninstall-toolexeclibgoruntimeDATA:
2662 @$(NORMAL_UNINSTALL)
2663 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2664 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2665 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2666 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2667 @$(NORMAL_INSTALL)
2668 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2669 if test -n "$$list"; then \
2670 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2671 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2672 fi; \
2673 for p in $$list; do \
2674 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2675 echo "$$d$$p"; \
2676 done | $(am__base_list) | \
2677 while read files; do \
2678 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2679 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2680 done
2681
2682 uninstall-toolexeclibgosyncDATA:
2683 @$(NORMAL_UNINSTALL)
2684 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2685 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2686 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2687 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2688 @$(NORMAL_INSTALL)
2689 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2690 if test -n "$$list"; then \
2691 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2692 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2693 fi; \
2694 for p in $$list; do \
2695 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2696 echo "$$d$$p"; \
2697 done | $(am__base_list) | \
2698 while read files; do \
2699 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2700 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2701 done
2702
2703 uninstall-toolexeclibgotestingDATA:
2704 @$(NORMAL_UNINSTALL)
2705 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2706 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2707 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2708 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2709 @$(NORMAL_INSTALL)
2710 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2711 if test -n "$$list"; then \
2712 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2713 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2714 fi; \
2715 for p in $$list; do \
2716 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2717 echo "$$d$$p"; \
2718 done | $(am__base_list) | \
2719 while read files; do \
2720 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2721 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2722 done
2723
2724 uninstall-toolexeclibgotextDATA:
2725 @$(NORMAL_UNINSTALL)
2726 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2727 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2728 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2729 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2730 @$(NORMAL_INSTALL)
2731 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2732 if test -n "$$list"; then \
2733 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2734 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2735 fi; \
2736 for p in $$list; do \
2737 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2738 echo "$$d$$p"; \
2739 done | $(am__base_list) | \
2740 while read files; do \
2741 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2742 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2743 done
2744
2745 uninstall-toolexeclibgotexttemplateDATA:
2746 @$(NORMAL_UNINSTALL)
2747 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2748 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2749 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2750 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2751 @$(NORMAL_INSTALL)
2752 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2753 if test -n "$$list"; then \
2754 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2755 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2756 fi; \
2757 for p in $$list; do \
2758 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2759 echo "$$d$$p"; \
2760 done | $(am__base_list) | \
2761 while read files; do \
2762 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2763 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2764 done
2765
2766 uninstall-toolexeclibgounicodeDATA:
2767 @$(NORMAL_UNINSTALL)
2768 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2769 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2770 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2771
2772 # This directory's subdirectories are mostly independent; you can cd
2773 # into them and run `make' without going through this Makefile.
2774 # To change the values of `make' variables: instead of editing Makefiles,
2775 # (1) if the variable is set in `config.status', edit `config.status'
2776 # (which will cause the Makefiles to be regenerated when you run `make');
2777 # (2) otherwise, pass the desired values on the `make' command line.
2778 $(RECURSIVE_TARGETS):
2779 @fail= failcom='exit 1'; \
2780 for f in x $$MAKEFLAGS; do \
2781 case $$f in \
2782 *=* | --[!k]*);; \
2783 *k*) failcom='fail=yes';; \
2784 esac; \
2785 done; \
2786 dot_seen=no; \
2787 target=`echo $@ | sed s/-recursive//`; \
2788 list='$(SUBDIRS)'; for subdir in $$list; do \
2789 echo "Making $$target in $$subdir"; \
2790 if test "$$subdir" = "."; then \
2791 dot_seen=yes; \
2792 local_target="$$target-am"; \
2793 else \
2794 local_target="$$target"; \
2795 fi; \
2796 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2797 || eval $$failcom; \
2798 done; \
2799 if test "$$dot_seen" = "no"; then \
2800 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2801 fi; test -z "$$fail"
2802
2803 $(RECURSIVE_CLEAN_TARGETS):
2804 @fail= failcom='exit 1'; \
2805 for f in x $$MAKEFLAGS; do \
2806 case $$f in \
2807 *=* | --[!k]*);; \
2808 *k*) failcom='fail=yes';; \
2809 esac; \
2810 done; \
2811 dot_seen=no; \
2812 case "$@" in \
2813 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2814 *) list='$(SUBDIRS)' ;; \
2815 esac; \
2816 rev=''; for subdir in $$list; do \
2817 if test "$$subdir" = "."; then :; else \
2818 rev="$$subdir $$rev"; \
2819 fi; \
2820 done; \
2821 rev="$$rev ."; \
2822 target=`echo $@ | sed s/-recursive//`; \
2823 for subdir in $$rev; do \
2824 echo "Making $$target in $$subdir"; \
2825 if test "$$subdir" = "."; then \
2826 local_target="$$target-am"; \
2827 else \
2828 local_target="$$target"; \
2829 fi; \
2830 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2831 || eval $$failcom; \
2832 done && test -z "$$fail"
2833 tags-recursive:
2834 list='$(SUBDIRS)'; for subdir in $$list; do \
2835 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2836 done
2837 ctags-recursive:
2838 list='$(SUBDIRS)'; for subdir in $$list; do \
2839 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2840 done
2841
2842 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2843 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2844 unique=`for i in $$list; do \
2845 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2846 done | \
2847 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2848 END { if (nonempty) { for (i in files) print i; }; }'`; \
2849 mkid -fID $$unique
2850 tags: TAGS
2851
2852 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2853 $(TAGS_FILES) $(LISP)
2854 set x; \
2855 here=`pwd`; \
2856 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2857 include_option=--etags-include; \
2858 empty_fix=.; \
2859 else \
2860 include_option=--include; \
2861 empty_fix=; \
2862 fi; \
2863 list='$(SUBDIRS)'; for subdir in $$list; do \
2864 if test "$$subdir" = .; then :; else \
2865 test ! -f $$subdir/TAGS || \
2866 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2867 fi; \
2868 done; \
2869 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2870 unique=`for i in $$list; do \
2871 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2872 done | \
2873 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2874 END { if (nonempty) { for (i in files) print i; }; }'`; \
2875 shift; \
2876 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2877 test -n "$$unique" || unique=$$empty_fix; \
2878 if test $$# -gt 0; then \
2879 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2880 "$$@" $$unique; \
2881 else \
2882 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2883 $$unique; \
2884 fi; \
2885 fi
2886 ctags: CTAGS
2887 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2888 $(TAGS_FILES) $(LISP)
2889 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2890 unique=`for i in $$list; do \
2891 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2892 done | \
2893 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2894 END { if (nonempty) { for (i in files) print i; }; }'`; \
2895 test -z "$(CTAGS_ARGS)$$unique" \
2896 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2897 $$unique
2898
2899 GTAGS:
2900 here=`$(am__cd) $(top_builddir) && pwd` \
2901 && $(am__cd) $(top_srcdir) \
2902 && gtags -i $(GTAGS_ARGS) "$$here"
2903
2904 distclean-tags:
2905 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2906 check-am: all-am
2907 check: check-recursive
2908 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
2909 config.h
2910 installdirs: installdirs-recursive
2911 installdirs-am:
2912 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptox509dir)" "$(DESTDIR)$(toolexeclibgodatabasedir)" "$(DESTDIR)$(toolexeclibgodatabasesqldir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgoexpdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohtmldir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoimagecolordir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgologdir)" "$(DESTDIR)$(toolexeclibgomathdir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgonethttpdir)" "$(DESTDIR)$(toolexeclibgonetrpcdir)" "$(DESTDIR)$(toolexeclibgoolddir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgoregexpdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)" "$(DESTDIR)$(toolexeclibgotextdir)" "$(DESTDIR)$(toolexeclibgotexttemplatedir)" "$(DESTDIR)$(toolexeclibgounicodedir)"; do \
2913 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2914 done
2915 install: install-recursive
2916 install-exec: install-exec-recursive
2917 install-data: install-data-recursive
2918 uninstall: uninstall-recursive
2919
2920 install-am: all-am
2921 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2922
2923 installcheck: installcheck-recursive
2924 install-strip:
2925 if test -z '$(STRIP)'; then \
2926 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2927 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2928 install; \
2929 else \
2930 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2931 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2932 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2933 fi
2934 mostlyclean-generic:
2935
2936 clean-generic:
2937 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2938
2939 distclean-generic:
2940 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2941 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2942
2943 maintainer-clean-generic:
2944 @echo "This command is intended for maintainers to use"
2945 @echo "it deletes files that may require special tools to rebuild."
2946 clean: clean-multi clean-recursive
2947
2948 clean-am: clean-generic clean-libtool clean-local \
2949 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
2950 mostlyclean-am
2951
2952 distclean: distclean-multi distclean-recursive
2953 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2954 -rm -rf ./$(DEPDIR)
2955 -rm -f Makefile
2956 distclean-am: clean-am distclean-compile distclean-generic \
2957 distclean-hdr distclean-libtool distclean-tags
2958
2959 dvi: dvi-recursive
2960
2961 dvi-am:
2962
2963 html: html-recursive
2964
2965 html-am:
2966
2967 info: info-recursive
2968
2969 info-am:
2970
2971 install-data-am:
2972
2973 install-dvi: install-dvi-recursive
2974
2975 install-dvi-am:
2976
2977 install-exec-am: install-multi install-toolexeclibLIBRARIES \
2978 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2979 install-toolexeclibgoarchiveDATA \
2980 install-toolexeclibgocompressDATA \
2981 install-toolexeclibgocontainerDATA \
2982 install-toolexeclibgocryptoDATA \
2983 install-toolexeclibgocryptox509DATA \
2984 install-toolexeclibgodatabaseDATA \
2985 install-toolexeclibgodatabasesqlDATA \
2986 install-toolexeclibgodebugDATA \
2987 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2988 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
2989 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2990 install-toolexeclibgoimagecolorDATA \
2991 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
2992 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2993 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2994 install-toolexeclibgonethttpDATA \
2995 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
2996 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
2997 install-toolexeclibgoregexpDATA \
2998 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2999 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
3000 install-toolexeclibgotexttemplateDATA \
3001 install-toolexeclibgounicodeDATA
3002
3003 install-html: install-html-recursive
3004
3005 install-html-am:
3006
3007 install-info: install-info-recursive
3008
3009 install-info-am:
3010
3011 install-man:
3012
3013 install-pdf: install-pdf-recursive
3014
3015 install-pdf-am:
3016
3017 install-ps: install-ps-recursive
3018
3019 install-ps-am:
3020
3021 installcheck-am:
3022
3023 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
3024 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3025 -rm -rf $(top_srcdir)/autom4te.cache
3026 -rm -rf ./$(DEPDIR)
3027 -rm -f Makefile
3028 maintainer-clean-am: distclean-am maintainer-clean-generic
3029
3030 mostlyclean: mostlyclean-multi mostlyclean-recursive
3031
3032 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3033 mostlyclean-libtool mostlyclean-local
3034
3035 pdf: pdf-recursive
3036
3037 pdf-am:
3038
3039 ps: ps-recursive
3040
3041 ps-am:
3042
3043 uninstall-am: uninstall-toolexeclibLIBRARIES \
3044 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3045 uninstall-toolexeclibgoarchiveDATA \
3046 uninstall-toolexeclibgocompressDATA \
3047 uninstall-toolexeclibgocontainerDATA \
3048 uninstall-toolexeclibgocryptoDATA \
3049 uninstall-toolexeclibgocryptox509DATA \
3050 uninstall-toolexeclibgodatabaseDATA \
3051 uninstall-toolexeclibgodatabasesqlDATA \
3052 uninstall-toolexeclibgodebugDATA \
3053 uninstall-toolexeclibgoencodingDATA \
3054 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3055 uninstall-toolexeclibgohashDATA \
3056 uninstall-toolexeclibgohtmlDATA \
3057 uninstall-toolexeclibgoimageDATA \
3058 uninstall-toolexeclibgoimagecolorDATA \
3059 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3060 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
3061 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3062 uninstall-toolexeclibgonethttpDATA \
3063 uninstall-toolexeclibgonetrpcDATA \
3064 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
3065 uninstall-toolexeclibgopathDATA \
3066 uninstall-toolexeclibgoregexpDATA \
3067 uninstall-toolexeclibgoruntimeDATA \
3068 uninstall-toolexeclibgosyncDATA \
3069 uninstall-toolexeclibgotestingDATA \
3070 uninstall-toolexeclibgotextDATA \
3071 uninstall-toolexeclibgotexttemplateDATA \
3072 uninstall-toolexeclibgounicodeDATA
3073
3074 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
3075 clean-multi ctags-recursive distclean-multi install-am \
3076 install-multi install-strip maintainer-clean-multi \
3077 mostlyclean-multi tags-recursive
3078
3079 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3080 all all-am all-multi am--refresh check check-am clean \
3081 clean-generic clean-libtool clean-local clean-multi \
3082 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
3083 ctags-recursive distclean distclean-compile distclean-generic \
3084 distclean-hdr distclean-libtool distclean-multi distclean-tags \
3085 dvi dvi-am html html-am info info-am install install-am \
3086 install-data install-data-am install-dvi install-dvi-am \
3087 install-exec install-exec-am install-html install-html-am \
3088 install-info install-info-am install-man install-multi \
3089 install-pdf install-pdf-am install-ps install-ps-am \
3090 install-strip install-toolexeclibLIBRARIES \
3091 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
3092 install-toolexeclibgoarchiveDATA \
3093 install-toolexeclibgocompressDATA \
3094 install-toolexeclibgocontainerDATA \
3095 install-toolexeclibgocryptoDATA \
3096 install-toolexeclibgocryptox509DATA \
3097 install-toolexeclibgodatabaseDATA \
3098 install-toolexeclibgodatabasesqlDATA \
3099 install-toolexeclibgodebugDATA \
3100 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
3101 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
3102 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
3103 install-toolexeclibgoimagecolorDATA \
3104 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
3105 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
3106 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
3107 install-toolexeclibgonethttpDATA \
3108 install-toolexeclibgonetrpcDATA install-toolexeclibgooldDATA \
3109 install-toolexeclibgoosDATA install-toolexeclibgopathDATA \
3110 install-toolexeclibgoregexpDATA \
3111 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
3112 install-toolexeclibgotestingDATA install-toolexeclibgotextDATA \
3113 install-toolexeclibgotexttemplateDATA \
3114 install-toolexeclibgounicodeDATA installcheck installcheck-am \
3115 installdirs installdirs-am maintainer-clean \
3116 maintainer-clean-generic maintainer-clean-multi mostlyclean \
3117 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
3118 mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
3119 tags-recursive uninstall uninstall-am \
3120 uninstall-toolexeclibLIBRARIES \
3121 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3122 uninstall-toolexeclibgoarchiveDATA \
3123 uninstall-toolexeclibgocompressDATA \
3124 uninstall-toolexeclibgocontainerDATA \
3125 uninstall-toolexeclibgocryptoDATA \
3126 uninstall-toolexeclibgocryptox509DATA \
3127 uninstall-toolexeclibgodatabaseDATA \
3128 uninstall-toolexeclibgodatabasesqlDATA \
3129 uninstall-toolexeclibgodebugDATA \
3130 uninstall-toolexeclibgoencodingDATA \
3131 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3132 uninstall-toolexeclibgohashDATA \
3133 uninstall-toolexeclibgohtmlDATA \
3134 uninstall-toolexeclibgoimageDATA \
3135 uninstall-toolexeclibgoimagecolorDATA \
3136 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3137 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
3138 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3139 uninstall-toolexeclibgonethttpDATA \
3140 uninstall-toolexeclibgonetrpcDATA \
3141 uninstall-toolexeclibgooldDATA uninstall-toolexeclibgoosDATA \
3142 uninstall-toolexeclibgopathDATA \
3143 uninstall-toolexeclibgoregexpDATA \
3144 uninstall-toolexeclibgoruntimeDATA \
3145 uninstall-toolexeclibgosyncDATA \
3146 uninstall-toolexeclibgotestingDATA \
3147 uninstall-toolexeclibgotextDATA \
3148 uninstall-toolexeclibgotexttemplateDATA \
3149 uninstall-toolexeclibgounicodeDATA
3150
3151
3152 goc2c.$(OBJEXT): runtime/goc2c.c
3153 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
3154
3155 goc2c: goc2c.$(OBJEXT)
3156 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
3157
3158 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
3159 ./goc2c $< > $@.tmp
3160 mv -f $@.tmp $@
3161
3162 %.c: $(srcdir)/runtime/%.goc goc2c
3163 ./goc2c $< > $@.tmp
3164 mv -f $@.tmp $@
3165
3166 version.go: s-version; @true
3167 s-version: Makefile
3168 rm -f version.go.tmp
3169 echo "package sys" > version.go.tmp
3170 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
3171 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
3172 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
3173 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
3174 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
3175 echo >> version.go.tmp
3176 echo "type ArchFamilyType int" >> version.go.tmp
3177 echo >> version.go.tmp
3178 echo "const (" >> version.go.tmp
3179 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
3180 for a in $(ALLGOARCHFAMILY); do \
3181 echo " $${a}" >> version.go.tmp; \
3182 done
3183 echo ")" >> version.go.tmp
3184 echo >> version.go.tmp
3185 for a in $(ALLGOARCH); do \
3186 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3187 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3188 if test "$${a}" = "$(GOARCH)"; then \
3189 echo "const Goarch$${n} = 1" >> version.go.tmp; \
3190 else \
3191 echo "const Goarch$${n} = 0" >> version.go.tmp; \
3192 fi; \
3193 done
3194 echo >> version.go.tmp
3195 echo "const (" >> version.go.tmp
3196 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
3197 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
3198 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
3199 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
3200 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
3201 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
3202 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
3203 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
3204 echo ")" >> version.go.tmp
3205 echo >> version.go.tmp
3206 for a in $(ALLGOOS); do \
3207 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3208 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3209 if test "$${a}" = "$(GOOS)"; then \
3210 echo "const Goos$${n} = 1" >> version.go.tmp; \
3211 else \
3212 echo "const Goos$${n} = 0" >> version.go.tmp; \
3213 fi; \
3214 done
3215 echo >> version.go.tmp
3216 echo "type Uintreg uintptr" >> version.go.tmp
3217 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
3218 $(STAMP) $@
3219
3220 runtime_sysinfo.go: s-runtime_sysinfo; @true
3221 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
3222 $(SHELL) $(srcdir)/mkrsysinfo.sh
3223 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
3224 $(STAMP) $@
3225
3226 sigtab.go: s-sigtab; @true
3227 s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
3228 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
3229 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
3230 $(STAMP) $@
3231
3232 runtime.inc: s-runtime-inc; @true
3233 s-runtime-inc: runtime.lo Makefile
3234 rm -f runtime.inc.tmp2
3235 grep -v "#define _" runtime.inc.tmp | grep -v "#define c[01] " > runtime.inc.tmp2
3236 for pattern in '_[GP][a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
3237 grep "#define $$pattern" runtime.inc.tmp >> runtime.inc.tmp2; \
3238 done
3239 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp2 runtime.inc
3240 $(STAMP) $@
3241
3242 # Generate the list of go std packages that were included in libgo
3243 zstdpkglist.go: s-zstdpkglist; @true
3244 s-zstdpkglist: Makefile
3245 rm -f zstdpkglist.go.tmp
3246 echo 'package main' > zstdpkglist.go.tmp
3247 echo "" >> zstdpkglist.go.tmp
3248 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
3249 echo $(libgo_go_objs) 'unsafe.lo' 'runtime/cgo.lo' | sed 's/\.lo /\": true,\n/g' | grep -v _c | sed 's/\.lo/\": true,/' | sed 's/^/\t\"/' | sort -u >> zstdpkglist.go.tmp
3250 echo '}' >> zstdpkglist.go.tmp
3251 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
3252 $(STAMP) $@
3253
3254 libcalls.go: s-libcalls; @true
3255 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
3256 rm -f libcalls.go.tmp
3257 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
3258 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
3259 $(STAMP) $@
3260
3261 libcalls-list: s-libcalls-list; @true
3262 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
3263 rm -f libcalls-list.tmp
3264 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
3265 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
3266 $(STAMP) $@
3267
3268 syscall_arch.go: s-syscall_arch; @true
3269 s-syscall_arch: Makefile
3270 rm -f syscall_arch.go.tmp
3271 echo "package syscall" > syscall_arch.go.tmp
3272 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
3273 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
3274 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
3275 $(STAMP) $@
3276
3277 gen-sysinfo.go: s-gen-sysinfo; @true
3278 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
3279 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
3280 rm -f sysinfo.s
3281 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
3282 $(STAMP) $@
3283
3284 errno.i: s-errno; @true
3285 s-errno:
3286 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
3287 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
3288 $(STAMP) $@
3289
3290 sysinfo.go: s-sysinfo; @true
3291 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
3292 $(SHELL) $(srcdir)/mksysinfo.sh
3293 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
3294 $(STAMP) $@
3295
3296 # The epoll struct has an embedded union and is packed on x86_64,
3297 # which is too complicated for mksysinfo.sh. We find the offset of
3298 # the only field we care about in configure.ac, and generate the
3299 # struct here.
3300 epoll.go: s-epoll; @true
3301 s-epoll: Makefile
3302 rm -f epoll.go.tmp
3303 echo 'package syscall' > epoll.go.tmp
3304 echo 'type EpollEvent struct {' >> epoll.go.tmp
3305 echo ' Events uint32' >> epoll.go.tmp
3306 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
3307 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
3308 exit 1; ;; \
3309 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
3310 12,4) echo ' Fd int32' >> epoll.go.tmp; \
3311 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
3312 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3313 echo ' Fd int32' >> epoll.go.tmp; ;; \
3314 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3315 echo ' Fd int32' >> epoll.go.tmp; \
3316 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
3317 *) echo 1>&2 "*** struct epoll_event unsupported"; \
3318 exit 1; ;; \
3319 esac
3320 echo '}' >> epoll.go.tmp
3321 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
3322 $(STAMP) $@
3323
3324 # Make sure runtime.inc is built before compiling any .c file.
3325 $(libgo_la_OBJECTS): runtime.inc
3326 $(libgo_llgo_la_OBJECTS): runtime.inc
3327 $(libgobegin_a_OBJECTS): runtime.inc
3328 $(libgobegin_llgo_a_OBJECTS): runtime.inc
3329 $(libgolibbegin_a_OBJECTS): runtime.inc
3330
3331 # PACKAGE_template defines the rules for each package.
3332 # For example, for the package bufio, it produces:
3333 #
3334 # @go_include@ bufio.lo.dep
3335 # bufio.lo.dep: $(srcdir)/go/bufio/*.go
3336 # $(BUILDDEPS)
3337 # bufio.lo:
3338 # $(BUILDPACKAGE)
3339 # bufio/check: $(CHECK_DEPS)
3340 # @$(CHECK)
3341 # .PHONY: bufio/check
3342 #
3343 # This is invoked with $(1) set to a package, which is a directory name,
3344 # such as "bufio" or "archive/tar".
3345 define PACKAGE_template
3346 @go_include@ $(1).lo.dep
3347 $(1).lo.dep: $(srcdir)/go/$(1)/*.go
3348 $$(BUILDDEPS)
3349 $(1).lo:
3350 $$(BUILDPACKAGE)
3351 $(1)/check: $$(CHECK_DEPS)
3352 @$$(CHECK)
3353 .PHONY: $(1)/check
3354 $(1).gox: $(1).s-gox; @true
3355 $(1).s-gox: $(1).lo
3356 $$(BUILDGOX)
3357 $$(STAMP) $$@
3358 endef
3359
3360 # This line expands PACKAGE_template once for each package name listed
3361 # in $(PACKAGES).
3362 $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
3363 runtime.lo.dep: $(extra_go_files_runtime)
3364 syscall.lo.dep: $(extra_go_files_syscall)
3365 runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
3366
3367 # FIXME: The following C files may as well move to the runtime
3368 # directory and be treated like other C files.
3369
3370 # Use C code to speed up {bytes,strings}.IndexByte and friends.
3371 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
3372 @$(MKDIR_P) bytes
3373 $(LTCOMPILE) -c -o $@ $(srcdir)/go/bytes/indexbyte.c
3374 strings/index.lo: go/strings/indexbyte.c runtime.inc
3375 @$(MKDIR_P) strings
3376 $(LTCOMPILE) -c -o $@ $(srcdir)/go/strings/indexbyte.c
3377
3378 # Use a C function with a fixed number of arguments to call a C
3379 # varargs function.
3380 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
3381 @$(MKDIR_P) log/syslog
3382 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
3383
3384 # The interface to libffi from the reflect package is written in C.
3385 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
3386 @$(MKDIR_P) reflect
3387 $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
3388
3389 # The atomic functions are written in C.
3390 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
3391 @$(MKDIR_P) runtime/internal
3392 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
3393 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
3394 @$(MKDIR_P) sync
3395 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3396
3397 # A few syscall functions are written in C.
3398 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
3399 @$(MKDIR_P) syscall
3400 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
3401 syscall/errno.lo: go/syscall/errno.c runtime.inc
3402 @$(MKDIR_P) syscall
3403 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
3404 syscall/signame.lo: go/syscall/signame.c runtime.inc
3405 @$(MKDIR_P) syscall
3406 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
3407 syscall/wait.lo: go/syscall/wait.c runtime.inc
3408 @$(MKDIR_P) syscall
3409 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
3410
3411 # Build golang_org/x/net/route only on BSD systems.
3412
3413 @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang_org/x/net/route)
3414
3415 check: check-tail
3416 check-recursive: check-head
3417
3418 check-head:
3419 @echo "Test Run By $${USER} on `date`" > libgo.head
3420 @echo "Native configuration is $(host_triplet)" >> libgo.head
3421 @echo >> libgo.head
3422 @echo " === libgo tests ===" >> libgo.head
3423 @echo >> libgo.head
3424
3425 check-tail: check-recursive check-multi
3426 @if test "$(USE_DEJAGNU)" = "yes"; then \
3427 exit 0; \
3428 fi; \
3429 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3430 for dir in . $(MULTIDIRS); do \
3431 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3432 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3433 done; \
3434 mv libgo.head libgo.sum; \
3435 cp libgo.sum libgo.log; \
3436 echo "Schedule of variations:" >> libgo.sum; \
3437 for dir in . $(MULTIDIRS); do \
3438 multidir=../$${dir}/$${lib}; \
3439 multivar=`cat $${multidir}/libgo.var`; \
3440 echo " $${multivar}" >> libgo.sum; \
3441 done; \
3442 echo >> libgo.sum; \
3443 pass=0; fail=0; untested=0; \
3444 for dir in . $(MULTIDIRS); do \
3445 multidir=../$${dir}/$${lib}; \
3446 multivar=`cat $${multidir}/libgo.var`; \
3447 echo "Running target $${multivar}" >> libgo.sum; \
3448 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3449 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3450 cat $${multidir}/libgo.log.sep >> libgo.log; \
3451 if test -n "${MULTIDIRS}"; then \
3452 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3453 echo >> libgo.sum; \
3454 fi; \
3455 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3456 pass=`expr $$pass + $$p`; \
3457 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3458 echo "# of expected passes $$p" >> libgo.sum; \
3459 fi; \
3460 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3461 fail=`expr $$fail + $$p`; \
3462 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3463 echo "# of unexpected failures $$p" >> libgo.sum; \
3464 fi; \
3465 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3466 untested=`expr $$untested + $$p`; \
3467 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3468 echo "# of untested testcases $$p" >> libgo.sum; \
3469 fi; \
3470 done; \
3471 echo >> libgo.sum; \
3472 echo " === libgo Summary ===" >> libgo.sum; \
3473 echo >> libgo.sum; \
3474 if test "$$pass" -ne "0"; then \
3475 echo "# of expected passes $$pass" >> libgo.sum; \
3476 fi; \
3477 if test "$$fail" -ne "0"; then \
3478 echo "# of unexpected failures $$fail" >> libgo.sum; \
3479 fi; \
3480 if test "$$untested" -ne "0"; then \
3481 echo "# of untested testcases $$untested" >> libgo.sum; \
3482 fi; \
3483 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3484 echo >> libgo.log; \
3485 echo "runtest completed at `date`" >> libgo.log; \
3486 if test "$$fail" -ne "0"; then \
3487 status=1; \
3488 else \
3489 status=0; \
3490 fi; \
3491 exit $$status
3492
3493 check-am:
3494 @rm -f libgo.sum libgo.log libgo.tail
3495 @multivar="unix"; \
3496 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3497 echo "$${multivar}" > libgo.var
3498 @for f in $(TEST_PACKAGES); do \
3499 rm -f $$f-testsum $$f-testlog; \
3500 done
3501 -@$(MAKE) -k $(TEST_PACKAGES)
3502 @for f in $(TEST_PACKAGES); do \
3503 if test -f $$f-testsum; then \
3504 cat $$f-testsum >> libgo.sum; \
3505 fi; \
3506 if test -f $$f-testlog; then \
3507 cat $$f-testlog >> libgo.log; \
3508 fi; \
3509 done
3510
3511 check-multi:
3512 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3513
3514 bench:
3515 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3516
3517 mostlyclean-local:
3518 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3519 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3520 find . -name '*-testsum' -print | xargs rm -f
3521 find . -name '*-testlog' -print | xargs rm -f
3522
3523 clean-local:
3524 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3525 find . -name '*.a' -print | xargs rm -f
3526
3527 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3528 # Otherwise a system limit (for SysV at least) may be exceeded.
3529 .NOEXPORT: