* g++.old-deja/g++.bugs/900520_03.C: Limit error to c++14_down.
[official-gcc.git] / libgo / Makefile.in
blob2452f967252ba14abfbc8de9737672b50d70c220
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 = $(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 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
173 @LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo
174 am__DEPENDENCIES_2 = $(addsuffix .lo,$(PACKAGES)) bytes/index.lo \
175 reflect/makefunc_ffi_c.lo strings/index.lo \
176 $(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \
177 syscall/wait.lo $(golang_org_x_net_lif_lo) \
178 $(golang_org_x_net_route_lo) log/syslog/syslog_c.lo \
179 runtime/internal/atomic_c.lo sync/atomic_c.lo
180 am__DEPENDENCIES_3 =
181 am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) \
182 ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_3) \
183 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3) \
184 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3)
185 libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4)
186 @LIBGO_IS_LINUX_FALSE@am__objects_1 = thread-sema.lo
187 @LIBGO_IS_LINUX_TRUE@am__objects_1 = thread-linux.lo
188 @LIBGO_IS_RTEMS_TRUE@am__objects_2 = rtems-task-variable-add.lo
189 @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_3 = getncpu-none.lo
190 @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_3 = getncpu-aix.lo
191 @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_3 = getncpu-bsd.lo
192 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_3 = getncpu-bsd.lo
193 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_3 = getncpu-solaris.lo
194 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_3 = getncpu-irix.lo
195 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_3 = \
196 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@ getncpu-bsd.lo
197 @LIBGO_IS_LINUX_TRUE@am__objects_3 = getncpu-linux.lo
198 am__objects_4 = aeshash.lo go-assert.lo go-caller.lo go-callers.lo \
199 go-cdiv.lo go-cgo.lo go-construct-map.lo go-ffi.lo \
200 go-fieldtrack.lo go-matherr.lo go-memclr.lo go-memcmp.lo \
201 go-memequal.lo go-memmove.lo go-nanotime.lo go-now.lo \
202 go-nosys.lo go-reflect-call.lo go-runtime-error.lo \
203 go-setenv.lo go-signal.lo go-strslice.lo go-typedesc-equal.lo \
204 go-unsafe-pointer.lo go-unsetenv.lo go-unwind.lo go-varargs.lo \
205 env_posix.lo panic.lo print.lo proc.lo runtime_c.lo stack.lo \
206 thread.lo $(am__objects_1) yield.lo $(am__objects_2) \
207 $(am__objects_3)
208 am_libgo_llgo_la_OBJECTS = $(am__objects_4)
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_4)
216 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
217 libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
218 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
219 $(LDFLAGS) -o $@
220 @GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
221 DEFAULT_INCLUDES = -I.@am__isrc@
222 depcomp = $(SHELL) $(top_srcdir)/../depcomp
223 am__depfiles_maybe = depfiles
224 am__mv = mv -f
225 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
228 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
229 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
230 CCLD = $(CC)
231 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
232 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
233 $(LDFLAGS) -o $@
234 SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
235 $(libgolibbegin_a_SOURCES) $(libgo_llgo_la_SOURCES) \
236 $(libgo_la_SOURCES)
237 MULTISRCTOP =
238 MULTIBUILDTOP =
239 MULTIDIRS =
240 MULTISUBDIR =
241 MULTIDO = true
242 MULTICLEAN = true
243 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
244 html-recursive info-recursive install-data-recursive \
245 install-dvi-recursive install-exec-recursive \
246 install-html-recursive install-info-recursive \
247 install-pdf-recursive install-ps-recursive install-recursive \
248 installcheck-recursive installdirs-recursive pdf-recursive \
249 ps-recursive uninstall-recursive
250 am__can_run_installinfo = \
251 case $$AM_UPDATE_INFO_DIR in \
252 n|no|NO) false;; \
253 *) (install-info --version) >/dev/null 2>&1;; \
254 esac
255 DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \
256 $(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \
257 $(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \
258 $(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \
259 $(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \
260 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
261 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
262 $(toolexeclibgohtml_DATA) $(toolexeclibgoimage_DATA) \
263 $(toolexeclibgoimagecolor_DATA) $(toolexeclibgoindex_DATA) \
264 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
265 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
266 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
267 $(toolexeclibgonetrpc_DATA) $(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 -fplan9-extensions \
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 toolexeclibgo_DATA = \
525 bufio.gox \
526 bytes.gox \
527 context.gox \
528 crypto.gox \
529 encoding.gox \
530 errors.gox \
531 expvar.gox \
532 flag.gox \
533 fmt.gox \
534 hash.gox \
535 html.gox \
536 image.gox \
537 io.gox \
538 log.gox \
539 math.gox \
540 mime.gox \
541 net.gox \
542 os.gox \
543 path.gox \
544 reflect.gox \
545 regexp.gox \
546 runtime.gox \
547 sort.gox \
548 strconv.gox \
549 strings.gox \
550 sync.gox \
551 syscall.gox \
552 testing.gox \
553 time.gox \
554 unicode.gox
556 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
557 toolexeclibgoarchive_DATA = \
558 archive/tar.gox \
559 archive/zip.gox
561 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
562 toolexeclibgocompress_DATA = \
563 compress/bzip2.gox \
564 compress/flate.gox \
565 compress/gzip.gox \
566 compress/lzw.gox \
567 compress/zlib.gox
569 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
570 toolexeclibgocontainer_DATA = \
571 container/heap.gox \
572 container/list.gox \
573 container/ring.gox
575 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
576 toolexeclibgocrypto_DATA = \
577 crypto/aes.gox \
578 crypto/cipher.gox \
579 crypto/des.gox \
580 crypto/dsa.gox \
581 crypto/ecdsa.gox \
582 crypto/elliptic.gox \
583 crypto/hmac.gox \
584 crypto/md5.gox \
585 crypto/rand.gox \
586 crypto/rc4.gox \
587 crypto/rsa.gox \
588 crypto/sha1.gox \
589 crypto/sha256.gox \
590 crypto/sha512.gox \
591 crypto/subtle.gox \
592 crypto/tls.gox \
593 crypto/x509.gox
595 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
596 toolexeclibgocryptox509_DATA = \
597 crypto/x509/pkix.gox
599 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
600 toolexeclibgodatabase_DATA = \
601 database/sql.gox
603 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
604 toolexeclibgodatabasesql_DATA = \
605 database/sql/driver.gox
607 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
608 toolexeclibgodebug_DATA = \
609 debug/dwarf.gox \
610 debug/elf.gox \
611 debug/gosym.gox \
612 debug/macho.gox \
613 debug/pe.gox \
614 debug/plan9obj.gox
616 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
617 toolexeclibgoencoding_DATA = \
618 encoding/ascii85.gox \
619 encoding/asn1.gox \
620 encoding/base32.gox \
621 encoding/base64.gox \
622 encoding/binary.gox \
623 encoding/csv.gox \
624 encoding/gob.gox \
625 encoding/hex.gox \
626 encoding/json.gox \
627 encoding/pem.gox \
628 encoding/xml.gox
630 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
631 toolexeclibgoexp_DATA = \
632 exp/proxy.gox \
633 exp/terminal.gox
635 toolexeclibgogodir = $(toolexeclibgodir)/go
636 toolexeclibgogo_DATA = \
637 go/ast.gox \
638 go/build.gox \
639 go/constant.gox \
640 go/doc.gox \
641 go/format.gox \
642 go/importer.gox \
643 go/parser.gox \
644 go/printer.gox \
645 go/scanner.gox \
646 go/token.gox \
647 go/types.gox
649 toolexeclibgohashdir = $(toolexeclibgodir)/hash
650 toolexeclibgohash_DATA = \
651 hash/adler32.gox \
652 hash/crc32.gox \
653 hash/crc64.gox \
654 hash/fnv.gox
656 toolexeclibgohtmldir = $(toolexeclibgodir)/html
657 toolexeclibgohtml_DATA = \
658 html/template.gox
660 toolexeclibgoimagedir = $(toolexeclibgodir)/image
661 toolexeclibgoimage_DATA = \
662 image/color.gox \
663 image/draw.gox \
664 image/gif.gox \
665 image/jpeg.gox \
666 image/png.gox
668 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
669 toolexeclibgoimagecolor_DATA = \
670 image/color/palette.gox
672 toolexeclibgoindexdir = $(toolexeclibgodir)/index
673 toolexeclibgoindex_DATA = \
674 index/suffixarray.gox
676 toolexeclibgoiodir = $(toolexeclibgodir)/io
677 toolexeclibgoio_DATA = \
678 io/ioutil.gox
680 toolexeclibgologdir = $(toolexeclibgodir)/log
681 toolexeclibgolog_DATA = \
682 log/syslog.gox
684 toolexeclibgomathdir = $(toolexeclibgodir)/math
685 toolexeclibgomath_DATA = \
686 math/big.gox \
687 math/cmplx.gox \
688 math/rand.gox
690 toolexeclibgomimedir = $(toolexeclibgodir)/mime
691 toolexeclibgomime_DATA = \
692 mime/multipart.gox \
693 mime/quotedprintable.gox
695 toolexeclibgonetdir = $(toolexeclibgodir)/net
696 toolexeclibgonet_DATA = \
697 net/http.gox \
698 net/mail.gox \
699 net/rpc.gox \
700 net/smtp.gox \
701 net/textproto.gox \
702 net/url.gox
704 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
705 toolexeclibgonethttp_DATA = \
706 net/http/cgi.gox \
707 net/http/cookiejar.gox \
708 net/http/fcgi.gox \
709 net/http/httptest.gox \
710 net/http/httptrace.gox \
711 net/http/httputil.gox \
712 net/http/pprof.gox
714 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
715 toolexeclibgonetrpc_DATA = \
716 net/rpc/jsonrpc.gox
718 toolexeclibgoosdir = $(toolexeclibgodir)/os
719 toolexeclibgoos_DATA = \
720 os/exec.gox \
721 os/signal.gox \
722 os/user.gox
724 toolexeclibgopathdir = $(toolexeclibgodir)/path
725 toolexeclibgopath_DATA = \
726 path/filepath.gox
728 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
729 toolexeclibgoregexp_DATA = \
730 regexp/syntax.gox
732 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
733 toolexeclibgoruntime_DATA = \
734 runtime/debug.gox \
735 runtime/pprof.gox \
736 runtime/trace.gox
738 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
739 toolexeclibgosync_DATA = \
740 sync/atomic.gox
742 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
743 toolexeclibgotesting_DATA = \
744 testing/iotest.gox \
745 testing/quick.gox
747 toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal
748 toolexeclibgotestinginternal_DATA = \
749 testing/internal/testdeps.gox
751 toolexeclibgotextdir = $(toolexeclibgodir)/text
752 toolexeclibgotext_DATA = \
753 text/scanner.gox \
754 text/tabwriter.gox \
755 text/template.gox
757 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
758 toolexeclibgotexttemplate_DATA = \
759 text/template/parse.gox
761 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
762 toolexeclibgounicode_DATA = \
763 unicode/utf16.gox \
764 unicode/utf8.gox
766 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
767 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
768 @LIBGO_IS_LINUX_FALSE@runtime_thread_files = runtime/thread-sema.c
769 @LIBGO_IS_LINUX_TRUE@runtime_thread_files = runtime/thread-linux.c
770 @LIBGO_IS_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
771 @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
772 @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
773 @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
774 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_getncpu_file = runtime/getncpu-solaris.c
775 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-irix.c
776 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
777 @LIBGO_IS_LINUX_TRUE@runtime_getncpu_file = runtime/getncpu-linux.c
778 runtime_files = \
779 runtime/aeshash.c \
780 runtime/go-assert.c \
781 runtime/go-caller.c \
782 runtime/go-callers.c \
783 runtime/go-cdiv.c \
784 runtime/go-cgo.c \
785 runtime/go-construct-map.c \
786 runtime/go-ffi.c \
787 runtime/go-fieldtrack.c \
788 runtime/go-matherr.c \
789 runtime/go-memclr.c \
790 runtime/go-memcmp.c \
791 runtime/go-memequal.c \
792 runtime/go-memmove.c \
793 runtime/go-nanotime.c \
794 runtime/go-now.c \
795 runtime/go-nosys.c \
796 runtime/go-reflect-call.c \
797 runtime/go-runtime-error.c \
798 runtime/go-setenv.c \
799 runtime/go-signal.c \
800 runtime/go-strslice.c \
801 runtime/go-typedesc-equal.c \
802 runtime/go-unsafe-pointer.c \
803 runtime/go-unsetenv.c \
804 runtime/go-unwind.c \
805 runtime/go-varargs.c \
806 runtime/env_posix.c \
807 runtime/panic.c \
808 runtime/print.c \
809 runtime/proc.c \
810 runtime/runtime_c.c \
811 runtime/stack.c \
812 runtime/thread.c \
813 $(runtime_thread_files) \
814 runtime/yield.c \
815 $(rtems_task_variable_add_file) \
816 $(runtime_getncpu_file)
818 noinst_DATA = zstdpkglist.go
819 @LIBGO_IS_LINUX_FALSE@syscall_epoll_file =
820 @LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go
821 SYSINFO_FLAGS = \
822 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
823 $(CPPFLAGS) $(OSCFLAGS) -O
825 @LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo =
826 @LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo
827 PACKAGES = \
828 archive/tar \
829 archive/zip \
830 bufio \
831 bytes \
832 cmd/internal/browser \
833 compress/bzip2 \
834 compress/flate \
835 compress/gzip \
836 compress/lzw \
837 compress/zlib \
838 container/heap \
839 container/list \
840 container/ring \
841 context \
842 crypto \
843 crypto/aes \
844 crypto/cipher \
845 crypto/des \
846 crypto/dsa \
847 crypto/ecdsa \
848 crypto/elliptic \
849 crypto/hmac \
850 crypto/internal/cipherhw \
851 crypto/md5 \
852 crypto/rand \
853 crypto/rc4 \
854 crypto/rsa \
855 crypto/sha1 \
856 crypto/sha256 \
857 crypto/sha512 \
858 crypto/subtle \
859 crypto/tls \
860 crypto/x509 \
861 crypto/x509/pkix \
862 database/sql \
863 database/sql/driver \
864 debug/dwarf \
865 debug/elf \
866 debug/gosym \
867 debug/macho \
868 debug/pe \
869 debug/plan9obj \
870 encoding \
871 encoding/ascii85 \
872 encoding/asn1 \
873 encoding/base32 \
874 encoding/base64 \
875 encoding/binary \
876 encoding/csv \
877 encoding/gob \
878 encoding/hex \
879 encoding/json \
880 encoding/pem \
881 encoding/xml \
882 errors \
883 exp/proxy \
884 exp/terminal \
885 expvar \
886 flag \
887 fmt \
888 go/ast \
889 go/build \
890 go/constant \
891 go/doc \
892 go/format \
893 go/importer \
894 go/internal/gccgoimporter \
895 go/internal/gcimporter \
896 go/parser \
897 go/printer \
898 go/scanner \
899 go/token \
900 go/types \
901 golang_org/x/crypto/chacha20poly1305 \
902 golang_org/x/crypto/chacha20poly1305/internal/chacha20 \
903 golang_org/x/crypto/curve25519 \
904 golang_org/x/crypto/poly1305 \
905 golang_org/x/net/http2/hpack \
906 golang_org/x/net/idna \
907 golang_org/x/net/lex/httplex \
908 golang_org/x/text/transform \
909 golang_org/x/text/unicode/norm \
910 golang_org/x/text/width \
911 hash \
912 hash/adler32 \
913 hash/crc32 \
914 hash/crc64 \
915 hash/fnv \
916 html \
917 html/template \
918 image \
919 image/color \
920 image/color/palette \
921 image/draw \
922 image/gif \
923 image/internal/imageutil \
924 image/jpeg \
925 image/png \
926 index/suffixarray \
927 internal/nettrace \
928 internal/pprof/profile \
929 internal/race \
930 internal/singleflight \
931 internal/syscall/unix \
932 internal/testenv \
933 internal/trace \
934 io \
935 io/ioutil \
936 log \
937 log/syslog \
938 math \
939 math/big \
940 math/cmplx \
941 math/rand \
942 mime \
943 mime/multipart \
944 mime/quotedprintable \
945 net \
946 net/http \
947 net/http/cgi \
948 net/http/cookiejar \
949 net/http/fcgi \
950 net/http/httptest \
951 net/http/httptrace \
952 net/http/httputil \
953 net/http/internal \
954 net/http/pprof \
955 net/internal/socktest \
956 net/mail \
957 net/rpc \
958 net/rpc/jsonrpc \
959 net/smtp \
960 net/textproto \
961 net/url \
962 os \
963 os/exec \
964 os/signal \
965 os/user \
966 path \
967 path/filepath \
968 reflect \
969 regexp \
970 regexp/syntax \
971 runtime \
972 runtime/debug \
973 runtime/internal/atomic \
974 runtime/internal/sys \
975 runtime/pprof \
976 runtime/pprof/internal/protopprof \
977 runtime/trace \
978 sort \
979 strconv \
980 strings \
981 sync \
982 sync/atomic \
983 syscall \
984 testing \
985 testing/internal/testdeps \
986 testing/iotest \
987 testing/quick \
988 text/scanner \
989 text/tabwriter \
990 text/template \
991 text/template/parse \
992 time \
993 unicode \
994 unicode/utf16 \
995 unicode/utf8
997 libgo_go_objs = \
998 $(addsuffix .lo,$(PACKAGES)) \
999 bytes/index.lo \
1000 reflect/makefunc_ffi_c.lo \
1001 strings/index.lo \
1002 $(syscall_lib_clone_lo) \
1003 syscall/errno.lo \
1004 syscall/signame.lo \
1005 syscall/wait.lo \
1006 $(golang_org_x_net_lif_lo) \
1007 $(golang_org_x_net_route_lo) \
1008 log/syslog/syslog_c.lo \
1009 $(os_lib_inotify_lo) \
1010 runtime/internal/atomic_c.lo \
1011 sync/atomic_c.lo
1013 libgo_ldflags = \
1014 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1016 libgo_libadd = \
1017 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
1018 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1020 libgo_la_SOURCES = $(runtime_files)
1021 libgo_la_LDFLAGS = $(libgo_ldflags)
1022 libgo_la_LIBADD = $(libgo_libadd)
1023 libgo_llgo_la_SOURCES = $(runtime_files)
1024 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
1025 libgo_llgo_la_LIBADD = $(libgo_libadd)
1026 libgobegin_a_SOURCES = \
1027 runtime/go-main.c
1029 libgobegin_llgo_a_SOURCES = \
1030 runtime/go-main.c
1033 # Use -fPIC for libgobegin so that it can be put in a PIE.
1034 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1035 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
1036 libgolibbegin_a_SOURCES = \
1037 runtime/go-libmain.c
1039 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1040 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1041 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
1042 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1043 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1044 $(AM_GOCFLAGS) $(GOCFLAGS)
1046 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1047 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1050 # Build the dependencies for a Go package.
1051 BUILDDEPS = \
1052 $(MKDIR_P) $(@D); \
1053 dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \
1054 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,,$@)))`; \
1055 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
1056 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
1057 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
1058 fi; \
1059 mv -f $@.tmp $@
1062 # Build the .go files for a package, generating a .lo file.
1063 BUILDPACKAGE = \
1064 $(MKDIR_P) $(@D); \
1065 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
1066 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//' -e 's|golang_org|vendor/golang_org|'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
1069 # How to build a .gox file from a .lo file.
1070 # Matching .o file can either be in the same directory as the .lo (non-PIC
1071 # object) or in the .libs directory (PIC object).
1072 BUILDGOX = \
1073 f="$(basename $<).o"; \
1074 if test ! -f $$f; then \
1075 f="$(basename $(<D)/.libs/$(<F)).o"; \
1076 fi; \
1077 $(OBJCOPY) -j .go_export $$f $@.tmp; \
1078 $(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'`
1080 GOTESTFLAGS =
1081 GOBENCH =
1083 # Check a package.
1084 CHECK = \
1085 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1086 export GC; \
1087 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
1088 export GOLIBS; \
1089 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1090 export RUNTESTFLAGS; \
1091 MAKE="$(MAKE)"; \
1092 export MAKE; \
1093 NM="$(NM)"; \
1094 export NM; \
1095 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1096 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1097 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1098 export LD_LIBRARY_PATH; \
1099 $(MKDIR_P) $(@D); \
1100 rm -f $@-testsum $@-testlog; \
1101 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
1102 if test "$(USE_DEJAGNU)" = "yes"; then \
1103 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1104 elif test "$(GOBENCH)" != ""; then \
1105 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1106 else \
1107 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1108 echo "PASS: $(@D)" >> $@-testlog; \
1109 echo "PASS: $(@D)"; \
1110 echo "PASS: $(@D)" > $@-testsum; \
1111 else \
1112 echo "FAIL: $(@D)" >> $@-testlog; \
1113 cat $@-testlog; \
1114 echo "FAIL: $(@D)" > $@-testsum; \
1115 exit 1; \
1116 fi; \
1120 # Build all packages before checking any.
1121 CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
1122 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
1123 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
1124 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
1125 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
1126 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
1127 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
1128 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
1129 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
1130 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
1131 $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
1132 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
1133 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
1134 $(toolexeclibgounicode_DATA) $(am__append_3) $(am__append_4)
1136 # Pass -ffp-contract=off, or 386-specific options, when building the
1137 # math package. MATH_FLAG is defined in configure.ac.
1138 math_lo_GOCFLAGS = $(MATH_FLAG)
1140 # Add the generated file runtime_sysinfo.go to the runtime package.
1141 extra_go_files_runtime = runtime_sysinfo.go sigtab.go
1143 # Add generated files to the syscall package.
1144 extra_go_files_syscall = \
1145 libcalls.go \
1146 sysinfo.go \
1147 syscall_arch.go \
1148 $(syscall_epoll_file)
1151 # Pass -fgo-compiling-runtime when compiling the runtime package.
1152 runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1153 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1154 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
1155 runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime
1156 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
1157 runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime
1158 @USE_LIBFFI_FALSE@matchargs_runtime =
1160 # If libffi is supported (the normal case) use the ffi build tag for
1161 # the runtime package.
1162 @USE_LIBFFI_TRUE@matchargs_runtime = --tag=libffi
1164 # At least for now, we need -static-libgo for this test, because
1165 # otherwise we can't get the line numbers.
1166 # Also use -fno-inline to get better results from the memory profiler.
1167 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
1168 extra_go_files_runtime_internal_sys = version.go
1169 @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1171 # Solaris 12 changed the type of fields in struct stat.
1172 # Use a build tag, based on a configure check, to cope.
1173 @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1174 @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1175 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
1176 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route.lo
1178 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \
1179 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check
1181 @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_lo = \
1182 @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif.lo
1184 @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_check = \
1185 @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/check
1187 TEST_PACKAGES = \
1188 bufio/check \
1189 bytes/check \
1190 context/check \
1191 errors/check \
1192 expvar/check \
1193 flag/check \
1194 fmt/check \
1195 html/check \
1196 image/check \
1197 io/check \
1198 log/check \
1199 math/check \
1200 mime/check \
1201 net/check \
1202 os/check \
1203 path/check \
1204 reflect/check \
1205 regexp/check \
1206 runtime/check \
1207 sort/check \
1208 strconv/check \
1209 strings/check \
1210 sync/check \
1211 syscall/check \
1212 time/check \
1213 unicode/check \
1214 archive/tar/check \
1215 archive/zip/check \
1216 compress/bzip2/check \
1217 compress/flate/check \
1218 compress/gzip/check \
1219 compress/lzw/check \
1220 compress/zlib/check \
1221 container/heap/check \
1222 container/list/check \
1223 container/ring/check \
1224 crypto/aes/check \
1225 crypto/cipher/check \
1226 crypto/des/check \
1227 crypto/dsa/check \
1228 crypto/ecdsa/check \
1229 crypto/elliptic/check \
1230 crypto/hmac/check \
1231 crypto/md5/check \
1232 crypto/rand/check \
1233 crypto/rc4/check \
1234 crypto/rsa/check \
1235 crypto/sha1/check \
1236 crypto/sha256/check \
1237 crypto/sha512/check \
1238 crypto/subtle/check \
1239 crypto/tls/check \
1240 crypto/x509/check \
1241 database/sql/check \
1242 database/sql/driver/check \
1243 debug/dwarf/check \
1244 debug/elf/check \
1245 debug/macho/check \
1246 debug/pe/check \
1247 debug/plan9obj/check \
1248 encoding/ascii85/check \
1249 encoding/asn1/check \
1250 encoding/base32/check \
1251 encoding/base64/check \
1252 encoding/binary/check \
1253 encoding/csv/check \
1254 encoding/gob/check \
1255 encoding/hex/check \
1256 encoding/json/check \
1257 encoding/pem/check \
1258 encoding/xml/check \
1259 exp/proxy/check \
1260 exp/terminal/check \
1261 html/template/check \
1262 go/ast/check \
1263 go/build/check \
1264 go/constant/check \
1265 go/doc/check \
1266 go/format/check \
1267 go/internal/gcimporter/check \
1268 go/internal/gccgoimporter/check \
1269 go/parser/check \
1270 go/printer/check \
1271 go/scanner/check \
1272 go/token/check \
1273 go/types/check \
1274 golang_org/x/crypto/chacha20poly1305/check \
1275 golang_org/x/crypto/chacha20poly1305/internal/chacha20/check \
1276 golang_org/x/crypto/curve25519/check \
1277 golang_org/x/crypto/poly1305/check \
1278 golang_org/x/net/http2/hpack/check \
1279 golang_org/x/net/idna/check \
1280 golang_org/x/net/lex/httplex/check \
1281 $(golang_org_x_net_lif_check) \
1282 $(golang_org_x_net_route_check) \
1283 hash/adler32/check \
1284 hash/crc32/check \
1285 hash/crc64/check \
1286 hash/fnv/check \
1287 image/color/check \
1288 image/draw/check \
1289 image/jpeg/check \
1290 image/png/check \
1291 index/suffixarray/check \
1292 internal/pprof/profile/check \
1293 internal/singleflight/check \
1294 internal/trace/check \
1295 io/ioutil/check \
1296 log/syslog/check \
1297 math/big/check \
1298 math/cmplx/check \
1299 math/rand/check \
1300 mime/multipart/check \
1301 mime/quotedprintable/check \
1302 net/http/check \
1303 net/http/cgi/check \
1304 net/http/cookiejar/check \
1305 net/http/fcgi/check \
1306 net/http/httptest/check \
1307 net/http/httptrace/check \
1308 net/http/httputil/check \
1309 net/http/internal/check \
1310 net/internal/socktest/check \
1311 net/mail/check \
1312 net/rpc/check \
1313 net/smtp/check \
1314 net/textproto/check \
1315 net/url/check \
1316 net/rpc/jsonrpc/check \
1317 os/exec/check \
1318 os/signal/check \
1319 os/user/check \
1320 path/filepath/check \
1321 regexp/syntax/check \
1322 runtime/debug/check \
1323 runtime/internal/atomic/check \
1324 runtime/internal/sys/check \
1325 runtime/pprof/check \
1326 runtime/pprof/internal/protopprof/check \
1327 runtime/trace/check \
1328 sync/atomic/check \
1329 text/scanner/check \
1330 text/tabwriter/check \
1331 text/template/check \
1332 text/template/parse/check \
1333 testing/quick/check \
1334 unicode/utf16/check \
1335 unicode/utf8/check
1337 MOSTLYCLEANFILES = \
1338 s-runtime_sysinfo s-sigtab s-runtime-inc s-zstdpkglist \
1339 s-libcalls s-libcalls-list s-syscall_arch s-gen-sysinfo s-sysinfo \
1340 s-errno s-epoll \
1341 libgo.head libgo.sum.sep libgo.log.sep libgo.var \
1342 libcalls-list runtime.inc runtime.inc.tmp2 runtime.inc.tmp3
1344 CLEANFILES = *.go *.c s-version libgo.sum libgo.log runtime.inc
1345 all: config.h
1346 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1348 .SUFFIXES:
1349 .SUFFIXES: .c .go .gox .o .obj .lo .a
1350 am--refresh: Makefile
1352 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1353 @for dep in $?; do \
1354 case '$(am__configure_deps)' in \
1355 *$$dep*) \
1356 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1357 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1358 && exit 0; \
1359 exit 1;; \
1360 esac; \
1361 done; \
1362 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1363 $(am__cd) $(top_srcdir) && \
1364 $(AUTOMAKE) --foreign Makefile
1365 .PRECIOUS: Makefile
1366 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1367 @case '$?' in \
1368 *config.status*) \
1369 echo ' $(SHELL) ./config.status'; \
1370 $(SHELL) ./config.status;; \
1371 *) \
1372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1373 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1374 esac;
1376 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1377 $(SHELL) ./config.status --recheck
1379 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1380 $(am__cd) $(srcdir) && $(AUTOCONF)
1381 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1382 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1383 $(am__aclocal_m4_deps):
1385 config.h: stamp-h1
1386 @if test ! -f $@; then rm -f stamp-h1; else :; fi
1387 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1389 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1390 @rm -f stamp-h1
1391 cd $(top_builddir) && $(SHELL) ./config.status config.h
1392 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1393 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1394 rm -f stamp-h1
1395 touch $@
1397 distclean-hdr:
1398 -rm -f config.h stamp-h1
1399 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1400 @$(NORMAL_INSTALL)
1401 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1402 list2=; for p in $$list; do \
1403 if test -f $$p; then \
1404 list2="$$list2 $$p"; \
1405 else :; fi; \
1406 done; \
1407 test -z "$$list2" || { \
1408 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1409 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1410 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1411 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1412 @$(POST_INSTALL)
1413 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1414 for p in $$list; do \
1415 if test -f $$p; then \
1416 $(am__strip_dir) \
1417 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1418 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1419 else :; fi; \
1420 done
1422 uninstall-toolexeclibLIBRARIES:
1423 @$(NORMAL_UNINSTALL)
1424 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1425 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1426 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1428 clean-toolexeclibLIBRARIES:
1429 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1430 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1431 -rm -f libgobegin-llgo.a
1432 $(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1433 $(RANLIB) libgobegin-llgo.a
1434 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1435 -rm -f libgobegin.a
1436 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1437 $(RANLIB) libgobegin.a
1438 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1439 -rm -f libgolibbegin.a
1440 $(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1441 $(RANLIB) libgolibbegin.a
1442 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1443 @$(NORMAL_INSTALL)
1444 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1445 list2=; for p in $$list; do \
1446 if test -f $$p; then \
1447 list2="$$list2 $$p"; \
1448 else :; fi; \
1449 done; \
1450 test -z "$$list2" || { \
1451 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1452 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1457 uninstall-toolexeclibLTLIBRARIES:
1458 @$(NORMAL_UNINSTALL)
1459 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1460 for p in $$list; do \
1461 $(am__strip_dir) \
1462 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1463 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1464 done
1466 clean-toolexeclibLTLIBRARIES:
1467 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1468 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
1469 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1470 test "$$dir" != "$$p" || dir=.; \
1471 echo "rm -f \"$${dir}/so_locations\""; \
1472 rm -f "$${dir}/so_locations"; \
1473 done
1474 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1475 $(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1476 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1477 $(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1479 mostlyclean-compile:
1480 -rm -f *.$(OBJEXT)
1482 distclean-compile:
1483 -rm -f *.tab.c
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeshash.Plo@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_posix.Plo@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-aix.Plo@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-bsd.Plo@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-irix.Plo@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-linux.Plo@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-none.Plo@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-solaris.Plo@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-callers.Plo@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cdiv.Plo@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-ffi.Plo@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memclr.Plo@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memcmp.Plo@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memequal.Plo@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memmove.Plo@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsetenv.Plo@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@
1519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panic.Plo@am__quote@
1523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
1524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
1525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime_c.Plo@am__quote@
1527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Plo@am__quote@
1528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
1529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
1530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
1531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
1533 .c.o:
1534 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1535 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1538 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1540 .c.obj:
1541 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1542 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1545 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1547 .c.lo:
1548 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1549 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1552 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
1554 libgobegin_llgo_a-go-main.o: runtime/go-main.c
1555 @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
1556 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1559 @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
1561 libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1562 @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`
1563 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1566 @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`
1568 libgobegin_a-go-main.o: runtime/go-main.c
1569 @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
1570 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1573 @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
1575 libgobegin_a-go-main.obj: runtime/go-main.c
1576 @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`
1577 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1580 @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`
1582 libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1583 @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
1584 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1587 @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
1589 libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1590 @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`
1591 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1594 @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`
1596 aeshash.lo: runtime/aeshash.c
1597 @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
1598 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aeshash.Tpo $(DEPDIR)/aeshash.Plo
1599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/aeshash.c' object='aeshash.lo' libtool=yes @AMDEPBACKSLASH@
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1601 @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
1603 go-assert.lo: runtime/go-assert.c
1604 @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
1605 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
1606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1608 @am__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
1610 go-caller.lo: runtime/go-caller.c
1611 @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
1612 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
1613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
1614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1615 @am__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
1617 go-callers.lo: runtime/go-callers.c
1618 @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
1619 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-callers.Tpo $(DEPDIR)/go-callers.Plo
1620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-callers.c' object='go-callers.lo' libtool=yes @AMDEPBACKSLASH@
1621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1622 @am__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
1624 go-cdiv.lo: runtime/go-cdiv.c
1625 @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
1626 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cdiv.Tpo $(DEPDIR)/go-cdiv.Plo
1627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cdiv.c' object='go-cdiv.lo' libtool=yes @AMDEPBACKSLASH@
1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1629 @am__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
1631 go-cgo.lo: runtime/go-cgo.c
1632 @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
1633 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
1634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
1635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1636 @am__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
1638 go-construct-map.lo: runtime/go-construct-map.c
1639 @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
1640 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
1641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
1642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1643 @am__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
1645 go-ffi.lo: runtime/go-ffi.c
1646 @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
1647 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-ffi.Tpo $(DEPDIR)/go-ffi.Plo
1648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-ffi.c' object='go-ffi.lo' libtool=yes @AMDEPBACKSLASH@
1649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1650 @am__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
1652 go-fieldtrack.lo: runtime/go-fieldtrack.c
1653 @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
1654 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-fieldtrack.Tpo $(DEPDIR)/go-fieldtrack.Plo
1655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-fieldtrack.c' object='go-fieldtrack.lo' libtool=yes @AMDEPBACKSLASH@
1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1657 @am__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
1659 go-matherr.lo: runtime/go-matherr.c
1660 @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
1661 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
1662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1664 @am__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
1666 go-memclr.lo: runtime/go-memclr.c
1667 @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
1668 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memclr.Tpo $(DEPDIR)/go-memclr.Plo
1669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memclr.c' object='go-memclr.lo' libtool=yes @AMDEPBACKSLASH@
1670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1671 @am__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
1673 go-memcmp.lo: runtime/go-memcmp.c
1674 @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
1675 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memcmp.Tpo $(DEPDIR)/go-memcmp.Plo
1676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memcmp.c' object='go-memcmp.lo' libtool=yes @AMDEPBACKSLASH@
1677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1678 @am__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
1680 go-memequal.lo: runtime/go-memequal.c
1681 @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
1682 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memequal.Tpo $(DEPDIR)/go-memequal.Plo
1683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memequal.c' object='go-memequal.lo' libtool=yes @AMDEPBACKSLASH@
1684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1685 @am__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
1687 go-memmove.lo: runtime/go-memmove.c
1688 @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
1689 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memmove.Tpo $(DEPDIR)/go-memmove.Plo
1690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memmove.c' object='go-memmove.lo' libtool=yes @AMDEPBACKSLASH@
1691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1692 @am__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
1694 go-nanotime.lo: runtime/go-nanotime.c
1695 @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
1696 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
1697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
1698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1699 @am__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
1701 go-now.lo: runtime/go-now.c
1702 @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
1703 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
1704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
1705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1706 @am__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
1708 go-nosys.lo: runtime/go-nosys.c
1709 @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
1710 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
1711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
1712 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1713 @am__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
1715 go-reflect-call.lo: runtime/go-reflect-call.c
1716 @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
1717 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
1718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
1719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1720 @am__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
1722 go-runtime-error.lo: runtime/go-runtime-error.c
1723 @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
1724 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
1725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
1726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1727 @am__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
1729 go-setenv.lo: runtime/go-setenv.c
1730 @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
1731 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
1732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
1733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1734 @am__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
1736 go-signal.lo: runtime/go-signal.c
1737 @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
1738 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
1739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
1740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1741 @am__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
1743 go-strslice.lo: runtime/go-strslice.c
1744 @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
1745 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
1746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
1747 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1748 @am__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
1750 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
1751 @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
1752 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
1753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
1754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1755 @am__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
1757 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
1758 @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
1759 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
1760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
1761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1762 @am__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
1764 go-unsetenv.lo: runtime/go-unsetenv.c
1765 @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
1766 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsetenv.Tpo $(DEPDIR)/go-unsetenv.Plo
1767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsetenv.c' object='go-unsetenv.lo' libtool=yes @AMDEPBACKSLASH@
1768 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1769 @am__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
1771 go-unwind.lo: runtime/go-unwind.c
1772 @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
1773 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
1774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
1775 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1776 @am__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
1778 go-varargs.lo: runtime/go-varargs.c
1779 @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
1780 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-varargs.Tpo $(DEPDIR)/go-varargs.Plo
1781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-varargs.c' object='go-varargs.lo' libtool=yes @AMDEPBACKSLASH@
1782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1783 @am__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
1785 env_posix.lo: runtime/env_posix.c
1786 @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
1787 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/env_posix.Tpo $(DEPDIR)/env_posix.Plo
1788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/env_posix.c' object='env_posix.lo' libtool=yes @AMDEPBACKSLASH@
1789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1790 @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
1792 panic.lo: runtime/panic.c
1793 @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
1794 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/panic.Tpo $(DEPDIR)/panic.Plo
1795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/panic.c' object='panic.lo' libtool=yes @AMDEPBACKSLASH@
1796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1797 @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
1799 print.lo: runtime/print.c
1800 @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
1801 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/print.Tpo $(DEPDIR)/print.Plo
1802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/print.c' object='print.lo' libtool=yes @AMDEPBACKSLASH@
1803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1804 @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
1806 proc.lo: runtime/proc.c
1807 @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
1808 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
1809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
1810 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1811 @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
1813 runtime_c.lo: runtime/runtime_c.c
1814 @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
1815 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime_c.Tpo $(DEPDIR)/runtime_c.Plo
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime_c.c' object='runtime_c.lo' libtool=yes @AMDEPBACKSLASH@
1817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1818 @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
1820 stack.lo: runtime/stack.c
1821 @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
1822 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/stack.Tpo $(DEPDIR)/stack.Plo
1823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/stack.c' object='stack.lo' libtool=yes @AMDEPBACKSLASH@
1824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1825 @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
1827 thread.lo: runtime/thread.c
1828 @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
1829 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
1830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
1831 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1832 @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
1834 thread-sema.lo: runtime/thread-sema.c
1835 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-sema.lo -MD -MP -MF $(DEPDIR)/thread-sema.Tpo -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1836 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
1837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
1838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1839 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1841 thread-linux.lo: runtime/thread-linux.c
1842 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-linux.lo -MD -MP -MF $(DEPDIR)/thread-linux.Tpo -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1843 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
1844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
1845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1846 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1848 yield.lo: runtime/yield.c
1849 @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
1850 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
1851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1853 @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
1855 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
1856 @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
1857 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
1858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
1859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1860 @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
1862 getncpu-none.lo: runtime/getncpu-none.c
1863 @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
1864 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-none.Tpo $(DEPDIR)/getncpu-none.Plo
1865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-none.c' object='getncpu-none.lo' libtool=yes @AMDEPBACKSLASH@
1866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1867 @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
1869 getncpu-aix.lo: runtime/getncpu-aix.c
1870 @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
1871 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-aix.Tpo $(DEPDIR)/getncpu-aix.Plo
1872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-aix.c' object='getncpu-aix.lo' libtool=yes @AMDEPBACKSLASH@
1873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1874 @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
1876 getncpu-bsd.lo: runtime/getncpu-bsd.c
1877 @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
1878 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-bsd.Tpo $(DEPDIR)/getncpu-bsd.Plo
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-bsd.c' object='getncpu-bsd.lo' libtool=yes @AMDEPBACKSLASH@
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1881 @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
1883 getncpu-solaris.lo: runtime/getncpu-solaris.c
1884 @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
1885 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-solaris.Tpo $(DEPDIR)/getncpu-solaris.Plo
1886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-solaris.c' object='getncpu-solaris.lo' libtool=yes @AMDEPBACKSLASH@
1887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1888 @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
1890 getncpu-irix.lo: runtime/getncpu-irix.c
1891 @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
1892 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-irix.Tpo $(DEPDIR)/getncpu-irix.Plo
1893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-irix.c' object='getncpu-irix.lo' libtool=yes @AMDEPBACKSLASH@
1894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1895 @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
1897 getncpu-linux.lo: runtime/getncpu-linux.c
1898 @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
1899 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-linux.Tpo $(DEPDIR)/getncpu-linux.Plo
1900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-linux.c' object='getncpu-linux.lo' libtool=yes @AMDEPBACKSLASH@
1901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1902 @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
1904 mostlyclean-libtool:
1905 -rm -f *.lo
1907 clean-libtool:
1908 -rm -rf .libs _libs
1910 distclean-libtool:
1911 -rm -f libtool config.lt
1913 # GNU Make needs to see an explicit $(MAKE) variable in the command it
1914 # runs to enable its job server during parallel builds. Hence the
1915 # comments below.
1916 all-multi:
1917 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1918 install-multi:
1919 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1921 mostlyclean-multi:
1922 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1923 clean-multi:
1924 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1925 distclean-multi:
1926 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1927 maintainer-clean-multi:
1928 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1929 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
1930 @$(NORMAL_INSTALL)
1931 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1932 if test -n "$$list"; then \
1933 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
1934 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
1935 fi; \
1936 for p in $$list; do \
1937 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1938 echo "$$d$$p"; \
1939 done | $(am__base_list) | \
1940 while read files; do \
1941 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
1942 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
1943 done
1945 uninstall-toolexeclibgoDATA:
1946 @$(NORMAL_UNINSTALL)
1947 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1948 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1949 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
1950 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
1951 @$(NORMAL_INSTALL)
1952 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1953 if test -n "$$list"; then \
1954 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1955 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
1956 fi; \
1957 for p in $$list; do \
1958 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1959 echo "$$d$$p"; \
1960 done | $(am__base_list) | \
1961 while read files; do \
1962 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1963 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
1964 done
1966 uninstall-toolexeclibgoarchiveDATA:
1967 @$(NORMAL_UNINSTALL)
1968 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1969 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1970 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
1971 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
1972 @$(NORMAL_INSTALL)
1973 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1974 if test -n "$$list"; then \
1975 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1976 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
1977 fi; \
1978 for p in $$list; do \
1979 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1980 echo "$$d$$p"; \
1981 done | $(am__base_list) | \
1982 while read files; do \
1983 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1984 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
1985 done
1987 uninstall-toolexeclibgocompressDATA:
1988 @$(NORMAL_UNINSTALL)
1989 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1990 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1991 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
1992 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
1993 @$(NORMAL_INSTALL)
1994 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1995 if test -n "$$list"; then \
1996 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1997 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
1998 fi; \
1999 for p in $$list; do \
2000 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2001 echo "$$d$$p"; \
2002 done | $(am__base_list) | \
2003 while read files; do \
2004 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2005 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
2006 done
2008 uninstall-toolexeclibgocontainerDATA:
2009 @$(NORMAL_UNINSTALL)
2010 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2011 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2012 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
2013 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
2014 @$(NORMAL_INSTALL)
2015 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2016 if test -n "$$list"; then \
2017 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2018 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
2019 fi; \
2020 for p in $$list; do \
2021 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2022 echo "$$d$$p"; \
2023 done | $(am__base_list) | \
2024 while read files; do \
2025 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2026 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
2027 done
2029 uninstall-toolexeclibgocryptoDATA:
2030 @$(NORMAL_UNINSTALL)
2031 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2032 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2033 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
2034 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
2035 @$(NORMAL_INSTALL)
2036 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2037 if test -n "$$list"; then \
2038 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2039 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
2040 fi; \
2041 for p in $$list; do \
2042 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2043 echo "$$d$$p"; \
2044 done | $(am__base_list) | \
2045 while read files; do \
2046 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2047 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
2048 done
2050 uninstall-toolexeclibgocryptox509DATA:
2051 @$(NORMAL_UNINSTALL)
2052 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2053 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2054 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
2055 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
2056 @$(NORMAL_INSTALL)
2057 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2058 if test -n "$$list"; then \
2059 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2060 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
2061 fi; \
2062 for p in $$list; do \
2063 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2064 echo "$$d$$p"; \
2065 done | $(am__base_list) | \
2066 while read files; do \
2067 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2068 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
2069 done
2071 uninstall-toolexeclibgodatabaseDATA:
2072 @$(NORMAL_UNINSTALL)
2073 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2074 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2075 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
2076 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
2077 @$(NORMAL_INSTALL)
2078 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2079 if test -n "$$list"; then \
2080 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2081 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
2082 fi; \
2083 for p in $$list; do \
2084 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2085 echo "$$d$$p"; \
2086 done | $(am__base_list) | \
2087 while read files; do \
2088 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2089 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
2090 done
2092 uninstall-toolexeclibgodatabasesqlDATA:
2093 @$(NORMAL_UNINSTALL)
2094 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2095 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2096 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
2097 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
2098 @$(NORMAL_INSTALL)
2099 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2100 if test -n "$$list"; then \
2101 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2102 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
2103 fi; \
2104 for p in $$list; do \
2105 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2106 echo "$$d$$p"; \
2107 done | $(am__base_list) | \
2108 while read files; do \
2109 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2110 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
2111 done
2113 uninstall-toolexeclibgodebugDATA:
2114 @$(NORMAL_UNINSTALL)
2115 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2116 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2117 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
2118 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
2119 @$(NORMAL_INSTALL)
2120 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2121 if test -n "$$list"; then \
2122 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2123 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
2124 fi; \
2125 for p in $$list; do \
2126 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2127 echo "$$d$$p"; \
2128 done | $(am__base_list) | \
2129 while read files; do \
2130 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2131 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
2132 done
2134 uninstall-toolexeclibgoencodingDATA:
2135 @$(NORMAL_UNINSTALL)
2136 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2137 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2138 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
2139 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
2140 @$(NORMAL_INSTALL)
2141 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2142 if test -n "$$list"; then \
2143 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2144 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)" || exit 1; \
2145 fi; \
2146 for p in $$list; do \
2147 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2148 echo "$$d$$p"; \
2149 done | $(am__base_list) | \
2150 while read files; do \
2151 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2152 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
2153 done
2155 uninstall-toolexeclibgoexpDATA:
2156 @$(NORMAL_UNINSTALL)
2157 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2158 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2159 dir='$(DESTDIR)$(toolexeclibgoexpdir)'; $(am__uninstall_files_from_dir)
2160 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
2161 @$(NORMAL_INSTALL)
2162 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2163 if test -n "$$list"; then \
2164 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
2165 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
2166 fi; \
2167 for p in $$list; do \
2168 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2169 echo "$$d$$p"; \
2170 done | $(am__base_list) | \
2171 while read files; do \
2172 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
2173 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
2174 done
2176 uninstall-toolexeclibgogoDATA:
2177 @$(NORMAL_UNINSTALL)
2178 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2179 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2180 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
2181 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
2182 @$(NORMAL_INSTALL)
2183 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2184 if test -n "$$list"; then \
2185 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2186 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
2187 fi; \
2188 for p in $$list; do \
2189 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2190 echo "$$d$$p"; \
2191 done | $(am__base_list) | \
2192 while read files; do \
2193 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2194 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
2195 done
2197 uninstall-toolexeclibgohashDATA:
2198 @$(NORMAL_UNINSTALL)
2199 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2200 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2201 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
2202 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
2203 @$(NORMAL_INSTALL)
2204 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2205 if test -n "$$list"; then \
2206 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2207 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
2208 fi; \
2209 for p in $$list; do \
2210 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2211 echo "$$d$$p"; \
2212 done | $(am__base_list) | \
2213 while read files; do \
2214 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2215 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
2216 done
2218 uninstall-toolexeclibgohtmlDATA:
2219 @$(NORMAL_UNINSTALL)
2220 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2221 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2222 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
2223 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
2224 @$(NORMAL_INSTALL)
2225 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2226 if test -n "$$list"; then \
2227 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2228 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
2229 fi; \
2230 for p in $$list; do \
2231 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2232 echo "$$d$$p"; \
2233 done | $(am__base_list) | \
2234 while read files; do \
2235 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2236 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
2237 done
2239 uninstall-toolexeclibgoimageDATA:
2240 @$(NORMAL_UNINSTALL)
2241 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2242 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2243 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
2244 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
2245 @$(NORMAL_INSTALL)
2246 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2247 if test -n "$$list"; then \
2248 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2249 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
2250 fi; \
2251 for p in $$list; do \
2252 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2253 echo "$$d$$p"; \
2254 done | $(am__base_list) | \
2255 while read files; do \
2256 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2257 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
2258 done
2260 uninstall-toolexeclibgoimagecolorDATA:
2261 @$(NORMAL_UNINSTALL)
2262 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2263 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2264 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
2265 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
2266 @$(NORMAL_INSTALL)
2267 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2268 if test -n "$$list"; then \
2269 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2270 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
2271 fi; \
2272 for p in $$list; do \
2273 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2274 echo "$$d$$p"; \
2275 done | $(am__base_list) | \
2276 while read files; do \
2277 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2278 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
2279 done
2281 uninstall-toolexeclibgoindexDATA:
2282 @$(NORMAL_UNINSTALL)
2283 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2284 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2285 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
2286 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
2287 @$(NORMAL_INSTALL)
2288 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2289 if test -n "$$list"; then \
2290 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2291 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
2292 fi; \
2293 for p in $$list; do \
2294 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2295 echo "$$d$$p"; \
2296 done | $(am__base_list) | \
2297 while read files; do \
2298 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2299 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
2300 done
2302 uninstall-toolexeclibgoioDATA:
2303 @$(NORMAL_UNINSTALL)
2304 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2305 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2306 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
2307 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
2308 @$(NORMAL_INSTALL)
2309 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2310 if test -n "$$list"; then \
2311 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
2312 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
2313 fi; \
2314 for p in $$list; do \
2315 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2316 echo "$$d$$p"; \
2317 done | $(am__base_list) | \
2318 while read files; do \
2319 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
2320 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
2321 done
2323 uninstall-toolexeclibgologDATA:
2324 @$(NORMAL_UNINSTALL)
2325 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2326 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2327 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
2328 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
2329 @$(NORMAL_INSTALL)
2330 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2331 if test -n "$$list"; then \
2332 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2333 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
2334 fi; \
2335 for p in $$list; do \
2336 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2337 echo "$$d$$p"; \
2338 done | $(am__base_list) | \
2339 while read files; do \
2340 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2341 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
2342 done
2344 uninstall-toolexeclibgomathDATA:
2345 @$(NORMAL_UNINSTALL)
2346 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2347 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2348 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
2349 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
2350 @$(NORMAL_INSTALL)
2351 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2352 if test -n "$$list"; then \
2353 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2354 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
2355 fi; \
2356 for p in $$list; do \
2357 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2358 echo "$$d$$p"; \
2359 done | $(am__base_list) | \
2360 while read files; do \
2361 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2362 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
2363 done
2365 uninstall-toolexeclibgomimeDATA:
2366 @$(NORMAL_UNINSTALL)
2367 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2368 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2369 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
2370 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
2371 @$(NORMAL_INSTALL)
2372 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2373 if test -n "$$list"; then \
2374 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2375 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
2376 fi; \
2377 for p in $$list; do \
2378 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2379 echo "$$d$$p"; \
2380 done | $(am__base_list) | \
2381 while read files; do \
2382 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2383 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
2384 done
2386 uninstall-toolexeclibgonetDATA:
2387 @$(NORMAL_UNINSTALL)
2388 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2389 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2390 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
2391 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
2392 @$(NORMAL_INSTALL)
2393 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2394 if test -n "$$list"; then \
2395 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2396 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
2397 fi; \
2398 for p in $$list; do \
2399 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2400 echo "$$d$$p"; \
2401 done | $(am__base_list) | \
2402 while read files; do \
2403 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2404 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2405 done
2407 uninstall-toolexeclibgonethttpDATA:
2408 @$(NORMAL_UNINSTALL)
2409 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2410 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2411 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2412 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2413 @$(NORMAL_INSTALL)
2414 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2415 if test -n "$$list"; then \
2416 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2417 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2418 fi; \
2419 for p in $$list; do \
2420 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2421 echo "$$d$$p"; \
2422 done | $(am__base_list) | \
2423 while read files; do \
2424 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2425 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2426 done
2428 uninstall-toolexeclibgonetrpcDATA:
2429 @$(NORMAL_UNINSTALL)
2430 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2431 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2432 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2433 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2434 @$(NORMAL_INSTALL)
2435 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2436 if test -n "$$list"; then \
2437 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2438 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2439 fi; \
2440 for p in $$list; do \
2441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2442 echo "$$d$$p"; \
2443 done | $(am__base_list) | \
2444 while read files; do \
2445 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2446 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2447 done
2449 uninstall-toolexeclibgoosDATA:
2450 @$(NORMAL_UNINSTALL)
2451 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2452 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2453 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2454 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2455 @$(NORMAL_INSTALL)
2456 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2457 if test -n "$$list"; then \
2458 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2459 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2460 fi; \
2461 for p in $$list; do \
2462 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2463 echo "$$d$$p"; \
2464 done | $(am__base_list) | \
2465 while read files; do \
2466 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2467 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2468 done
2470 uninstall-toolexeclibgopathDATA:
2471 @$(NORMAL_UNINSTALL)
2472 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2473 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2474 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2475 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2476 @$(NORMAL_INSTALL)
2477 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2478 if test -n "$$list"; then \
2479 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2480 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2481 fi; \
2482 for p in $$list; do \
2483 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2484 echo "$$d$$p"; \
2485 done | $(am__base_list) | \
2486 while read files; do \
2487 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2488 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2489 done
2491 uninstall-toolexeclibgoregexpDATA:
2492 @$(NORMAL_UNINSTALL)
2493 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2494 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2495 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2496 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2497 @$(NORMAL_INSTALL)
2498 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2499 if test -n "$$list"; then \
2500 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2501 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2502 fi; \
2503 for p in $$list; do \
2504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2505 echo "$$d$$p"; \
2506 done | $(am__base_list) | \
2507 while read files; do \
2508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2509 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2510 done
2512 uninstall-toolexeclibgoruntimeDATA:
2513 @$(NORMAL_UNINSTALL)
2514 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2515 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2516 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2517 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2518 @$(NORMAL_INSTALL)
2519 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2520 if test -n "$$list"; then \
2521 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2522 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2523 fi; \
2524 for p in $$list; do \
2525 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2526 echo "$$d$$p"; \
2527 done | $(am__base_list) | \
2528 while read files; do \
2529 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2530 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2531 done
2533 uninstall-toolexeclibgosyncDATA:
2534 @$(NORMAL_UNINSTALL)
2535 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2536 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2537 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2538 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2539 @$(NORMAL_INSTALL)
2540 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2541 if test -n "$$list"; then \
2542 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2543 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2544 fi; \
2545 for p in $$list; do \
2546 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2547 echo "$$d$$p"; \
2548 done | $(am__base_list) | \
2549 while read files; do \
2550 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2551 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2552 done
2554 uninstall-toolexeclibgotestingDATA:
2555 @$(NORMAL_UNINSTALL)
2556 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2557 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2558 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2559 install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA)
2560 @$(NORMAL_INSTALL)
2561 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2562 if test -n "$$list"; then \
2563 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2564 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \
2565 fi; \
2566 for p in $$list; do \
2567 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2568 echo "$$d$$p"; \
2569 done | $(am__base_list) | \
2570 while read files; do \
2571 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2572 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \
2573 done
2575 uninstall-toolexeclibgotestinginternalDATA:
2576 @$(NORMAL_UNINSTALL)
2577 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2578 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2579 dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir)
2580 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2581 @$(NORMAL_INSTALL)
2582 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2583 if test -n "$$list"; then \
2584 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2585 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2586 fi; \
2587 for p in $$list; do \
2588 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2589 echo "$$d$$p"; \
2590 done | $(am__base_list) | \
2591 while read files; do \
2592 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2593 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2594 done
2596 uninstall-toolexeclibgotextDATA:
2597 @$(NORMAL_UNINSTALL)
2598 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2599 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2600 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2601 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2602 @$(NORMAL_INSTALL)
2603 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2604 if test -n "$$list"; then \
2605 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2606 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2607 fi; \
2608 for p in $$list; do \
2609 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2610 echo "$$d$$p"; \
2611 done | $(am__base_list) | \
2612 while read files; do \
2613 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2614 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2615 done
2617 uninstall-toolexeclibgotexttemplateDATA:
2618 @$(NORMAL_UNINSTALL)
2619 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2620 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2621 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2622 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2623 @$(NORMAL_INSTALL)
2624 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2625 if test -n "$$list"; then \
2626 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2627 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2628 fi; \
2629 for p in $$list; do \
2630 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2631 echo "$$d$$p"; \
2632 done | $(am__base_list) | \
2633 while read files; do \
2634 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2635 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2636 done
2638 uninstall-toolexeclibgounicodeDATA:
2639 @$(NORMAL_UNINSTALL)
2640 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2641 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2642 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2644 # This directory's subdirectories are mostly independent; you can cd
2645 # into them and run `make' without going through this Makefile.
2646 # To change the values of `make' variables: instead of editing Makefiles,
2647 # (1) if the variable is set in `config.status', edit `config.status'
2648 # (which will cause the Makefiles to be regenerated when you run `make');
2649 # (2) otherwise, pass the desired values on the `make' command line.
2650 $(RECURSIVE_TARGETS):
2651 @fail= failcom='exit 1'; \
2652 for f in x $$MAKEFLAGS; do \
2653 case $$f in \
2654 *=* | --[!k]*);; \
2655 *k*) failcom='fail=yes';; \
2656 esac; \
2657 done; \
2658 dot_seen=no; \
2659 target=`echo $@ | sed s/-recursive//`; \
2660 list='$(SUBDIRS)'; for subdir in $$list; do \
2661 echo "Making $$target in $$subdir"; \
2662 if test "$$subdir" = "."; then \
2663 dot_seen=yes; \
2664 local_target="$$target-am"; \
2665 else \
2666 local_target="$$target"; \
2667 fi; \
2668 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2669 || eval $$failcom; \
2670 done; \
2671 if test "$$dot_seen" = "no"; then \
2672 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2673 fi; test -z "$$fail"
2675 $(RECURSIVE_CLEAN_TARGETS):
2676 @fail= failcom='exit 1'; \
2677 for f in x $$MAKEFLAGS; do \
2678 case $$f in \
2679 *=* | --[!k]*);; \
2680 *k*) failcom='fail=yes';; \
2681 esac; \
2682 done; \
2683 dot_seen=no; \
2684 case "$@" in \
2685 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2686 *) list='$(SUBDIRS)' ;; \
2687 esac; \
2688 rev=''; for subdir in $$list; do \
2689 if test "$$subdir" = "."; then :; else \
2690 rev="$$subdir $$rev"; \
2691 fi; \
2692 done; \
2693 rev="$$rev ."; \
2694 target=`echo $@ | sed s/-recursive//`; \
2695 for subdir in $$rev; do \
2696 echo "Making $$target in $$subdir"; \
2697 if test "$$subdir" = "."; then \
2698 local_target="$$target-am"; \
2699 else \
2700 local_target="$$target"; \
2701 fi; \
2702 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2703 || eval $$failcom; \
2704 done && test -z "$$fail"
2705 tags-recursive:
2706 list='$(SUBDIRS)'; for subdir in $$list; do \
2707 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2708 done
2709 ctags-recursive:
2710 list='$(SUBDIRS)'; for subdir in $$list; do \
2711 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2712 done
2714 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2715 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2716 unique=`for i in $$list; do \
2717 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2718 done | \
2719 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2720 END { if (nonempty) { for (i in files) print i; }; }'`; \
2721 mkid -fID $$unique
2722 tags: TAGS
2724 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2725 $(TAGS_FILES) $(LISP)
2726 set x; \
2727 here=`pwd`; \
2728 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2729 include_option=--etags-include; \
2730 empty_fix=.; \
2731 else \
2732 include_option=--include; \
2733 empty_fix=; \
2734 fi; \
2735 list='$(SUBDIRS)'; for subdir in $$list; do \
2736 if test "$$subdir" = .; then :; else \
2737 test ! -f $$subdir/TAGS || \
2738 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2739 fi; \
2740 done; \
2741 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2742 unique=`for i in $$list; do \
2743 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2744 done | \
2745 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2746 END { if (nonempty) { for (i in files) print i; }; }'`; \
2747 shift; \
2748 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2749 test -n "$$unique" || unique=$$empty_fix; \
2750 if test $$# -gt 0; then \
2751 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2752 "$$@" $$unique; \
2753 else \
2754 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2755 $$unique; \
2756 fi; \
2758 ctags: CTAGS
2759 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2760 $(TAGS_FILES) $(LISP)
2761 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2762 unique=`for i in $$list; do \
2763 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2764 done | \
2765 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2766 END { if (nonempty) { for (i in files) print i; }; }'`; \
2767 test -z "$(CTAGS_ARGS)$$unique" \
2768 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2769 $$unique
2771 GTAGS:
2772 here=`$(am__cd) $(top_builddir) && pwd` \
2773 && $(am__cd) $(top_srcdir) \
2774 && gtags -i $(GTAGS_ARGS) "$$here"
2776 distclean-tags:
2777 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2778 check-am: all-am
2779 check: check-recursive
2780 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
2781 config.h
2782 installdirs: installdirs-recursive
2783 installdirs-am:
2784 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 \
2785 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2786 done
2787 install: install-recursive
2788 install-exec: install-exec-recursive
2789 install-data: install-data-recursive
2790 uninstall: uninstall-recursive
2792 install-am: all-am
2793 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2795 installcheck: installcheck-recursive
2796 install-strip:
2797 if test -z '$(STRIP)'; then \
2798 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2799 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2800 install; \
2801 else \
2802 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2803 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2804 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2806 mostlyclean-generic:
2807 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2809 clean-generic:
2810 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2812 distclean-generic:
2813 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2814 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2816 maintainer-clean-generic:
2817 @echo "This command is intended for maintainers to use"
2818 @echo "it deletes files that may require special tools to rebuild."
2819 clean: clean-multi clean-recursive
2821 clean-am: clean-generic clean-libtool clean-local \
2822 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
2823 mostlyclean-am
2825 distclean: distclean-multi distclean-recursive
2826 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2827 -rm -rf ./$(DEPDIR)
2828 -rm -f Makefile
2829 distclean-am: clean-am distclean-compile distclean-generic \
2830 distclean-hdr distclean-libtool distclean-local distclean-tags
2832 dvi: dvi-recursive
2834 dvi-am:
2836 html: html-recursive
2838 html-am:
2840 info: info-recursive
2842 info-am:
2844 install-data-am:
2846 install-dvi: install-dvi-recursive
2848 install-dvi-am:
2850 install-exec-am: install-multi install-toolexeclibLIBRARIES \
2851 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2852 install-toolexeclibgoarchiveDATA \
2853 install-toolexeclibgocompressDATA \
2854 install-toolexeclibgocontainerDATA \
2855 install-toolexeclibgocryptoDATA \
2856 install-toolexeclibgocryptox509DATA \
2857 install-toolexeclibgodatabaseDATA \
2858 install-toolexeclibgodatabasesqlDATA \
2859 install-toolexeclibgodebugDATA \
2860 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2861 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
2862 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2863 install-toolexeclibgoimagecolorDATA \
2864 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
2865 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2866 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2867 install-toolexeclibgonethttpDATA \
2868 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2869 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2870 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2871 install-toolexeclibgotestingDATA \
2872 install-toolexeclibgotestinginternalDATA \
2873 install-toolexeclibgotextDATA \
2874 install-toolexeclibgotexttemplateDATA \
2875 install-toolexeclibgounicodeDATA
2877 install-html: install-html-recursive
2879 install-html-am:
2881 install-info: install-info-recursive
2883 install-info-am:
2885 install-man:
2887 install-pdf: install-pdf-recursive
2889 install-pdf-am:
2891 install-ps: install-ps-recursive
2893 install-ps-am:
2895 installcheck-am:
2897 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
2898 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2899 -rm -rf $(top_srcdir)/autom4te.cache
2900 -rm -rf ./$(DEPDIR)
2901 -rm -f Makefile
2902 maintainer-clean-am: distclean-am maintainer-clean-generic
2904 mostlyclean: mostlyclean-multi mostlyclean-recursive
2906 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2907 mostlyclean-libtool mostlyclean-local
2909 pdf: pdf-recursive
2911 pdf-am:
2913 ps: ps-recursive
2915 ps-am:
2917 uninstall-am: uninstall-toolexeclibLIBRARIES \
2918 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2919 uninstall-toolexeclibgoarchiveDATA \
2920 uninstall-toolexeclibgocompressDATA \
2921 uninstall-toolexeclibgocontainerDATA \
2922 uninstall-toolexeclibgocryptoDATA \
2923 uninstall-toolexeclibgocryptox509DATA \
2924 uninstall-toolexeclibgodatabaseDATA \
2925 uninstall-toolexeclibgodatabasesqlDATA \
2926 uninstall-toolexeclibgodebugDATA \
2927 uninstall-toolexeclibgoencodingDATA \
2928 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
2929 uninstall-toolexeclibgohashDATA \
2930 uninstall-toolexeclibgohtmlDATA \
2931 uninstall-toolexeclibgoimageDATA \
2932 uninstall-toolexeclibgoimagecolorDATA \
2933 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
2934 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
2935 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2936 uninstall-toolexeclibgonethttpDATA \
2937 uninstall-toolexeclibgonetrpcDATA \
2938 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2939 uninstall-toolexeclibgoregexpDATA \
2940 uninstall-toolexeclibgoruntimeDATA \
2941 uninstall-toolexeclibgosyncDATA \
2942 uninstall-toolexeclibgotestingDATA \
2943 uninstall-toolexeclibgotestinginternalDATA \
2944 uninstall-toolexeclibgotextDATA \
2945 uninstall-toolexeclibgotexttemplateDATA \
2946 uninstall-toolexeclibgounicodeDATA
2948 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
2949 clean-multi ctags-recursive distclean-multi install-am \
2950 install-multi install-strip maintainer-clean-multi \
2951 mostlyclean-multi tags-recursive
2953 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2954 all all-am all-multi am--refresh check check-am clean \
2955 clean-generic clean-libtool clean-local clean-multi \
2956 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
2957 ctags-recursive distclean distclean-compile distclean-generic \
2958 distclean-hdr distclean-libtool distclean-local \
2959 distclean-multi distclean-tags dvi dvi-am html html-am info \
2960 info-am install install-am install-data install-data-am \
2961 install-dvi install-dvi-am install-exec install-exec-am \
2962 install-html install-html-am install-info install-info-am \
2963 install-man install-multi install-pdf install-pdf-am \
2964 install-ps install-ps-am install-strip \
2965 install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
2966 install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
2967 install-toolexeclibgocompressDATA \
2968 install-toolexeclibgocontainerDATA \
2969 install-toolexeclibgocryptoDATA \
2970 install-toolexeclibgocryptox509DATA \
2971 install-toolexeclibgodatabaseDATA \
2972 install-toolexeclibgodatabasesqlDATA \
2973 install-toolexeclibgodebugDATA \
2974 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2975 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
2976 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2977 install-toolexeclibgoimagecolorDATA \
2978 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
2979 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2980 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2981 install-toolexeclibgonethttpDATA \
2982 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2983 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2984 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2985 install-toolexeclibgotestingDATA \
2986 install-toolexeclibgotestinginternalDATA \
2987 install-toolexeclibgotextDATA \
2988 install-toolexeclibgotexttemplateDATA \
2989 install-toolexeclibgounicodeDATA installcheck installcheck-am \
2990 installdirs installdirs-am maintainer-clean \
2991 maintainer-clean-generic maintainer-clean-multi mostlyclean \
2992 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2993 mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
2994 tags-recursive uninstall uninstall-am \
2995 uninstall-toolexeclibLIBRARIES \
2996 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2997 uninstall-toolexeclibgoarchiveDATA \
2998 uninstall-toolexeclibgocompressDATA \
2999 uninstall-toolexeclibgocontainerDATA \
3000 uninstall-toolexeclibgocryptoDATA \
3001 uninstall-toolexeclibgocryptox509DATA \
3002 uninstall-toolexeclibgodatabaseDATA \
3003 uninstall-toolexeclibgodatabasesqlDATA \
3004 uninstall-toolexeclibgodebugDATA \
3005 uninstall-toolexeclibgoencodingDATA \
3006 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3007 uninstall-toolexeclibgohashDATA \
3008 uninstall-toolexeclibgohtmlDATA \
3009 uninstall-toolexeclibgoimageDATA \
3010 uninstall-toolexeclibgoimagecolorDATA \
3011 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3012 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
3013 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3014 uninstall-toolexeclibgonethttpDATA \
3015 uninstall-toolexeclibgonetrpcDATA \
3016 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
3017 uninstall-toolexeclibgoregexpDATA \
3018 uninstall-toolexeclibgoruntimeDATA \
3019 uninstall-toolexeclibgosyncDATA \
3020 uninstall-toolexeclibgotestingDATA \
3021 uninstall-toolexeclibgotestinginternalDATA \
3022 uninstall-toolexeclibgotextDATA \
3023 uninstall-toolexeclibgotexttemplateDATA \
3024 uninstall-toolexeclibgounicodeDATA
3027 version.go: s-version; @true
3028 s-version: Makefile
3029 rm -f version.go.tmp
3030 echo "package sys" > version.go.tmp
3031 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
3032 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
3033 echo 'const Goexperiment = ``' >> version.go.tmp
3034 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
3035 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
3036 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
3037 echo >> version.go.tmp
3038 echo "type ArchFamilyType int" >> version.go.tmp
3039 echo >> version.go.tmp
3040 echo "const (" >> version.go.tmp
3041 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
3042 for a in $(ALLGOARCHFAMILY); do \
3043 echo " $${a}" >> version.go.tmp; \
3044 done
3045 echo ")" >> version.go.tmp
3046 echo >> version.go.tmp
3047 for a in $(ALLGOARCH); do \
3048 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3049 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3050 if test "$${a}" = "$(GOARCH)"; then \
3051 echo "const Goarch$${n} = 1" >> version.go.tmp; \
3052 else \
3053 echo "const Goarch$${n} = 0" >> version.go.tmp; \
3054 fi; \
3055 done
3056 echo >> version.go.tmp
3057 echo "const (" >> version.go.tmp
3058 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
3059 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
3060 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
3061 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
3062 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
3063 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
3064 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
3065 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
3066 echo ")" >> version.go.tmp
3067 echo >> version.go.tmp
3068 for a in $(ALLGOOS); do \
3069 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3070 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3071 if test "$${a}" = "$(GOOS)"; then \
3072 echo "const Goos$${n} = 1" >> version.go.tmp; \
3073 else \
3074 echo "const Goos$${n} = 0" >> version.go.tmp; \
3075 fi; \
3076 done
3077 echo >> version.go.tmp
3078 echo "type Uintreg uintptr" >> version.go.tmp
3079 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
3080 $(STAMP) $@
3082 runtime_sysinfo.go: s-runtime_sysinfo; @true
3083 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
3084 GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mkrsysinfo.sh
3085 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
3086 $(STAMP) $@
3088 sigtab.go: s-sigtab; @true
3089 s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
3090 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
3091 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
3092 $(STAMP) $@
3094 # _Complex_lock and _Reader_lock are Go translations of some AIX system
3095 # types and should not be exported back to C
3096 # sigset conflicts with system type sigset on AIX, so we need to rename it
3097 runtime.inc: s-runtime-inc; @true
3098 s-runtime-inc: runtime.lo Makefile
3099 rm -f runtime.inc.tmp2 runtime.inc.tmp3
3100 grep -v "#define _" runtime.inc.tmp | grep -v "#define [cm][01234] " | grep -v "#define empty " > runtime.inc.tmp2
3101 for pattern in '_[GP][a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
3102 grep "#define $$pattern" runtime.inc.tmp >> runtime.inc.tmp2; \
3103 done
3104 for TYPE in _Complex_lock _Reader_lock; do \
3105 sed -e '/struct '$${TYPE}' {/,/^}/s/^.*$$//' runtime.inc.tmp2 > runtime.inc.tmp3; \
3106 mv runtime.inc.tmp3 runtime.inc.tmp2; \
3107 done
3108 sed -e 's/sigset/sigset_go/' runtime.inc.tmp2 > runtime.inc.tmp3
3109 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp3 runtime.inc
3110 rm -f runtime.inc.tmp2 runtime.inc.tmp3
3111 $(STAMP) $@
3113 # Generate the list of go std packages that were included in libgo
3114 zstdpkglist.go: s-zstdpkglist; @true
3115 s-zstdpkglist: Makefile
3116 rm -f zstdpkglist.go.tmp
3117 echo 'package main' > zstdpkglist.go.tmp
3118 echo "" >> zstdpkglist.go.tmp
3119 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
3120 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
3121 echo '}' >> zstdpkglist.go.tmp
3122 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
3123 $(STAMP) $@
3125 libcalls.go: s-libcalls; @true
3126 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
3127 rm -f libcalls.go.tmp
3128 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
3129 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
3130 $(STAMP) $@
3132 libcalls-list: s-libcalls-list; @true
3133 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
3134 rm -f libcalls-list.tmp
3135 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
3136 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
3137 $(STAMP) $@
3139 syscall_arch.go: s-syscall_arch; @true
3140 s-syscall_arch: Makefile
3141 rm -f syscall_arch.go.tmp
3142 echo "package syscall" > syscall_arch.go.tmp
3143 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
3144 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
3145 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
3146 $(STAMP) $@
3148 gen-sysinfo.go: s-gen-sysinfo; @true
3149 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
3150 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
3151 rm -f sysinfo.s
3152 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
3153 $(STAMP) $@
3155 errno.i: s-errno; @true
3156 s-errno:
3157 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
3158 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
3159 $(STAMP) $@
3161 sysinfo.go: s-sysinfo; @true
3162 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
3163 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksysinfo.sh
3164 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
3165 $(STAMP) $@
3167 # The epoll struct has an embedded union and is packed on x86_64,
3168 # which is too complicated for mksysinfo.sh. We find the offset of
3169 # the only field we care about in configure.ac, and generate the
3170 # struct here.
3171 epoll.go: s-epoll; @true
3172 s-epoll: Makefile
3173 rm -f epoll.go.tmp
3174 echo 'package syscall' > epoll.go.tmp
3175 echo 'type EpollEvent struct {' >> epoll.go.tmp
3176 echo ' Events uint32' >> epoll.go.tmp
3177 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
3178 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
3179 exit 1; ;; \
3180 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
3181 12,4) echo ' Fd int32' >> epoll.go.tmp; \
3182 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
3183 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3184 echo ' Fd int32' >> epoll.go.tmp; ;; \
3185 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3186 echo ' Fd int32' >> epoll.go.tmp; \
3187 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
3188 *) echo 1>&2 "*** struct epoll_event unsupported"; \
3189 exit 1; ;; \
3190 esac
3191 echo '}' >> epoll.go.tmp
3192 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
3193 $(STAMP) $@
3195 # Make sure runtime.inc is built before compiling any .c file.
3196 $(libgo_la_OBJECTS): runtime.inc
3197 $(libgo_llgo_la_OBJECTS): runtime.inc
3198 $(libgobegin_a_OBJECTS): runtime.inc
3199 $(libgobegin_llgo_a_OBJECTS): runtime.inc
3200 $(libgolibbegin_a_OBJECTS): runtime.inc
3202 # PACKAGE_template defines the rules for each package.
3203 # For example, for the package bufio, it produces:
3205 # @go_include@ bufio.lo.dep
3206 # bufio.lo.dep: $(srcdir)/go/bufio/*.go
3207 # $(BUILDDEPS)
3208 # bufio.lo:
3209 # $(BUILDPACKAGE)
3210 # bufio/check: $(CHECK_DEPS)
3211 # @$(CHECK)
3212 # .PHONY: bufio/check
3214 # This is invoked with $(1) set to a package, which is a directory name,
3215 # such as "bufio" or "archive/tar".
3216 define PACKAGE_template
3217 @go_include@ $(1).lo.dep
3218 $(1).lo.dep: $(srcdir)/go/$(1)/*.go
3219 $$(BUILDDEPS)
3220 $(1).lo:
3221 $$(BUILDPACKAGE)
3222 $(1)/check: $$(CHECK_DEPS)
3223 @$$(CHECK)
3224 .PHONY: $(1)/check
3225 $(1).gox: $(1).s-gox; @true
3226 $(1).s-gox: $(1).lo
3227 $$(BUILDGOX)
3228 $$(STAMP) $$@
3229 endef
3231 # This line expands PACKAGE_template once for each package name listed
3232 # in $(PACKAGES).
3233 $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
3234 runtime.lo.dep: $(extra_go_files_runtime)
3235 syscall.lo.dep: $(extra_go_files_syscall)
3236 runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
3238 # FIXME: The following C files may as well move to the runtime
3239 # directory and be treated like other C files.
3241 # Use C code to speed up {bytes,strings}.IndexByte and friends.
3242 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
3243 @$(MKDIR_P) bytes
3244 $(LTCOMPILE) -c -o $@ $(srcdir)/go/bytes/indexbyte.c
3245 strings/index.lo: go/strings/indexbyte.c runtime.inc
3246 @$(MKDIR_P) strings
3247 $(LTCOMPILE) -c -o $@ $(srcdir)/go/strings/indexbyte.c
3249 # Use a C function with a fixed number of arguments to call a C
3250 # varargs function.
3251 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
3252 @$(MKDIR_P) log/syslog
3253 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
3255 # The interface to libffi from the reflect package is written in C.
3256 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
3257 @$(MKDIR_P) reflect
3258 $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
3260 # The atomic functions are written in C.
3261 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
3262 @$(MKDIR_P) runtime/internal
3263 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
3264 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
3265 @$(MKDIR_P) sync
3266 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3268 # A few syscall functions are written in C.
3269 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
3270 @$(MKDIR_P) syscall
3271 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
3272 syscall/errno.lo: go/syscall/errno.c runtime.inc
3273 @$(MKDIR_P) syscall
3274 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
3275 syscall/signame.lo: go/syscall/signame.c runtime.inc
3276 @$(MKDIR_P) syscall
3277 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
3278 syscall/wait.lo: go/syscall/wait.c runtime.inc
3279 @$(MKDIR_P) syscall
3280 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
3282 # Build golang_org/x/net/route only on BSD systems.
3284 @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang_org/x/net/route))
3286 # Build golang_org/x/net/lif only on Solaris systems.
3288 @LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,golang_org/x/net/lif))
3290 check: check-tail
3291 check-recursive: check-head
3293 check-head:
3294 @echo "Test Run By $${USER} on `date`" > libgo.head
3295 @echo "Native configuration is $(host_triplet)" >> libgo.head
3296 @echo >> libgo.head
3297 @echo " === libgo tests ===" >> libgo.head
3298 @echo >> libgo.head
3300 check-tail: check-recursive check-multi
3301 @if test "$(USE_DEJAGNU)" = "yes"; then \
3302 exit 0; \
3303 fi; \
3304 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3305 for dir in . $(MULTIDIRS); do \
3306 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3307 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3308 done; \
3309 mv libgo.head libgo.sum; \
3310 cp libgo.sum libgo.log; \
3311 echo "Schedule of variations:" >> libgo.sum; \
3312 for dir in . $(MULTIDIRS); do \
3313 multidir=../$${dir}/$${lib}; \
3314 multivar=`cat $${multidir}/libgo.var`; \
3315 echo " $${multivar}" >> libgo.sum; \
3316 done; \
3317 echo >> libgo.sum; \
3318 pass=0; fail=0; untested=0; \
3319 for dir in . $(MULTIDIRS); do \
3320 multidir=../$${dir}/$${lib}; \
3321 multivar=`cat $${multidir}/libgo.var`; \
3322 echo "Running target $${multivar}" >> libgo.sum; \
3323 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3324 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3325 cat $${multidir}/libgo.log.sep >> libgo.log; \
3326 if test -n "${MULTIDIRS}"; then \
3327 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3328 echo >> libgo.sum; \
3329 fi; \
3330 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3331 pass=`expr $$pass + $$p`; \
3332 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3333 echo "# of expected passes $$p" >> libgo.sum; \
3334 fi; \
3335 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3336 fail=`expr $$fail + $$p`; \
3337 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3338 echo "# of unexpected failures $$p" >> libgo.sum; \
3339 fi; \
3340 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3341 untested=`expr $$untested + $$p`; \
3342 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3343 echo "# of untested testcases $$p" >> libgo.sum; \
3344 fi; \
3345 done; \
3346 echo >> libgo.sum; \
3347 echo " === libgo Summary ===" >> libgo.sum; \
3348 echo >> libgo.sum; \
3349 if test "$$pass" -ne "0"; then \
3350 echo "# of expected passes $$pass" >> libgo.sum; \
3351 fi; \
3352 if test "$$fail" -ne "0"; then \
3353 echo "# of unexpected failures $$fail" >> libgo.sum; \
3354 fi; \
3355 if test "$$untested" -ne "0"; then \
3356 echo "# of untested testcases $$untested" >> libgo.sum; \
3357 fi; \
3358 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3359 echo >> libgo.log; \
3360 echo "runtest completed at `date`" >> libgo.log; \
3361 if test "$$fail" -ne "0"; then \
3362 status=1; \
3363 else \
3364 status=0; \
3365 fi; \
3366 exit $$status
3368 check-am:
3369 @rm -f libgo.sum libgo.log libgo.tail
3370 @multivar="unix"; \
3371 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3372 echo "$${multivar}" > libgo.var
3373 @for f in $(TEST_PACKAGES); do \
3374 rm -f $$f-testsum $$f-testlog; \
3375 done
3376 -@$(MAKE) -k $(TEST_PACKAGES)
3377 @for f in $(TEST_PACKAGES); do \
3378 if test -f $$f-testsum; then \
3379 cat $$f-testsum >> libgo.sum; \
3380 fi; \
3381 if test -f $$f-testlog; then \
3382 cat $$f-testlog >> libgo.log; \
3383 fi; \
3384 done
3386 check-multi:
3387 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3389 bench:
3390 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3392 mostlyclean-local:
3393 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3394 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3395 find . -name '*-testsum' -print | xargs rm -f
3396 find . -name '*-testlog' -print | xargs rm -f
3398 clean-local:
3399 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3400 find . -name '*.a' -print | xargs rm -f
3401 find . -name '*.gox' -print | xargs rm -f
3402 find . -name '*.s-gox' -print | xargs rm -f
3404 distclean-local:
3405 find . -name '*.lo.dep' -print | xargs rm -f
3407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3408 # Otherwise a system limit (for SysV at least) may be exceeded.
3409 .NOEXPORT: