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