]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgo/Makefile.in
[Ada] Improved support for aspect alignment in CCG
[thirdparty/gcc.git] / libgo / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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.
9
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.
14
15 @SET_MAKE@
16
17 # Makefile.am -- Go library Makefile.
18
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.
22
23 # Process this file with autoreconf to produce Makefile.in.
24
25
26
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; \
38 }
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)
103
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; }; \
159 }
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; }; } \
366 '
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@
538
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)
555
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
564
565 AM_LDFLAGS = $(am__append_1) $(am__append_2)
566 @LIBGO_IS_AIX_TRUE@EXTRA_libgo_la_DEPENDENCIES = libgo.imp
567
568 # Multilib support.
569 MAKEOVERRIDES =
570
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)"
614
615
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
654
655 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
656 toolexeclibgoarchive_DATA = \
657 archive/tar.gox \
658 archive/zip.gox
659
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
667
668 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
669 toolexeclibgocontainer_DATA = \
670 container/heap.gox \
671 container/list.gox \
672 container/ring.gox
673
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
694
695 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
696 toolexeclibgocryptox509_DATA = \
697 crypto/x509/pkix.gox
698
699 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
700 toolexeclibgodatabase_DATA = \
701 database/sql.gox
702
703 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
704 toolexeclibgodatabasesql_DATA = \
705 database/sql/driver.gox
706
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
715
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
729
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
743
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
751
752 toolexeclibgohtmldir = $(toolexeclibgodir)/html
753 toolexeclibgohtml_DATA = \
754 html/template.gox
755
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
763
764 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
765 toolexeclibgoimagecolor_DATA = \
766 image/color/palette.gox
767
768 toolexeclibgoindexdir = $(toolexeclibgodir)/index
769 toolexeclibgoindex_DATA = \
770 index/suffixarray.gox
771
772 toolexeclibgoiodir = $(toolexeclibgodir)/io
773 toolexeclibgoio_DATA = \
774 io/ioutil.gox
775
776 toolexeclibgologdir = $(toolexeclibgodir)/log
777 toolexeclibgolog_DATA = \
778 log/syslog.gox
779
780 toolexeclibgomathdir = $(toolexeclibgodir)/math
781 toolexeclibgomath_DATA = \
782 math/big.gox \
783 math/bits.gox \
784 math/cmplx.gox \
785 math/rand.gox
786
787 toolexeclibgomimedir = $(toolexeclibgodir)/mime
788 toolexeclibgomime_DATA = \
789 mime/multipart.gox \
790 mime/quotedprintable.gox
791
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
800
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
810
811 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
812 toolexeclibgonetrpc_DATA = \
813 net/rpc/jsonrpc.gox
814
815 toolexeclibgoosdir = $(toolexeclibgodir)/os
816 toolexeclibgoos_DATA = \
817 os/exec.gox \
818 os/signal.gox \
819 os/user.gox
820
821 toolexeclibgopathdir = $(toolexeclibgodir)/path
822 toolexeclibgopath_DATA = \
823 path/filepath.gox
824
825 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
826 toolexeclibgoregexp_DATA = \
827 regexp/syntax.gox
828
829 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
830 toolexeclibgoruntime_DATA = \
831 runtime/debug.gox \
832 runtime/pprof.gox \
833 runtime/trace.gox
834
835 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
836 toolexeclibgosync_DATA = \
837 sync/atomic.gox
838
839 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
840 toolexeclibgotesting_DATA = \
841 testing/iotest.gox \
842 testing/quick.gox
843
844 toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal
845 toolexeclibgotestinginternal_DATA = \
846 testing/internal/testdeps.gox
847
848 toolexeclibgotextdir = $(toolexeclibgodir)/text
849 toolexeclibgotext_DATA = \
850 text/scanner.gox \
851 text/tabwriter.gox \
852 text/template.gox
853
854 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
855 toolexeclibgotexttemplate_DATA = \
856 text/template/parse.gox
857
858 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
859 toolexeclibgounicode_DATA = \
860 unicode/utf16.gox \
861 unicode/utf8.gox
862
863
864 # Some internal packages are needed to bootstrap the gc toolchain.
865 toolexeclibgointernaldir = $(toolexeclibgodir)/internal
866 toolexeclibgointernal_DATA = \
867 internal/reflectlite.gox
868
869
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)
913
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
922
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)
944
945 libgo_ldflags = \
946 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
947
948 libgo_libadd = \
949 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
950 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
951
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
960
961 libgobegin_llgo_a_SOURCES = \
962 runtime/go-main.c
963
964
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
970
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)
982
983 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
984 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
985
986
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 $@
997
998
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
1004
1005
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/'`
1016
1017 GOTESTFLAGS =
1018 GOBENCH =
1019
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; \
1054 fi
1055
1056
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)
1073
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)
1078
1079 # Add the generated file runtime_sysinfo.go to the runtime package.
1080 extra_go_files_runtime = runtime_sysinfo.go sigtab.go
1081
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)
1088
1089
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 =
1098
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
1102
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
1108 # Use -static for the syscall tests if possible, because otherwise when
1109 # running as root the re-execs ignore LD_LIBRARY_PATH.
1110 @HAVE_STATIC_LINK_TRUE@syscall_check_GOCFLAGS = -static
1111 extra_go_files_runtime_internal_sys = version.go
1112 extra_go_files_internal_cpu = cpugen.go
1113 extra_go_files_golang_org_x_sys_cpu = gcpugen.go
1114 extra_go_files_internal_goroot = zstdpkglist.go
1115 extra_go_files_go_types = gccgosizes.go
1116 extra_go_files_cmd_internal_objabi = objabi.go
1117 extra_go_files_cmd_go_internal_cfg = zdefaultcc.go
1118 extra_check_libs_cmd_go_internal_cache = $(abs_builddir)/libgotool.a
1119 extra_check_libs_cmd_go_internal_generate = $(abs_builddir)/libgotool.a
1120 extra_check_libs_cmd_go_internal_get = $(abs_builddir)/libgotool.a
1121 extra_check_libs_cmd_go_internal_load = $(abs_builddir)/libgotool.a
1122 extra_check_libs_cmd_go_internal_lockedfile = $(abs_builddir)/libgotool.a
1123 extra_check_libs_cmd_go_internal_imports = $(abs_builddir)/libgotool.a
1124 extra_check_libs_cmd_go_internal_modconv = $(abs_builddir)/libgotool.a
1125 extra_check_libs_cmd_go_internal_modfetch = $(abs_builddir)/libgotool.a
1126 extra_check_libs_cmd_go_internal_modfetch_codehost = $(abs_builddir)/libgotool.a
1127 extra_check_libs_cmd_go_internal_modfile = $(abs_builddir)/libgotool.a
1128 extra_check_libs_cmd_go_internal_modload = $(abs_builddir)/libgotool.a
1129 extra_check_libs_cmd_go_internal_module = $(abs_builddir)/libgotool.a
1130 extra_check_libs_cmd_go_internal_mvs = $(abs_builddir)/libgotool.a
1131 extra_check_libs_cmd_go_internal_search = $(abs_builddir)/libgotool.a
1132 extra_check_libs_cmd_go_internal_web2 = $(abs_builddir)/libgotool.a
1133 extra_check_libs_cmd_go_internal_work = $(abs_builddir)/libgotool.a
1134 extra_check_libs_cmd_vet_internal_cfg = $(abs_builddir)/libgotool.a
1135 @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1136
1137 # Solaris 11.4 changed the type of fields in struct stat.
1138 # Use a build tag, based on a configure check, to cope.
1139 @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1140 @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1141 @LIBGO_IS_BSD_TRUE@golangorg_x_net_route_lo = \
1142 @LIBGO_IS_BSD_TRUE@ golang.org/net/route.lo
1143
1144 @LIBGO_IS_SOLARIS_TRUE@golangorg_x_net_lif_lo = \
1145 @LIBGO_IS_SOLARIS_TRUE@ golang.org/x/net/lif.lo
1146
1147 TEST_PACKAGES = $(addsuffix /check,$(shell cat $(srcdir)/check-packages.txt))
1148 MOSTLYCLEANFILES = \
1149 s-runtime_sysinfo s-sigtab s-runtime-inc s-zstdpkglist \
1150 s-libcalls s-libcalls-list s-syscall_arch s-gen-sysinfo s-sysinfo \
1151 s-errno s-epoll \
1152 libgo.head libgo.sum.sep libgo.log.sep libgo.var \
1153 libcalls-list \
1154 runtime.inc runtime.inc.tmp2 runtime.inc.tmp3 runtime.inc.raw
1155
1156 CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc
1157 MULTISRCTOP =
1158 MULTIBUILDTOP =
1159 MULTIDIRS =
1160 MULTISUBDIR =
1161 MULTIDO = true
1162 MULTICLEAN = true
1163 all: config.h
1164 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1165
1166 .SUFFIXES:
1167 .SUFFIXES: .c .go .gox .o .obj .lo .a .S
1168 am--refresh: Makefile
1169 @:
1170 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
1171 @for dep in $?; do \
1172 case '$(am__configure_deps)' in \
1173 *$$dep*) \
1174 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1175 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1176 && exit 0; \
1177 exit 1;; \
1178 esac; \
1179 done; \
1180 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1181 $(am__cd) $(top_srcdir) && \
1182 $(AUTOMAKE) --foreign Makefile
1183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1184 @case '$?' in \
1185 *config.status*) \
1186 echo ' $(SHELL) ./config.status'; \
1187 $(SHELL) ./config.status;; \
1188 *) \
1189 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1190 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1191 esac;
1192 $(top_srcdir)/../multilib.am $(am__empty):
1193
1194 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1195 $(SHELL) ./config.status --recheck
1196
1197 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1198 $(am__cd) $(srcdir) && $(AUTOCONF)
1199 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1200 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1201 $(am__aclocal_m4_deps):
1202
1203 config.h: stamp-h1
1204 @test -f $@ || rm -f stamp-h1
1205 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1206
1207 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1208 @rm -f stamp-h1
1209 cd $(top_builddir) && $(SHELL) ./config.status config.h
1210 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1211 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1212 rm -f stamp-h1
1213 touch $@
1214
1215 distclean-hdr:
1216 -rm -f config.h stamp-h1
1217
1218 clean-noinstLIBRARIES:
1219 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1220 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1221 @$(NORMAL_INSTALL)
1222 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1223 list2=; for p in $$list; do \
1224 if test -f $$p; then \
1225 list2="$$list2 $$p"; \
1226 else :; fi; \
1227 done; \
1228 test -z "$$list2" || { \
1229 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1230 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1231 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1232 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1233 @$(POST_INSTALL)
1234 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1235 for p in $$list; do \
1236 if test -f $$p; then \
1237 $(am__strip_dir) \
1238 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1239 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1240 else :; fi; \
1241 done
1242
1243 uninstall-toolexeclibLIBRARIES:
1244 @$(NORMAL_UNINSTALL)
1245 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1246 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1247 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1248
1249 clean-toolexeclibLIBRARIES:
1250 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1251 runtime/$(am__dirstamp):
1252 @$(MKDIR_P) runtime
1253 @: > runtime/$(am__dirstamp)
1254 runtime/$(DEPDIR)/$(am__dirstamp):
1255 @$(MKDIR_P) runtime/$(DEPDIR)
1256 @: > runtime/$(DEPDIR)/$(am__dirstamp)
1257 runtime/libgobegin_llgo_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1258 runtime/$(DEPDIR)/$(am__dirstamp)
1259
1260 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1261 $(AM_V_at)-rm -f libgobegin-llgo.a
1262 $(AM_V_AR)$(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1263 $(AM_V_at)$(RANLIB) libgobegin-llgo.a
1264 runtime/libgobegin_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \
1265 runtime/$(DEPDIR)/$(am__dirstamp)
1266
1267 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1268 $(AM_V_at)-rm -f libgobegin.a
1269 $(AM_V_AR)$(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1270 $(AM_V_at)$(RANLIB) libgobegin.a
1271 runtime/libgolibbegin_a-go-libmain.$(OBJEXT): runtime/$(am__dirstamp) \
1272 runtime/$(DEPDIR)/$(am__dirstamp)
1273
1274 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1275 $(AM_V_at)-rm -f libgolibbegin.a
1276 $(AM_V_AR)$(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1277 $(AM_V_at)$(RANLIB) libgolibbegin.a
1278
1279 libgotool.a: $(libgotool_a_OBJECTS) $(libgotool_a_DEPENDENCIES) $(EXTRA_libgotool_a_DEPENDENCIES)
1280 $(AM_V_at)-rm -f libgotool.a
1281 $(AM_V_AR)$(libgotool_a_AR) libgotool.a $(libgotool_a_OBJECTS) $(libgotool_a_LIBADD)
1282 $(AM_V_at)$(RANLIB) libgotool.a
1283
1284 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1285 @$(NORMAL_INSTALL)
1286 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1287 list2=; for p in $$list; do \
1288 if test -f $$p; then \
1289 list2="$$list2 $$p"; \
1290 else :; fi; \
1291 done; \
1292 test -z "$$list2" || { \
1293 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1294 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1295 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1296 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1297 }
1298
1299 uninstall-toolexeclibLTLIBRARIES:
1300 @$(NORMAL_UNINSTALL)
1301 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1302 for p in $$list; do \
1303 $(am__strip_dir) \
1304 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1305 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1306 done
1307
1308 clean-toolexeclibLTLIBRARIES:
1309 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1310 @list='$(toolexeclib_LTLIBRARIES)'; \
1311 locs=`for p in $$list; do echo $$p; done | \
1312 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1313 sort -u`; \
1314 test -z "$$locs" || { \
1315 echo rm -f $${locs}; \
1316 rm -f $${locs}; \
1317 }
1318 runtime/aeshash.lo: runtime/$(am__dirstamp) \
1319 runtime/$(DEPDIR)/$(am__dirstamp)
1320 runtime/go-assert.lo: runtime/$(am__dirstamp) \
1321 runtime/$(DEPDIR)/$(am__dirstamp)
1322 runtime/go-caller.lo: runtime/$(am__dirstamp) \
1323 runtime/$(DEPDIR)/$(am__dirstamp)
1324 runtime/go-callers.lo: runtime/$(am__dirstamp) \
1325 runtime/$(DEPDIR)/$(am__dirstamp)
1326 runtime/go-cdiv.lo: runtime/$(am__dirstamp) \
1327 runtime/$(DEPDIR)/$(am__dirstamp)
1328 runtime/go-cgo.lo: runtime/$(am__dirstamp) \
1329 runtime/$(DEPDIR)/$(am__dirstamp)
1330 runtime/go-construct-map.lo: runtime/$(am__dirstamp) \
1331 runtime/$(DEPDIR)/$(am__dirstamp)
1332 runtime/go-ffi.lo: runtime/$(am__dirstamp) \
1333 runtime/$(DEPDIR)/$(am__dirstamp)
1334 runtime/go-fieldtrack.lo: runtime/$(am__dirstamp) \
1335 runtime/$(DEPDIR)/$(am__dirstamp)
1336 runtime/go-matherr.lo: runtime/$(am__dirstamp) \
1337 runtime/$(DEPDIR)/$(am__dirstamp)
1338 runtime/go-memclr.lo: runtime/$(am__dirstamp) \
1339 runtime/$(DEPDIR)/$(am__dirstamp)
1340 runtime/go-memequal.lo: runtime/$(am__dirstamp) \
1341 runtime/$(DEPDIR)/$(am__dirstamp)
1342 runtime/go-nanotime.lo: runtime/$(am__dirstamp) \
1343 runtime/$(DEPDIR)/$(am__dirstamp)
1344 runtime/go-now.lo: runtime/$(am__dirstamp) \
1345 runtime/$(DEPDIR)/$(am__dirstamp)
1346 runtime/go-nosys.lo: runtime/$(am__dirstamp) \
1347 runtime/$(DEPDIR)/$(am__dirstamp)
1348 runtime/go-reflect-call.lo: runtime/$(am__dirstamp) \
1349 runtime/$(DEPDIR)/$(am__dirstamp)
1350 runtime/go-setenv.lo: runtime/$(am__dirstamp) \
1351 runtime/$(DEPDIR)/$(am__dirstamp)
1352 runtime/go-signal.lo: runtime/$(am__dirstamp) \
1353 runtime/$(DEPDIR)/$(am__dirstamp)
1354 runtime/go-unsafe-pointer.lo: runtime/$(am__dirstamp) \
1355 runtime/$(DEPDIR)/$(am__dirstamp)
1356 runtime/go-unsetenv.lo: runtime/$(am__dirstamp) \
1357 runtime/$(DEPDIR)/$(am__dirstamp)
1358 runtime/go-unwind.lo: runtime/$(am__dirstamp) \
1359 runtime/$(DEPDIR)/$(am__dirstamp)
1360 runtime/go-varargs.lo: runtime/$(am__dirstamp) \
1361 runtime/$(DEPDIR)/$(am__dirstamp)
1362 runtime/env_posix.lo: runtime/$(am__dirstamp) \
1363 runtime/$(DEPDIR)/$(am__dirstamp)
1364 runtime/panic.lo: runtime/$(am__dirstamp) \
1365 runtime/$(DEPDIR)/$(am__dirstamp)
1366 runtime/print.lo: runtime/$(am__dirstamp) \
1367 runtime/$(DEPDIR)/$(am__dirstamp)
1368 runtime/proc.lo: runtime/$(am__dirstamp) \
1369 runtime/$(DEPDIR)/$(am__dirstamp)
1370 runtime/runtime_c.lo: runtime/$(am__dirstamp) \
1371 runtime/$(DEPDIR)/$(am__dirstamp)
1372 runtime/stack.lo: runtime/$(am__dirstamp) \
1373 runtime/$(DEPDIR)/$(am__dirstamp)
1374 runtime/yield.lo: runtime/$(am__dirstamp) \
1375 runtime/$(DEPDIR)/$(am__dirstamp)
1376 runtime/go-context.lo: runtime/$(am__dirstamp) \
1377 runtime/$(DEPDIR)/$(am__dirstamp)
1378 runtime/rtems-task-variable-add.lo: runtime/$(am__dirstamp) \
1379 runtime/$(DEPDIR)/$(am__dirstamp)
1380
1381 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1382 $(AM_V_CCLD)$(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1383
1384 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1385 $(AM_V_CCLD)$(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1386
1387 mostlyclean-compile:
1388 -rm -f *.$(OBJEXT)
1389 -rm -f runtime/*.$(OBJEXT)
1390 -rm -f runtime/*.lo
1391
1392 distclean-compile:
1393 -rm -f *.tab.c
1394
1395 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/aeshash.Plo@am__quote@
1396 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/env_posix.Plo@am__quote@
1397 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-assert.Plo@am__quote@
1398 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-caller.Plo@am__quote@
1399 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-callers.Plo@am__quote@
1400 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cdiv.Plo@am__quote@
1401 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cgo.Plo@am__quote@
1402 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-construct-map.Plo@am__quote@
1403 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-context.Plo@am__quote@
1404 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-ffi.Plo@am__quote@
1405 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1406 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-matherr.Plo@am__quote@
1407 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memclr.Plo@am__quote@
1408 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memequal.Plo@am__quote@
1409 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nanotime.Plo@am__quote@
1410 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nosys.Plo@am__quote@
1411 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-now.Plo@am__quote@
1412 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-reflect-call.Plo@am__quote@
1413 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-setenv.Plo@am__quote@
1414 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-signal.Plo@am__quote@
1415 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1416 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsetenv.Plo@am__quote@
1417 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unwind.Plo@am__quote@
1418 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-varargs.Plo@am__quote@
1419 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1420 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1421 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1422 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/panic.Plo@am__quote@
1423 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/print.Plo@am__quote@
1424 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/proc.Plo@am__quote@
1425 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1426 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/runtime_c.Plo@am__quote@
1427 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/stack.Plo@am__quote@
1428 @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/yield.Plo@am__quote@
1429
1430 .S.o:
1431 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1432 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1433 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1434 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1435 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1436 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
1437
1438 .S.obj:
1439 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1440 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1441 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1442 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1443 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1444 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1445
1446 .S.lo:
1447 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1448 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1449 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1450 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1451 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1452 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
1453
1454 .c.o:
1455 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1456 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1457 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1460 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1461
1462 .c.obj:
1463 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1464 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1465 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1468 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1469
1470 .c.lo:
1471 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1472 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1473 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1476 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1477
1478 runtime/libgobegin_llgo_a-go-main.o: runtime/go-main.c
1479 @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
1480 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1483 @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
1484
1485 runtime/libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1486 @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`
1487 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po
1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1489 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1490 @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`
1491
1492 runtime/libgobegin_a-go-main.o: runtime/go-main.c
1493 @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
1494 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1497 @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
1498
1499 runtime/libgobegin_a-go-main.obj: runtime/go-main.c
1500 @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`
1501 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po
1502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1504 @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`
1505
1506 runtime/libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1507 @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
1508 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1511 @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
1512
1513 runtime/libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1514 @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`
1515 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po
1516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1518 @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`
1519
1520 mostlyclean-libtool:
1521 -rm -f *.lo
1522
1523 clean-libtool:
1524 -rm -rf .libs _libs
1525 -rm -rf runtime/.libs runtime/_libs
1526
1527 distclean-libtool:
1528 -rm -f libtool config.lt
1529 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
1530 @$(NORMAL_INSTALL)
1531 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1532 if test -n "$$list"; then \
1533 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
1534 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
1535 fi; \
1536 for p in $$list; do \
1537 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1538 echo "$$d$$p"; \
1539 done | $(am__base_list) | \
1540 while read files; do \
1541 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
1542 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
1543 done
1544
1545 uninstall-toolexeclibgoDATA:
1546 @$(NORMAL_UNINSTALL)
1547 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
1548 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1549 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
1550 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
1551 @$(NORMAL_INSTALL)
1552 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1553 if test -n "$$list"; then \
1554 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1555 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
1556 fi; \
1557 for p in $$list; do \
1558 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1559 echo "$$d$$p"; \
1560 done | $(am__base_list) | \
1561 while read files; do \
1562 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
1563 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
1564 done
1565
1566 uninstall-toolexeclibgoarchiveDATA:
1567 @$(NORMAL_UNINSTALL)
1568 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
1569 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1570 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
1571 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
1572 @$(NORMAL_INSTALL)
1573 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1574 if test -n "$$list"; then \
1575 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1576 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
1577 fi; \
1578 for p in $$list; do \
1579 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1580 echo "$$d$$p"; \
1581 done | $(am__base_list) | \
1582 while read files; do \
1583 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
1584 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
1585 done
1586
1587 uninstall-toolexeclibgocompressDATA:
1588 @$(NORMAL_UNINSTALL)
1589 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
1590 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1591 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
1592 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
1593 @$(NORMAL_INSTALL)
1594 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1595 if test -n "$$list"; then \
1596 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1597 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
1598 fi; \
1599 for p in $$list; do \
1600 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1601 echo "$$d$$p"; \
1602 done | $(am__base_list) | \
1603 while read files; do \
1604 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
1605 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
1606 done
1607
1608 uninstall-toolexeclibgocontainerDATA:
1609 @$(NORMAL_UNINSTALL)
1610 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
1611 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1612 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
1613 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
1614 @$(NORMAL_INSTALL)
1615 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1616 if test -n "$$list"; then \
1617 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1618 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
1619 fi; \
1620 for p in $$list; do \
1621 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1622 echo "$$d$$p"; \
1623 done | $(am__base_list) | \
1624 while read files; do \
1625 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
1626 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
1627 done
1628
1629 uninstall-toolexeclibgocryptoDATA:
1630 @$(NORMAL_UNINSTALL)
1631 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
1632 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1633 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
1634 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
1635 @$(NORMAL_INSTALL)
1636 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1637 if test -n "$$list"; then \
1638 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1639 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
1640 fi; \
1641 for p in $$list; do \
1642 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1643 echo "$$d$$p"; \
1644 done | $(am__base_list) | \
1645 while read files; do \
1646 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
1647 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
1648 done
1649
1650 uninstall-toolexeclibgocryptox509DATA:
1651 @$(NORMAL_UNINSTALL)
1652 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
1653 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1654 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
1655 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
1656 @$(NORMAL_INSTALL)
1657 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1658 if test -n "$$list"; then \
1659 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1660 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
1661 fi; \
1662 for p in $$list; do \
1663 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1664 echo "$$d$$p"; \
1665 done | $(am__base_list) | \
1666 while read files; do \
1667 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
1668 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
1669 done
1670
1671 uninstall-toolexeclibgodatabaseDATA:
1672 @$(NORMAL_UNINSTALL)
1673 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
1674 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1675 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
1676 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
1677 @$(NORMAL_INSTALL)
1678 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1679 if test -n "$$list"; then \
1680 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1681 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
1682 fi; \
1683 for p in $$list; do \
1684 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1685 echo "$$d$$p"; \
1686 done | $(am__base_list) | \
1687 while read files; do \
1688 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
1689 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
1690 done
1691
1692 uninstall-toolexeclibgodatabasesqlDATA:
1693 @$(NORMAL_UNINSTALL)
1694 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
1695 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1696 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
1697 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
1698 @$(NORMAL_INSTALL)
1699 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1700 if test -n "$$list"; then \
1701 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1702 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
1703 fi; \
1704 for p in $$list; do \
1705 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1706 echo "$$d$$p"; \
1707 done | $(am__base_list) | \
1708 while read files; do \
1709 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
1710 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
1711 done
1712
1713 uninstall-toolexeclibgodebugDATA:
1714 @$(NORMAL_UNINSTALL)
1715 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
1716 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1717 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
1718 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
1719 @$(NORMAL_INSTALL)
1720 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1721 if test -n "$$list"; then \
1722 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1723 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
1724 fi; \
1725 for p in $$list; do \
1726 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1727 echo "$$d$$p"; \
1728 done | $(am__base_list) | \
1729 while read files; do \
1730 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
1731 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
1732 done
1733
1734 uninstall-toolexeclibgoencodingDATA:
1735 @$(NORMAL_UNINSTALL)
1736 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
1737 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1738 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
1739 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
1740 @$(NORMAL_INSTALL)
1741 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1742 if test -n "$$list"; then \
1743 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
1744 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
1745 fi; \
1746 for p in $$list; do \
1747 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1748 echo "$$d$$p"; \
1749 done | $(am__base_list) | \
1750 while read files; do \
1751 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
1752 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
1753 done
1754
1755 uninstall-toolexeclibgogoDATA:
1756 @$(NORMAL_UNINSTALL)
1757 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
1758 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1759 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
1760 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
1761 @$(NORMAL_INSTALL)
1762 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1763 if test -n "$$list"; then \
1764 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1765 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
1766 fi; \
1767 for p in $$list; do \
1768 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1769 echo "$$d$$p"; \
1770 done | $(am__base_list) | \
1771 while read files; do \
1772 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
1773 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
1774 done
1775
1776 uninstall-toolexeclibgohashDATA:
1777 @$(NORMAL_UNINSTALL)
1778 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
1779 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1780 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
1781 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
1782 @$(NORMAL_INSTALL)
1783 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1784 if test -n "$$list"; then \
1785 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1786 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
1787 fi; \
1788 for p in $$list; do \
1789 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1790 echo "$$d$$p"; \
1791 done | $(am__base_list) | \
1792 while read files; do \
1793 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
1794 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
1795 done
1796
1797 uninstall-toolexeclibgohtmlDATA:
1798 @$(NORMAL_UNINSTALL)
1799 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
1800 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1801 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
1802 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
1803 @$(NORMAL_INSTALL)
1804 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1805 if test -n "$$list"; then \
1806 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1807 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
1808 fi; \
1809 for p in $$list; do \
1810 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1811 echo "$$d$$p"; \
1812 done | $(am__base_list) | \
1813 while read files; do \
1814 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
1815 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
1816 done
1817
1818 uninstall-toolexeclibgoimageDATA:
1819 @$(NORMAL_UNINSTALL)
1820 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
1821 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1822 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
1823 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
1824 @$(NORMAL_INSTALL)
1825 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1826 if test -n "$$list"; then \
1827 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1828 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
1829 fi; \
1830 for p in $$list; do \
1831 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1832 echo "$$d$$p"; \
1833 done | $(am__base_list) | \
1834 while read files; do \
1835 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
1836 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
1837 done
1838
1839 uninstall-toolexeclibgoimagecolorDATA:
1840 @$(NORMAL_UNINSTALL)
1841 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
1842 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1843 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
1844 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
1845 @$(NORMAL_INSTALL)
1846 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1847 if test -n "$$list"; then \
1848 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1849 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
1850 fi; \
1851 for p in $$list; do \
1852 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1853 echo "$$d$$p"; \
1854 done | $(am__base_list) | \
1855 while read files; do \
1856 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
1857 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
1858 done
1859
1860 uninstall-toolexeclibgoindexDATA:
1861 @$(NORMAL_UNINSTALL)
1862 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
1863 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1864 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
1865 install-toolexeclibgointernalDATA: $(toolexeclibgointernal_DATA)
1866 @$(NORMAL_INSTALL)
1867 @list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1868 if test -n "$$list"; then \
1869 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1870 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgointernaldir)" || exit 1; \
1871 fi; \
1872 for p in $$list; do \
1873 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1874 echo "$$d$$p"; \
1875 done | $(am__base_list) | \
1876 while read files; do \
1877 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgointernaldir)'"; \
1878 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgointernaldir)" || exit $$?; \
1879 done
1880
1881 uninstall-toolexeclibgointernalDATA:
1882 @$(NORMAL_UNINSTALL)
1883 @list='$(toolexeclibgointernal_DATA)'; test -n "$(toolexeclibgointernaldir)" || list=; \
1884 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1885 dir='$(DESTDIR)$(toolexeclibgointernaldir)'; $(am__uninstall_files_from_dir)
1886 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
1887 @$(NORMAL_INSTALL)
1888 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1889 if test -n "$$list"; then \
1890 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1891 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
1892 fi; \
1893 for p in $$list; do \
1894 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1895 echo "$$d$$p"; \
1896 done | $(am__base_list) | \
1897 while read files; do \
1898 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
1899 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
1900 done
1901
1902 uninstall-toolexeclibgoioDATA:
1903 @$(NORMAL_UNINSTALL)
1904 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
1905 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1906 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
1907 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
1908 @$(NORMAL_INSTALL)
1909 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1910 if test -n "$$list"; then \
1911 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
1912 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
1913 fi; \
1914 for p in $$list; do \
1915 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1916 echo "$$d$$p"; \
1917 done | $(am__base_list) | \
1918 while read files; do \
1919 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
1920 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
1921 done
1922
1923 uninstall-toolexeclibgologDATA:
1924 @$(NORMAL_UNINSTALL)
1925 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
1926 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1927 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
1928 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
1929 @$(NORMAL_INSTALL)
1930 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
1931 if test -n "$$list"; then \
1932 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1933 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
1934 fi; \
1935 for p in $$list; do \
1936 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1937 echo "$$d$$p"; \
1938 done | $(am__base_list) | \
1939 while read files; do \
1940 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
1941 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
1942 done
1943
1944 uninstall-toolexeclibgomathDATA:
1945 @$(NORMAL_UNINSTALL)
1946 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
1947 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1948 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
1949 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
1950 @$(NORMAL_INSTALL)
1951 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
1952 if test -n "$$list"; then \
1953 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
1954 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
1955 fi; \
1956 for p in $$list; do \
1957 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1958 echo "$$d$$p"; \
1959 done | $(am__base_list) | \
1960 while read files; do \
1961 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
1962 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
1963 done
1964
1965 uninstall-toolexeclibgomimeDATA:
1966 @$(NORMAL_UNINSTALL)
1967 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
1968 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1969 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
1970 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
1971 @$(NORMAL_INSTALL)
1972 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
1973 if test -n "$$list"; then \
1974 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
1975 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
1976 fi; \
1977 for p in $$list; do \
1978 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1979 echo "$$d$$p"; \
1980 done | $(am__base_list) | \
1981 while read files; do \
1982 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
1983 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
1984 done
1985
1986 uninstall-toolexeclibgonetDATA:
1987 @$(NORMAL_UNINSTALL)
1988 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
1989 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1990 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
1991 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
1992 @$(NORMAL_INSTALL)
1993 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
1994 if test -n "$$list"; then \
1995 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
1996 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
1997 fi; \
1998 for p in $$list; do \
1999 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2000 echo "$$d$$p"; \
2001 done | $(am__base_list) | \
2002 while read files; do \
2003 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2004 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2005 done
2006
2007 uninstall-toolexeclibgonethttpDATA:
2008 @$(NORMAL_UNINSTALL)
2009 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2010 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2011 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2012 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2013 @$(NORMAL_INSTALL)
2014 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2015 if test -n "$$list"; then \
2016 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2017 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2018 fi; \
2019 for p in $$list; do \
2020 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2021 echo "$$d$$p"; \
2022 done | $(am__base_list) | \
2023 while read files; do \
2024 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2025 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2026 done
2027
2028 uninstall-toolexeclibgonetrpcDATA:
2029 @$(NORMAL_UNINSTALL)
2030 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2031 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2032 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2033 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2034 @$(NORMAL_INSTALL)
2035 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2036 if test -n "$$list"; then \
2037 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2038 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2039 fi; \
2040 for p in $$list; do \
2041 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2042 echo "$$d$$p"; \
2043 done | $(am__base_list) | \
2044 while read files; do \
2045 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2046 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2047 done
2048
2049 uninstall-toolexeclibgoosDATA:
2050 @$(NORMAL_UNINSTALL)
2051 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2052 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2053 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2054 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2055 @$(NORMAL_INSTALL)
2056 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2057 if test -n "$$list"; then \
2058 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2059 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2060 fi; \
2061 for p in $$list; do \
2062 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2063 echo "$$d$$p"; \
2064 done | $(am__base_list) | \
2065 while read files; do \
2066 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2067 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2068 done
2069
2070 uninstall-toolexeclibgopathDATA:
2071 @$(NORMAL_UNINSTALL)
2072 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2073 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2074 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2075 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2076 @$(NORMAL_INSTALL)
2077 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2078 if test -n "$$list"; then \
2079 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2080 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2081 fi; \
2082 for p in $$list; do \
2083 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2084 echo "$$d$$p"; \
2085 done | $(am__base_list) | \
2086 while read files; do \
2087 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2088 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2089 done
2090
2091 uninstall-toolexeclibgoregexpDATA:
2092 @$(NORMAL_UNINSTALL)
2093 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2094 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2095 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2096 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2097 @$(NORMAL_INSTALL)
2098 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2099 if test -n "$$list"; then \
2100 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2101 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2102 fi; \
2103 for p in $$list; do \
2104 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2105 echo "$$d$$p"; \
2106 done | $(am__base_list) | \
2107 while read files; do \
2108 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2109 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2110 done
2111
2112 uninstall-toolexeclibgoruntimeDATA:
2113 @$(NORMAL_UNINSTALL)
2114 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2115 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2116 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2117 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2118 @$(NORMAL_INSTALL)
2119 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2120 if test -n "$$list"; then \
2121 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2122 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2123 fi; \
2124 for p in $$list; do \
2125 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2126 echo "$$d$$p"; \
2127 done | $(am__base_list) | \
2128 while read files; do \
2129 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2130 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2131 done
2132
2133 uninstall-toolexeclibgosyncDATA:
2134 @$(NORMAL_UNINSTALL)
2135 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2136 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2137 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2138 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2139 @$(NORMAL_INSTALL)
2140 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2141 if test -n "$$list"; then \
2142 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2143 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2144 fi; \
2145 for p in $$list; do \
2146 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2147 echo "$$d$$p"; \
2148 done | $(am__base_list) | \
2149 while read files; do \
2150 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2151 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2152 done
2153
2154 uninstall-toolexeclibgotestingDATA:
2155 @$(NORMAL_UNINSTALL)
2156 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2157 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2158 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2159 install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA)
2160 @$(NORMAL_INSTALL)
2161 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2162 if test -n "$$list"; then \
2163 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2164 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \
2165 fi; \
2166 for p in $$list; do \
2167 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2168 echo "$$d$$p"; \
2169 done | $(am__base_list) | \
2170 while read files; do \
2171 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2172 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \
2173 done
2174
2175 uninstall-toolexeclibgotestinginternalDATA:
2176 @$(NORMAL_UNINSTALL)
2177 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2178 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2179 dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir)
2180 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2181 @$(NORMAL_INSTALL)
2182 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2183 if test -n "$$list"; then \
2184 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2185 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2186 fi; \
2187 for p in $$list; do \
2188 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2189 echo "$$d$$p"; \
2190 done | $(am__base_list) | \
2191 while read files; do \
2192 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2193 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2194 done
2195
2196 uninstall-toolexeclibgotextDATA:
2197 @$(NORMAL_UNINSTALL)
2198 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2199 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2200 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2201 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2202 @$(NORMAL_INSTALL)
2203 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2204 if test -n "$$list"; then \
2205 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2206 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2207 fi; \
2208 for p in $$list; do \
2209 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2210 echo "$$d$$p"; \
2211 done | $(am__base_list) | \
2212 while read files; do \
2213 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2214 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2215 done
2216
2217 uninstall-toolexeclibgotexttemplateDATA:
2218 @$(NORMAL_UNINSTALL)
2219 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2220 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2221 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2222 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2223 @$(NORMAL_INSTALL)
2224 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2225 if test -n "$$list"; then \
2226 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2227 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2228 fi; \
2229 for p in $$list; do \
2230 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2231 echo "$$d$$p"; \
2232 done | $(am__base_list) | \
2233 while read files; do \
2234 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2235 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2236 done
2237
2238 uninstall-toolexeclibgounicodeDATA:
2239 @$(NORMAL_UNINSTALL)
2240 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2241 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2242 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2243
2244 # This directory's subdirectories are mostly independent; you can cd
2245 # into them and run 'make' without going through this Makefile.
2246 # To change the values of 'make' variables: instead of editing Makefiles,
2247 # (1) if the variable is set in 'config.status', edit 'config.status'
2248 # (which will cause the Makefiles to be regenerated when you run 'make');
2249 # (2) otherwise, pass the desired values on the 'make' command line.
2250 $(am__recursive_targets):
2251 @fail=; \
2252 if $(am__make_keepgoing); then \
2253 failcom='fail=yes'; \
2254 else \
2255 failcom='exit 1'; \
2256 fi; \
2257 dot_seen=no; \
2258 target=`echo $@ | sed s/-recursive//`; \
2259 case "$@" in \
2260 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2261 *) list='$(SUBDIRS)' ;; \
2262 esac; \
2263 for subdir in $$list; do \
2264 echo "Making $$target in $$subdir"; \
2265 if test "$$subdir" = "."; then \
2266 dot_seen=yes; \
2267 local_target="$$target-am"; \
2268 else \
2269 local_target="$$target"; \
2270 fi; \
2271 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2272 || eval $$failcom; \
2273 done; \
2274 if test "$$dot_seen" = "no"; then \
2275 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2276 fi; test -z "$$fail"
2277
2278 ID: $(am__tagged_files)
2279 $(am__define_uniq_tagged_files); mkid -fID $$unique
2280 tags: tags-recursive
2281 TAGS: tags
2282
2283 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2284 set x; \
2285 here=`pwd`; \
2286 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2287 include_option=--etags-include; \
2288 empty_fix=.; \
2289 else \
2290 include_option=--include; \
2291 empty_fix=; \
2292 fi; \
2293 list='$(SUBDIRS)'; for subdir in $$list; do \
2294 if test "$$subdir" = .; then :; else \
2295 test ! -f $$subdir/TAGS || \
2296 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2297 fi; \
2298 done; \
2299 $(am__define_uniq_tagged_files); \
2300 shift; \
2301 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2302 test -n "$$unique" || unique=$$empty_fix; \
2303 if test $$# -gt 0; then \
2304 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2305 "$$@" $$unique; \
2306 else \
2307 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2308 $$unique; \
2309 fi; \
2310 fi
2311 ctags: ctags-recursive
2312
2313 CTAGS: ctags
2314 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2315 $(am__define_uniq_tagged_files); \
2316 test -z "$(CTAGS_ARGS)$$unique" \
2317 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2318 $$unique
2319
2320 GTAGS:
2321 here=`$(am__cd) $(top_builddir) && pwd` \
2322 && $(am__cd) $(top_srcdir) \
2323 && gtags -i $(GTAGS_ARGS) "$$here"
2324 cscope: cscope.files
2325 test ! -s cscope.files \
2326 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2327 clean-cscope:
2328 -rm -f cscope.files
2329 cscope.files: clean-cscope cscopelist
2330 cscopelist: cscopelist-recursive
2331
2332 cscopelist-am: $(am__tagged_files)
2333 list='$(am__tagged_files)'; \
2334 case "$(srcdir)" in \
2335 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2336 *) sdir=$(subdir)/$(srcdir) ;; \
2337 esac; \
2338 for i in $$list; do \
2339 if test -f "$$i"; then \
2340 echo "$(subdir)/$$i"; \
2341 else \
2342 echo "$$sdir/$$i"; \
2343 fi; \
2344 done >> $(top_builddir)/cscope.files
2345
2346 distclean-tags:
2347 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2348 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2349 check-am: all-am
2350 check: check-recursive
2351 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h \
2352 all-local
2353 installdirs: installdirs-recursive
2354 installdirs-am:
2355 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 \
2356 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2357 done
2358 install: install-recursive
2359 install-exec: install-exec-recursive
2360 install-data: install-data-recursive
2361 uninstall: uninstall-recursive
2362
2363 install-am: all-am
2364 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2365
2366 installcheck: installcheck-recursive
2367 install-strip:
2368 if test -z '$(STRIP)'; then \
2369 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2370 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2371 install; \
2372 else \
2373 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2374 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2375 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2376 fi
2377 mostlyclean-generic:
2378 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2379
2380 clean-generic:
2381 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2382
2383 distclean-generic:
2384 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2385 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2386 -rm -f runtime/$(DEPDIR)/$(am__dirstamp)
2387 -rm -f runtime/$(am__dirstamp)
2388
2389 maintainer-clean-generic:
2390 @echo "This command is intended for maintainers to use"
2391 @echo "it deletes files that may require special tools to rebuild."
2392 clean: clean-recursive
2393
2394 clean-am: clean-generic clean-libtool clean-local \
2395 clean-noinstLIBRARIES clean-toolexeclibLIBRARIES \
2396 clean-toolexeclibLTLIBRARIES mostlyclean-am
2397
2398 distclean: distclean-recursive
2399 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2400 -rm -rf runtime/$(DEPDIR)
2401 -rm -f Makefile
2402 distclean-am: clean-am distclean-compile distclean-generic \
2403 distclean-hdr distclean-libtool distclean-local distclean-tags
2404
2405 dvi: dvi-recursive
2406
2407 dvi-am:
2408
2409 html: html-recursive
2410
2411 html-am:
2412
2413 info: info-recursive
2414
2415 info-am:
2416
2417 install-data-am:
2418
2419 install-dvi: install-dvi-recursive
2420
2421 install-dvi-am:
2422
2423 install-exec-am: install-exec-local install-toolexeclibLIBRARIES \
2424 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2425 install-toolexeclibgoarchiveDATA \
2426 install-toolexeclibgocompressDATA \
2427 install-toolexeclibgocontainerDATA \
2428 install-toolexeclibgocryptoDATA \
2429 install-toolexeclibgocryptox509DATA \
2430 install-toolexeclibgodatabaseDATA \
2431 install-toolexeclibgodatabasesqlDATA \
2432 install-toolexeclibgodebugDATA \
2433 install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2434 install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \
2435 install-toolexeclibgoimageDATA \
2436 install-toolexeclibgoimagecolorDATA \
2437 install-toolexeclibgoindexDATA \
2438 install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2439 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2440 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2441 install-toolexeclibgonethttpDATA \
2442 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2443 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2444 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2445 install-toolexeclibgotestingDATA \
2446 install-toolexeclibgotestinginternalDATA \
2447 install-toolexeclibgotextDATA \
2448 install-toolexeclibgotexttemplateDATA \
2449 install-toolexeclibgounicodeDATA
2450
2451 install-html: install-html-recursive
2452
2453 install-html-am:
2454
2455 install-info: install-info-recursive
2456
2457 install-info-am:
2458
2459 install-man:
2460
2461 install-pdf: install-pdf-recursive
2462
2463 install-pdf-am:
2464
2465 install-ps: install-ps-recursive
2466
2467 install-ps-am:
2468
2469 installcheck-am:
2470
2471 maintainer-clean: maintainer-clean-recursive
2472 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2473 -rm -rf $(top_srcdir)/autom4te.cache
2474 -rm -rf runtime/$(DEPDIR)
2475 -rm -f Makefile
2476 maintainer-clean-am: distclean-am maintainer-clean-generic \
2477 maintainer-clean-local
2478
2479 mostlyclean: mostlyclean-recursive
2480
2481 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2482 mostlyclean-libtool mostlyclean-local
2483
2484 pdf: pdf-recursive
2485
2486 pdf-am:
2487
2488 ps: ps-recursive
2489
2490 ps-am:
2491
2492 uninstall-am: uninstall-toolexeclibLIBRARIES \
2493 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2494 uninstall-toolexeclibgoarchiveDATA \
2495 uninstall-toolexeclibgocompressDATA \
2496 uninstall-toolexeclibgocontainerDATA \
2497 uninstall-toolexeclibgocryptoDATA \
2498 uninstall-toolexeclibgocryptox509DATA \
2499 uninstall-toolexeclibgodatabaseDATA \
2500 uninstall-toolexeclibgodatabasesqlDATA \
2501 uninstall-toolexeclibgodebugDATA \
2502 uninstall-toolexeclibgoencodingDATA \
2503 uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
2504 uninstall-toolexeclibgohtmlDATA \
2505 uninstall-toolexeclibgoimageDATA \
2506 uninstall-toolexeclibgoimagecolorDATA \
2507 uninstall-toolexeclibgoindexDATA \
2508 uninstall-toolexeclibgointernalDATA \
2509 uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2510 uninstall-toolexeclibgomathDATA \
2511 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2512 uninstall-toolexeclibgonethttpDATA \
2513 uninstall-toolexeclibgonetrpcDATA \
2514 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2515 uninstall-toolexeclibgoregexpDATA \
2516 uninstall-toolexeclibgoruntimeDATA \
2517 uninstall-toolexeclibgosyncDATA \
2518 uninstall-toolexeclibgotestingDATA \
2519 uninstall-toolexeclibgotestinginternalDATA \
2520 uninstall-toolexeclibgotextDATA \
2521 uninstall-toolexeclibgotexttemplateDATA \
2522 uninstall-toolexeclibgounicodeDATA
2523
2524 .MAKE: $(am__recursive_targets) all install-am install-strip
2525
2526 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2527 am--refresh check check-am clean clean-cscope clean-generic \
2528 clean-libtool clean-local clean-noinstLIBRARIES \
2529 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES cscope \
2530 cscopelist-am ctags ctags-am distclean distclean-compile \
2531 distclean-generic distclean-hdr distclean-libtool \
2532 distclean-local distclean-tags dvi dvi-am html html-am info \
2533 info-am install install-am install-data install-data-am \
2534 install-dvi install-dvi-am install-exec install-exec-am \
2535 install-exec-local install-html install-html-am install-info \
2536 install-info-am install-man install-pdf install-pdf-am \
2537 install-ps install-ps-am install-strip \
2538 install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \
2539 install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \
2540 install-toolexeclibgocompressDATA \
2541 install-toolexeclibgocontainerDATA \
2542 install-toolexeclibgocryptoDATA \
2543 install-toolexeclibgocryptox509DATA \
2544 install-toolexeclibgodatabaseDATA \
2545 install-toolexeclibgodatabasesqlDATA \
2546 install-toolexeclibgodebugDATA \
2547 install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \
2548 install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \
2549 install-toolexeclibgoimageDATA \
2550 install-toolexeclibgoimagecolorDATA \
2551 install-toolexeclibgoindexDATA \
2552 install-toolexeclibgointernalDATA install-toolexeclibgoioDATA \
2553 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2554 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2555 install-toolexeclibgonethttpDATA \
2556 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2557 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2558 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2559 install-toolexeclibgotestingDATA \
2560 install-toolexeclibgotestinginternalDATA \
2561 install-toolexeclibgotextDATA \
2562 install-toolexeclibgotexttemplateDATA \
2563 install-toolexeclibgounicodeDATA installcheck installcheck-am \
2564 installdirs installdirs-am maintainer-clean \
2565 maintainer-clean-generic maintainer-clean-local mostlyclean \
2566 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2567 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
2568 uninstall-am uninstall-toolexeclibLIBRARIES \
2569 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
2570 uninstall-toolexeclibgoarchiveDATA \
2571 uninstall-toolexeclibgocompressDATA \
2572 uninstall-toolexeclibgocontainerDATA \
2573 uninstall-toolexeclibgocryptoDATA \
2574 uninstall-toolexeclibgocryptox509DATA \
2575 uninstall-toolexeclibgodatabaseDATA \
2576 uninstall-toolexeclibgodatabasesqlDATA \
2577 uninstall-toolexeclibgodebugDATA \
2578 uninstall-toolexeclibgoencodingDATA \
2579 uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \
2580 uninstall-toolexeclibgohtmlDATA \
2581 uninstall-toolexeclibgoimageDATA \
2582 uninstall-toolexeclibgoimagecolorDATA \
2583 uninstall-toolexeclibgoindexDATA \
2584 uninstall-toolexeclibgointernalDATA \
2585 uninstall-toolexeclibgoioDATA uninstall-toolexeclibgologDATA \
2586 uninstall-toolexeclibgomathDATA \
2587 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
2588 uninstall-toolexeclibgonethttpDATA \
2589 uninstall-toolexeclibgonetrpcDATA \
2590 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
2591 uninstall-toolexeclibgoregexpDATA \
2592 uninstall-toolexeclibgoruntimeDATA \
2593 uninstall-toolexeclibgosyncDATA \
2594 uninstall-toolexeclibgotestingDATA \
2595 uninstall-toolexeclibgotestinginternalDATA \
2596 uninstall-toolexeclibgotextDATA \
2597 uninstall-toolexeclibgotexttemplateDATA \
2598 uninstall-toolexeclibgounicodeDATA
2599
2600 .PRECIOUS: Makefile
2601
2602
2603 version.go: s-version; @true
2604 s-version: Makefile
2605 rm -f version.go.tmp
2606 echo "package sys" > version.go.tmp
2607 echo 'func init() { DefaultGoroot = "$(prefix)" }' >> version.go.tmp
2608 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
2609 echo 'const Goexperiment = ``' >> version.go.tmp
2610 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
2611 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
2612 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
2613 echo >> version.go.tmp
2614 echo "type ArchFamilyType int" >> version.go.tmp
2615 echo >> version.go.tmp
2616 echo "const (" >> version.go.tmp
2617 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
2618 for a in $(ALLGOARCHFAMILY); do \
2619 echo " $${a}" >> version.go.tmp; \
2620 done
2621 echo ")" >> version.go.tmp
2622 echo >> version.go.tmp
2623 for a in $(ALLGOARCH); do \
2624 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2625 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2626 if test "$${a}" = "$(GOARCH)"; then \
2627 echo "const Goarch$${n} = 1" >> version.go.tmp; \
2628 else \
2629 echo "const Goarch$${n} = 0" >> version.go.tmp; \
2630 fi; \
2631 done
2632 echo >> version.go.tmp
2633 echo "const (" >> version.go.tmp
2634 echo " ArchFamily = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) family`" >> version.go.tmp
2635 echo " BigEndian = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) bigendian`" >> version.go.tmp
2636 echo " CacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> version.go.tmp
2637 echo " DefaultPhysPageSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) defaultphyspagesize`" >> version.go.tmp
2638 echo " Int64Align = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) int64align`" >> version.go.tmp
2639 echo " MinFrameSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) minframesize`" >> version.go.tmp
2640 echo " PCQuantum = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) pcquantum`" >> version.go.tmp
2641 echo ")" >> version.go.tmp
2642 echo >> version.go.tmp
2643 for a in $(ALLGOOS); do \
2644 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
2645 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
2646 if test "$${a}" = "$(GOOS)"; then \
2647 echo "const Goos$${n} = 1" >> version.go.tmp; \
2648 else \
2649 echo "const Goos$${n} = 0" >> version.go.tmp; \
2650 fi; \
2651 done
2652 echo >> version.go.tmp
2653 echo "type Uintreg uintptr" >> version.go.tmp
2654 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
2655 $(STAMP) $@
2656
2657 cpugen.go: s-cpu; @true
2658 s-cpu: Makefile
2659 rm -f cpugen.go.tmp
2660 echo "package cpu" > cpugen.go.tmp
2661 echo "const CacheLinePadSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> cpugen.go.tmp
2662 echo "const FunctionDescriptors = $(FUNCTION_DESCRIPTORS)" >> cpugen.go.tmp
2663 $(SHELL) $(srcdir)/mvifdiff.sh cpugen.go.tmp cpugen.go
2664 $(STAMP) $@
2665
2666 gcpugen.go: s-gcpu; @true
2667 s-gcpu: Makefile
2668 rm -f gcpugen.go.tmp
2669 echo "package cpu" > gcpugen.go.tmp
2670 echo "const cacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> gcpugen.go.tmp
2671 $(SHELL) $(srcdir)/mvifdiff.sh gcpugen.go.tmp gcpugen.go
2672 $(STAMP) $@
2673
2674 objabi.go: s-objabi; @true
2675 s-objabi: Makefile
2676 rm -f objabi.go.tmp
2677 echo "package objabi" > objabi.go.tmp
2678 echo "import \"runtime\"" >> objabi.go.tmp
2679 echo 'func defaultGOROOTValue() string { return `$(prefix)` }' >> objabi.go.tmp
2680 echo 'const defaultGO386 = `sse2`' >> objabi.go.tmp
2681 echo 'const defaultGOARM = `5`' >> objabi.go.tmp
2682 echo 'const defaultGOMIPS = `hardfloat`' >> objabi.go.tmp
2683 echo 'const defaultGOMIPS64 = `hardfloat`' >> objabi.go.tmp
2684 echo 'const defaultGOPPC64 = `power8`' >> objabi.go.tmp
2685 echo 'const defaultGOOS = runtime.GOOS' >> objabi.go.tmp
2686 echo 'const defaultGOARCH = runtime.GOARCH' >> objabi.go.tmp
2687 echo 'const defaultGO_EXTLINK_ENABLED = ``' >> objabi.go.tmp
2688 echo 'const defaultGO_LDSO = ``' >> objabi.go.tmp
2689 echo 'const version = `'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'`' >> objabi.go.tmp
2690 echo 'const stackGuardMultiplierDefault = 1' >> objabi.go.tmp
2691 echo 'const goexperiment = ``' >> objabi.go.tmp
2692 $(SHELL) $(srcdir)/mvifdiff.sh objabi.go.tmp objabi.go
2693 $(STAMP) $@
2694
2695 gccgosizes.go: s-gccgosizes; @true
2696 s-gccgosizes: Makefile goarch.sh
2697 rm -f gccgosizes.go.tmp
2698 echo "package types" > gccgosizes.go.tmp
2699 echo >> gccgosizes.go.tmp
2700 echo "var gccgoArchSizes = map[string]*StdSizes{" >> gccgosizes.go.tmp
2701 for a in $(ALLGOARCH); do \
2702 ptrsize=`$(SHELL) $(srcdir)/goarch.sh $$a ptrsize`; \
2703 maxalign=`$(SHELL) $(srcdir)/goarch.sh $$a maxalign`; \
2704 echo " \"$$a\": {$${ptrsize}, $${maxalign}}," >> gccgosizes.go.tmp; \
2705 done
2706 echo "}" >> gccgosizes.go.tmp
2707 $(SHELL) $(srcdir)/mvifdiff.sh gccgosizes.go.tmp gccgosizes.go
2708 $(STAMP) $@
2709
2710 runtime_sysinfo.go: s-runtime_sysinfo; @true
2711 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
2712 GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mkrsysinfo.sh
2713 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
2714 $(STAMP) $@
2715
2716 sigtab.go: s-sigtab; @true
2717 s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
2718 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
2719 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
2720 $(STAMP) $@
2721
2722 zdefaultcc.go: s-zdefaultcc; @true
2723 s-zdefaultcc: Makefile
2724 echo 'package cfg' > zdefaultcc.go.tmp
2725 echo >> zdefaultcc.go.tmp
2726 echo 'func DefaultGCCGO(goos, goarch string) string { return "$(bindir)/$(GCCGO_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2727 echo 'func DefaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2728 echo 'func DefaultCXX(goos, goarch string) string { return "$(GXX_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2729 echo 'const DefaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
2730 echo 'var OSArchSupportsCgo = map[string]bool{}' >> zdefaultcc.go.tmp
2731 $(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
2732 $(STAMP) $@
2733
2734 # Post-process runtime.inc.raw (raw output of -fgo-c-header option when
2735 # compiling runtime) to prune out certain types that should not be
2736 # exported back to C. See comments in mkruntimeinc.sh for more details.
2737 runtime.inc: s-runtime-inc; @true
2738 s-runtime-inc: runtime.lo mkruntimeinc.sh Makefile
2739 $(SHELL) $(srcdir)/mkruntimeinc.sh
2740 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime.inc runtime.inc
2741 $(STAMP) $@
2742
2743 # Generate the list of go std packages that were included in libgo
2744 zstdpkglist.go: s-zstdpkglist; @true
2745 s-zstdpkglist: Makefile
2746 rm -f zstdpkglist.go.tmp
2747 echo 'package goroot' > zstdpkglist.go.tmp
2748 echo "" >> zstdpkglist.go.tmp
2749 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
2750 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
2751 echo '}' >> zstdpkglist.go.tmp
2752 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
2753 $(STAMP) $@
2754
2755 libcalls.go: s-libcalls; @true
2756 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
2757 rm -f libcalls.go.tmp
2758 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
2759 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
2760 $(STAMP) $@
2761
2762 libcalls-list: s-libcalls-list; @true
2763 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
2764 rm -f libcalls-list.tmp
2765 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
2766 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
2767 $(STAMP) $@
2768
2769 syscall_arch.go: s-syscall_arch; @true
2770 s-syscall_arch: Makefile
2771 rm -f syscall_arch.go.tmp
2772 echo "package syscall" > syscall_arch.go.tmp
2773 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
2774 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
2775 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
2776 $(STAMP) $@
2777
2778 gen-sysinfo.go: s-gen-sysinfo; @true
2779 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
2780 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
2781 rm -f sysinfo.s
2782 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
2783 $(STAMP) $@
2784
2785 errno.i: s-errno; @true
2786 s-errno:
2787 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
2788 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
2789 $(STAMP) $@
2790
2791 sysinfo.go: s-sysinfo; @true
2792 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
2793 GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mksysinfo.sh
2794 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
2795 $(STAMP) $@
2796
2797 # The epoll struct has an embedded union and is packed on x86_64,
2798 # which is too complicated for mksysinfo.sh. We find the offset of
2799 # the only field we care about in configure.ac, and generate the
2800 # struct here.
2801 epoll.go: s-epoll; @true
2802 s-epoll: Makefile
2803 rm -f epoll.go.tmp
2804 echo 'package syscall' > epoll.go.tmp
2805 echo 'type EpollEvent struct {' >> epoll.go.tmp
2806 echo ' Events uint32' >> epoll.go.tmp
2807 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
2808 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
2809 exit 1; ;; \
2810 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
2811 12,4) echo ' Fd int32' >> epoll.go.tmp; \
2812 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
2813 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
2814 echo ' Fd int32' >> epoll.go.tmp; ;; \
2815 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
2816 echo ' Fd int32' >> epoll.go.tmp; \
2817 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
2818 *) echo 1>&2 "*** struct epoll_event unsupported"; \
2819 exit 1; ;; \
2820 esac
2821 echo '}' >> epoll.go.tmp
2822 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
2823 $(STAMP) $@
2824
2825 define STATIC_template
2826 $(subst -,_,$(subst .,_,$(subst /,_,$(1))))_GOCFLAGS = -static
2827 endef
2828
2829 $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call STATIC_template,$(package).lo)))
2830
2831 # Make sure runtime.inc is built before compiling any .c file.
2832 $(libgo_la_OBJECTS): runtime.inc
2833 $(libgo_llgo_la_OBJECTS): runtime.inc
2834 $(libgobegin_a_OBJECTS): runtime.inc
2835 $(libgobegin_llgo_a_OBJECTS): runtime.inc
2836 $(libgolibbegin_a_OBJECTS): runtime.inc
2837
2838 # PACKAGE_template defines the rules for each package.
2839 # For example, for the package bufio, it produces:
2840 #
2841 # @go_include@ bufio.lo.dep
2842 # bufio.lo.dep: $(srcdir)/go/bufio/*.go
2843 # $(BUILDDEPS)
2844 # bufio.lo:
2845 # $(BUILDPACKAGE)
2846 # bufio/check: $(CHECK_DEPS)
2847 # @$(CHECK)
2848 # .PHONY: bufio/check
2849 #
2850 # This is invoked with $(1) set to a package, which is a directory name,
2851 # such as "bufio" or "archive/tar".
2852 define PACKAGE_template
2853 @go_include@ $(1).lo.dep
2854 $(1).lo.dep: $(srcdir)/go/$(1)/*.go
2855 $$(BUILDDEPS)
2856 $(1).lo:
2857 $$(BUILDPACKAGE)
2858 $(1)/check: $$(CHECK_DEPS)
2859 @$$(CHECK)
2860 .PHONY: $(1)/check
2861 $(1).gox: $(1).s-gox; @true
2862 $(1).s-gox: $(1).lo
2863 $$(BUILDGOX)
2864 $$(STAMP) $$@
2865 endef
2866
2867 # This line expands PACKAGE_template once for each package name listed
2868 # in $(PACKAGES).
2869 $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
2870 $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call PACKAGE_template,$(package))))
2871 runtime.lo.dep: $(extra_go_files_runtime)
2872 syscall.lo.dep: $(extra_go_files_syscall)
2873 runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
2874 internal/cpu.lo.dep: $(extra_go_files_internal_cpu)
2875 golang.org/x/sys/cpu.lo.dep: $(extra_go_files_golang_org_x_sys_cpu)
2876 internal/goroot.lo.dep: $(extra_go_files_internal_goroot)
2877 go/types.lo.dep: $(extra_go_files_go_types)
2878 cmd/internal/objabi.lo.dep: $(extra_go_files_cmd_internal_objabi)
2879 cmd/go/internal/cfg.lo.dep: $(extra_go_files_cmd_go_internal_cfg)
2880
2881 # FIXME: The following C files may as well move to the runtime
2882 # directory and be treated like other C files.
2883
2884 # Use C code to speed up internal/bytealg.IndexByte and friends.
2885 internal/bytealg/bytealg.lo: go/internal/bytealg/bytealg.c runtime.inc
2886 @$(MKDIR_P) internal/bytealg
2887 $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/bytealg/bytealg.c
2888
2889 # Use a C function with a fixed number of arguments to call a C
2890 # varargs function.
2891 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
2892 @$(MKDIR_P) log/syslog
2893 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
2894
2895 # The interface to libffi from the reflect package is written in C.
2896 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
2897 @$(MKDIR_P) reflect
2898 $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
2899
2900 # The atomic functions are written in C.
2901 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
2902 @$(MKDIR_P) runtime/internal
2903 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
2904 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
2905 @$(MKDIR_P) sync
2906 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
2907
2908 # A few syscall functions are written in C.
2909 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
2910 @$(MKDIR_P) syscall
2911 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
2912 syscall/errno.lo: go/syscall/errno.c runtime.inc
2913 @$(MKDIR_P) syscall
2914 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
2915 syscall/signame.lo: go/syscall/signame.c runtime.inc
2916 @$(MKDIR_P) syscall
2917 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
2918 syscall/wait.lo: go/syscall/wait.c runtime.inc
2919 @$(MKDIR_P) syscall
2920 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
2921
2922 # internal/cpu needs some C code.
2923 internal/cpu/cpu_gccgo.lo: go/internal/cpu/cpu_gccgo.c runtime.inc
2924 @$(MKDIR_P) internal/cpu
2925 $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/cpu/cpu_gccgo.c
2926
2927 # Similarly, golang.org/x/sys/cpu needs some C code.
2928 golang.org/x/sys/cpu_gccgo.lo: go/golang.org/x/sys/cpu/cpu_gccgo.c runtime.inc
2929 @$(MKDIR_P) golang.org/x/sys
2930 $(LTCOMPILE) -c -o $@ $(srcdir)/go/golang.org/x/sys/cpu/cpu_gccgo.c
2931
2932 # Build golang.org/x/net/route only on BSD systems.
2933
2934 @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/route))
2935
2936 # Build golang.org/x/net/lif only on Solaris systems.
2937
2938 @LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,golang.org/x/net/lif))
2939
2940 check: check-tail
2941 check-recursive: check-head
2942
2943 check-head:
2944 @echo "Test Run By $${USER} on `date`" > libgo.head
2945 @echo "Native configuration is $(host_triplet)" >> libgo.head
2946 @echo >> libgo.head
2947 @echo " === libgo tests ===" >> libgo.head
2948 @echo >> libgo.head
2949
2950 check-tail: check-recursive check-multi
2951 @if test "$(USE_DEJAGNU)" = "yes"; then \
2952 exit 0; \
2953 fi; \
2954 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
2955 for dir in . $(MULTIDIRS); do \
2956 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
2957 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
2958 done; \
2959 mv libgo.head libgo.sum; \
2960 cp libgo.sum libgo.log; \
2961 echo "Schedule of variations:" >> libgo.sum; \
2962 for dir in . $(MULTIDIRS); do \
2963 multidir=../$${dir}/$${lib}; \
2964 multivar=`cat $${multidir}/libgo.var`; \
2965 echo " $${multivar}" >> libgo.sum; \
2966 done; \
2967 echo >> libgo.sum; \
2968 pass=0; fail=0; untested=0; \
2969 for dir in . $(MULTIDIRS); do \
2970 multidir=../$${dir}/$${lib}; \
2971 multivar=`cat $${multidir}/libgo.var`; \
2972 echo "Running target $${multivar}" >> libgo.sum; \
2973 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
2974 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
2975 cat $${multidir}/libgo.log.sep >> libgo.log; \
2976 if test -n "${MULTIDIRS}"; then \
2977 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
2978 echo >> libgo.sum; \
2979 fi; \
2980 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
2981 pass=`expr $$pass + $$p`; \
2982 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2983 echo "# of expected passes $$p" >> libgo.sum; \
2984 fi; \
2985 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
2986 fail=`expr $$fail + $$p`; \
2987 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2988 echo "# of unexpected failures $$p" >> libgo.sum; \
2989 fi; \
2990 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
2991 untested=`expr $$untested + $$p`; \
2992 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
2993 echo "# of untested testcases $$p" >> libgo.sum; \
2994 fi; \
2995 done; \
2996 echo >> libgo.sum; \
2997 echo " === libgo Summary ===" >> libgo.sum; \
2998 echo >> libgo.sum; \
2999 if test "$$pass" -ne "0"; then \
3000 echo "# of expected passes $$pass" >> libgo.sum; \
3001 fi; \
3002 if test "$$fail" -ne "0"; then \
3003 echo "# of unexpected failures $$fail" >> libgo.sum; \
3004 fi; \
3005 if test "$$untested" -ne "0"; then \
3006 echo "# of untested testcases $$untested" >> libgo.sum; \
3007 fi; \
3008 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3009 echo >> libgo.log; \
3010 echo "runtest completed at `date`" >> libgo.log; \
3011 if test "$$fail" -ne "0"; then \
3012 status=1; \
3013 else \
3014 status=0; \
3015 fi; \
3016 exit $$status
3017
3018 check-am:
3019 @rm -f libgo.sum libgo.log libgo.tail
3020 @multivar="unix"; \
3021 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3022 echo "$${multivar}" > libgo.var
3023 @for f in $(TEST_PACKAGES); do \
3024 rm -f $$f-testsum $$f-testlog; \
3025 done
3026 -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES)
3027 @for f in $(TEST_PACKAGES); do \
3028 if test -f $$f-testsum; then \
3029 cat $$f-testsum >> libgo.sum; \
3030 fi; \
3031 if test -f $$f-testlog; then \
3032 cat $$f-testlog >> libgo.log; \
3033 fi; \
3034 done
3035
3036 check-multi:
3037 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3038
3039 bench:
3040 -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) GOBENCH=.
3041
3042 mostlyclean-local:
3043 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3044 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3045 find . -name '*-testsum' -print | xargs rm -f
3046 find . -name '*-testlog' -print | xargs rm -f
3047
3048 clean-local:
3049 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3050 find . -name '*.a' -print | xargs rm -f
3051 find . -name '*.gox' -print | xargs rm -f
3052 find . -name '*.s-gox' -print | xargs rm -f
3053
3054 distclean-local:
3055 find . -name '*.lo.dep' -print | xargs rm -f
3056
3057 # GNU Make needs to see an explicit $(MAKE) variable in the command it
3058 # runs to enable its job server during parallel builds. Hence the
3059 # comments below.
3060 all-multi:
3061 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
3062 install-multi:
3063 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
3064 mostlyclean-multi:
3065 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
3066 clean-multi:
3067 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
3068 distclean-multi:
3069 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
3070 maintainer-clean-multi:
3071 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
3072
3073 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
3074 install-multi maintainer-clean-multi mostlyclean-multi
3075
3076 install-exec-local: install-multi
3077
3078 all-local: all-multi
3079 mostlyclean-local: mostlyclean-multi
3080 clean-local: clean-multi
3081 distclean-local: distclean-multi
3082 maintainer-clean-local: maintainer-clean-multi
3083
3084 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3085 # Otherwise a system limit (for SysV at least) may be exceeded.
3086 .NOEXPORT: