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