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