Add dg-require-visibility to tests that require visibility support.
[official-gcc.git] / libgo / Makefile.in
blob607b88c58781268d39b610958eb7025855e1bca9
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Makefile.am -- Go library Makefile.
19 # Copyright 2009 The Go Authors. All rights reserved.
20 # Use of this source code is governed by a BSD-style
21 # license that can be found in the LICENSE file.
23 # Process this file with autoreconf to produce Makefile.in.
27 VPATH = @srcdir@
28 am__is_gnu_make = { \
29 if test -z '$(MAKELEVEL)'; then \
30 false; \
31 elif test -n '$(MAKE_HOST)'; then \
32 true; \
33 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34 true; \
35 else \
36 false; \
37 fi; \
39 am__make_running_with_option = \
40 case $${target_option-} in \
41 ?) ;; \
42 *) echo "am__make_running_with_option: internal error: invalid" \
43 "target option '$${target_option-}' specified" >&2; \
44 exit 1;; \
45 esac; \
46 has_opt=no; \
47 sane_makeflags=$$MAKEFLAGS; \
48 if $(am__is_gnu_make); then \
49 sane_makeflags=$$MFLAGS; \
50 else \
51 case $$MAKEFLAGS in \
52 *\\[\ \ ]*) \
53 bs=\\; \
54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
56 esac; \
57 fi; \
58 skip_next=no; \
59 strip_trailopt () \
60 { \
61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62 }; \
63 for flg in $$sane_makeflags; do \
64 test $$skip_next = yes && { skip_next=no; continue; }; \
65 case $$flg in \
66 *=*|--*) continue;; \
67 -*I) strip_trailopt 'I'; skip_next=yes;; \
68 -*I?*) strip_trailopt 'I';; \
69 -*O) strip_trailopt 'O'; skip_next=yes;; \
70 -*O?*) strip_trailopt 'O';; \
71 -*l) strip_trailopt 'l'; skip_next=yes;; \
72 -*l?*) strip_trailopt 'l';; \
73 -[dEDm]) skip_next=yes;; \
74 -[JT]) skip_next=yes;; \
75 esac; \
76 case $$flg in \
77 *$$target_option*) has_opt=yes; break;; \
78 esac; \
79 done; \
80 test $$has_opt = yes
81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83 pkgdatadir = $(datadir)/@PACKAGE@
84 pkgincludedir = $(includedir)/@PACKAGE@
85 pkglibdir = $(libdir)/@PACKAGE@
86 pkglibexecdir = $(libexecdir)/@PACKAGE@
87 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88 install_sh_DATA = $(install_sh) -c -m 644
89 install_sh_PROGRAM = $(install_sh) -c
90 install_sh_SCRIPT = $(install_sh) -c
91 INSTALL_HEADER = $(INSTALL_DATA)
92 transform = $(program_transform_name)
93 NORMAL_INSTALL = :
94 PRE_INSTALL = :
95 POST_INSTALL = :
96 NORMAL_UNINSTALL = :
97 PRE_UNINSTALL = :
98 POST_UNINSTALL = :
99 build_triplet = @build@
100 host_triplet = @host@
101 target_triplet = @target@
102 @USING_SPLIT_STACK_TRUE@am__append_1 = -XCClinker $(SPLIT_STACK)
104 # Using an import file for libgo avoid requiring to use the -brtl flag
105 # when builing a go program
106 @LIBGO_IS_AIX_TRUE@am__append_2 = -Wl,-bbigtoc -Wl,-bI:$(srcdir)/libgo.imp
107 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@am__append_3 = runtime/go-context.S
108 @GOC_IS_LLGO_TRUE@am__append_4 = libgo-llgo.la libgobegin-llgo.a
109 @GOC_IS_LLGO_FALSE@am__append_5 = libgo.la libgobegin.a
110 subdir = .
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
113 $(top_srcdir)/../config/hwcaps.m4 \
114 $(top_srcdir)/../config/lead-dot.m4 \
115 $(top_srcdir)/../config/multi.m4 \
116 $(top_srcdir)/../config/override.m4 \
117 $(top_srcdir)/../config/toolexeclibdir.m4 \
118 $(top_srcdir)/../config/unwind_ipinfo.m4 \
119 $(top_srcdir)/config/libtool.m4 \
120 $(top_srcdir)/config/ltoptions.m4 \
121 $(top_srcdir)/config/ltsugar.m4 \
122 $(top_srcdir)/config/ltversion.m4 \
123 $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125 $(ACLOCAL_M4)
126 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
127 $(am__configure_deps)
128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130 CONFIG_HEADER = config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134 am__vpath_adj = case $$p in \
135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136 *) f=$$p;; \
137 esac;
138 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 am__install_max = 40
140 am__nobase_strip_setup = \
141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 am__nobase_strip = \
143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144 am__nobase_list = $(am__nobase_strip_setup); \
145 for p in $$list; do echo "$$p $$p"; done | \
146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148 if (++n[$$2] == $(am__install_max)) \
149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150 END { for (dir in files) print dir, files[dir] }'
151 am__base_list = \
152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154 am__uninstall_files_from_dir = { \
155 test -z "$$files" \
156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158 $(am__cd) "$$dir" && rm -f $$files; }; \
160 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
161 "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
162 "$(DESTDIR)$(toolexeclibgoarchivedir)" \
163 "$(DESTDIR)$(toolexeclibgocompressdir)" \
164 "$(DESTDIR)$(toolexeclibgocontainerdir)" \
165 "$(DESTDIR)$(toolexeclibgocryptodir)" \
166 "$(DESTDIR)$(toolexeclibgocryptox509dir)" \
167 "$(DESTDIR)$(toolexeclibgodatabasedir)" \
168 "$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
169 "$(DESTDIR)$(toolexeclibgodebugdir)" \
170 "$(DESTDIR)$(toolexeclibgoencodingdir)" \
171 "$(DESTDIR)$(toolexeclibgogodir)" \
172 "$(DESTDIR)$(toolexeclibgohashdir)" \
173 "$(DESTDIR)$(toolexeclibgohtmldir)" \
174 "$(DESTDIR)$(toolexeclibgoimagedir)" \
175 "$(DESTDIR)$(toolexeclibgoimagecolordir)" \
176 "$(DESTDIR)$(toolexeclibgoindexdir)" \
177 "$(DESTDIR)$(toolexeclibgointernaldir)" \
178 "$(DESTDIR)$(toolexeclibgoiodir)" \
179 "$(DESTDIR)$(toolexeclibgologdir)" \
180 "$(DESTDIR)$(toolexeclibgomathdir)" \
181 "$(DESTDIR)$(toolexeclibgomimedir)" \
182 "$(DESTDIR)$(toolexeclibgonetdir)" \
183 "$(DESTDIR)$(toolexeclibgonethttpdir)" \
184 "$(DESTDIR)$(toolexeclibgonetrpcdir)" \
185 "$(DESTDIR)$(toolexeclibgoosdir)" \
186 "$(DESTDIR)$(toolexeclibgopathdir)" \
187 "$(DESTDIR)$(toolexeclibgoregexpdir)" \
188 "$(DESTDIR)$(toolexeclibgoruntimedir)" \
189 "$(DESTDIR)$(toolexeclibgosyncdir)" \
190 "$(DESTDIR)$(toolexeclibgotestingdir)" \
191 "$(DESTDIR)$(toolexeclibgotestinginternaldir)" \
192 "$(DESTDIR)$(toolexeclibgotextdir)" \
193 "$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
194 "$(DESTDIR)$(toolexeclibgounicodedir)"
195 LIBRARIES = $(noinst_LIBRARIES) $(toolexeclib_LIBRARIES)
196 ARFLAGS = cru
197 AM_V_AR = $(am__v_AR_@AM_V@)
198 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
199 am__v_AR_0 = @echo " AR " $@;
200 am__v_AR_1 =
201 libgobegin_llgo_a_AR = $(AR) $(ARFLAGS)
202 libgobegin_llgo_a_LIBADD =
203 am__dirstamp = $(am__leading_dot)dirstamp
204 am_libgobegin_llgo_a_OBJECTS = \
205 runtime/libgobegin_llgo_a-go-main.$(OBJEXT)
206 libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS)
207 libgobegin_a_AR = $(AR) $(ARFLAGS)
208 libgobegin_a_LIBADD =
209 am_libgobegin_a_OBJECTS = runtime/libgobegin_a-go-main.$(OBJEXT)
210 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
211 libgolibbegin_a_AR = $(AR) $(ARFLAGS)
212 libgolibbegin_a_LIBADD =
213 am_libgolibbegin_a_OBJECTS = \
214 runtime/libgolibbegin_a-go-libmain.$(OBJEXT)
215 libgolibbegin_a_OBJECTS = $(am_libgolibbegin_a_OBJECTS)
216 libgotool_a_AR = $(AR) $(ARFLAGS)
217 am_libgotool_a_OBJECTS =
218 libgotool_a_OBJECTS = $(am_libgotool_a_OBJECTS)
219 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
220 @LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo
221 @LIBGO_IS_X86_TRUE@am__DEPENDENCIES_2 = golang.org/x/sys/cpu_gccgo.lo
222 am__DEPENDENCIES_3 = $(addsuffix .lo,$(PACKAGES)) \
223 internal/bytealg/bytealg.lo reflect/makefunc_ffi_c.lo \
224 $(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \
225 syscall/wait.lo $(golangorg_x_net_lif_lo) \
226 $(golangorg_x_net_route_lo) log/syslog/syslog_c.lo \
227 runtime/internal/atomic_c.lo sync/atomic_c.lo \
228 internal/cpu/cpu_gccgo.lo $(am__DEPENDENCIES_2)
229 am__DEPENDENCIES_4 =
230 am__DEPENDENCIES_5 = $(am__DEPENDENCIES_3) \
231 ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_4) \
232 $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4) \
233 $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_4)
234 libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_5)
235 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@am__objects_1 = \
236 @LIBGO_IS_LINUX_TRUE@@LIBGO_IS_X86_TRUE@ runtime/go-context.lo
237 am__objects_2 = $(am__objects_1)
238 @LIBGO_IS_RTEMS_TRUE@am__objects_3 = \
239 @LIBGO_IS_RTEMS_TRUE@ runtime/rtems-task-variable-add.lo
240 am__objects_4 = runtime/aeshash.lo runtime/go-assert.lo \
241 runtime/go-caller.lo runtime/go-callers.lo runtime/go-cdiv.lo \
242 runtime/go-cgo.lo runtime/go-construct-map.lo \
243 runtime/go-ffi.lo runtime/go-fieldtrack.lo \
244 runtime/go-matherr.lo runtime/go-memclr.lo \
245 runtime/go-memequal.lo runtime/go-nanotime.lo \
246 runtime/go-now.lo runtime/go-nosys.lo \
247 runtime/go-reflect-call.lo runtime/go-setenv.lo \
248 runtime/go-signal.lo runtime/go-unsafe-pointer.lo \
249 runtime/go-unsetenv.lo runtime/go-unwind.lo \
250 runtime/go-varargs.lo runtime/env_posix.lo runtime/panic.lo \
251 runtime/print.lo runtime/proc.lo runtime/runtime_c.lo \
252 runtime/stack.lo runtime/yield.lo $(am__objects_2) \
253 $(am__objects_3)
254 am_libgo_llgo_la_OBJECTS = $(am__objects_4)
255 libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS)
256 AM_V_lt = $(am__v_lt_@AM_V@)
257 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
258 am__v_lt_0 = --silent
259 am__v_lt_1 =
260 libgo_llgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
261 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
262 $(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@
263 @GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir)
264 libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_5)
265 am_libgo_la_OBJECTS = $(am__objects_4)
266 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
267 libgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
268 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
269 $(libgo_la_LDFLAGS) $(LDFLAGS) -o $@
270 @GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
271 AM_V_P = $(am__v_P_@AM_V@)
272 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
273 am__v_P_0 = false
274 am__v_P_1 = :
275 AM_V_GEN = $(am__v_GEN_@AM_V@)
276 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
277 am__v_GEN_0 = @echo " GEN " $@;
278 am__v_GEN_1 =
279 AM_V_at = $(am__v_at_@AM_V@)
280 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
281 am__v_at_0 = @
282 am__v_at_1 =
283 DEFAULT_INCLUDES = -I.@am__isrc@
284 depcomp = $(SHELL) $(top_srcdir)/../depcomp
285 am__depfiles_maybe = depfiles
286 am__mv = mv -f
287 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
288 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
289 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
290 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
291 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
292 $(AM_CCASFLAGS) $(CCASFLAGS)
293 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
294 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
295 am__v_CPPAS_0 = @echo " CPPAS " $@;
296 am__v_CPPAS_1 =
297 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
298 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
299 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
300 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
301 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
302 $(AM_CFLAGS) $(CFLAGS)
303 AM_V_CC = $(am__v_CC_@AM_V@)
304 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
305 am__v_CC_0 = @echo " CC " $@;
306 am__v_CC_1 =
307 CCLD = $(CC)
308 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
309 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
310 $(AM_LDFLAGS) $(LDFLAGS) -o $@
311 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
312 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
313 am__v_CCLD_0 = @echo " CCLD " $@;
314 am__v_CCLD_1 =
315 SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
316 $(libgolibbegin_a_SOURCES) $(libgotool_a_SOURCES) \
317 $(libgo_llgo_la_SOURCES) $(libgo_la_SOURCES)
318 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
319 ctags-recursive dvi-recursive html-recursive info-recursive \
320 install-data-recursive install-dvi-recursive \
321 install-exec-recursive install-html-recursive \
322 install-info-recursive install-pdf-recursive \
323 install-ps-recursive install-recursive installcheck-recursive \
324 installdirs-recursive pdf-recursive ps-recursive \
325 tags-recursive uninstall-recursive
326 am__can_run_installinfo = \
327 case $$AM_UPDATE_INFO_DIR in \
328 n|no|NO) false;; \
329 *) (install-info --version) >/dev/null 2>&1;; \
330 esac
331 DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \
332 $(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \
333 $(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \
334 $(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \
335 $(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \
336 $(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \
337 $(toolexeclibgohash_DATA) $(toolexeclibgohtml_DATA) \
338 $(toolexeclibgoimage_DATA) $(toolexeclibgoimagecolor_DATA) \
339 $(toolexeclibgoindex_DATA) $(toolexeclibgointernal_DATA) \
340 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
341 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
342 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
343 $(toolexeclibgonetrpc_DATA) $(toolexeclibgoos_DATA) \
344 $(toolexeclibgopath_DATA) $(toolexeclibgoregexp_DATA) \
345 $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
346 $(toolexeclibgotesting_DATA) \
347 $(toolexeclibgotestinginternal_DATA) $(toolexeclibgotext_DATA) \
348 $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA)
349 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
350 distclean-recursive maintainer-clean-recursive
351 am__recursive_targets = \
352 $(RECURSIVE_TARGETS) \
353 $(RECURSIVE_CLEAN_TARGETS) \
354 $(am__extra_recursive_targets)
355 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
356 cscope
357 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
358 $(LISP)config.h.in
359 # Read a list of newline-separated strings from the standard input,
360 # and print each of them once, without duplicates. Input order is
361 # *not* preserved.
362 am__uniquify_input = $(AWK) '\
363 BEGIN { nonempty = 0; } \
364 { items[$$0] = 1; nonempty = 1; } \
365 END { if (nonempty) { for (i in items) print i; }; } \
367 # Make sure the list of sources is unique. This is necessary because,
368 # e.g., the same source file might be shared among _SOURCES variables
369 # for different programs/libraries.
370 am__define_uniq_tagged_files = \
371 list='$(am__tagged_files)'; \
372 unique=`for i in $$list; do \
373 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374 done | $(am__uniquify_input)`
375 ETAGS = etags
376 CTAGS = ctags
377 CSCOPE = cscope
378 DIST_SUBDIRS = testsuite
379 ACLOCAL = @ACLOCAL@
380 ALLGOARCH = @ALLGOARCH@
381 ALLGOARCHFAMILY = @ALLGOARCHFAMILY@
382 ALLGOOS = @ALLGOOS@
383 AMTAR = @AMTAR@
384 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
385 AR = @AR@
386 AUTOCONF = @AUTOCONF@
387 AUTOHEADER = @AUTOHEADER@
388 AUTOMAKE = @AUTOMAKE@
389 AWK = @AWK@
390 CC = @CC@
391 CCAS = @CCAS@
392 CCASDEPMODE = @CCASDEPMODE@
393 CCASFLAGS = @CCASFLAGS@
394 CCDEPMODE = @CCDEPMODE@
395 CC_FOR_BUILD = @CC_FOR_BUILD@
396 CFLAGS = @CFLAGS@
397 CPP = @CPP@
398 CPPFLAGS = @CPPFLAGS@
399 CYGPATH_W = @CYGPATH_W@
400 DEFS = @DEFS@
401 DEPDIR = @DEPDIR@
402 DSYMUTIL = @DSYMUTIL@
403 DUMPBIN = @DUMPBIN@
404 ECHO_C = @ECHO_C@
405 ECHO_N = @ECHO_N@
406 ECHO_T = @ECHO_T@
407 EGREP = @EGREP@
408 EXEEXT = @EXEEXT@
409 FGREP = @FGREP@
410 FUNCTION_DESCRIPTORS = @FUNCTION_DESCRIPTORS@
411 GOARCH = @GOARCH@
412 GOC = @GOC@
413 GOFLAGS = @GOFLAGS@
414 GOOS = @GOOS@
415 GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
416 GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
417 GO_SPLIT_STACK = @GO_SPLIT_STACK@
418 GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
419 GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
420 GREP = @GREP@
421 HWCAP_CFLAGS = @HWCAP_CFLAGS@
422 INSTALL = @INSTALL@
423 INSTALL_DATA = @INSTALL_DATA@
424 INSTALL_PROGRAM = @INSTALL_PROGRAM@
425 INSTALL_SCRIPT = @INSTALL_SCRIPT@
426 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
427 LD = @LD@
428 LDFLAGS = @LDFLAGS@
429 LIBATOMIC = @LIBATOMIC@
430 LIBFFI = @LIBFFI@
431 LIBFFIINCS = @LIBFFIINCS@
432 LIBOBJS = @LIBOBJS@
433 LIBS = @LIBS@
434 LIBTOOL = @LIBTOOL@
435 LIPO = @LIPO@
436 LN_S = @LN_S@
437 LTLIBOBJS = @LTLIBOBJS@
438 MAINT = @MAINT@
439 MAKEINFO = @MAKEINFO@
440 MATH_FLAG = @MATH_FLAG@
441 MATH_LIBS = @MATH_LIBS@
442 MKDIR_P = @MKDIR_P@
443 NET_LIBS = @NET_LIBS@
444 NM = @NM@
445 NMEDIT = @NMEDIT@
446 OBJCOPY = @OBJCOPY@
447 OBJDUMP = @OBJDUMP@
448 OBJEXT = @OBJEXT@
449 OSCFLAGS = @OSCFLAGS@
450 OTOOL = @OTOOL@
451 OTOOL64 = @OTOOL64@
452 PACKAGE = @PACKAGE@
453 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
454 PACKAGE_NAME = @PACKAGE_NAME@
455 PACKAGE_STRING = @PACKAGE_STRING@
456 PACKAGE_TARNAME = @PACKAGE_TARNAME@
457 PACKAGE_URL = @PACKAGE_URL@
458 PACKAGE_VERSION = @PACKAGE_VERSION@
459 PATH_SEPARATOR = @PATH_SEPARATOR@
460 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
461 PTHREAD_LIBS = @PTHREAD_LIBS@
462 RANLIB = @RANLIB@
463 SED = @SED@
464 SET_MAKE = @SET_MAKE@
465 SHELL = @SHELL@
466 SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
467 SPLIT_STACK = @SPLIT_STACK@
468 STRINGOPS_FLAG = @STRINGOPS_FLAG@
469 STRIP = @STRIP@
470 STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
471 USE_DEJAGNU = @USE_DEJAGNU@
472 VERSION = @VERSION@
473 WARN_FLAGS = @WARN_FLAGS@
474 WERROR = @WERROR@
475 abs_builddir = @abs_builddir@
476 abs_srcdir = @abs_srcdir@
477 abs_top_builddir = @abs_top_builddir@
478 abs_top_srcdir = @abs_top_srcdir@
479 ac_ct_CC = @ac_ct_CC@
480 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
481 am__include = @am__include@
482 am__leading_dot = @am__leading_dot@
483 am__quote = @am__quote@
484 am__tar = @am__tar@
485 am__untar = @am__untar@
486 bindir = @bindir@
487 build = @build@
488 build_alias = @build_alias@
489 build_cpu = @build_cpu@
490 build_os = @build_os@
491 build_vendor = @build_vendor@
492 builddir = @builddir@
493 datadir = @datadir@
494 datarootdir = @datarootdir@
495 docdir = @docdir@
496 dvidir = @dvidir@
497 enable_shared = @enable_shared@
498 enable_static = @enable_static@
499 exec_prefix = @exec_prefix@
500 glibgo_toolexecdir = @glibgo_toolexecdir@
501 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
502 go_include = @go_include@
503 host = @host@
504 host_alias = @host_alias@
505 host_cpu = @host_cpu@
506 host_os = @host_os@
507 host_vendor = @host_vendor@
508 htmldir = @htmldir@
509 includedir = @includedir@
510 infodir = @infodir@
511 install_sh = @install_sh@
512 libdir = @libdir@
513 libexecdir = @libexecdir@
514 libtool_VERSION = @libtool_VERSION@
515 localedir = @localedir@
516 localstatedir = @localstatedir@
517 mandir = @mandir@
518 mkdir_p = @mkdir_p@
519 multi_basedir = @multi_basedir@
520 nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
521 oldincludedir = @oldincludedir@
522 pdfdir = @pdfdir@
523 prefix = @prefix@
524 program_transform_name = @program_transform_name@
525 psdir = @psdir@
526 sbindir = @sbindir@
527 sharedstatedir = @sharedstatedir@
528 srcdir = @srcdir@
529 sysconfdir = @sysconfdir@
530 target = @target@
531 target_alias = @target_alias@
532 target_cpu = @target_cpu@
533 target_os = @target_os@
534 target_vendor = @target_vendor@
535 top_build_prefix = @top_build_prefix@
536 top_builddir = @top_builddir@
537 top_srcdir = @top_srcdir@
539 # Go support.
540 SUFFIXES = .c .go .gox .o .obj .lo .a
541 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
542 @LIBGO_IS_DARWIN_FALSE@GO_EXPORT_SECTION_NAME = .go_export
543 @LIBGO_IS_DARWIN_TRUE@GO_EXPORT_SECTION_NAME = __GNU_GO.__go_export
544 SUBDIRS = ${subdirs}
545 gcc_version := $(shell $(GOC) -dumpversion)
546 MAINT_CHARSET = latin1
547 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
548 PWD_COMMAND = $${PWDCMD-pwd}
549 STAMP = echo timestamp >
550 toolexecdir = $(glibgo_toolexecdir)
551 toolexeclibdir = $(glibgo_toolexeclibdir)
552 toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
553 libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
554 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
556 # -I/-D flags to pass when compiling.
557 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
558 ACLOCAL_AMFLAGS = -I ./config -I ../config
559 AM_CFLAGS = -fexceptions -fnon-call-exceptions \
560 $(SPLIT_STACK) $(WARN_CFLAGS) \
561 $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \
562 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
563 -I $(MULTIBUILDTOP)../../gcc/include
565 AM_LDFLAGS = $(am__append_1) $(am__append_2)
566 @LIBGO_IS_AIX_TRUE@EXTRA_libgo_la_DEPENDENCIES = libgo.imp
568 # Multilib support.
569 MAKEOVERRIDES =
571 # Work around what appears to be a GNU make handling MAKEFLAGS
572 # values defined in terms of make variables, as is the case for CC and
573 # friends when we are called from the top level Makefile.
574 AM_MAKEFLAGS = \
575 "AR_FLAGS=$(AR_FLAGS)" \
576 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
577 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
578 "CFLAGS=$(CFLAGS)" \
579 "CXXFLAGS=$(CXXFLAGS)" \
580 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
581 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
582 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
583 "GOC=$(GOC)" \
584 "GOCFLAGS=$(GOCFLAGS)" \
585 "INSTALL=$(INSTALL)" \
586 "INSTALL_DATA=$(INSTALL_DATA)" \
587 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
588 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
589 "LDFLAGS=$(LDFLAGS)" \
590 "LIBCFLAGS=$(LIBCFLAGS)" \
591 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
592 "MAKE=$(MAKE)" \
593 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
594 "PICFLAG=$(PICFLAG)" \
595 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
596 "SHELL=$(SHELL)" \
597 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
598 "exec_prefix=$(exec_prefix)" \
599 "infodir=$(infodir)" \
600 "libdir=$(libdir)" \
601 "includedir=$(includedir)" \
602 "prefix=$(prefix)" \
603 "tooldir=$(tooldir)" \
604 "gxx_include_dir=$(gxx_include_dir)" \
605 "AR=$(AR)" \
606 "AS=$(AS)" \
607 "LD=$(LD)" \
608 "RANLIB=$(RANLIB)" \
609 "NM=$(NM)" \
610 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
611 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
612 "DESTDIR=$(DESTDIR)" \
613 "WERROR=$(WERROR)"
616 # Subdir rules rely on $(FLAGS_TO_PASS)
617 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
618 @GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la
619 @GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la
620 @GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a
621 @GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a
622 noinst_LIBRARIES = libgotool.a
623 toolexeclibgo_DATA = \
624 bufio.gox \
625 bytes.gox \
626 context.gox \
627 crypto.gox \
628 encoding.gox \
629 errors.gox \
630 expvar.gox \
631 flag.gox \
632 fmt.gox \
633 hash.gox \
634 html.gox \
635 image.gox \
636 io.gox \
637 log.gox \
638 math.gox \
639 mime.gox \
640 net.gox \
641 os.gox \
642 path.gox \
643 reflect.gox \
644 regexp.gox \
645 runtime.gox \
646 sort.gox \
647 strconv.gox \
648 strings.gox \
649 sync.gox \
650 syscall.gox \
651 testing.gox \
652 time.gox \
653 unicode.gox
655 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
656 toolexeclibgoarchive_DATA = \
657 archive/tar.gox \
658 archive/zip.gox
660 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
661 toolexeclibgocompress_DATA = \
662 compress/bzip2.gox \
663 compress/flate.gox \
664 compress/gzip.gox \
665 compress/lzw.gox \
666 compress/zlib.gox
668 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
669 toolexeclibgocontainer_DATA = \
670 container/heap.gox \
671 container/list.gox \
672 container/ring.gox
674 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
675 toolexeclibgocrypto_DATA = \
676 crypto/aes.gox \
677 crypto/cipher.gox \
678 crypto/des.gox \
679 crypto/dsa.gox \
680 crypto/ecdsa.gox \
681 crypto/ed25519.gox \
682 crypto/elliptic.gox \
683 crypto/hmac.gox \
684 crypto/md5.gox \
685 crypto/rand.gox \
686 crypto/rc4.gox \
687 crypto/rsa.gox \
688 crypto/sha1.gox \
689 crypto/sha256.gox \
690 crypto/sha512.gox \
691 crypto/subtle.gox \
692 crypto/tls.gox \
693 crypto/x509.gox
695 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
696 toolexeclibgocryptox509_DATA = \
697 crypto/x509/pkix.gox
699 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
700 toolexeclibgodatabase_DATA = \
701 database/sql.gox
703 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
704 toolexeclibgodatabasesql_DATA = \
705 database/sql/driver.gox
707 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
708 toolexeclibgodebug_DATA = \
709 debug/dwarf.gox \
710 debug/elf.gox \
711 debug/gosym.gox \
712 debug/macho.gox \
713 debug/pe.gox \
714 debug/plan9obj.gox
716 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
717 toolexeclibgoencoding_DATA = \
718 encoding/ascii85.gox \
719 encoding/asn1.gox \
720 encoding/base32.gox \
721 encoding/base64.gox \
722 encoding/binary.gox \
723 encoding/csv.gox \
724 encoding/gob.gox \
725 encoding/hex.gox \
726 encoding/json.gox \
727 encoding/pem.gox \
728 encoding/xml.gox
730 toolexeclibgogodir = $(toolexeclibgodir)/go
731 toolexeclibgogo_DATA = \
732 go/ast.gox \
733 go/build.gox \
734 go/constant.gox \
735 go/doc.gox \
736 go/format.gox \
737 go/importer.gox \
738 go/parser.gox \
739 go/printer.gox \
740 go/scanner.gox \
741 go/token.gox \
742 go/types.gox
744 toolexeclibgohashdir = $(toolexeclibgodir)/hash
745 toolexeclibgohash_DATA = \
746 hash/adler32.gox \
747 hash/crc32.gox \
748 hash/crc64.gox \
749 hash/fnv.gox \
750 hash/maphash.gox
752 toolexeclibgohtmldir = $(toolexeclibgodir)/html
753 toolexeclibgohtml_DATA = \
754 html/template.gox
756 toolexeclibgoimagedir = $(toolexeclibgodir)/image
757 toolexeclibgoimage_DATA = \
758 image/color.gox \
759 image/draw.gox \
760 image/gif.gox \
761 image/jpeg.gox \
762 image/png.gox
764 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
765 toolexeclibgoimagecolor_DATA = \
766 image/color/palette.gox
768 toolexeclibgoindexdir = $(toolexeclibgodir)/index
769 toolexeclibgoindex_DATA = \
770 index/suffixarray.gox
772 toolexeclibgoiodir = $(toolexeclibgodir)/io
773 toolexeclibgoio_DATA = \
774 io/ioutil.gox
776 toolexeclibgologdir = $(toolexeclibgodir)/log
777 toolexeclibgolog_DATA = \
778 log/syslog.gox
780 toolexeclibgomathdir = $(toolexeclibgodir)/math
781 toolexeclibgomath_DATA = \
782 math/big.gox \
783 math/bits.gox \
784 math/cmplx.gox \
785 math/rand.gox
787 toolexeclibgomimedir = $(toolexeclibgodir)/mime
788 toolexeclibgomime_DATA = \
789 mime/multipart.gox \
790 mime/quotedprintable.gox
792 toolexeclibgonetdir = $(toolexeclibgodir)/net
793 toolexeclibgonet_DATA = \
794 net/http.gox \
795 net/mail.gox \
796 net/rpc.gox \
797 net/smtp.gox \
798 net/textproto.gox \
799 net/url.gox
801 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
802 toolexeclibgonethttp_DATA = \
803 net/http/cgi.gox \
804 net/http/cookiejar.gox \
805 net/http/fcgi.gox \
806 net/http/httptest.gox \
807 net/http/httptrace.gox \
808 net/http/httputil.gox \
809 net/http/pprof.gox
811 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
812 toolexeclibgonetrpc_DATA = \
813 net/rpc/jsonrpc.gox
815 toolexeclibgoosdir = $(toolexeclibgodir)/os
816 toolexeclibgoos_DATA = \
817 os/exec.gox \
818 os/signal.gox \
819 os/user.gox
821 toolexeclibgopathdir = $(toolexeclibgodir)/path
822 toolexeclibgopath_DATA = \
823 path/filepath.gox
825 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
826 toolexeclibgoregexp_DATA = \
827 regexp/syntax.gox
829 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
830 toolexeclibgoruntime_DATA = \
831 runtime/debug.gox \
832 runtime/pprof.gox \
833 runtime/trace.gox
835 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
836 toolexeclibgosync_DATA = \
837 sync/atomic.gox
839 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
840 toolexeclibgotesting_DATA = \
841 testing/iotest.gox \
842 testing/quick.gox
844 toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal
845 toolexeclibgotestinginternal_DATA = \
846 testing/internal/testdeps.gox
848 toolexeclibgotextdir = $(toolexeclibgodir)/text
849 toolexeclibgotext_DATA = \
850 text/scanner.gox \
851 text/tabwriter.gox \
852 text/template.gox
854 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
855 toolexeclibgotexttemplate_DATA = \
856 text/template/parse.gox
858 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
859 toolexeclibgounicode_DATA = \
860 unicode/utf16.gox \
861 unicode/utf8.gox
864 # Some internal packages are needed to bootstrap the gc toolchain.
865 toolexeclibgointernaldir = $(toolexeclibgodir)/internal
866 toolexeclibgointernal_DATA = \
867 internal/reflectlite.gox
870 # Some packages are only needed for tests, so unlike the other
871 # internal packages nothing will explicitly depend on them.
872 # Force them to be built.
873 noinst_DATA = golang.org/x/net/nettest.gox internal/cfg.gox \
874 internal/obscuretestdata.gox internal/testenv.gox \
875 internal/trace.gox net/internal/socktest.gox \
876 os/signal/internal/pty.gox runtime/pprof/internal/profile.gox \
877 zdefaultcc.go
878 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
879 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
880 runtime_context_asm_file = $(am__append_3)
881 runtime_files = \
882 runtime/aeshash.c \
883 runtime/go-assert.c \
884 runtime/go-caller.c \
885 runtime/go-callers.c \
886 runtime/go-cdiv.c \
887 runtime/go-cgo.c \
888 runtime/go-construct-map.c \
889 runtime/go-ffi.c \
890 runtime/go-fieldtrack.c \
891 runtime/go-matherr.c \
892 runtime/go-memclr.c \
893 runtime/go-memequal.c \
894 runtime/go-nanotime.c \
895 runtime/go-now.c \
896 runtime/go-nosys.c \
897 runtime/go-reflect-call.c \
898 runtime/go-setenv.c \
899 runtime/go-signal.c \
900 runtime/go-unsafe-pointer.c \
901 runtime/go-unsetenv.c \
902 runtime/go-unwind.c \
903 runtime/go-varargs.c \
904 runtime/env_posix.c \
905 runtime/panic.c \
906 runtime/print.c \
907 runtime/proc.c \
908 runtime/runtime_c.c \
909 runtime/stack.c \
910 runtime/yield.c \
911 $(runtime_context_asm_file) \
912 $(rtems_task_variable_add_file)
914 GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')
915 GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
916 GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
917 @LIBGO_IS_LINUX_FALSE@syscall_epoll_file =
918 @LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go
919 SYSINFO_FLAGS = \
920 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
921 $(CPPFLAGS) $(OSCFLAGS) -O
923 @LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo =
924 @LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo
925 @LIBGO_IS_X86_FALSE@golangorg_x_sys_cpu_gccgo_lo =
926 @LIBGO_IS_X86_TRUE@golangorg_x_sys_cpu_gccgo_lo = golang.org/x/sys/cpu_gccgo.lo
927 PACKAGES = $(shell cat $(srcdir)/libgo-packages.txt)
928 libgo_go_objs = \
929 $(addsuffix .lo,$(PACKAGES)) \
930 internal/bytealg/bytealg.lo \
931 reflect/makefunc_ffi_c.lo \
932 $(syscall_lib_clone_lo) \
933 syscall/errno.lo \
934 syscall/signame.lo \
935 syscall/wait.lo \
936 $(golangorg_x_net_lif_lo) \
937 $(golangorg_x_net_route_lo) \
938 log/syslog/syslog_c.lo \
939 $(os_lib_inotify_lo) \
940 runtime/internal/atomic_c.lo \
941 sync/atomic_c.lo \
942 internal/cpu/cpu_gccgo.lo \
943 $(golangorg_x_sys_cpu_gccgo_lo)
945 libgo_ldflags = \
946 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
948 libgo_libadd = \
949 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
950 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
952 libgo_la_SOURCES = $(runtime_files)
953 libgo_la_LDFLAGS = $(libgo_ldflags)
954 libgo_la_LIBADD = $(libgo_libadd)
955 libgo_llgo_la_SOURCES = $(runtime_files)
956 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
957 libgo_llgo_la_LIBADD = $(libgo_libadd)
958 libgobegin_a_SOURCES = \
959 runtime/go-main.c
961 libgobegin_llgo_a_SOURCES = \
962 runtime/go-main.c
965 # Use -fPIC for libgobegin so that it can be put in a PIE.
966 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
967 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
968 libgolibbegin_a_SOURCES = \
969 runtime/go-libmain.c
971 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
972 GOTOOL_PACKAGES = $(shell cat $(srcdir)/gotool-packages.txt)
973 libgotool_a_SOURCES =
974 libgotool_a_DEPENDENCIES = $(addsuffix .lo,$(GOTOOL_PACKAGES))
975 libgotool_a_LIBADD = $(addsuffix .o,$(GOTOOL_PACKAGES))
976 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
977 GOCFLAGS = $(CFLAGS)
978 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
979 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
980 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
981 $(AM_GOCFLAGS) $(GOCFLAGS)
983 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
984 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
987 # Build the dependencies for a Go package.
988 BUILDDEPS = \
989 $(MKDIR_P) $(@D); \
990 dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \
991 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$$dir --extrafiles="$(extra_go_files_$(subst .,_,$(subst /,_,$(subst .lo.dep,,$@))))" $(matchargs_$(subst /,_,$(subst .lo.dep,,$@)))`; \
992 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
993 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
994 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
995 fi; \
996 mv -f $@.tmp $@
999 # Build the .go files for a package, generating a .lo file.
1000 BUILDPACKAGE = \
1001 $(MKDIR_P) $(@D); \
1002 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
1003 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
1006 # How to build a .gox file from a .lo file.
1007 # Matching .o file can either be in the same directory as the .lo (non-PIC
1008 # object) or in the .libs directory (PIC object).
1009 BUILDGOX = \
1010 f="$(basename $<).o"; \
1011 if test ! -f $$f; then \
1012 f="$(basename $(<D)/.libs/$(<F)).o"; \
1013 fi; \
1014 $(OBJCOPY) -j $(GO_EXPORT_SECTION_NAME) $$f $@.tmp; \
1015 $(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'`
1017 GOTESTFLAGS =
1018 GOBENCH =
1020 # Check a package.
1021 CHECK = \
1022 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1023 export GC; \
1024 GOLIBS="$(extra_check_libs_$(subst .,_,$(subst /,_,$(@D)))) $(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
1025 export GOLIBS; \
1026 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1027 export RUNTESTFLAGS; \
1028 MAKE="$(MAKE)"; \
1029 export MAKE; \
1030 NM="$(NM)"; \
1031 export NM; \
1032 libgccdir=`${GOC} ${GOCFLAGS} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1033 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1034 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1035 export LD_LIBRARY_PATH; \
1036 $(MKDIR_P) $(@D); \
1037 rm -f $@-testsum $@-testlog; \
1038 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst .,_,$(subst /,_,$(@D))))" $(matchargs_$(subst /,_,$(@D)))`; \
1039 if test "$(USE_DEJAGNU)" = "yes"; then \
1040 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1041 elif test "$(GOBENCH)" != ""; then \
1042 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1043 else \
1044 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1045 echo "PASS: $(@D)" >> $@-testlog; \
1046 echo "PASS: $(@D)"; \
1047 echo "PASS: $(@D)" > $@-testsum; \
1048 else \
1049 echo "FAIL: $(@D)" >> $@-testlog; \
1050 cat $@-testlog; \
1051 echo "FAIL: $(@D)" > $@-testsum; \
1052 exit 1; \
1053 fi; \
1057 # Build all packages before checking any.
1058 CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
1059 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
1060 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
1061 $(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \
1062 $(toolexeclibgohash_DATA) $(toolexeclibgoimage_DATA) \
1063 $(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \
1064 $(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \
1065 $(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \
1066 $(toolexeclibgonethttp_DATA) $(toolexeclibgoos_DATA) \
1067 $(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \
1068 $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
1069 $(toolexeclibgotesting_DATA) $(toolexeclibgotext_DATA) \
1070 $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA) \
1071 $(noinst_DATA) $(noinst_LIBRARIES) $(am__append_4) \
1072 $(am__append_5)
1074 # Pass -ffp-contract=off, or 386-specific options, when building the
1075 # math package. MATH_FLAG is defined in configure.ac.
1076 math_lo_GOCFLAGS = $(MATH_FLAG)
1077 math_check_GOCFLAGS = $(MATH_FLAG)
1079 # Add the generated file runtime_sysinfo.go to the runtime package.
1080 extra_go_files_runtime = runtime_sysinfo.go sigtab.go
1082 # Add generated files to the syscall package.
1083 extra_go_files_syscall = \
1084 libcalls.go \
1085 sysinfo.go \
1086 syscall_arch.go \
1087 $(syscall_epoll_file)
1090 # Pass -fgo-compiling-runtime when compiling the runtime package.
1091 runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.raw -fgo-compiling-runtime
1092 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1093 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
1094 runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime
1095 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
1096 runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime
1097 @USE_LIBFFI_FALSE@matchargs_runtime =
1099 # If libffi is supported (the normal case) use the ffi build tag for
1100 # the runtime package.
1101 @USE_LIBFFI_TRUE@matchargs_runtime = --tag=libffi
1103 # At least for now, we need -static-libgo for this test, because
1104 # otherwise we can't get the line numbers.
1105 # Also use -fno-inline to get better results from the memory profiler.
1106 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
1107 extra_go_files_runtime_internal_sys = version.go
1108 extra_go_files_internal_cpu = cpugen.go
1109 extra_go_files_golang_org_x_sys_cpu = gcpugen.go
1110 extra_go_files_internal_goroot = zstdpkglist.go
1111 extra_go_files_go_types = gccgosizes.go
1112 extra_go_files_cmd_internal_objabi = objabi.go
1113 extra_go_files_cmd_go_internal_cfg = zdefaultcc.go
1114 extra_check_libs_cmd_go_internal_cache = $(abs_builddir)/libgotool.a
1115 extra_check_libs_cmd_go_internal_generate = $(abs_builddir)/libgotool.a
1116 extra_check_libs_cmd_go_internal_get = $(abs_builddir)/libgotool.a
1117 extra_check_libs_cmd_go_internal_load = $(abs_builddir)/libgotool.a
1118 extra_check_libs_cmd_go_internal_lockedfile = $(abs_builddir)/libgotool.a
1119 extra_check_libs_cmd_go_internal_imports = $(abs_builddir)/libgotool.a
1120 extra_check_libs_cmd_go_internal_modconv = $(abs_builddir)/libgotool.a
1121 extra_check_libs_cmd_go_internal_modfetch = $(abs_builddir)/libgotool.a
1122 extra_check_libs_cmd_go_internal_modfetch_codehost = $(abs_builddir)/libgotool.a
1123 extra_check_libs_cmd_go_internal_modfile = $(abs_builddir)/libgotool.a
1124 extra_check_libs_cmd_go_internal_modload = $(abs_builddir)/libgotool.a
1125 extra_check_libs_cmd_go_internal_module = $(abs_builddir)/libgotool.a
1126 extra_check_libs_cmd_go_internal_mvs = $(abs_builddir)/libgotool.a
1127 extra_check_libs_cmd_go_internal_search = $(abs_builddir)/libgotool.a
1128 extra_check_libs_cmd_go_internal_web2 = $(abs_builddir)/libgotool.a
1129 extra_check_libs_cmd_go_internal_work = $(abs_builddir)/libgotool.a
1130 extra_check_libs_cmd_vet_internal_cfg = $(abs_builddir)/libgotool.a
1131 @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1133 # Solaris 11.4 changed the type of fields in struct stat.
1134 # Use a build tag, based on a configure check, to cope.
1135 @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1136 @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1137 @LIBGO_IS_BSD_TRUE@golangorg_x_net_route_lo = \
1138 @LIBGO_IS_BSD_TRUE@ golang.org/net/route.lo
1140 @LIBGO_IS_SOLARIS_TRUE@golangorg_x_net_lif_lo = \
1141 @LIBGO_IS_SOLARIS_TRUE@ golang.org/x/net/lif.lo
1143 TEST_PACKAGES = $(addsuffix /check,$(shell cat $(srcdir)/check-packages.txt))
1144 MOSTLYCLEANFILES = \
1145 s-runtime_sysinfo s-sigtab s-runtime-inc s-zstdpkglist \
1146 s-libcalls s-libcalls-list s-syscall_arch s-gen-sysinfo s-sysinfo \
1147 s-errno s-epoll \
1148 libgo.head libgo.sum.sep libgo.log.sep libgo.var \
1149 libcalls-list \
1150 runtime.inc runtime.inc.tmp2 runtime.inc.tmp3 runtime.inc.raw
1152 CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc
1153 MULTISRCTOP =
1154 MULTIBUILDTOP =
1155 MULTIDIRS =
1156 MULTISUBDIR =
1157 MULTIDO = true
1158 MULTICLEAN = true
1159 all: config.h
1160 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1162 .SUFFIXES:
1163 .SUFFIXES: .c .go .gox .o .obj .lo .a .S
1164 am--refresh: Makefile
1166 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
1167 @for dep in $?; do \
1168 case '$(am__configure_deps)' in \
1169 *$$dep*) \
1170 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1171 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1172 && exit 0; \
1173 exit 1;; \
1174 esac; \
1175 done; \
1176 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1177 $(am__cd) $(top_srcdir) && \
1178 $(AUTOMAKE) --foreign Makefile
1179 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1180 @case '$?' in \
1181 *config.status*) \
1182 echo ' $(SHELL) ./config.status'; \
1183 $(SHELL) ./config.status;; \
1184 *) \
1185 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1186 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1187 esac;
1188 $(top_srcdir)/../multilib.am $(am__empty):
1190 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1191 $(SHELL) ./config.status --recheck
1193 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1194 $(am__cd) $(srcdir) && $(AUTOCONF)
1195 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1196 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1197 $(am__aclocal_m4_deps):
1199 config.h: stamp-h1
1200 @test -f $@ || rm -f stamp-h1
1201 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1203 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1204 @rm -f stamp-h1
1205 cd $(top_builddir) && $(SHELL) ./config.status config.h
1206 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1207 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1208 rm -f stamp-h1
1209 touch $@
1211 distclean-hdr:
1212 -rm -f config.h stamp-h1
1214 clean-noinstLIBRARIES:
1215 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1216 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1217 @$(NORMAL_INSTALL)
1218 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1219 list2=; for p in $$list; do \
1220 if test -f $$p; then \
1221 list2="$$list2 $$p"; \
1222 else :; fi; \
1223 done; \
1224 test -z "$$list2" || { \
1225 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1226 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1227 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1228 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1229 @$(POST_INSTALL)
1230 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1231 for p in $$list; do \
1232 if test -f $$p; then \
1233 $(am__strip_dir) \
1234 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1235 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1236 else :; fi; \
1237 done
1239 uninstall-toolexeclibLIBRARIES:
1240 @$(NORMAL_UNINSTALL)
1241 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1242 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1243 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1245 clean-toolexeclibLIBRARIES:
1246 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1247 runtime/$(am__dirstamp):
1248 @$(MKDIR_P) runtime
1249 @: > runtime/$(am__dirstamp)
1250 runtime/$(DEPDIR)/$(am__dirstamp):
1251 @$(MKDIR_P) runtime/$(DEPDIR)
1252 @: > runtime/$(DEPDIR)/$(am__dirstamp)
1253 runtime/libgobegin_llgo_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1254 runtime/$(DEPDIR)/$(am__dirstamp)
1256 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1257 $(AM_V_at)-rm -f libgobegin-llgo.a
1258 $(AM_V_AR)$(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1259 $(AM_V_at)$(RANLIB) libgobegin-llgo.a
1260 runtime/libgobegin_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1261 runtime/$(DEPDIR)/$(am__dirstamp)
1263 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1264 $(AM_V_at)-rm -f libgobegin.a
1265 $(AM_V_AR)$(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1266 $(AM_V_at)$(RANLIB) libgobegin.a
1267 runtime/libgolibbegin_a-go-libmain.$(OBJEXT): runtime/$(am__dirstamp) \
1268 runtime/$(DEPDIR)/$(am__dirstamp)
1270 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1271 $(AM_V_at)-rm -f libgolibbegin.a
1272 $(AM_V_AR)$(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1273 $(AM_V_at)$(RANLIB) libgolibbegin.a
1275 libgotool.a: $(libgotool_a_OBJECTS) $(libgotool_a_DEPENDENCIES) $(EXTRA_libgotool_a_DEPENDENCIES)
1276 $(AM_V_at)-rm -f libgotool.a
1277 $(AM_V_AR)$(libgotool_a_AR) libgotool.a $(libgotool_a_OBJECTS) $(libgotool_a_LIBADD)
1278 $(AM_V_at)$(RANLIB) libgotool.a
1280 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1281 @$(NORMAL_INSTALL)
1282 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1283 list2=; for p in $$list; do \
1284 if test -f $$p; then \
1285 list2="$$list2 $$p"; \
1286 else :; fi; \
1287 done; \
1288 test -z "$$list2" || { \
1289 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1290 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1291 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1292 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1295 uninstall-toolexeclibLTLIBRARIES:
1296 @$(NORMAL_UNINSTALL)
1297 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1298 for p in $$list; do \
1299 $(am__strip_dir) \
1300 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1301 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1302 done
1304 clean-toolexeclibLTLIBRARIES:
1305 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1306 @list='$(toolexeclib_LTLIBRARIES)'; \
1307 locs=`for p in $$list; do echo $$p; done | \
1308 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1309 sort -u`; \
1310 test -z "$$locs" || { \
1311 echo rm -f $${locs}; \
1312 rm -f $${locs}; \
1314 runtime/aeshash.lo: runtime/$(am__dirstamp) \
1315 runtime/$(DEPDIR)/$(am__dirstamp)
1316 runtime/go-assert.lo: runtime/$(am__dirstamp) \
1317 runtime/$(DEPDIR)/$(am__dirstamp)
1318 runtime/go-caller.lo: runtime/$(am__dirstamp) \
1319 runtime/$(DEPDIR)/$(am__dirstamp)
1320 runtime/go-callers.lo: runtime/$(am__dirstamp) \
1321 runtime/$(DEPDIR)/$(am__dirstamp)
1322 runtime/go-cdiv.lo: runtime/$(am__dirstamp) \
1323 runtime/$(DEPDIR)/$(am__dirstamp)
1324 runtime/go-cgo.lo: runtime/$(am__dirstamp) \
1325 runtime/$(DEPDIR)/$(am__dirstamp)
1326 runtime/go-construct-map.lo: runtime/$(am__dirstamp) \
1327 runtime/$(DEPDIR)/$(am__dirstamp)
1328 runtime/go-ffi.lo: runtime/$(am__dirstamp) \
1329 runtime/$(DEPDIR)/$(am__dirstamp)
1330 runtime/go-fieldtrack.lo: runtime/$(am__dirstamp) \
1331 runtime/$(DEPDIR)/$(am__dirstamp)
1332 runtime/go-matherr.lo: runtime/$(am__dirstamp) \
1333 runtime/$(DEPDIR)/$(am__dirstamp)
1334 runtime/go-memclr.lo: runtime/$(am__dirstamp) \
1335 runtime/$(DEPDIR)/$(am__dirstamp)
1336 runtime/go-memequal.lo: runtime/$(am__dirstamp) \
1337 runtime/$(DEPDIR)/$(am__dirstamp)
1338 runtime/go-nanotime.lo: runtime/$(am__dirstamp) \
1339 runtime/$(DEPDIR)/$(am__dirstamp)
1340 runtime/go-now.lo: runtime/$(am__dirstamp) \
1341 runtime/$(DEPDIR)/$(am__dirstamp)
1342 runtime/go-nosys.lo: runtime/$(am__dirstamp) \
1343 runtime/$(DEPDIR)/$(am__dirstamp)
1344 runtime/go-reflect-call.lo: runtime/$(am__dirstamp) \
1345 runtime/$(DEPDIR)/$(am__dirstamp)
1346 runtime/go-setenv.lo: runtime/$(am__dirstamp) \
1347 runtime/$(DEPDIR)/$(am__dirstamp)
1348 runtime/go-signal.lo: runtime/$(am__dirstamp) \
1349 runtime/$(DEPDIR)/$(am__dirstamp)
1350 runtime/go-unsafe-pointer.lo: runtime/$(am__dirstamp) \
1351 runtime/$(DEPDIR)/$(am__dirstamp)
1352 runtime/go-unsetenv.lo: runtime/$(am__dirstamp) \
1353 runtime/$(DEPDIR)/$(am__dirstamp)
1354 runtime/go-unwind.lo: runtime/$(am__dirstamp) \
1355 runtime/$(DEPDIR)/$(am__dirstamp)
1356 runtime/go-varargs.lo: runtime/$(am__dirstamp) \
1357 runtime/$(DEPDIR)/$(am__dirstamp)
1358 runtime/env_posix.lo: runtime/$(am__dirstamp) \
1359 runtime/$(DEPDIR)/$(am__dirstamp)
1360 runtime/panic.lo: runtime/$(am__dirstamp) \
1361 runtime/$(DEPDIR)/$(am__dirstamp)
1362 runtime/print.lo: runtime/$(am__dirstamp) \
1363 runtime/$(DEPDIR)/$(am__dirstamp)
1364 runtime/proc.lo: runtime/$(am__dirstamp) \
1365 runtime/$(DEPDIR)/$(am__dirstamp)
1366 runtime/runtime_c.lo: runtime/$(am__dirstamp) \
1367 runtime/$(DEPDIR)/$(am__dirstamp)
1368 runtime/stack.lo: runtime/$(am__dirstamp) \
1369 runtime/$(DEPDIR)/$(am__dirstamp)
1370 runtime/yield.lo: runtime/$(am__dirstamp) \
1371 runtime/$(DEPDIR)/$(am__dirstamp)
1372 runtime/go-context.lo: runtime/$(am__dirstamp) \
1373 runtime/$(DEPDIR)/$(am__dirstamp)
1374 runtime/rtems-task-variable-add.lo: runtime/$(am__dirstamp) \
1375 runtime/$(DEPDIR)/$(am__dirstamp)
1377 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1378 $(AM_V_CCLD)$(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1380 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1381 $(AM_V_CCLD)$(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1383 mostlyclean-compile:
1384 -rm -f *.$(OBJEXT)
1385 -rm -f runtime/*.$(OBJEXT)
1386 -rm -f runtime/*.lo
1388 distclean-compile:
1389 -rm -f *.tab.c
1391 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/aeshash.Plo@am__quote@
1392 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/env_posix.Plo@am__quote@
1393 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-assert.Plo@am__quote@
1394 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-caller.Plo@am__quote@
1395 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-callers.Plo@am__quote@
1396 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cdiv.Plo@am__quote@
1397 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cgo.Plo@am__quote@
1398 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-construct-map.Plo@am__quote@
1399 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-context.Plo@am__quote@
1400 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-ffi.Plo@am__quote@
1401 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1402 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-matherr.Plo@am__quote@
1403 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memclr.Plo@am__quote@
1404 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memequal.Plo@am__quote@
1405 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nanotime.Plo@am__quote@
1406 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nosys.Plo@am__quote@
1407 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-now.Plo@am__quote@
1408 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-reflect-call.Plo@am__quote@
1409 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-setenv.Plo@am__quote@
1410 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-signal.Plo@am__quote@
1411 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1412 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsetenv.Plo@am__quote@
1413 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unwind.Plo@am__quote@
1414 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-varargs.Plo@am__quote@
1415 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1416 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1417 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1418 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/panic.Plo@am__quote@
1419 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/print.Plo@am__quote@
1420 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/proc.Plo@am__quote@
1421 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1422 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/runtime_c.Plo@am__quote@
1423 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/stack.Plo@am__quote@
1424 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/yield.Plo@am__quote@
1426 .S.o:
1427 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1428 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1429 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1430 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1431 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1432 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
1434 .S.obj:
1435 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1436 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1437 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1438 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1439 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1440 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1442 .S.lo:
1443 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1444 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1445 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1446 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1447 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1448 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
1450 .c.o:
1451 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1452 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1453 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1454 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1456 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1458 .c.obj:
1459 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1460 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1461 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1464 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1466 .c.lo:
1467 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1468 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1469 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1472 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1474 runtime/libgobegin_llgo_a-go-main.o: runtime/go-main.c
1475 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1476 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1479 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1481 runtime/libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1482 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/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`
1483 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1486 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/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`
1488 runtime/libgobegin_a-go-main.o: runtime/go-main.c
1489 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1490 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1493 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1495 runtime/libgobegin_a-go-main.obj: runtime/go-main.c
1496 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/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`
1497 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1500 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/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`
1502 runtime/libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1503 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.o -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1504 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1507 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1509 runtime/libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1510 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.obj -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/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`
1511 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1514 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/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`
1516 mostlyclean-libtool:
1517 -rm -f *.lo
1519 clean-libtool:
1520 -rm -rf .libs _libs
1521 -rm -rf runtime/.libs runtime/_libs
1523 distclean-libtool:
1524 -rm -f libtool config.lt
1525 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
1526 @$(NORMAL_INSTALL)
1527 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1528 if test -n "$$list"; then \
1529 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
1530 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
1531 fi; \
1532 for p in $$list; do \
1533 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1534 echo "$$d$$p"; \
1535 done | $(am__base_list) | \
1536 while read files; do \
1537 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
1538 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
1539 done
1541 uninstall-toolexeclibgoDATA:
1542 @$(NORMAL_UNINSTALL)
1543 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1544 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1545 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
1546 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
1547 @$(NORMAL_INSTALL)
1548 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1549 if test -n "$$list"; then \
1550 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1551 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
1552 fi; \
1553 for p in $$list; do \
1554 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1555 echo "$$d$$p"; \
1556 done | $(am__base_list) | \
1557 while read files; do \
1558 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1559 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
1560 done
1562 uninstall-toolexeclibgoarchiveDATA:
1563 @$(NORMAL_UNINSTALL)
1564 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1565 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1566 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
1567 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
1568 @$(NORMAL_INSTALL)
1569 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1570 if test -n "$$list"; then \
1571 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1572 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
1573 fi; \
1574 for p in $$list; do \
1575 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1576 echo "$$d$$p"; \
1577 done | $(am__base_list) | \
1578 while read files; do \
1579 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1580 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
1581 done
1583 uninstall-toolexeclibgocompressDATA:
1584 @$(NORMAL_UNINSTALL)
1585 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1586 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1587 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
1588 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
1589 @$(NORMAL_INSTALL)
1590 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1591 if test -n "$$list"; then \
1592 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1593 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
1594 fi; \
1595 for p in $$list; do \
1596 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1597 echo "$$d$$p"; \
1598 done | $(am__base_list) | \
1599 while read files; do \
1600 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1601 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
1602 done
1604 uninstall-toolexeclibgocontainerDATA:
1605 @$(NORMAL_UNINSTALL)
1606 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1607 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1608 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
1609 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
1610 @$(NORMAL_INSTALL)
1611 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1612 if test -n "$$list"; then \
1613 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1614 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
1615 fi; \
1616 for p in $$list; do \
1617 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1618 echo "$$d$$p"; \
1619 done | $(am__base_list) | \
1620 while read files; do \
1621 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1622 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
1623 done
1625 uninstall-toolexeclibgocryptoDATA:
1626 @$(NORMAL_UNINSTALL)
1627 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1628 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1629 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
1630 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
1631 @$(NORMAL_INSTALL)
1632 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1633 if test -n "$$list"; then \
1634 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1635 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
1636 fi; \
1637 for p in $$list; do \
1638 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1639 echo "$$d$$p"; \
1640 done | $(am__base_list) | \
1641 while read files; do \
1642 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1643 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
1644 done
1646 uninstall-toolexeclibgocryptox509DATA:
1647 @$(NORMAL_UNINSTALL)
1648 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1649 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1650 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
1651 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
1652 @$(NORMAL_INSTALL)
1653 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1654 if test -n "$$list"; then \
1655 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1656 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
1657 fi; \
1658 for p in $$list; do \
1659 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1660 echo "$$d$$p"; \
1661 done | $(am__base_list) | \
1662 while read files; do \
1663 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1664 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
1665 done
1667 uninstall-toolexeclibgodatabaseDATA:
1668 @$(NORMAL_UNINSTALL)
1669 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1670 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1671 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
1672 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
1673 @$(NORMAL_INSTALL)
1674 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1675 if test -n "$$list"; then \
1676 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1677 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
1678 fi; \
1679 for p in $$list; do \
1680 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1681 echo "$$d$$p"; \
1682 done | $(am__base_list) | \
1683 while read files; do \
1684 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1685 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
1686 done
1688 uninstall-toolexeclibgodatabasesqlDATA:
1689 @$(NORMAL_UNINSTALL)
1690 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1691 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1692 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
1693 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
1694 @$(NORMAL_INSTALL)
1695 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1696 if test -n "$$list"; then \
1697 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1698 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
1699 fi; \
1700 for p in $$list; do \
1701 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1702 echo "$$d$$p"; \
1703 done | $(am__base_list) | \
1704 while read files; do \
1705 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1706 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
1707 done
1709 uninstall-toolexeclibgodebugDATA:
1710 @$(NORMAL_UNINSTALL)
1711 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1712 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1713 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
1714 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
1715 @$(NORMAL_INSTALL)
1716 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1717 if test -n "$$list"; then \
1718 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1719 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
1720 fi; \
1721 for p in $$list; do \
1722 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1723 echo "$$d$$p"; \
1724 done | $(am__base_list) | \
1725 while read files; do \
1726 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1727 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
1728 done
1730 uninstall-toolexeclibgoencodingDATA:
1731 @$(NORMAL_UNINSTALL)
1732 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1733 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1734 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
1735 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
1736 @$(NORMAL_INSTALL)
1737 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1738 if test -n "$$list"; then \
1739 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
1740 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
1741 fi; \
1742 for p in $$list; do \
1743 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1744 echo "$$d$$p"; \
1745 done | $(am__base_list) | \
1746 while read files; do \
1747 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
1748 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
1749 done
1751 uninstall-toolexeclibgogoDATA:
1752 @$(NORMAL_UNINSTALL)
1753 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1754 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1755 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
1756 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
1757 @$(NORMAL_INSTALL)
1758 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1759 if test -n "$$list"; then \
1760 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1761 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
1762 fi; \
1763 for p in $$list; do \
1764 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1765 echo "$$d$$p"; \
1766 done | $(am__base_list) | \
1767 while read files; do \
1768 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1769 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
1770 done
1772 uninstall-toolexeclibgohashDATA:
1773 @$(NORMAL_UNINSTALL)
1774 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1775 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1776 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
1777 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
1778 @$(NORMAL_INSTALL)
1779 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1780 if test -n "$$list"; then \
1781 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1782 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
1783 fi; \
1784 for p in $$list; do \
1785 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1786 echo "$$d$$p"; \
1787 done | $(am__base_list) | \
1788 while read files; do \
1789 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1790 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
1791 done
1793 uninstall-toolexeclibgohtmlDATA:
1794 @$(NORMAL_UNINSTALL)
1795 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1796 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1797 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
1798 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
1799 @$(NORMAL_INSTALL)
1800 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1801 if test -n "$$list"; then \
1802 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1803 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
1804 fi; \
1805 for p in $$list; do \
1806 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1807 echo "$$d$$p"; \
1808 done | $(am__base_list) | \
1809 while read files; do \
1810 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1811 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
1812 done
1814 uninstall-toolexeclibgoimageDATA:
1815 @$(NORMAL_UNINSTALL)
1816 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1817 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1818 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
1819 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
1820 @$(NORMAL_INSTALL)
1821 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1822 if test -n "$$list"; then \
1823 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1824 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
1825 fi; \
1826 for p in $$list; do \
1827 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1828 echo "$$d$$p"; \
1829 done | $(am__base_list) | \
1830 while read files; do \
1831 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1832 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
1833 done
1835 uninstall-toolexeclibgoimagecolorDATA:
1836 @$(NORMAL_UNINSTALL)
1837 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1838 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1839 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
1840 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
1841 @$(NORMAL_INSTALL)
1842 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1843 if test -n "$$list"; then \
1844 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1845 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
1846 fi; \
1847 for p in $$list; do \
1848 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1849 echo "$$d$$p"; \
1850 done | $(am__base_list) | \
1851 while read files; do \
1852 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1853 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
1854 done
1856 uninstall-toolexeclibgoindexDATA:
1857 @$(NORMAL_UNINSTALL)
1858 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1859 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1860 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
1861 install-toolexeclibgointernalDATA: $(toolexeclibgointernal_DATA)
1862 @$(NORMAL_INSTALL)
1863 @list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1864 if test -n "$$list"; then \
1865 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1866 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgointernaldir)" || exit 1; \
1867 fi; \
1868 for p in $$list; do \
1869 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1870 echo "$$d$$p"; \
1871 done | $(am__base_list) | \
1872 while read files; do \
1873 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1874 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgointernaldir)" || exit $$?; \
1875 done
1877 uninstall-toolexeclibgointernalDATA:
1878 @$(NORMAL_UNINSTALL)
1879 @list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1880 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1881 dir='$(DESTDIR)$(toolexeclibgointernaldir)'; $(am__uninstall_files_from_dir)
1882 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
1883 @$(NORMAL_INSTALL)
1884 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1885 if test -n "$$list"; then \
1886 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1887 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
1888 fi; \
1889 for p in $$list; do \
1890 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1891 echo "$$d$$p"; \
1892 done | $(am__base_list) | \
1893 while read files; do \
1894 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1895 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
1896 done
1898 uninstall-toolexeclibgoioDATA:
1899 @$(NORMAL_UNINSTALL)
1900 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1901 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1902 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
1903 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
1904 @$(NORMAL_INSTALL)
1905 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1906 if test -n "$$list"; then \
1907 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
1908 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
1909 fi; \
1910 for p in $$list; do \
1911 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1912 echo "$$d$$p"; \
1913 done | $(am__base_list) | \
1914 while read files; do \
1915 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
1916 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
1917 done
1919 uninstall-toolexeclibgologDATA:
1920 @$(NORMAL_UNINSTALL)
1921 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1922 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1923 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
1924 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
1925 @$(NORMAL_INSTALL)
1926 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
1927 if test -n "$$list"; then \
1928 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1929 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
1930 fi; \
1931 for p in $$list; do \
1932 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1933 echo "$$d$$p"; \
1934 done | $(am__base_list) | \
1935 while read files; do \
1936 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1937 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
1938 done
1940 uninstall-toolexeclibgomathDATA:
1941 @$(NORMAL_UNINSTALL)
1942 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
1943 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1944 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
1945 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
1946 @$(NORMAL_INSTALL)
1947 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
1948 if test -n "$$list"; then \
1949 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
1950 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
1951 fi; \
1952 for p in $$list; do \
1953 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1954 echo "$$d$$p"; \
1955 done | $(am__base_list) | \
1956 while read files; do \
1957 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
1958 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
1959 done
1961 uninstall-toolexeclibgomimeDATA:
1962 @$(NORMAL_UNINSTALL)
1963 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
1964 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1965 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
1966 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
1967 @$(NORMAL_INSTALL)
1968 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
1969 if test -n "$$list"; then \
1970 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
1971 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
1972 fi; \
1973 for p in $$list; do \
1974 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1975 echo "$$d$$p"; \
1976 done | $(am__base_list) | \
1977 while read files; do \
1978 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
1979 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
1980 done
1982 uninstall-toolexeclibgonetDATA:
1983 @$(NORMAL_UNINSTALL)
1984 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
1985 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1986 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
1987 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
1988 @$(NORMAL_INSTALL)
1989 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
1990 if test -n "$$list"; then \
1991 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
1992 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
1993 fi; \
1994 for p in $$list; do \
1995 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1996 echo "$$d$$p"; \
1997 done | $(am__base_list) | \
1998 while read files; do \
1999 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2000 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2001 done
2003 uninstall-toolexeclibgonethttpDATA:
2004 @$(NORMAL_UNINSTALL)
2005 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2006 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2007 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2008 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2009 @$(NORMAL_INSTALL)
2010 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2011 if test -n "$$list"; then \
2012 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2013 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2014 fi; \
2015 for p in $$list; do \
2016 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2017 echo "$$d$$p"; \
2018 done | $(am__base_list) | \
2019 while read files; do \
2020 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2021 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2022 done
2024 uninstall-toolexeclibgonetrpcDATA:
2025 @$(NORMAL_UNINSTALL)
2026 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2027 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2028 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2029 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2030 @$(NORMAL_INSTALL)
2031 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2032 if test -n "$$list"; then \
2033 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2034 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2035 fi; \
2036 for p in $$list; do \
2037 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2038 echo "$$d$$p"; \
2039 done | $(am__base_list) | \
2040 while read files; do \
2041 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2042 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2043 done
2045 uninstall-toolexeclibgoosDATA:
2046 @$(NORMAL_UNINSTALL)
2047 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2048 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2049 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2050 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2051 @$(NORMAL_INSTALL)
2052 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2053 if test -n "$$list"; then \
2054 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2055 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2056 fi; \
2057 for p in $$list; do \
2058 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2059 echo "$$d$$p"; \
2060 done | $(am__base_list) | \
2061 while read files; do \
2062 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2063 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2064 done
2066 uninstall-toolexeclibgopathDATA:
2067 @$(NORMAL_UNINSTALL)
2068 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2069 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2070 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2071 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2072 @$(NORMAL_INSTALL)
2073 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2074 if test -n "$$list"; then \
2075 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2076 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2077 fi; \
2078 for p in $$list; do \
2079 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2080 echo "$$d$$p"; \
2081 done | $(am__base_list) | \
2082 while read files; do \
2083 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2084 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2085 done
2087 uninstall-toolexeclibgoregexpDATA:
2088 @$(NORMAL_UNINSTALL)
2089 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2090 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2091 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2092 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2093 @$(NORMAL_INSTALL)
2094 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2095 if test -n "$$list"; then \
2096 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2097 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2098 fi; \
2099 for p in $$list; do \
2100 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2101 echo "$$d$$p"; \
2102 done | $(am__base_list) | \
2103 while read files; do \
2104 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2105 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2106 done
2108 uninstall-toolexeclibgoruntimeDATA:
2109 @$(NORMAL_UNINSTALL)
2110 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2111 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2112 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2113 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2114 @$(NORMAL_INSTALL)
2115 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2116 if test -n "$$list"; then \
2117 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2118 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2119 fi; \
2120 for p in $$list; do \
2121 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2122 echo "$$d$$p"; \
2123 done | $(am__base_list) | \
2124 while read files; do \
2125 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2126 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2127 done
2129 uninstall-toolexeclibgosyncDATA:
2130 @$(NORMAL_UNINSTALL)
2131 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2132 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2133 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2134 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2135 @$(NORMAL_INSTALL)
2136 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2137 if test -n "$$list"; then \
2138 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2139 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2140 fi; \
2141 for p in $$list; do \
2142 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2143 echo "$$d$$p"; \
2144 done | $(am__base_list) | \
2145 while read files; do \
2146 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2147 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2148 done
2150 uninstall-toolexeclibgotestingDATA:
2151 @$(NORMAL_UNINSTALL)
2152 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2153 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2154 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2155 install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA)
2156 @$(NORMAL_INSTALL)
2157 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2158 if test -n "$$list"; then \
2159 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2160 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \
2161 fi; \
2162 for p in $$list; do \
2163 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2164 echo "$$d$$p"; \
2165 done | $(am__base_list) | \
2166 while read files; do \
2167 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2168 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \
2169 done
2171 uninstall-toolexeclibgotestinginternalDATA:
2172 @$(NORMAL_UNINSTALL)
2173 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2174 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2175 dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir)
2176 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2177 @$(NORMAL_INSTALL)
2178 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2179 if test -n "$$list"; then \
2180 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2181 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2182 fi; \
2183 for p in $$list; do \
2184 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2185 echo "$$d$$p"; \
2186 done | $(am__base_list) | \
2187 while read files; do \
2188 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2189 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2190 done
2192 uninstall-toolexeclibgotextDATA:
2193 @$(NORMAL_UNINSTALL)
2194 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2195 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2196 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2197 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2198 @$(NORMAL_INSTALL)
2199 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2200 if test -n "$$list"; then \
2201 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2202 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2203 fi; \
2204 for p in $$list; do \
2205 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2206 echo "$$d$$p"; \
2207 done | $(am__base_list) | \
2208 while read files; do \
2209 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2210 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2211 done
2213 uninstall-toolexeclibgotexttemplateDATA:
2214 @$(NORMAL_UNINSTALL)
2215 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2216 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2217 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2218 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2219 @$(NORMAL_INSTALL)
2220 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2221 if test -n "$$list"; then \
2222 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2223 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2224 fi; \
2225 for p in $$list; do \
2226 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2227 echo "$$d$$p"; \
2228 done | $(am__base_list) | \
2229 while read files; do \
2230 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2231 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2232 done
2234 uninstall-toolexeclibgounicodeDATA:
2235 @$(NORMAL_UNINSTALL)
2236 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2237 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2238 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2240 # This directory's subdirectories are mostly independent; you can cd
2241 # into them and run 'make' without going through this Makefile.
2242 # To change the values of 'make' variables: instead of editing Makefiles,
2243 # (1) if the variable is set in 'config.status', edit 'config.status'
2244 # (which will cause the Makefiles to be regenerated when you run 'make');
2245 # (2) otherwise, pass the desired values on the 'make' command line.
2246 $(am__recursive_targets):
2247 @fail=; \
2248 if $(am__make_keepgoing); then \
2249 failcom='fail=yes'; \
2250 else \
2251 failcom='exit 1'; \
2252 fi; \
2253 dot_seen=no; \
2254 target=`echo $@ | sed s/-recursive//`; \
2255 case "$@" in \
2256 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2257 *) list='$(SUBDIRS)' ;; \
2258 esac; \
2259 for subdir in $$list; do \
2260 echo "Making $$target in $$subdir"; \
2261 if test "$$subdir" = "."; then \
2262 dot_seen=yes; \
2263 local_target="$$target-am"; \
2264 else \
2265 local_target="$$target"; \
2266 fi; \
2267 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2268 || eval $$failcom; \
2269 done; \
2270 if test "$$dot_seen" = "no"; then \
2271 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2272 fi; test -z "$$fail"
2274 ID: $(am__tagged_files)
2275 $(am__define_uniq_tagged_files); mkid -fID $$unique
2276 tags: tags-recursive
2277 TAGS: tags
2279 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2280 set x; \
2281 here=`pwd`; \
2282 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2283 include_option=--etags-include; \
2284 empty_fix=.; \
2285 else \
2286 include_option=--include; \
2287 empty_fix=; \
2288 fi; \
2289 list='$(SUBDIRS)'; for subdir in $$list; do \
2290 if test "$$subdir" = .; then :; else \
2291 test ! -f $$subdir/TAGS || \
2292 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2293 fi; \
2294 done; \
2295 $(am__define_uniq_tagged_files); \
2296 shift; \
2297 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2298 test -n "$$unique" || unique=$$empty_fix; \
2299 if test $$# -gt 0; then \
2300 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2301 "$$@" $$unique; \
2302 else \
2303 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2304 $$unique; \
2305 fi; \
2307 ctags: ctags-recursive
2309 CTAGS: ctags
2310 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2311 $(am__define_uniq_tagged_files); \
2312 test -z "$(CTAGS_ARGS)$$unique" \
2313 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2314 $$unique
2316 GTAGS:
2317 here=`$(am__cd) $(top_builddir) && pwd` \
2318 && $(am__cd) $(top_srcdir) \
2319 && gtags -i $(GTAGS_ARGS) "$$here"
2320 cscope: cscope.files
2321 test ! -s cscope.files \
2322 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2323 clean-cscope:
2324 -rm -f cscope.files
2325 cscope.files: clean-cscope cscopelist
2326 cscopelist: cscopelist-recursive
2328 cscopelist-am: $(am__tagged_files)
2329 list='$(am__tagged_files)'; \
2330 case "$(srcdir)" in \
2331 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2332 *) sdir=$(subdir)/$(srcdir) ;; \
2333 esac; \
2334 for i in $$list; do \
2335 if test -f "$$i"; then \
2336 echo "$(subdir)/$$i"; \
2337 else \
2338 echo "$$sdir/$$i"; \
2339 fi; \
2340 done >> $(top_builddir)/cscope.files
2342 distclean-tags:
2343 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2344 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2345 check-am: all-am
2346 check: check-recursive
2347 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h \
2348 all-local
2349 installdirs: installdirs-recursive
2350 installdirs-am:
2351 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)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohtmldir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoimagecolordir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgointernaldir)" "$(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 \
2352 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2353 done
2354 install: install-recursive
2355 install-exec: install-exec-recursive
2356 install-data: install-data-recursive
2357 uninstall: uninstall-recursive
2359 install-am: all-am
2360 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2362 installcheck: installcheck-recursive
2363 install-strip:
2364 if test -z '$(STRIP)'; then \
2365 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2366 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2367 install; \
2368 else \
2369 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2370 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2371 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2373 mostlyclean-generic:
2374 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2376 clean-generic:
2377 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2379 distclean-generic:
2380 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2381 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2382 -rm -f runtime/$(DEPDIR)/$(am__dirstamp)
2383 -rm -f runtime/$(am__dirstamp)
2385 maintainer-clean-generic:
2386 @echo "This command is intended for maintainers to use"
2387 @echo "it deletes files that may require special tools to rebuild."
2388 clean: clean-recursive
2390 clean-am: clean-generic clean-libtool clean-local \
2391 clean-noinstLIBRARIES clean-toolexeclibLIBRARIES \
2392 clean-toolexeclibLTLIBRARIES mostlyclean-am
2394 distclean: distclean-recursive
2395 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2396 -rm -rf runtime/$(DEPDIR)
2397 -rm -f Makefile
2398 distclean-am: clean-am distclean-compile distclean-generic \
2399 distclean-hdr distclean-libtool distclean-local distclean-tags
2401 dvi: dvi-recursive
2403 dvi-am:
2405 html: html-recursive
2407 html-am:
2409 info: info-recursive
2411 info-am:
2413 install-data-am:
2415 install-dvi: install-dvi-recursive
2417 install-dvi-am:
2419 install-exec-am: install-exec-local install-toolexeclibLIBRARIES \
2420 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2421 install-toolexeclibgoarchiveDATA \
2422 install-toolexeclibgocompressDATA \
2423 install-toolexeclibgocontainerDATA \
2424 install-toolexeclibgocryptoDATA \
2425 install-toolexeclibgocryptox509DATA \
2426 install-toolexeclibgodatabaseDATA \
2427 install-toolexeclibgodatabasesqlDATA \
2428 install-toolexeclibgodebugDATA \
2429 install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2430 install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \
2431 install-toolexeclibgoimageDATA \
2432 install-toolexeclibgoimagecolorDATA \
2433 install-toolexeclibgoindexDATA \
2434 install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2435 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2436 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2437 install-toolexeclibgonethttpDATA \
2438 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2439 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2440 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2441 install-toolexeclibgotestingDATA \
2442 install-toolexeclibgotestinginternalDATA \
2443 install-toolexeclibgotextDATA \
2444 install-toolexeclibgotexttemplateDATA \
2445 install-toolexeclibgounicodeDATA
2447 install-html: install-html-recursive
2449 install-html-am:
2451 install-info: install-info-recursive
2453 install-info-am:
2455 install-man:
2457 install-pdf: install-pdf-recursive
2459 install-pdf-am:
2461 install-ps: install-ps-recursive
2463 install-ps-am:
2465 installcheck-am:
2467 maintainer-clean: maintainer-clean-recursive
2468 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2469 -rm -rf $(top_srcdir)/autom4te.cache
2470 -rm -rf runtime/$(DEPDIR)
2471 -rm -f Makefile
2472 maintainer-clean-am: distclean-am maintainer-clean-generic \
2473 maintainer-clean-local
2475 mostlyclean: mostlyclean-recursive
2477 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2478 mostlyclean-libtool mostlyclean-local
2480 pdf: pdf-recursive
2482 pdf-am:
2484 ps: ps-recursive
2486 ps-am:
2488 uninstall-am: uninstall-toolexeclibLIBRARIES \
2489 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2490 uninstall-toolexeclibgoarchiveDATA \
2491 uninstall-toolexeclibgocompressDATA \
2492 uninstall-toolexeclibgocontainerDATA \
2493 uninstall-toolexeclibgocryptoDATA \
2494 uninstall-toolexeclibgocryptox509DATA \
2495 uninstall-toolexeclibgodatabaseDATA \
2496 uninstall-toolexeclibgodatabasesqlDATA \
2497 uninstall-toolexeclibgodebugDATA \
2498 uninstall-toolexeclibgoencodingDATA \
2499 uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
2500 uninstall-toolexeclibgohtmlDATA \
2501 uninstall-toolexeclibgoimageDATA \
2502 uninstall-toolexeclibgoimagecolorDATA \
2503 uninstall-toolexeclibgoindexDATA \
2504 uninstall-toolexeclibgointernalDATA \
2505 uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2506 uninstall-toolexeclibgomathDATA \
2507 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2508 uninstall-toolexeclibgonethttpDATA \
2509 uninstall-toolexeclibgonetrpcDATA \
2510 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2511 uninstall-toolexeclibgoregexpDATA \
2512 uninstall-toolexeclibgoruntimeDATA \
2513 uninstall-toolexeclibgosyncDATA \
2514 uninstall-toolexeclibgotestingDATA \
2515 uninstall-toolexeclibgotestinginternalDATA \
2516 uninstall-toolexeclibgotextDATA \
2517 uninstall-toolexeclibgotexttemplateDATA \
2518 uninstall-toolexeclibgounicodeDATA
2520 .MAKE: $(am__recursive_targets) all install-am install-strip
2522 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2523 am--refresh check check-am clean clean-cscope clean-generic \
2524 clean-libtool clean-local clean-noinstLIBRARIES \
2525 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES cscope \
2526 cscopelist-am ctags ctags-am distclean distclean-compile \
2527 distclean-generic distclean-hdr distclean-libtool \
2528 distclean-local distclean-tags dvi dvi-am html html-am info \
2529 info-am install install-am install-data install-data-am \
2530 install-dvi install-dvi-am install-exec install-exec-am \
2531 install-exec-local install-html install-html-am install-info \
2532 install-info-am install-man install-pdf install-pdf-am \
2533 install-ps install-ps-am install-strip \
2534 install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
2535 install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
2536 install-toolexeclibgocompressDATA \
2537 install-toolexeclibgocontainerDATA \
2538 install-toolexeclibgocryptoDATA \
2539 install-toolexeclibgocryptox509DATA \
2540 install-toolexeclibgodatabaseDATA \
2541 install-toolexeclibgodatabasesqlDATA \
2542 install-toolexeclibgodebugDATA \
2543 install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2544 install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \
2545 install-toolexeclibgoimageDATA \
2546 install-toolexeclibgoimagecolorDATA \
2547 install-toolexeclibgoindexDATA \
2548 install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2549 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2550 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2551 install-toolexeclibgonethttpDATA \
2552 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2553 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2554 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2555 install-toolexeclibgotestingDATA \
2556 install-toolexeclibgotestinginternalDATA \
2557 install-toolexeclibgotextDATA \
2558 install-toolexeclibgotexttemplateDATA \
2559 install-toolexeclibgounicodeDATA installcheck installcheck-am \
2560 installdirs installdirs-am maintainer-clean \
2561 maintainer-clean-generic maintainer-clean-local mostlyclean \
2562 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2563 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
2564 uninstall-am uninstall-toolexeclibLIBRARIES \
2565 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2566 uninstall-toolexeclibgoarchiveDATA \
2567 uninstall-toolexeclibgocompressDATA \
2568 uninstall-toolexeclibgocontainerDATA \
2569 uninstall-toolexeclibgocryptoDATA \
2570 uninstall-toolexeclibgocryptox509DATA \
2571 uninstall-toolexeclibgodatabaseDATA \
2572 uninstall-toolexeclibgodatabasesqlDATA \
2573 uninstall-toolexeclibgodebugDATA \
2574 uninstall-toolexeclibgoencodingDATA \
2575 uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
2576 uninstall-toolexeclibgohtmlDATA \
2577 uninstall-toolexeclibgoimageDATA \
2578 uninstall-toolexeclibgoimagecolorDATA \
2579 uninstall-toolexeclibgoindexDATA \
2580 uninstall-toolexeclibgointernalDATA \
2581 uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2582 uninstall-toolexeclibgomathDATA \
2583 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2584 uninstall-toolexeclibgonethttpDATA \
2585 uninstall-toolexeclibgonetrpcDATA \
2586 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2587 uninstall-toolexeclibgoregexpDATA \
2588 uninstall-toolexeclibgoruntimeDATA \
2589 uninstall-toolexeclibgosyncDATA \
2590 uninstall-toolexeclibgotestingDATA \
2591 uninstall-toolexeclibgotestinginternalDATA \
2592 uninstall-toolexeclibgotextDATA \
2593 uninstall-toolexeclibgotexttemplateDATA \
2594 uninstall-toolexeclibgounicodeDATA
2596 .PRECIOUS: Makefile
2599 version.go: s-version; @true
2600 s-version: Makefile
2601 rm -f version.go.tmp
2602 echo "package sys" > version.go.tmp
2603 echo 'func init() { DefaultGoroot = "$(prefix)" }' >> version.go.tmp
2604 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
2605 echo 'const Goexperiment = ``' >> version.go.tmp
2606 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
2607 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
2608 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
2609 echo >> version.go.tmp
2610 echo "type ArchFamilyType int" >> version.go.tmp
2611 echo >> version.go.tmp
2612 echo "const (" >> version.go.tmp
2613 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
2614 for a in $(ALLGOARCHFAMILY); do \
2615 echo " $${a}" >> version.go.tmp; \
2616 done
2617 echo ")" >> version.go.tmp
2618 echo >> version.go.tmp
2619 for a in $(ALLGOARCH); do \
2620 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2621 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2622 if test "$${a}" = "$(GOARCH)"; then \
2623 echo "const Goarch$${n} = 1" >> version.go.tmp; \
2624 else \
2625 echo "const Goarch$${n} = 0" >> version.go.tmp; \
2626 fi; \
2627 done
2628 echo >> version.go.tmp
2629 echo "const (" >> version.go.tmp
2630 echo " ArchFamily = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) family`" >> version.go.tmp
2631 echo " BigEndian = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) bigendian`" >> version.go.tmp
2632 echo " CacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> version.go.tmp
2633 echo " DefaultPhysPageSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) defaultphyspagesize`" >> version.go.tmp
2634 echo " Int64Align = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) int64align`" >> version.go.tmp
2635 echo " MinFrameSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) minframesize`" >> version.go.tmp
2636 echo " PCQuantum = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) pcquantum`" >> version.go.tmp
2637 echo ")" >> version.go.tmp
2638 echo >> version.go.tmp
2639 for a in $(ALLGOOS); do \
2640 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2641 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2642 if test "$${a}" = "$(GOOS)"; then \
2643 echo "const Goos$${n} = 1" >> version.go.tmp; \
2644 else \
2645 echo "const Goos$${n} = 0" >> version.go.tmp; \
2646 fi; \
2647 done
2648 echo >> version.go.tmp
2649 echo "type Uintreg uintptr" >> version.go.tmp
2650 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
2651 $(STAMP) $@
2653 cpugen.go: s-cpu; @true
2654 s-cpu: Makefile
2655 rm -f cpugen.go.tmp
2656 echo "package cpu" > cpugen.go.tmp
2657 echo "const CacheLinePadSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> cpugen.go.tmp
2658 echo "const FunctionDescriptors = $(FUNCTION_DESCRIPTORS)" >> cpugen.go.tmp
2659 $(SHELL) $(srcdir)/mvifdiff.sh cpugen.go.tmp cpugen.go
2660 $(STAMP) $@
2662 gcpugen.go: s-gcpu; @true
2663 s-gcpu: Makefile
2664 rm -f gcpugen.go.tmp
2665 echo "package cpu" > gcpugen.go.tmp
2666 echo "const cacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> gcpugen.go.tmp
2667 $(SHELL) $(srcdir)/mvifdiff.sh gcpugen.go.tmp gcpugen.go
2668 $(STAMP) $@
2670 objabi.go: s-objabi; @true
2671 s-objabi: Makefile
2672 rm -f objabi.go.tmp
2673 echo "package objabi" > objabi.go.tmp
2674 echo "import \"runtime\"" >> objabi.go.tmp
2675 echo 'func defaultGOROOTValue() string { return `$(prefix)` }' >> objabi.go.tmp
2676 echo 'const defaultGO386 = `sse2`' >> objabi.go.tmp
2677 echo 'const defaultGOARM = `5`' >> objabi.go.tmp
2678 echo 'const defaultGOMIPS = `hardfloat`' >> objabi.go.tmp
2679 echo 'const defaultGOMIPS64 = `hardfloat`' >> objabi.go.tmp
2680 echo 'const defaultGOPPC64 = `power8`' >> objabi.go.tmp
2681 echo 'const defaultGOOS = runtime.GOOS' >> objabi.go.tmp
2682 echo 'const defaultGOARCH = runtime.GOARCH' >> objabi.go.tmp
2683 echo 'const defaultGO_EXTLINK_ENABLED = ``' >> objabi.go.tmp
2684 echo 'const defaultGO_LDSO = ``' >> objabi.go.tmp
2685 echo 'const version = `'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'`' >> objabi.go.tmp
2686 echo 'const stackGuardMultiplierDefault = 1' >> objabi.go.tmp
2687 echo 'const goexperiment = ``' >> objabi.go.tmp
2688 $(SHELL) $(srcdir)/mvifdiff.sh objabi.go.tmp objabi.go
2689 $(STAMP) $@
2691 gccgosizes.go: s-gccgosizes; @true
2692 s-gccgosizes: Makefile goarch.sh
2693 rm -f gccgosizes.go.tmp
2694 echo "package types" > gccgosizes.go.tmp
2695 echo >> gccgosizes.go.tmp
2696 echo "var gccgoArchSizes = map[string]*StdSizes{" >> gccgosizes.go.tmp
2697 for a in $(ALLGOARCH); do \
2698 ptrsize=`$(SHELL) $(srcdir)/goarch.sh $$a ptrsize`; \
2699 maxalign=`$(SHELL) $(srcdir)/goarch.sh $$a maxalign`; \
2700 echo " \"$$a\": {$${ptrsize}, $${maxalign}}," >> gccgosizes.go.tmp; \
2701 done
2702 echo "}" >> gccgosizes.go.tmp
2703 $(SHELL) $(srcdir)/mvifdiff.sh gccgosizes.go.tmp gccgosizes.go
2704 $(STAMP) $@
2706 runtime_sysinfo.go: s-runtime_sysinfo; @true
2707 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
2708 GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mkrsysinfo.sh
2709 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
2710 $(STAMP) $@
2712 sigtab.go: s-sigtab; @true
2713 s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
2714 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
2715 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
2716 $(STAMP) $@
2718 zdefaultcc.go: s-zdefaultcc; @true
2719 s-zdefaultcc: Makefile
2720 echo 'package cfg' > zdefaultcc.go.tmp
2721 echo >> zdefaultcc.go.tmp
2722 echo 'func DefaultGCCGO(goos, goarch string) string { return "$(bindir)/$(GCCGO_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2723 echo 'func DefaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2724 echo 'func DefaultCXX(goos, goarch string) string { return "$(GXX_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2725 echo 'const DefaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
2726 echo 'var OSArchSupportsCgo = map[string]bool{}' >> zdefaultcc.go.tmp
2727 $(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
2728 $(STAMP) $@
2730 # Post-process runtime.inc.raw (raw output of -fgo-c-header option when
2731 # compiling runtime) to prune out certain types that should not be
2732 # exported back to C. See comments in mkruntimeinc.sh for more details.
2733 runtime.inc: s-runtime-inc; @true
2734 s-runtime-inc: runtime.lo mkruntimeinc.sh Makefile
2735 $(SHELL) $(srcdir)/mkruntimeinc.sh
2736 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime.inc runtime.inc
2737 $(STAMP) $@
2739 # Generate the list of go std packages that were included in libgo
2740 zstdpkglist.go: s-zstdpkglist; @true
2741 s-zstdpkglist: Makefile
2742 rm -f zstdpkglist.go.tmp
2743 echo 'package goroot' > zstdpkglist.go.tmp
2744 echo "" >> zstdpkglist.go.tmp
2745 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
2746 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
2747 echo '}' >> zstdpkglist.go.tmp
2748 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
2749 $(STAMP) $@
2751 libcalls.go: s-libcalls; @true
2752 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
2753 rm -f libcalls.go.tmp
2754 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
2755 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
2756 $(STAMP) $@
2758 libcalls-list: s-libcalls-list; @true
2759 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
2760 rm -f libcalls-list.tmp
2761 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
2762 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
2763 $(STAMP) $@
2765 syscall_arch.go: s-syscall_arch; @true
2766 s-syscall_arch: Makefile
2767 rm -f syscall_arch.go.tmp
2768 echo "package syscall" > syscall_arch.go.tmp
2769 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
2770 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
2771 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
2772 $(STAMP) $@
2774 gen-sysinfo.go: s-gen-sysinfo; @true
2775 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
2776 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
2777 rm -f sysinfo.s
2778 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
2779 $(STAMP) $@
2781 errno.i: s-errno; @true
2782 s-errno:
2783 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
2784 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
2785 $(STAMP) $@
2787 sysinfo.go: s-sysinfo; @true
2788 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
2789 GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mksysinfo.sh
2790 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
2791 $(STAMP) $@
2793 # The epoll struct has an embedded union and is packed on x86_64,
2794 # which is too complicated for mksysinfo.sh. We find the offset of
2795 # the only field we care about in configure.ac, and generate the
2796 # struct here.
2797 epoll.go: s-epoll; @true
2798 s-epoll: Makefile
2799 rm -f epoll.go.tmp
2800 echo 'package syscall' > epoll.go.tmp
2801 echo 'type EpollEvent struct {' >> epoll.go.tmp
2802 echo ' Events uint32' >> epoll.go.tmp
2803 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
2804 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
2805 exit 1; ;; \
2806 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
2807 12,4) echo ' Fd int32' >> epoll.go.tmp; \
2808 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
2809 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
2810 echo ' Fd int32' >> epoll.go.tmp; ;; \
2811 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
2812 echo ' Fd int32' >> epoll.go.tmp; \
2813 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
2814 *) echo 1>&2 "*** struct epoll_event unsupported"; \
2815 exit 1; ;; \
2816 esac
2817 echo '}' >> epoll.go.tmp
2818 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
2819 $(STAMP) $@
2821 define STATIC_template
2822 $(subst -,_,$(subst .,_,$(subst /,_,$(1))))_GOCFLAGS = -static
2823 endef
2825 $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call STATIC_template,$(package).lo)))
2827 # Make sure runtime.inc is built before compiling any .c file.
2828 $(libgo_la_OBJECTS): runtime.inc
2829 $(libgo_llgo_la_OBJECTS): runtime.inc
2830 $(libgobegin_a_OBJECTS): runtime.inc
2831 $(libgobegin_llgo_a_OBJECTS): runtime.inc
2832 $(libgolibbegin_a_OBJECTS): runtime.inc
2834 # PACKAGE_template defines the rules for each package.
2835 # For example, for the package bufio, it produces:
2837 # @go_include@ bufio.lo.dep
2838 # bufio.lo.dep: $(srcdir)/go/bufio/*.go
2839 # $(BUILDDEPS)
2840 # bufio.lo:
2841 # $(BUILDPACKAGE)
2842 # bufio/check: $(CHECK_DEPS)
2843 # @$(CHECK)
2844 # .PHONY: bufio/check
2846 # This is invoked with $(1) set to a package, which is a directory name,
2847 # such as "bufio" or "archive/tar".
2848 define PACKAGE_template
2849 @go_include@ $(1).lo.dep
2850 $(1).lo.dep: $(srcdir)/go/$(1)/*.go
2851 $$(BUILDDEPS)
2852 $(1).lo:
2853 $$(BUILDPACKAGE)
2854 $(1)/check: $$(CHECK_DEPS)
2855 @$$(CHECK)
2856 .PHONY: $(1)/check
2857 $(1).gox: $(1).s-gox; @true
2858 $(1).s-gox: $(1).lo
2859 $$(BUILDGOX)
2860 $$(STAMP) $$@
2861 endef
2863 # This line expands PACKAGE_template once for each package name listed
2864 # in $(PACKAGES).
2865 $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
2866 $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call PACKAGE_template,$(package))))
2867 runtime.lo.dep: $(extra_go_files_runtime)
2868 syscall.lo.dep: $(extra_go_files_syscall)
2869 runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
2870 internal/cpu.lo.dep: $(extra_go_files_internal_cpu)
2871 golang.org/x/sys/cpu.lo.dep: $(extra_go_files_golang_org_x_sys_cpu)
2872 internal/goroot.lo.dep: $(extra_go_files_internal_goroot)
2873 go/types.lo.dep: $(extra_go_files_go_types)
2874 cmd/internal/objabi.lo.dep: $(extra_go_files_cmd_internal_objabi)
2875 cmd/go/internal/cfg.lo.dep: $(extra_go_files_cmd_go_internal_cfg)
2877 # FIXME: The following C files may as well move to the runtime
2878 # directory and be treated like other C files.
2880 # Use C code to speed up internal/bytealg.IndexByte and friends.
2881 internal/bytealg/bytealg.lo: go/internal/bytealg/bytealg.c runtime.inc
2882 @$(MKDIR_P) internal/bytealg
2883 $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/bytealg/bytealg.c
2885 # Use a C function with a fixed number of arguments to call a C
2886 # varargs function.
2887 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
2888 @$(MKDIR_P) log/syslog
2889 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2891 # The interface to libffi from the reflect package is written in C.
2892 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
2893 @$(MKDIR_P) reflect
2894 $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
2896 # The atomic functions are written in C.
2897 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
2898 @$(MKDIR_P) runtime/internal
2899 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
2900 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
2901 @$(MKDIR_P) sync
2902 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
2904 # A few syscall functions are written in C.
2905 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
2906 @$(MKDIR_P) syscall
2907 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
2908 syscall/errno.lo: go/syscall/errno.c runtime.inc
2909 @$(MKDIR_P) syscall
2910 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
2911 syscall/signame.lo: go/syscall/signame.c runtime.inc
2912 @$(MKDIR_P) syscall
2913 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
2914 syscall/wait.lo: go/syscall/wait.c runtime.inc
2915 @$(MKDIR_P) syscall
2916 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
2918 # internal/cpu needs some C code.
2919 internal/cpu/cpu_gccgo.lo: go/internal/cpu/cpu_gccgo.c runtime.inc
2920 @$(MKDIR_P) internal/cpu
2921 $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/cpu/cpu_gccgo.c
2923 # Similarly, golang.org/x/sys/cpu needs some C code.
2924 golang.org/x/sys/cpu_gccgo.lo: go/golang.org/x/sys/cpu/cpu_gccgo.c runtime.inc
2925 @$(MKDIR_P) golang.org/x/sys
2926 $(LTCOMPILE) -c -o $@ $(srcdir)/go/golang.org/x/sys/cpu/cpu_gccgo.c
2928 # Build golang.org/x/net/route only on BSD systems.
2930 @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/route))
2932 # Build golang.org/x/net/lif only on Solaris systems.
2934 @LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/lif))
2936 check: check-tail
2937 check-recursive: check-head
2939 check-head:
2940 @echo "Test Run By $${USER} on `date`" > libgo.head
2941 @echo "Native configuration is $(host_triplet)" >> libgo.head
2942 @echo >> libgo.head
2943 @echo " === libgo tests ===" >> libgo.head
2944 @echo >> libgo.head
2946 check-tail: check-recursive check-multi
2947 @if test "$(USE_DEJAGNU)" = "yes"; then \
2948 exit 0; \
2949 fi; \
2950 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
2951 for dir in . $(MULTIDIRS); do \
2952 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
2953 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
2954 done; \
2955 mv libgo.head libgo.sum; \
2956 cp libgo.sum libgo.log; \
2957 echo "Schedule of variations:" >> libgo.sum; \
2958 for dir in . $(MULTIDIRS); do \
2959 multidir=../$${dir}/$${lib}; \
2960 multivar=`cat $${multidir}/libgo.var`; \
2961 echo " $${multivar}" >> libgo.sum; \
2962 done; \
2963 echo >> libgo.sum; \
2964 pass=0; fail=0; untested=0; \
2965 for dir in . $(MULTIDIRS); do \
2966 multidir=../$${dir}/$${lib}; \
2967 multivar=`cat $${multidir}/libgo.var`; \
2968 echo "Running target $${multivar}" >> libgo.sum; \
2969 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
2970 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
2971 cat $${multidir}/libgo.log.sep >> libgo.log; \
2972 if test -n "${MULTIDIRS}"; then \
2973 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
2974 echo >> libgo.sum; \
2975 fi; \
2976 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
2977 pass=`expr $$pass + $$p`; \
2978 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2979 echo "# of expected passes $$p" >> libgo.sum; \
2980 fi; \
2981 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
2982 fail=`expr $$fail + $$p`; \
2983 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2984 echo "# of unexpected failures $$p" >> libgo.sum; \
2985 fi; \
2986 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
2987 untested=`expr $$untested + $$p`; \
2988 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2989 echo "# of untested testcases $$p" >> libgo.sum; \
2990 fi; \
2991 done; \
2992 echo >> libgo.sum; \
2993 echo " === libgo Summary ===" >> libgo.sum; \
2994 echo >> libgo.sum; \
2995 if test "$$pass" -ne "0"; then \
2996 echo "# of expected passes $$pass" >> libgo.sum; \
2997 fi; \
2998 if test "$$fail" -ne "0"; then \
2999 echo "# of unexpected failures $$fail" >> libgo.sum; \
3000 fi; \
3001 if test "$$untested" -ne "0"; then \
3002 echo "# of untested testcases $$untested" >> libgo.sum; \
3003 fi; \
3004 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3005 echo >> libgo.log; \
3006 echo "runtest completed at `date`" >> libgo.log; \
3007 if test "$$fail" -ne "0"; then \
3008 status=1; \
3009 else \
3010 status=0; \
3011 fi; \
3012 exit $$status
3014 check-am:
3015 @rm -f libgo.sum libgo.log libgo.tail
3016 @multivar="unix"; \
3017 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3018 echo "$${multivar}" > libgo.var
3019 @for f in $(TEST_PACKAGES); do \
3020 rm -f $$f-testsum $$f-testlog; \
3021 done
3022 -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES)
3023 @for f in $(TEST_PACKAGES); do \
3024 if test -f $$f-testsum; then \
3025 cat $$f-testsum >> libgo.sum; \
3026 fi; \
3027 if test -f $$f-testlog; then \
3028 cat $$f-testlog >> libgo.log; \
3029 fi; \
3030 done
3032 check-multi:
3033 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3035 bench:
3036 -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) GOBENCH=.
3038 mostlyclean-local:
3039 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3040 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3041 find . -name '*-testsum' -print | xargs rm -f
3042 find . -name '*-testlog' -print | xargs rm -f
3044 clean-local:
3045 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3046 find . -name '*.a' -print | xargs rm -f
3047 find . -name '*.gox' -print | xargs rm -f
3048 find . -name '*.s-gox' -print | xargs rm -f
3050 distclean-local:
3051 find . -name '*.lo.dep' -print | xargs rm -f
3053 # GNU Make needs to see an explicit $(MAKE) variable in the command it
3054 # runs to enable its job server during parallel builds. Hence the
3055 # comments below.
3056 all-multi:
3057 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3058 install-multi:
3059 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3060 mostlyclean-multi:
3061 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3062 clean-multi:
3063 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3064 distclean-multi:
3065 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3066 maintainer-clean-multi:
3067 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3069 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
3070 install-multi maintainer-clean-multi mostlyclean-multi
3072 install-exec-local: install-multi
3074 all-local: all-multi
3075 mostlyclean-local: mostlyclean-multi
3076 clean-local: clean-multi
3077 distclean-local: distclean-multi
3078 maintainer-clean-local: maintainer-clean-multi
3080 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3081 # Otherwise a system limit (for SysV at least) may be exceeded.
3082 .NOEXPORT: