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