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