2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libgo / Makefile.in
blobd6e3eace40cee4f8635613176d47019b6eba7fd8
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Makefile.am -- Go library Makefile.
20 # Copyright 2009 The Go Authors. All rights reserved.
21 # Use of this source code is governed by a BSD-style
22 # license that can be found in the LICENSE file.
24 # Process this file with autoreconf to produce Makefile.in.
28 VPATH = @srcdir@
29 am__make_dryrun = \
30 { \
31 am__dry=no; \
32 case $$MAKEFLAGS in \
33 *\\[\ \ ]*) \
34 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
35 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
36 *) \
37 for am__flg in $$MAKEFLAGS; do \
38 case $$am__flg in \
39 *=*|--*) ;; \
40 *n*) am__dry=yes; break;; \
41 esac; \
42 done;; \
43 esac; \
44 test $$am__dry = yes; \
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkglibexecdir = $(libexecdir)/@PACKAGE@
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_triplet = @build@
63 host_triplet = @host@
64 target_triplet = @target@
65 @GOC_IS_LLGO_TRUE@am__append_1 = libgo-llgo.la libgobegin-llgo.a
66 @GOC_IS_LLGO_FALSE@am__append_2 = libgo.la libgobegin.a
67 subdir = .
68 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
69 $(top_srcdir)/configure $(am__configure_deps) \
70 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
71 $(srcdir)/../depcomp
72 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
74 $(top_srcdir)/../config/hwcaps.m4 \
75 $(top_srcdir)/../config/lead-dot.m4 \
76 $(top_srcdir)/../config/multi.m4 \
77 $(top_srcdir)/../config/override.m4 \
78 $(top_srcdir)/../config/unwind_ipinfo.m4 \
79 $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
80 $(top_srcdir)/config/ltoptions.m4 \
81 $(top_srcdir)/config/ltsugar.m4 \
82 $(top_srcdir)/config/ltversion.m4 \
83 $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
84 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85 $(ACLOCAL_M4)
86 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
87 configure.lineno config.status.lineno
88 CONFIG_HEADER = config.h
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92 am__vpath_adj = case $$p in \
93 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94 *) f=$$p;; \
95 esac;
96 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
97 am__install_max = 40
98 am__nobase_strip_setup = \
99 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
100 am__nobase_strip = \
101 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
102 am__nobase_list = $(am__nobase_strip_setup); \
103 for p in $$list; do echo "$$p $$p"; done | \
104 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
105 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
106 if (++n[$$2] == $(am__install_max)) \
107 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
108 END { for (dir in files) print dir, files[dir] }'
109 am__base_list = \
110 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
111 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
112 am__uninstall_files_from_dir = { \
113 test -z "$$files" \
114 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
115 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
116 $(am__cd) "$$dir" && rm -f $$files; }; \
118 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
119 "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \
120 "$(DESTDIR)$(toolexeclibgoarchivedir)" \
121 "$(DESTDIR)$(toolexeclibgocompressdir)" \
122 "$(DESTDIR)$(toolexeclibgocontainerdir)" \
123 "$(DESTDIR)$(toolexeclibgocryptodir)" \
124 "$(DESTDIR)$(toolexeclibgocryptox509dir)" \
125 "$(DESTDIR)$(toolexeclibgodatabasedir)" \
126 "$(DESTDIR)$(toolexeclibgodatabasesqldir)" \
127 "$(DESTDIR)$(toolexeclibgodebugdir)" \
128 "$(DESTDIR)$(toolexeclibgoencodingdir)" \
129 "$(DESTDIR)$(toolexeclibgoexpdir)" \
130 "$(DESTDIR)$(toolexeclibgogodir)" \
131 "$(DESTDIR)$(toolexeclibgohashdir)" \
132 "$(DESTDIR)$(toolexeclibgohtmldir)" \
133 "$(DESTDIR)$(toolexeclibgoimagedir)" \
134 "$(DESTDIR)$(toolexeclibgoimagecolordir)" \
135 "$(DESTDIR)$(toolexeclibgoindexdir)" \
136 "$(DESTDIR)$(toolexeclibgoiodir)" \
137 "$(DESTDIR)$(toolexeclibgologdir)" \
138 "$(DESTDIR)$(toolexeclibgomathdir)" \
139 "$(DESTDIR)$(toolexeclibgomimedir)" \
140 "$(DESTDIR)$(toolexeclibgonetdir)" \
141 "$(DESTDIR)$(toolexeclibgonethttpdir)" \
142 "$(DESTDIR)$(toolexeclibgonetrpcdir)" \
143 "$(DESTDIR)$(toolexeclibgoosdir)" \
144 "$(DESTDIR)$(toolexeclibgopathdir)" \
145 "$(DESTDIR)$(toolexeclibgoregexpdir)" \
146 "$(DESTDIR)$(toolexeclibgoruntimedir)" \
147 "$(DESTDIR)$(toolexeclibgosyncdir)" \
148 "$(DESTDIR)$(toolexeclibgotestingdir)" \
149 "$(DESTDIR)$(toolexeclibgotestinginternaldir)" \
150 "$(DESTDIR)$(toolexeclibgotextdir)" \
151 "$(DESTDIR)$(toolexeclibgotexttemplatedir)" \
152 "$(DESTDIR)$(toolexeclibgounicodedir)"
153 LIBRARIES = $(toolexeclib_LIBRARIES)
154 ARFLAGS = cru
155 libgobegin_llgo_a_AR = $(AR) $(ARFLAGS)
156 libgobegin_llgo_a_LIBADD =
157 am_libgobegin_llgo_a_OBJECTS = libgobegin_llgo_a-go-main.$(OBJEXT)
158 libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS)
159 libgobegin_a_AR = $(AR) $(ARFLAGS)
160 libgobegin_a_LIBADD =
161 am_libgobegin_a_OBJECTS = libgobegin_a-go-main.$(OBJEXT)
162 libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS)
163 libgolibbegin_a_AR = $(AR) $(ARFLAGS)
164 libgolibbegin_a_LIBADD =
165 am_libgolibbegin_a_OBJECTS = libgolibbegin_a-go-libmain.$(OBJEXT)
166 libgolibbegin_a_OBJECTS = $(am_libgolibbegin_a_OBJECTS)
167 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
168 @LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo
169 am__DEPENDENCIES_2 = $(addsuffix .lo,$(PACKAGES)) bytes/index.lo \
170 reflect/makefunc_ffi_c.lo strings/index.lo \
171 $(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \
172 syscall/wait.lo $(golang_org_x_net_lif_lo) \
173 $(golang_org_x_net_route_lo) log/syslog/syslog_c.lo \
174 runtime/internal/atomic_c.lo sync/atomic_c.lo
175 am__DEPENDENCIES_3 =
176 am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) \
177 ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_3) \
178 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3) \
179 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3)
180 libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4)
181 @HAVE_SYS_MMAN_H_FALSE@am__objects_1 = mem_posix_memalign.lo
182 @HAVE_SYS_MMAN_H_TRUE@am__objects_1 = mem.lo
183 @LIBGO_IS_LINUX_FALSE@am__objects_2 = thread-sema.lo
184 @LIBGO_IS_LINUX_TRUE@am__objects_2 = thread-linux.lo
185 @LIBGO_IS_RTEMS_TRUE@am__objects_3 = rtems-task-variable-add.lo
186 @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_4 = getncpu-none.lo
187 @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_4 = getncpu-bsd.lo
188 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_4 = getncpu-bsd.lo
189 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_4 = getncpu-solaris.lo
190 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_4 = getncpu-irix.lo
191 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_4 = \
192 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@ getncpu-bsd.lo
193 @LIBGO_IS_LINUX_TRUE@am__objects_4 = getncpu-linux.lo
194 am__objects_5 = aeshash.lo go-assert.lo go-breakpoint.lo go-caller.lo \
195 go-callers.lo go-cdiv.lo go-cgo.lo go-construct-map.lo \
196 go-ffi.lo go-fieldtrack.lo go-matherr.lo go-memclr.lo \
197 go-memcmp.lo go-memequal.lo go-memmove.lo go-nanotime.lo \
198 go-now.lo go-new.lo go-nosys.lo go-reflect-call.lo \
199 go-runtime-error.lo go-setenv.lo go-signal.lo go-strslice.lo \
200 go-typedesc-equal.lo go-unsafe-new.lo go-unsafe-newarray.lo \
201 go-unsafe-pointer.lo go-unsetenv.lo go-unwind.lo go-varargs.lo \
202 env_posix.lo heapdump.lo mcache.lo mcentral.lo \
203 $(am__objects_1) mfixalloc.lo mgc0.lo mheap.lo msize.lo \
204 panic.lo parfor.lo print.lo proc.lo runtime_c.lo thread.lo \
205 $(am__objects_2) yield.lo $(am__objects_3) malloc.lo \
206 $(am__objects_4)
207 am_libgo_llgo_la_OBJECTS = $(am__objects_5)
208 libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS)
209 libgo_llgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
210 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
211 $(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@
212 @GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir)
213 libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4)
214 am_libgo_la_OBJECTS = $(am__objects_5)
215 libgo_la_OBJECTS = $(am_libgo_la_OBJECTS)
216 libgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
217 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgo_la_LDFLAGS) \
218 $(LDFLAGS) -o $@
219 @GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir)
220 DEFAULT_INCLUDES = -I.@am__isrc@
221 depcomp = $(SHELL) $(top_srcdir)/../depcomp
222 am__depfiles_maybe = depfiles
223 am__mv = mv -f
224 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
225 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
226 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
227 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
228 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
229 CCLD = $(CC)
230 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
231 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
232 $(LDFLAGS) -o $@
233 SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \
234 $(libgolibbegin_a_SOURCES) $(libgo_llgo_la_SOURCES) \
235 $(libgo_la_SOURCES)
236 MULTISRCTOP =
237 MULTIBUILDTOP =
238 MULTIDIRS =
239 MULTISUBDIR =
240 MULTIDO = true
241 MULTICLEAN = true
242 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
243 html-recursive info-recursive install-data-recursive \
244 install-dvi-recursive install-exec-recursive \
245 install-html-recursive install-info-recursive \
246 install-pdf-recursive install-ps-recursive install-recursive \
247 installcheck-recursive installdirs-recursive pdf-recursive \
248 ps-recursive uninstall-recursive
249 am__can_run_installinfo = \
250 case $$AM_UPDATE_INFO_DIR in \
251 n|no|NO) false;; \
252 *) (install-info --version) >/dev/null 2>&1;; \
253 esac
254 DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \
255 $(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \
256 $(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \
257 $(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \
258 $(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \
259 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
260 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
261 $(toolexeclibgohtml_DATA) $(toolexeclibgoimage_DATA) \
262 $(toolexeclibgoimagecolor_DATA) $(toolexeclibgoindex_DATA) \
263 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
264 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
265 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
266 $(toolexeclibgonetrpc_DATA) $(toolexeclibgoos_DATA) \
267 $(toolexeclibgopath_DATA) $(toolexeclibgoregexp_DATA) \
268 $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \
269 $(toolexeclibgotesting_DATA) \
270 $(toolexeclibgotestinginternal_DATA) $(toolexeclibgotext_DATA) \
271 $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA)
272 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
273 distclean-recursive maintainer-clean-recursive
274 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
275 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
276 ETAGS = etags
277 CTAGS = ctags
278 DIST_SUBDIRS = testsuite
279 ACLOCAL = @ACLOCAL@
280 ALLGOARCH = @ALLGOARCH@
281 ALLGOARCHFAMILY = @ALLGOARCHFAMILY@
282 ALLGOOS = @ALLGOOS@
283 AMTAR = @AMTAR@
284 AR = @AR@
285 AUTOCONF = @AUTOCONF@
286 AUTOHEADER = @AUTOHEADER@
287 AUTOMAKE = @AUTOMAKE@
288 AWK = @AWK@
289 CC = @CC@
290 CCDEPMODE = @CCDEPMODE@
291 CC_FOR_BUILD = @CC_FOR_BUILD@
292 CFLAGS = @CFLAGS@
293 CPP = @CPP@
294 CPPFLAGS = @CPPFLAGS@
295 CYGPATH_W = @CYGPATH_W@
296 DEFS = @DEFS@
297 DEPDIR = @DEPDIR@
298 DSYMUTIL = @DSYMUTIL@
299 DUMPBIN = @DUMPBIN@
300 ECHO_C = @ECHO_C@
301 ECHO_N = @ECHO_N@
302 ECHO_T = @ECHO_T@
303 EGREP = @EGREP@
304 EXEEXT = @EXEEXT@
305 FGREP = @FGREP@
306 GOARCH = @GOARCH@
307 GOARCH_BIGENDIAN = @GOARCH_BIGENDIAN@
308 GOARCH_CACHELINESIZE = @GOARCH_CACHELINESIZE@
309 GOARCH_FAMILY = @GOARCH_FAMILY@
310 GOARCH_HUGEPAGESIZE = @GOARCH_HUGEPAGESIZE@
311 GOARCH_INT64ALIGN = @GOARCH_INT64ALIGN@
312 GOARCH_MINFRAMESIZE = @GOARCH_MINFRAMESIZE@
313 GOARCH_PCQUANTUM = @GOARCH_PCQUANTUM@
314 GOARCH_PHYSPAGESIZE = @GOARCH_PHYSPAGESIZE@
315 GOC = @GOC@
316 GOCFLAGS = $(CFLAGS)
317 GOOS = @GOOS@
318 GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
319 GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
320 GO_SPLIT_STACK = @GO_SPLIT_STACK@
321 GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
322 GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
323 GREP = @GREP@
324 HWCAP_CFLAGS = @HWCAP_CFLAGS@
325 INSTALL = @INSTALL@
326 INSTALL_DATA = @INSTALL_DATA@
327 INSTALL_PROGRAM = @INSTALL_PROGRAM@
328 INSTALL_SCRIPT = @INSTALL_SCRIPT@
329 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330 LD = @LD@
331 LDFLAGS = @LDFLAGS@
332 LIBATOMIC = @LIBATOMIC@
333 LIBFFI = @LIBFFI@
334 LIBFFIINCS = @LIBFFIINCS@
335 LIBOBJS = @LIBOBJS@
336 LIBS = @LIBS@
337 LIBTOOL = @LIBTOOL@
338 LIPO = @LIPO@
339 LN_S = @LN_S@
340 LTLIBOBJS = @LTLIBOBJS@
341 MAINT = @MAINT@
342 MAKEINFO = @MAKEINFO@
343 MATH_FLAG = @MATH_FLAG@
344 MATH_LIBS = @MATH_LIBS@
345 MKDIR_P = @MKDIR_P@
346 NET_LIBS = @NET_LIBS@
347 NM = @NM@
348 NMEDIT = @NMEDIT@
349 OBJCOPY = @OBJCOPY@
350 OBJDUMP = @OBJDUMP@
351 OBJEXT = @OBJEXT@
352 OSCFLAGS = @OSCFLAGS@
353 OTOOL = @OTOOL@
354 OTOOL64 = @OTOOL64@
355 PACKAGE = @PACKAGE@
356 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
357 PACKAGE_NAME = @PACKAGE_NAME@
358 PACKAGE_STRING = @PACKAGE_STRING@
359 PACKAGE_TARNAME = @PACKAGE_TARNAME@
360 PACKAGE_URL = @PACKAGE_URL@
361 PACKAGE_VERSION = @PACKAGE_VERSION@
362 PATH_SEPARATOR = @PATH_SEPARATOR@
363 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
364 PTHREAD_LIBS = @PTHREAD_LIBS@
365 RANLIB = @RANLIB@
366 SED = @SED@
367 SET_MAKE = @SET_MAKE@
368 SHELL = @SHELL@
369 SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
370 SPLIT_STACK = @SPLIT_STACK@
371 STRINGOPS_FLAG = @STRINGOPS_FLAG@
372 STRIP = @STRIP@
373 STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
374 USE_DEJAGNU = @USE_DEJAGNU@
375 VERSION = @VERSION@
376 WARN_FLAGS = @WARN_FLAGS@
377 WERROR = @WERROR@
378 abs_builddir = @abs_builddir@
379 abs_srcdir = @abs_srcdir@
380 abs_top_builddir = @abs_top_builddir@
381 abs_top_srcdir = @abs_top_srcdir@
382 ac_ct_CC = @ac_ct_CC@
383 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
384 am__include = @am__include@
385 am__leading_dot = @am__leading_dot@
386 am__quote = @am__quote@
387 am__tar = @am__tar@
388 am__untar = @am__untar@
389 bindir = @bindir@
390 build = @build@
391 build_alias = @build_alias@
392 build_cpu = @build_cpu@
393 build_os = @build_os@
394 build_vendor = @build_vendor@
395 builddir = @builddir@
396 datadir = @datadir@
397 datarootdir = @datarootdir@
398 docdir = @docdir@
399 dvidir = @dvidir@
400 enable_shared = @enable_shared@
401 enable_static = @enable_static@
402 exec_prefix = @exec_prefix@
403 glibgo_toolexecdir = @glibgo_toolexecdir@
404 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
405 go_include = @go_include@
406 host = @host@
407 host_alias = @host_alias@
408 host_cpu = @host_cpu@
409 host_os = @host_os@
410 host_vendor = @host_vendor@
411 htmldir = @htmldir@
412 includedir = @includedir@
413 infodir = @infodir@
414 install_sh = @install_sh@
415 libdir = @libdir@
416 libexecdir = @libexecdir@
417 libtool_VERSION = @libtool_VERSION@
418 localedir = @localedir@
419 localstatedir = @localstatedir@
420 mandir = @mandir@
421 mkdir_p = @mkdir_p@
422 multi_basedir = @multi_basedir@
423 nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
424 oldincludedir = @oldincludedir@
425 pdfdir = @pdfdir@
426 prefix = @prefix@
427 program_transform_name = @program_transform_name@
428 psdir = @psdir@
429 sbindir = @sbindir@
430 sharedstatedir = @sharedstatedir@
431 srcdir = @srcdir@
432 sysconfdir = @sysconfdir@
433 target = @target@
434 target_alias = @target_alias@
435 target_cpu = @target_cpu@
436 target_os = @target_os@
437 target_vendor = @target_vendor@
438 top_build_prefix = @top_build_prefix@
439 top_builddir = @top_builddir@
440 top_srcdir = @top_srcdir@
442 # Go support.
443 SUFFIXES = .c .go .gox .o .obj .lo .a
444 @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite
445 SUBDIRS = ${subdirs}
446 gcc_version := $(shell $(GOC) -dumpversion)
447 MAINT_CHARSET = latin1
448 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
449 PWD_COMMAND = $${PWDCMD-pwd}
450 STAMP = echo timestamp >
451 toolexecdir = $(glibgo_toolexecdir)
452 toolexeclibdir = $(glibgo_toolexeclibdir)
453 toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias)
454 libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version)
455 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
457 # -I/-D flags to pass when compiling.
458 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
459 ACLOCAL_AMFLAGS = -I ./config -I ../config
460 AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
461 $(SPLIT_STACK) $(WARN_CFLAGS) \
462 $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \
463 -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
464 -I $(MULTIBUILDTOP)../../gcc/include
466 @USING_SPLIT_STACK_TRUE@AM_LDFLAGS = -XCClinker $(SPLIT_STACK)
468 # Multilib support.
469 MAKEOVERRIDES =
471 # Work around what appears to be a GNU make handling MAKEFLAGS
472 # values defined in terms of make variables, as is the case for CC and
473 # friends when we are called from the top level Makefile.
474 AM_MAKEFLAGS = \
475 "AR_FLAGS=$(AR_FLAGS)" \
476 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
477 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
478 "CFLAGS=$(CFLAGS)" \
479 "CXXFLAGS=$(CXXFLAGS)" \
480 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
481 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
482 "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \
483 "GOC=$(GOC)" \
484 "GOCFLAGS=$(GOCFLAGS)" \
485 "INSTALL=$(INSTALL)" \
486 "INSTALL_DATA=$(INSTALL_DATA)" \
487 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
488 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
489 "LDFLAGS=$(LDFLAGS)" \
490 "LIBCFLAGS=$(LIBCFLAGS)" \
491 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
492 "MAKE=$(MAKE)" \
493 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
494 "PICFLAG=$(PICFLAG)" \
495 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
496 "SHELL=$(SHELL)" \
497 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
498 "exec_prefix=$(exec_prefix)" \
499 "infodir=$(infodir)" \
500 "libdir=$(libdir)" \
501 "includedir=$(includedir)" \
502 "prefix=$(prefix)" \
503 "tooldir=$(tooldir)" \
504 "gxx_include_dir=$(gxx_include_dir)" \
505 "AR=$(AR)" \
506 "AS=$(AS)" \
507 "LD=$(LD)" \
508 "RANLIB=$(RANLIB)" \
509 "NM=$(NM)" \
510 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
511 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
512 "DESTDIR=$(DESTDIR)" \
513 "WERROR=$(WERROR)"
516 # Subdir rules rely on $(FLAGS_TO_PASS)
517 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
518 @GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la
519 @GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la
520 @GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a
521 @GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a
522 toolexeclibgo_DATA = \
523 bufio.gox \
524 bytes.gox \
525 context.gox \
526 crypto.gox \
527 encoding.gox \
528 errors.gox \
529 expvar.gox \
530 flag.gox \
531 fmt.gox \
532 hash.gox \
533 html.gox \
534 image.gox \
535 io.gox \
536 log.gox \
537 math.gox \
538 mime.gox \
539 net.gox \
540 os.gox \
541 path.gox \
542 reflect.gox \
543 regexp.gox \
544 runtime.gox \
545 sort.gox \
546 strconv.gox \
547 strings.gox \
548 sync.gox \
549 syscall.gox \
550 testing.gox \
551 time.gox \
552 unicode.gox
554 toolexeclibgoarchivedir = $(toolexeclibgodir)/archive
555 toolexeclibgoarchive_DATA = \
556 archive/tar.gox \
557 archive/zip.gox
559 toolexeclibgocompressdir = $(toolexeclibgodir)/compress
560 toolexeclibgocompress_DATA = \
561 compress/bzip2.gox \
562 compress/flate.gox \
563 compress/gzip.gox \
564 compress/lzw.gox \
565 compress/zlib.gox
567 toolexeclibgocontainerdir = $(toolexeclibgodir)/container
568 toolexeclibgocontainer_DATA = \
569 container/heap.gox \
570 container/list.gox \
571 container/ring.gox
573 toolexeclibgocryptodir = $(toolexeclibgodir)/crypto
574 toolexeclibgocrypto_DATA = \
575 crypto/aes.gox \
576 crypto/cipher.gox \
577 crypto/des.gox \
578 crypto/dsa.gox \
579 crypto/ecdsa.gox \
580 crypto/elliptic.gox \
581 crypto/hmac.gox \
582 crypto/md5.gox \
583 crypto/rand.gox \
584 crypto/rc4.gox \
585 crypto/rsa.gox \
586 crypto/sha1.gox \
587 crypto/sha256.gox \
588 crypto/sha512.gox \
589 crypto/subtle.gox \
590 crypto/tls.gox \
591 crypto/x509.gox
593 toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509
594 toolexeclibgocryptox509_DATA = \
595 crypto/x509/pkix.gox
597 toolexeclibgodatabasedir = $(toolexeclibgodir)/database
598 toolexeclibgodatabase_DATA = \
599 database/sql.gox
601 toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql
602 toolexeclibgodatabasesql_DATA = \
603 database/sql/driver.gox
605 toolexeclibgodebugdir = $(toolexeclibgodir)/debug
606 toolexeclibgodebug_DATA = \
607 debug/dwarf.gox \
608 debug/elf.gox \
609 debug/gosym.gox \
610 debug/macho.gox \
611 debug/pe.gox \
612 debug/plan9obj.gox
614 toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding
615 toolexeclibgoencoding_DATA = \
616 encoding/ascii85.gox \
617 encoding/asn1.gox \
618 encoding/base32.gox \
619 encoding/base64.gox \
620 encoding/binary.gox \
621 encoding/csv.gox \
622 encoding/gob.gox \
623 encoding/hex.gox \
624 encoding/json.gox \
625 encoding/pem.gox \
626 encoding/xml.gox
628 toolexeclibgoexpdir = $(toolexeclibgodir)/exp
629 toolexeclibgoexp_DATA = \
630 exp/proxy.gox \
631 exp/terminal.gox
633 toolexeclibgogodir = $(toolexeclibgodir)/go
634 toolexeclibgogo_DATA = \
635 go/ast.gox \
636 go/build.gox \
637 go/constant.gox \
638 go/doc.gox \
639 go/format.gox \
640 go/importer.gox \
641 go/parser.gox \
642 go/printer.gox \
643 go/scanner.gox \
644 go/token.gox \
645 go/types.gox
647 toolexeclibgohashdir = $(toolexeclibgodir)/hash
648 toolexeclibgohash_DATA = \
649 hash/adler32.gox \
650 hash/crc32.gox \
651 hash/crc64.gox \
652 hash/fnv.gox
654 toolexeclibgohtmldir = $(toolexeclibgodir)/html
655 toolexeclibgohtml_DATA = \
656 html/template.gox
658 toolexeclibgoimagedir = $(toolexeclibgodir)/image
659 toolexeclibgoimage_DATA = \
660 image/color.gox \
661 image/draw.gox \
662 image/gif.gox \
663 image/jpeg.gox \
664 image/png.gox
666 toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color
667 toolexeclibgoimagecolor_DATA = \
668 image/color/palette.gox
670 toolexeclibgoindexdir = $(toolexeclibgodir)/index
671 toolexeclibgoindex_DATA = \
672 index/suffixarray.gox
674 toolexeclibgoiodir = $(toolexeclibgodir)/io
675 toolexeclibgoio_DATA = \
676 io/ioutil.gox
678 toolexeclibgologdir = $(toolexeclibgodir)/log
679 toolexeclibgolog_DATA = \
680 log/syslog.gox
682 toolexeclibgomathdir = $(toolexeclibgodir)/math
683 toolexeclibgomath_DATA = \
684 math/big.gox \
685 math/cmplx.gox \
686 math/rand.gox
688 toolexeclibgomimedir = $(toolexeclibgodir)/mime
689 toolexeclibgomime_DATA = \
690 mime/multipart.gox \
691 mime/quotedprintable.gox
693 toolexeclibgonetdir = $(toolexeclibgodir)/net
694 toolexeclibgonet_DATA = \
695 net/http.gox \
696 net/mail.gox \
697 net/rpc.gox \
698 net/smtp.gox \
699 net/textproto.gox \
700 net/url.gox
702 toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http
703 toolexeclibgonethttp_DATA = \
704 net/http/cgi.gox \
705 net/http/cookiejar.gox \
706 net/http/fcgi.gox \
707 net/http/httptest.gox \
708 net/http/httptrace.gox \
709 net/http/httputil.gox \
710 net/http/pprof.gox
712 toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc
713 toolexeclibgonetrpc_DATA = \
714 net/rpc/jsonrpc.gox
716 toolexeclibgoosdir = $(toolexeclibgodir)/os
717 toolexeclibgoos_DATA = \
718 os/exec.gox \
719 os/signal.gox \
720 os/user.gox
722 toolexeclibgopathdir = $(toolexeclibgodir)/path
723 toolexeclibgopath_DATA = \
724 path/filepath.gox
726 toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp
727 toolexeclibgoregexp_DATA = \
728 regexp/syntax.gox
730 toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime
731 toolexeclibgoruntime_DATA = \
732 runtime/debug.gox \
733 runtime/pprof.gox \
734 runtime/trace.gox
736 toolexeclibgosyncdir = $(toolexeclibgodir)/sync
737 toolexeclibgosync_DATA = \
738 sync/atomic.gox
740 toolexeclibgotestingdir = $(toolexeclibgodir)/testing
741 toolexeclibgotesting_DATA = \
742 testing/iotest.gox \
743 testing/quick.gox
745 toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal
746 toolexeclibgotestinginternal_DATA = \
747 testing/internal/testdeps.gox
749 toolexeclibgotextdir = $(toolexeclibgodir)/text
750 toolexeclibgotext_DATA = \
751 text/scanner.gox \
752 text/tabwriter.gox \
753 text/template.gox
755 toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template
756 toolexeclibgotexttemplate_DATA = \
757 text/template/parse.gox
759 toolexeclibgounicodedir = $(toolexeclibgodir)/unicode
760 toolexeclibgounicode_DATA = \
761 unicode/utf16.gox \
762 unicode/utf8.gox
764 @HAVE_SYS_MMAN_H_FALSE@runtime_mem_file = runtime/mem_posix_memalign.c
765 @HAVE_SYS_MMAN_H_TRUE@runtime_mem_file = runtime/mem.c
766 @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file =
767 @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c
768 @LIBGO_IS_LINUX_FALSE@runtime_thread_files = runtime/thread-sema.c
769 @LIBGO_IS_LINUX_TRUE@runtime_thread_files = runtime/thread-linux.c
770 @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
771 @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
772 @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
773 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_getncpu_file = runtime/getncpu-solaris.c
774 @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-irix.c
775 @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c
776 @LIBGO_IS_LINUX_TRUE@runtime_getncpu_file = runtime/getncpu-linux.c
777 runtime_files = \
778 runtime/aeshash.c \
779 runtime/go-assert.c \
780 runtime/go-breakpoint.c \
781 runtime/go-caller.c \
782 runtime/go-callers.c \
783 runtime/go-cdiv.c \
784 runtime/go-cgo.c \
785 runtime/go-construct-map.c \
786 runtime/go-ffi.c \
787 runtime/go-fieldtrack.c \
788 runtime/go-matherr.c \
789 runtime/go-memclr.c \
790 runtime/go-memcmp.c \
791 runtime/go-memequal.c \
792 runtime/go-memmove.c \
793 runtime/go-nanotime.c \
794 runtime/go-now.c \
795 runtime/go-new.c \
796 runtime/go-nosys.c \
797 runtime/go-reflect-call.c \
798 runtime/go-runtime-error.c \
799 runtime/go-setenv.c \
800 runtime/go-signal.c \
801 runtime/go-strslice.c \
802 runtime/go-typedesc-equal.c \
803 runtime/go-unsafe-new.c \
804 runtime/go-unsafe-newarray.c \
805 runtime/go-unsafe-pointer.c \
806 runtime/go-unsetenv.c \
807 runtime/go-unwind.c \
808 runtime/go-varargs.c \
809 runtime/env_posix.c \
810 runtime/heapdump.c \
811 runtime/mcache.c \
812 runtime/mcentral.c \
813 $(runtime_mem_file) \
814 runtime/mfixalloc.c \
815 runtime/mgc0.c \
816 runtime/mheap.c \
817 runtime/msize.c \
818 runtime/panic.c \
819 runtime/parfor.c \
820 runtime/print.c \
821 runtime/proc.c \
822 runtime/runtime_c.c \
823 runtime/thread.c \
824 $(runtime_thread_files) \
825 runtime/yield.c \
826 $(rtems_task_variable_add_file) \
827 malloc.c \
828 $(runtime_getncpu_file)
830 noinst_DATA = zstdpkglist.go
831 @LIBGO_IS_LINUX_FALSE@syscall_epoll_file =
832 @LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go
833 SYSINFO_FLAGS = \
834 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
835 $(CPPFLAGS) $(OSCFLAGS) -O
837 @LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo =
838 @LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo
839 PACKAGES = \
840 archive/tar \
841 archive/zip \
842 bufio \
843 bytes \
844 cmd/internal/browser \
845 compress/bzip2 \
846 compress/flate \
847 compress/gzip \
848 compress/lzw \
849 compress/zlib \
850 container/heap \
851 container/list \
852 container/ring \
853 context \
854 crypto \
855 crypto/aes \
856 crypto/cipher \
857 crypto/des \
858 crypto/dsa \
859 crypto/ecdsa \
860 crypto/elliptic \
861 crypto/hmac \
862 crypto/internal/cipherhw \
863 crypto/md5 \
864 crypto/rand \
865 crypto/rc4 \
866 crypto/rsa \
867 crypto/sha1 \
868 crypto/sha256 \
869 crypto/sha512 \
870 crypto/subtle \
871 crypto/tls \
872 crypto/x509 \
873 crypto/x509/pkix \
874 database/sql \
875 database/sql/driver \
876 debug/dwarf \
877 debug/elf \
878 debug/gosym \
879 debug/macho \
880 debug/pe \
881 debug/plan9obj \
882 encoding \
883 encoding/ascii85 \
884 encoding/asn1 \
885 encoding/base32 \
886 encoding/base64 \
887 encoding/binary \
888 encoding/csv \
889 encoding/gob \
890 encoding/hex \
891 encoding/json \
892 encoding/pem \
893 encoding/xml \
894 errors \
895 exp/proxy \
896 exp/terminal \
897 expvar \
898 flag \
899 fmt \
900 go/ast \
901 go/build \
902 go/constant \
903 go/doc \
904 go/format \
905 go/importer \
906 go/internal/gccgoimporter \
907 go/internal/gcimporter \
908 go/parser \
909 go/printer \
910 go/scanner \
911 go/token \
912 go/types \
913 golang_org/x/crypto/chacha20poly1305 \
914 golang_org/x/crypto/chacha20poly1305/internal/chacha20 \
915 golang_org/x/crypto/curve25519 \
916 golang_org/x/crypto/poly1305 \
917 golang_org/x/net/http2/hpack \
918 golang_org/x/net/idna \
919 golang_org/x/net/lex/httplex \
920 golang_org/x/text/transform \
921 golang_org/x/text/unicode/norm \
922 golang_org/x/text/width \
923 hash \
924 hash/adler32 \
925 hash/crc32 \
926 hash/crc64 \
927 hash/fnv \
928 html \
929 html/template \
930 image \
931 image/color \
932 image/color/palette \
933 image/draw \
934 image/gif \
935 image/internal/imageutil \
936 image/jpeg \
937 image/png \
938 index/suffixarray \
939 internal/nettrace \
940 internal/pprof/profile \
941 internal/race \
942 internal/singleflight \
943 internal/syscall/unix \
944 internal/testenv \
945 internal/trace \
946 io \
947 io/ioutil \
948 log \
949 log/syslog \
950 math \
951 math/big \
952 math/cmplx \
953 math/rand \
954 mime \
955 mime/multipart \
956 mime/quotedprintable \
957 net \
958 net/http \
959 net/http/cgi \
960 net/http/cookiejar \
961 net/http/fcgi \
962 net/http/httptest \
963 net/http/httptrace \
964 net/http/httputil \
965 net/http/internal \
966 net/http/pprof \
967 net/internal/socktest \
968 net/mail \
969 net/rpc \
970 net/rpc/jsonrpc \
971 net/smtp \
972 net/textproto \
973 net/url \
974 os \
975 os/exec \
976 os/signal \
977 os/user \
978 path \
979 path/filepath \
980 reflect \
981 regexp \
982 regexp/syntax \
983 runtime \
984 runtime/debug \
985 runtime/internal/atomic \
986 runtime/internal/sys \
987 runtime/pprof \
988 runtime/pprof/internal/protopprof \
989 runtime/trace \
990 sort \
991 strconv \
992 strings \
993 sync \
994 sync/atomic \
995 syscall \
996 testing \
997 testing/internal/testdeps \
998 testing/iotest \
999 testing/quick \
1000 text/scanner \
1001 text/tabwriter \
1002 text/template \
1003 text/template/parse \
1004 time \
1005 unicode \
1006 unicode/utf16 \
1007 unicode/utf8
1009 libgo_go_objs = \
1010 $(addsuffix .lo,$(PACKAGES)) \
1011 bytes/index.lo \
1012 reflect/makefunc_ffi_c.lo \
1013 strings/index.lo \
1014 $(syscall_lib_clone_lo) \
1015 syscall/errno.lo \
1016 syscall/signame.lo \
1017 syscall/wait.lo \
1018 $(golang_org_x_net_lif_lo) \
1019 $(golang_org_x_net_route_lo) \
1020 log/syslog/syslog_c.lo \
1021 $(os_lib_inotify_lo) \
1022 runtime/internal/atomic_c.lo \
1023 sync/atomic_c.lo
1025 libgo_ldflags = \
1026 -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS)
1028 libgo_libadd = \
1029 $(libgo_go_objs) ../libbacktrace/libbacktrace.la \
1030 $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS)
1032 libgo_la_SOURCES = $(runtime_files)
1033 libgo_la_LDFLAGS = $(libgo_ldflags)
1034 libgo_la_LIBADD = $(libgo_libadd)
1035 libgo_llgo_la_SOURCES = $(runtime_files)
1036 libgo_llgo_la_LDFLAGS = $(libgo_ldflags)
1037 libgo_llgo_la_LIBADD = $(libgo_libadd)
1038 libgobegin_a_SOURCES = \
1039 runtime/go-main.c
1041 libgobegin_llgo_a_SOURCES = \
1042 runtime/go-main.c
1045 # Use -fPIC for libgobegin so that it can be put in a PIE.
1046 libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1047 libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC
1048 libgolibbegin_a_SOURCES = \
1049 runtime/go-libmain.c
1051 libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC
1052 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
1053 AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK)
1054 GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
1055 LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
1056 $(AM_GOCFLAGS) $(GOCFLAGS)
1058 GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
1059 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@
1062 # Build the dependencies for a Go package.
1063 BUILDDEPS = \
1064 $(MKDIR_P) $(@D); \
1065 dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \
1066 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,,$@)))`; \
1067 $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \
1068 if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \
1069 rm -f `echo $@ | sed -e 's/\.dep$$//'`; \
1070 fi; \
1071 mv -f $@.tmp $@
1074 # Build the .go files for a package, generating a .lo file.
1075 BUILDPACKAGE = \
1076 $(MKDIR_P) $(@D); \
1077 files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \
1078 $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files
1081 # How to build a .gox file from a .lo file.
1082 BUILDGOX = \
1083 f=`echo $< | sed -e 's/.lo$$/.o/'`; \
1084 $(OBJCOPY) -j .go_export $$f $@.tmp; \
1085 $(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'`
1087 GOTESTFLAGS =
1088 GOBENCH =
1090 # Check a package.
1091 CHECK = \
1092 GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \
1093 export GC; \
1094 GOLIBS="$(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \
1095 export GOLIBS; \
1096 RUNTESTFLAGS="$(RUNTESTFLAGS)"; \
1097 export RUNTESTFLAGS; \
1098 MAKE="$(MAKE)"; \
1099 export MAKE; \
1100 libgccdir=`${GOC} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \
1101 LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \
1102 LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \
1103 export LD_LIBRARY_PATH; \
1104 $(MKDIR_P) $(@D); \
1105 rm -f $@-testsum $@-testlog; \
1106 files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \
1107 if test "$(USE_DEJAGNU)" = "yes"; then \
1108 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \
1109 elif test "$(GOBENCH)" != ""; then \
1110 $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \
1111 else \
1112 if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \
1113 echo "PASS: $(@D)" >> $@-testlog; \
1114 echo "PASS: $(@D)"; \
1115 echo "PASS: $(@D)" > $@-testsum; \
1116 else \
1117 echo "FAIL: $(@D)" >> $@-testlog; \
1118 cat $@-testlog; \
1119 echo "FAIL: $(@D)" > $@-testsum; \
1120 exit 1; \
1121 fi; \
1125 # Build all packages before checking any.
1126 CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \
1127 $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \
1128 $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \
1129 $(toolexeclibgoencoding_DATA) $(toolexeclibgoexp_DATA) \
1130 $(toolexeclibgogo_DATA) $(toolexeclibgohash_DATA) \
1131 $(toolexeclibgoimage_DATA) $(toolexeclibgoindex_DATA) \
1132 $(toolexeclibgoio_DATA) $(toolexeclibgolog_DATA) \
1133 $(toolexeclibgomath_DATA) $(toolexeclibgomime_DATA) \
1134 $(toolexeclibgonet_DATA) $(toolexeclibgonethttp_DATA) \
1135 $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \
1136 $(toolexeclibgorpc_DATA) $(toolexeclibgoruntime_DATA) \
1137 $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \
1138 $(toolexeclibgotext_DATA) $(toolexeclibgotexttemplate_DATA) \
1139 $(toolexeclibgounicode_DATA) $(am__append_1) $(am__append_2)
1141 # Pass -ffp-contract=off, or 386-specific options, when building the
1142 # math package. MATH_FLAG is defined in configure.ac.
1143 math_lo_GOCFLAGS = $(MATH_FLAG)
1145 # Add the generated file runtime_sysinfo.go to the runtime package.
1146 extra_go_files_runtime = runtime_sysinfo.go sigtab.go
1148 # Add generated files to the syscall package.
1149 extra_go_files_syscall = \
1150 libcalls.go \
1151 sysinfo.go \
1152 syscall_arch.go \
1153 $(syscall_epoll_file)
1156 # Pass -fgo-compiling-runtime when compiling the runtime package.
1157 runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.tmp -fgo-compiling-runtime
1158 runtime_check_GOCFLAGS = -fgo-compiling-runtime
1159 runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime
1160 runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime
1161 runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime
1162 runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime
1163 @USE_LIBFFI_FALSE@matchargs_runtime =
1165 # If libffi is supported (the normal case) use the ffi build tag for
1166 # the runtime package.
1167 @USE_LIBFFI_TRUE@matchargs_runtime = --tag=libffi
1169 # At least for now, we need -static-libgo for this test, because
1170 # otherwise we can't get the line numbers.
1171 # Also use -fno-inline to get better results from the memory profiler.
1172 runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline
1173 extra_go_files_runtime_internal_sys = version.go
1174 @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os =
1176 # Solaris 12 changed the type of fields in struct stat.
1177 # Use a build tag, based on a configure check, to cope.
1178 @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
1179 @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
1180 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
1181 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route.lo
1183 @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \
1184 @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check
1186 @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_lo = \
1187 @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif.lo
1189 @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_check = \
1190 @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/check
1192 TEST_PACKAGES = \
1193 bufio/check \
1194 bytes/check \
1195 context/check \
1196 errors/check \
1197 expvar/check \
1198 flag/check \
1199 fmt/check \
1200 html/check \
1201 image/check \
1202 io/check \
1203 log/check \
1204 math/check \
1205 mime/check \
1206 net/check \
1207 os/check \
1208 path/check \
1209 reflect/check \
1210 regexp/check \
1211 runtime/check \
1212 sort/check \
1213 strconv/check \
1214 strings/check \
1215 sync/check \
1216 syscall/check \
1217 time/check \
1218 unicode/check \
1219 archive/tar/check \
1220 archive/zip/check \
1221 compress/bzip2/check \
1222 compress/flate/check \
1223 compress/gzip/check \
1224 compress/lzw/check \
1225 compress/zlib/check \
1226 container/heap/check \
1227 container/list/check \
1228 container/ring/check \
1229 crypto/aes/check \
1230 crypto/cipher/check \
1231 crypto/des/check \
1232 crypto/dsa/check \
1233 crypto/ecdsa/check \
1234 crypto/elliptic/check \
1235 crypto/hmac/check \
1236 crypto/md5/check \
1237 crypto/rand/check \
1238 crypto/rc4/check \
1239 crypto/rsa/check \
1240 crypto/sha1/check \
1241 crypto/sha256/check \
1242 crypto/sha512/check \
1243 crypto/subtle/check \
1244 crypto/tls/check \
1245 crypto/x509/check \
1246 database/sql/check \
1247 database/sql/driver/check \
1248 debug/dwarf/check \
1249 debug/elf/check \
1250 debug/macho/check \
1251 debug/pe/check \
1252 debug/plan9obj/check \
1253 encoding/ascii85/check \
1254 encoding/asn1/check \
1255 encoding/base32/check \
1256 encoding/base64/check \
1257 encoding/binary/check \
1258 encoding/csv/check \
1259 encoding/gob/check \
1260 encoding/hex/check \
1261 encoding/json/check \
1262 encoding/pem/check \
1263 encoding/xml/check \
1264 exp/proxy/check \
1265 exp/terminal/check \
1266 html/template/check \
1267 go/ast/check \
1268 go/build/check \
1269 go/constant/check \
1270 go/doc/check \
1271 go/format/check \
1272 go/internal/gcimporter/check \
1273 go/internal/gccgoimporter/check \
1274 go/parser/check \
1275 go/printer/check \
1276 go/scanner/check \
1277 go/token/check \
1278 go/types/check \
1279 golang_org/x/crypto/chacha20poly1305/check \
1280 golang_org/x/crypto/chacha20poly1305/internal/chacha20/check \
1281 golang_org/x/crypto/curve25519/check \
1282 golang_org/x/crypto/poly1305/check \
1283 golang_org/x/net/http2/hpack/check \
1284 golang_org/x/net/idna/check \
1285 golang_org/x/net/lex/httplex/check \
1286 $(golang_org_x_net_lif_check) \
1287 $(golang_org_x_net_route_check) \
1288 hash/adler32/check \
1289 hash/crc32/check \
1290 hash/crc64/check \
1291 hash/fnv/check \
1292 image/color/check \
1293 image/draw/check \
1294 image/jpeg/check \
1295 image/png/check \
1296 index/suffixarray/check \
1297 internal/pprof/profile/check \
1298 internal/singleflight/check \
1299 internal/trace/check \
1300 io/ioutil/check \
1301 log/syslog/check \
1302 math/big/check \
1303 math/cmplx/check \
1304 math/rand/check \
1305 mime/multipart/check \
1306 mime/quotedprintable/check \
1307 net/http/check \
1308 net/http/cgi/check \
1309 net/http/cookiejar/check \
1310 net/http/fcgi/check \
1311 net/http/httptest/check \
1312 net/http/httptrace/check \
1313 net/http/httputil/check \
1314 net/http/internal/check \
1315 net/internal/socktest/check \
1316 net/mail/check \
1317 net/rpc/check \
1318 net/smtp/check \
1319 net/textproto/check \
1320 net/url/check \
1321 net/rpc/jsonrpc/check \
1322 os/exec/check \
1323 os/signal/check \
1324 os/user/check \
1325 path/filepath/check \
1326 regexp/syntax/check \
1327 runtime/debug/check \
1328 runtime/internal/atomic/check \
1329 runtime/internal/sys/check \
1330 runtime/pprof/check \
1331 runtime/pprof/internal/protopprof/check \
1332 sync/atomic/check \
1333 text/scanner/check \
1334 text/tabwriter/check \
1335 text/template/check \
1336 text/template/parse/check \
1337 testing/quick/check \
1338 unicode/utf16/check \
1339 unicode/utf8/check
1341 MOSTLYCLEAN_FILES = libgo.head libgo.sum.sep libgo.log.sep
1342 CLEANFILES = *.go *.gox goc2c *.c s-version libgo.sum libgo.log
1343 all: config.h
1344 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1346 .SUFFIXES:
1347 .SUFFIXES: .c .go .gox .o .obj .lo .a
1348 am--refresh: Makefile
1350 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1351 @for dep in $?; do \
1352 case '$(am__configure_deps)' in \
1353 *$$dep*) \
1354 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1355 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1356 && exit 0; \
1357 exit 1;; \
1358 esac; \
1359 done; \
1360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1361 $(am__cd) $(top_srcdir) && \
1362 $(AUTOMAKE) --foreign Makefile
1363 .PRECIOUS: Makefile
1364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1365 @case '$?' in \
1366 *config.status*) \
1367 echo ' $(SHELL) ./config.status'; \
1368 $(SHELL) ./config.status;; \
1369 *) \
1370 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1371 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1372 esac;
1374 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1375 $(SHELL) ./config.status --recheck
1377 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1378 $(am__cd) $(srcdir) && $(AUTOCONF)
1379 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1380 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1381 $(am__aclocal_m4_deps):
1383 config.h: stamp-h1
1384 @if test ! -f $@; then rm -f stamp-h1; else :; fi
1385 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1387 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1388 @rm -f stamp-h1
1389 cd $(top_builddir) && $(SHELL) ./config.status config.h
1390 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1391 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1392 rm -f stamp-h1
1393 touch $@
1395 distclean-hdr:
1396 -rm -f config.h stamp-h1
1397 install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES)
1398 @$(NORMAL_INSTALL)
1399 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1400 list2=; for p in $$list; do \
1401 if test -f $$p; then \
1402 list2="$$list2 $$p"; \
1403 else :; fi; \
1404 done; \
1405 test -z "$$list2" || { \
1406 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1407 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1408 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1409 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; }
1410 @$(POST_INSTALL)
1411 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1412 for p in $$list; do \
1413 if test -f $$p; then \
1414 $(am__strip_dir) \
1415 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \
1416 ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \
1417 else :; fi; \
1418 done
1420 uninstall-toolexeclibLIBRARIES:
1421 @$(NORMAL_UNINSTALL)
1422 @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1423 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1424 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1426 clean-toolexeclibLIBRARIES:
1427 -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES)
1428 libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES)
1429 -rm -f libgobegin-llgo.a
1430 $(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD)
1431 $(RANLIB) libgobegin-llgo.a
1432 libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES)
1433 -rm -f libgobegin.a
1434 $(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD)
1435 $(RANLIB) libgobegin.a
1436 libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES)
1437 -rm -f libgolibbegin.a
1438 $(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD)
1439 $(RANLIB) libgolibbegin.a
1440 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
1441 @$(NORMAL_INSTALL)
1442 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1443 list2=; for p in $$list; do \
1444 if test -f $$p; then \
1445 list2="$$list2 $$p"; \
1446 else :; fi; \
1447 done; \
1448 test -z "$$list2" || { \
1449 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1450 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1451 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
1452 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
1455 uninstall-toolexeclibLTLIBRARIES:
1456 @$(NORMAL_UNINSTALL)
1457 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
1458 for p in $$list; do \
1459 $(am__strip_dir) \
1460 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
1461 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
1462 done
1464 clean-toolexeclibLTLIBRARIES:
1465 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
1466 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
1467 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1468 test "$$dir" != "$$p" || dir=.; \
1469 echo "rm -f \"$${dir}/so_locations\""; \
1470 rm -f "$${dir}/so_locations"; \
1471 done
1472 libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES)
1473 $(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS)
1474 libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES)
1475 $(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS)
1477 mostlyclean-compile:
1478 -rm -f *.$(OBJEXT)
1480 distclean-compile:
1481 -rm -f *.tab.c
1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeshash.Plo@am__quote@
1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env_posix.Plo@am__quote@
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-bsd.Plo@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-irix.Plo@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-linux.Plo@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-none.Plo@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getncpu-solaris.Plo@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-assert.Plo@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-breakpoint.Plo@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-caller.Plo@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-callers.Plo@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cdiv.Plo@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-cgo.Plo@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-construct-map.Plo@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-ffi.Plo@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-fieldtrack.Plo@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-matherr.Plo@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memclr.Plo@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memcmp.Plo@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memequal.Plo@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-memmove.Plo@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nanotime.Plo@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-new.Plo@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-nosys.Plo@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-now.Plo@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-reflect-call.Plo@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-runtime-error.Plo@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-setenv.Plo@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-signal.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-strslice.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-typedesc-equal.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-new.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-newarray.Plo@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unsetenv.Plo@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@
1519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@
1520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heapdump.Plo@am__quote@
1521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@
1522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@
1523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@
1524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
1525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcache.Plo@am__quote@
1526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcentral.Plo@am__quote@
1527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
1528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_posix_memalign.Plo@am__quote@
1529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfixalloc.Plo@am__quote@
1530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgc0.Plo@am__quote@
1531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mheap.Plo@am__quote@
1532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msize.Plo@am__quote@
1533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panic.Plo@am__quote@
1534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parfor.Plo@am__quote@
1535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
1536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
1537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@
1538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtime_c.Plo@am__quote@
1539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-linux.Plo@am__quote@
1540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-sema.Plo@am__quote@
1541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Plo@am__quote@
1542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Plo@am__quote@
1544 .c.o:
1545 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1546 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1549 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
1551 .c.obj:
1552 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1553 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1556 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1558 .c.lo:
1559 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1560 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1561 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1563 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
1565 libgobegin_llgo_a-go-main.o: runtime/go-main.c
1566 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT libgobegin_llgo_a-go-main.o -MD -MP -MF $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1567 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1568 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1570 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1572 libgobegin_llgo_a-go-main.obj: runtime/go-main.c
1573 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT libgobegin_llgo_a-go-main.obj -MD -MP -MF $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o 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`
1574 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_llgo_a-go-main.Tpo $(DEPDIR)/libgobegin_llgo_a-go-main.Po
1575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1576 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1577 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o 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`
1579 libgobegin_a-go-main.o: runtime/go-main.c
1580 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT libgobegin_a-go-main.o -MD -MP -MF $(DEPDIR)/libgobegin_a-go-main.Tpo -c -o libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1581 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@
1583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1584 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c
1586 libgobegin_a-go-main.obj: runtime/go-main.c
1587 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT libgobegin_a-go-main.obj -MD -MP -MF $(DEPDIR)/libgobegin_a-go-main.Tpo -c -o 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`
1588 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgobegin_a-go-main.Tpo $(DEPDIR)/libgobegin_a-go-main.Po
1589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-main.c' object='libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@
1590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1591 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o 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`
1593 libgolibbegin_a-go-libmain.o: runtime/go-libmain.c
1594 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT libgolibbegin_a-go-libmain.o -MD -MP -MF $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1595 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@
1597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1598 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c
1600 libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c
1601 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT libgolibbegin_a-go-libmain.obj -MD -MP -MF $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o 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`
1602 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgolibbegin_a-go-libmain.Tpo $(DEPDIR)/libgolibbegin_a-go-libmain.Po
1603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-libmain.c' object='libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@
1604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1605 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o 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`
1607 aeshash.lo: runtime/aeshash.c
1608 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aeshash.lo -MD -MP -MF $(DEPDIR)/aeshash.Tpo -c -o aeshash.lo `test -f 'runtime/aeshash.c' || echo '$(srcdir)/'`runtime/aeshash.c
1609 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/aeshash.Tpo $(DEPDIR)/aeshash.Plo
1610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/aeshash.c' object='aeshash.lo' libtool=yes @AMDEPBACKSLASH@
1611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1612 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aeshash.lo `test -f 'runtime/aeshash.c' || echo '$(srcdir)/'`runtime/aeshash.c
1614 go-assert.lo: runtime/go-assert.c
1615 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-assert.lo -MD -MP -MF $(DEPDIR)/go-assert.Tpo -c -o go-assert.lo `test -f 'runtime/go-assert.c' || echo '$(srcdir)/'`runtime/go-assert.c
1616 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-assert.Tpo $(DEPDIR)/go-assert.Plo
1617 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-assert.c' object='go-assert.lo' libtool=yes @AMDEPBACKSLASH@
1618 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1619 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-assert.lo `test -f 'runtime/go-assert.c' || echo '$(srcdir)/'`runtime/go-assert.c
1621 go-breakpoint.lo: runtime/go-breakpoint.c
1622 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-breakpoint.lo -MD -MP -MF $(DEPDIR)/go-breakpoint.Tpo -c -o go-breakpoint.lo `test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/'`runtime/go-breakpoint.c
1623 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-breakpoint.Tpo $(DEPDIR)/go-breakpoint.Plo
1624 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-breakpoint.c' object='go-breakpoint.lo' libtool=yes @AMDEPBACKSLASH@
1625 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1626 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-breakpoint.lo `test -f 'runtime/go-breakpoint.c' || echo '$(srcdir)/'`runtime/go-breakpoint.c
1628 go-caller.lo: runtime/go-caller.c
1629 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-caller.lo -MD -MP -MF $(DEPDIR)/go-caller.Tpo -c -o go-caller.lo `test -f 'runtime/go-caller.c' || echo '$(srcdir)/'`runtime/go-caller.c
1630 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-caller.Tpo $(DEPDIR)/go-caller.Plo
1631 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-caller.c' object='go-caller.lo' libtool=yes @AMDEPBACKSLASH@
1632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1633 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-caller.lo `test -f 'runtime/go-caller.c' || echo '$(srcdir)/'`runtime/go-caller.c
1635 go-callers.lo: runtime/go-callers.c
1636 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-callers.lo -MD -MP -MF $(DEPDIR)/go-callers.Tpo -c -o go-callers.lo `test -f 'runtime/go-callers.c' || echo '$(srcdir)/'`runtime/go-callers.c
1637 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-callers.Tpo $(DEPDIR)/go-callers.Plo
1638 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-callers.c' object='go-callers.lo' libtool=yes @AMDEPBACKSLASH@
1639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1640 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-callers.lo `test -f 'runtime/go-callers.c' || echo '$(srcdir)/'`runtime/go-callers.c
1642 go-cdiv.lo: runtime/go-cdiv.c
1643 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-cdiv.lo -MD -MP -MF $(DEPDIR)/go-cdiv.Tpo -c -o go-cdiv.lo `test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/'`runtime/go-cdiv.c
1644 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cdiv.Tpo $(DEPDIR)/go-cdiv.Plo
1645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cdiv.c' object='go-cdiv.lo' libtool=yes @AMDEPBACKSLASH@
1646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1647 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cdiv.lo `test -f 'runtime/go-cdiv.c' || echo '$(srcdir)/'`runtime/go-cdiv.c
1649 go-cgo.lo: runtime/go-cgo.c
1650 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-cgo.lo -MD -MP -MF $(DEPDIR)/go-cgo.Tpo -c -o go-cgo.lo `test -f 'runtime/go-cgo.c' || echo '$(srcdir)/'`runtime/go-cgo.c
1651 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-cgo.Tpo $(DEPDIR)/go-cgo.Plo
1652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-cgo.c' object='go-cgo.lo' libtool=yes @AMDEPBACKSLASH@
1653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1654 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-cgo.lo `test -f 'runtime/go-cgo.c' || echo '$(srcdir)/'`runtime/go-cgo.c
1656 go-construct-map.lo: runtime/go-construct-map.c
1657 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-construct-map.lo -MD -MP -MF $(DEPDIR)/go-construct-map.Tpo -c -o go-construct-map.lo `test -f 'runtime/go-construct-map.c' || echo '$(srcdir)/'`runtime/go-construct-map.c
1658 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-construct-map.Tpo $(DEPDIR)/go-construct-map.Plo
1659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-construct-map.c' object='go-construct-map.lo' libtool=yes @AMDEPBACKSLASH@
1660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1661 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-construct-map.lo `test -f 'runtime/go-construct-map.c' || echo '$(srcdir)/'`runtime/go-construct-map.c
1663 go-ffi.lo: runtime/go-ffi.c
1664 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-ffi.lo -MD -MP -MF $(DEPDIR)/go-ffi.Tpo -c -o go-ffi.lo `test -f 'runtime/go-ffi.c' || echo '$(srcdir)/'`runtime/go-ffi.c
1665 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-ffi.Tpo $(DEPDIR)/go-ffi.Plo
1666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-ffi.c' object='go-ffi.lo' libtool=yes @AMDEPBACKSLASH@
1667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1668 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-ffi.lo `test -f 'runtime/go-ffi.c' || echo '$(srcdir)/'`runtime/go-ffi.c
1670 go-fieldtrack.lo: runtime/go-fieldtrack.c
1671 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-fieldtrack.lo -MD -MP -MF $(DEPDIR)/go-fieldtrack.Tpo -c -o go-fieldtrack.lo `test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/'`runtime/go-fieldtrack.c
1672 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-fieldtrack.Tpo $(DEPDIR)/go-fieldtrack.Plo
1673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-fieldtrack.c' object='go-fieldtrack.lo' libtool=yes @AMDEPBACKSLASH@
1674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1675 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-fieldtrack.lo `test -f 'runtime/go-fieldtrack.c' || echo '$(srcdir)/'`runtime/go-fieldtrack.c
1677 go-matherr.lo: runtime/go-matherr.c
1678 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-matherr.lo -MD -MP -MF $(DEPDIR)/go-matherr.Tpo -c -o go-matherr.lo `test -f 'runtime/go-matherr.c' || echo '$(srcdir)/'`runtime/go-matherr.c
1679 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-matherr.Tpo $(DEPDIR)/go-matherr.Plo
1680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-matherr.c' object='go-matherr.lo' libtool=yes @AMDEPBACKSLASH@
1681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1682 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-matherr.lo `test -f 'runtime/go-matherr.c' || echo '$(srcdir)/'`runtime/go-matherr.c
1684 go-memclr.lo: runtime/go-memclr.c
1685 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memclr.lo -MD -MP -MF $(DEPDIR)/go-memclr.Tpo -c -o go-memclr.lo `test -f 'runtime/go-memclr.c' || echo '$(srcdir)/'`runtime/go-memclr.c
1686 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memclr.Tpo $(DEPDIR)/go-memclr.Plo
1687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memclr.c' object='go-memclr.lo' libtool=yes @AMDEPBACKSLASH@
1688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1689 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memclr.lo `test -f 'runtime/go-memclr.c' || echo '$(srcdir)/'`runtime/go-memclr.c
1691 go-memcmp.lo: runtime/go-memcmp.c
1692 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memcmp.lo -MD -MP -MF $(DEPDIR)/go-memcmp.Tpo -c -o go-memcmp.lo `test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/'`runtime/go-memcmp.c
1693 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memcmp.Tpo $(DEPDIR)/go-memcmp.Plo
1694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memcmp.c' object='go-memcmp.lo' libtool=yes @AMDEPBACKSLASH@
1695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1696 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memcmp.lo `test -f 'runtime/go-memcmp.c' || echo '$(srcdir)/'`runtime/go-memcmp.c
1698 go-memequal.lo: runtime/go-memequal.c
1699 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memequal.lo -MD -MP -MF $(DEPDIR)/go-memequal.Tpo -c -o go-memequal.lo `test -f 'runtime/go-memequal.c' || echo '$(srcdir)/'`runtime/go-memequal.c
1700 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memequal.Tpo $(DEPDIR)/go-memequal.Plo
1701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memequal.c' object='go-memequal.lo' libtool=yes @AMDEPBACKSLASH@
1702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1703 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memequal.lo `test -f 'runtime/go-memequal.c' || echo '$(srcdir)/'`runtime/go-memequal.c
1705 go-memmove.lo: runtime/go-memmove.c
1706 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-memmove.lo -MD -MP -MF $(DEPDIR)/go-memmove.Tpo -c -o go-memmove.lo `test -f 'runtime/go-memmove.c' || echo '$(srcdir)/'`runtime/go-memmove.c
1707 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-memmove.Tpo $(DEPDIR)/go-memmove.Plo
1708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-memmove.c' object='go-memmove.lo' libtool=yes @AMDEPBACKSLASH@
1709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1710 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-memmove.lo `test -f 'runtime/go-memmove.c' || echo '$(srcdir)/'`runtime/go-memmove.c
1712 go-nanotime.lo: runtime/go-nanotime.c
1713 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-nanotime.lo -MD -MP -MF $(DEPDIR)/go-nanotime.Tpo -c -o go-nanotime.lo `test -f 'runtime/go-nanotime.c' || echo '$(srcdir)/'`runtime/go-nanotime.c
1714 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nanotime.Tpo $(DEPDIR)/go-nanotime.Plo
1715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nanotime.c' object='go-nanotime.lo' libtool=yes @AMDEPBACKSLASH@
1716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1717 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-nanotime.lo `test -f 'runtime/go-nanotime.c' || echo '$(srcdir)/'`runtime/go-nanotime.c
1719 go-now.lo: runtime/go-now.c
1720 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-now.lo -MD -MP -MF $(DEPDIR)/go-now.Tpo -c -o go-now.lo `test -f 'runtime/go-now.c' || echo '$(srcdir)/'`runtime/go-now.c
1721 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-now.Tpo $(DEPDIR)/go-now.Plo
1722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-now.c' object='go-now.lo' libtool=yes @AMDEPBACKSLASH@
1723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1724 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-now.lo `test -f 'runtime/go-now.c' || echo '$(srcdir)/'`runtime/go-now.c
1726 go-new.lo: runtime/go-new.c
1727 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-new.lo -MD -MP -MF $(DEPDIR)/go-new.Tpo -c -o go-new.lo `test -f 'runtime/go-new.c' || echo '$(srcdir)/'`runtime/go-new.c
1728 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-new.Tpo $(DEPDIR)/go-new.Plo
1729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-new.c' object='go-new.lo' libtool=yes @AMDEPBACKSLASH@
1730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1731 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-new.lo `test -f 'runtime/go-new.c' || echo '$(srcdir)/'`runtime/go-new.c
1733 go-nosys.lo: runtime/go-nosys.c
1734 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-nosys.lo -MD -MP -MF $(DEPDIR)/go-nosys.Tpo -c -o go-nosys.lo `test -f 'runtime/go-nosys.c' || echo '$(srcdir)/'`runtime/go-nosys.c
1735 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-nosys.Tpo $(DEPDIR)/go-nosys.Plo
1736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-nosys.c' object='go-nosys.lo' libtool=yes @AMDEPBACKSLASH@
1737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1738 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-nosys.lo `test -f 'runtime/go-nosys.c' || echo '$(srcdir)/'`runtime/go-nosys.c
1740 go-reflect-call.lo: runtime/go-reflect-call.c
1741 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-reflect-call.lo -MD -MP -MF $(DEPDIR)/go-reflect-call.Tpo -c -o go-reflect-call.lo `test -f 'runtime/go-reflect-call.c' || echo '$(srcdir)/'`runtime/go-reflect-call.c
1742 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-reflect-call.Tpo $(DEPDIR)/go-reflect-call.Plo
1743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-reflect-call.c' object='go-reflect-call.lo' libtool=yes @AMDEPBACKSLASH@
1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1745 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-reflect-call.lo `test -f 'runtime/go-reflect-call.c' || echo '$(srcdir)/'`runtime/go-reflect-call.c
1747 go-runtime-error.lo: runtime/go-runtime-error.c
1748 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-runtime-error.lo -MD -MP -MF $(DEPDIR)/go-runtime-error.Tpo -c -o go-runtime-error.lo `test -f 'runtime/go-runtime-error.c' || echo '$(srcdir)/'`runtime/go-runtime-error.c
1749 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-runtime-error.Tpo $(DEPDIR)/go-runtime-error.Plo
1750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-runtime-error.c' object='go-runtime-error.lo' libtool=yes @AMDEPBACKSLASH@
1751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1752 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-runtime-error.lo `test -f 'runtime/go-runtime-error.c' || echo '$(srcdir)/'`runtime/go-runtime-error.c
1754 go-setenv.lo: runtime/go-setenv.c
1755 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-setenv.lo -MD -MP -MF $(DEPDIR)/go-setenv.Tpo -c -o go-setenv.lo `test -f 'runtime/go-setenv.c' || echo '$(srcdir)/'`runtime/go-setenv.c
1756 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-setenv.Tpo $(DEPDIR)/go-setenv.Plo
1757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-setenv.c' object='go-setenv.lo' libtool=yes @AMDEPBACKSLASH@
1758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1759 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-setenv.lo `test -f 'runtime/go-setenv.c' || echo '$(srcdir)/'`runtime/go-setenv.c
1761 go-signal.lo: runtime/go-signal.c
1762 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-signal.lo -MD -MP -MF $(DEPDIR)/go-signal.Tpo -c -o go-signal.lo `test -f 'runtime/go-signal.c' || echo '$(srcdir)/'`runtime/go-signal.c
1763 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-signal.Tpo $(DEPDIR)/go-signal.Plo
1764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-signal.c' object='go-signal.lo' libtool=yes @AMDEPBACKSLASH@
1765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1766 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-signal.lo `test -f 'runtime/go-signal.c' || echo '$(srcdir)/'`runtime/go-signal.c
1768 go-strslice.lo: runtime/go-strslice.c
1769 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-strslice.lo -MD -MP -MF $(DEPDIR)/go-strslice.Tpo -c -o go-strslice.lo `test -f 'runtime/go-strslice.c' || echo '$(srcdir)/'`runtime/go-strslice.c
1770 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-strslice.Tpo $(DEPDIR)/go-strslice.Plo
1771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-strslice.c' object='go-strslice.lo' libtool=yes @AMDEPBACKSLASH@
1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1773 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-strslice.lo `test -f 'runtime/go-strslice.c' || echo '$(srcdir)/'`runtime/go-strslice.c
1775 go-typedesc-equal.lo: runtime/go-typedesc-equal.c
1776 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-typedesc-equal.lo -MD -MP -MF $(DEPDIR)/go-typedesc-equal.Tpo -c -o go-typedesc-equal.lo `test -f 'runtime/go-typedesc-equal.c' || echo '$(srcdir)/'`runtime/go-typedesc-equal.c
1777 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-typedesc-equal.Tpo $(DEPDIR)/go-typedesc-equal.Plo
1778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-typedesc-equal.c' object='go-typedesc-equal.lo' libtool=yes @AMDEPBACKSLASH@
1779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1780 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-typedesc-equal.lo `test -f 'runtime/go-typedesc-equal.c' || echo '$(srcdir)/'`runtime/go-typedesc-equal.c
1782 go-unsafe-new.lo: runtime/go-unsafe-new.c
1783 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unsafe-new.lo -MD -MP -MF $(DEPDIR)/go-unsafe-new.Tpo -c -o go-unsafe-new.lo `test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/'`runtime/go-unsafe-new.c
1784 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-new.Tpo $(DEPDIR)/go-unsafe-new.Plo
1785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-new.c' object='go-unsafe-new.lo' libtool=yes @AMDEPBACKSLASH@
1786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1787 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-new.lo `test -f 'runtime/go-unsafe-new.c' || echo '$(srcdir)/'`runtime/go-unsafe-new.c
1789 go-unsafe-newarray.lo: runtime/go-unsafe-newarray.c
1790 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unsafe-newarray.lo -MD -MP -MF $(DEPDIR)/go-unsafe-newarray.Tpo -c -o go-unsafe-newarray.lo `test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/'`runtime/go-unsafe-newarray.c
1791 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-newarray.Tpo $(DEPDIR)/go-unsafe-newarray.Plo
1792 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-newarray.c' object='go-unsafe-newarray.lo' libtool=yes @AMDEPBACKSLASH@
1793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1794 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-newarray.lo `test -f 'runtime/go-unsafe-newarray.c' || echo '$(srcdir)/'`runtime/go-unsafe-newarray.c
1796 go-unsafe-pointer.lo: runtime/go-unsafe-pointer.c
1797 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unsafe-pointer.lo -MD -MP -MF $(DEPDIR)/go-unsafe-pointer.Tpo -c -o go-unsafe-pointer.lo `test -f 'runtime/go-unsafe-pointer.c' || echo '$(srcdir)/'`runtime/go-unsafe-pointer.c
1798 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsafe-pointer.Tpo $(DEPDIR)/go-unsafe-pointer.Plo
1799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsafe-pointer.c' object='go-unsafe-pointer.lo' libtool=yes @AMDEPBACKSLASH@
1800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1801 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsafe-pointer.lo `test -f 'runtime/go-unsafe-pointer.c' || echo '$(srcdir)/'`runtime/go-unsafe-pointer.c
1803 go-unsetenv.lo: runtime/go-unsetenv.c
1804 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unsetenv.lo -MD -MP -MF $(DEPDIR)/go-unsetenv.Tpo -c -o go-unsetenv.lo `test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/'`runtime/go-unsetenv.c
1805 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unsetenv.Tpo $(DEPDIR)/go-unsetenv.Plo
1806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unsetenv.c' object='go-unsetenv.lo' libtool=yes @AMDEPBACKSLASH@
1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1808 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unsetenv.lo `test -f 'runtime/go-unsetenv.c' || echo '$(srcdir)/'`runtime/go-unsetenv.c
1810 go-unwind.lo: runtime/go-unwind.c
1811 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-unwind.lo -MD -MP -MF $(DEPDIR)/go-unwind.Tpo -c -o go-unwind.lo `test -f 'runtime/go-unwind.c' || echo '$(srcdir)/'`runtime/go-unwind.c
1812 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-unwind.Tpo $(DEPDIR)/go-unwind.Plo
1813 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-unwind.c' object='go-unwind.lo' libtool=yes @AMDEPBACKSLASH@
1814 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1815 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-unwind.lo `test -f 'runtime/go-unwind.c' || echo '$(srcdir)/'`runtime/go-unwind.c
1817 go-varargs.lo: runtime/go-varargs.c
1818 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT go-varargs.lo -MD -MP -MF $(DEPDIR)/go-varargs.Tpo -c -o go-varargs.lo `test -f 'runtime/go-varargs.c' || echo '$(srcdir)/'`runtime/go-varargs.c
1819 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/go-varargs.Tpo $(DEPDIR)/go-varargs.Plo
1820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/go-varargs.c' object='go-varargs.lo' libtool=yes @AMDEPBACKSLASH@
1821 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1822 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o go-varargs.lo `test -f 'runtime/go-varargs.c' || echo '$(srcdir)/'`runtime/go-varargs.c
1824 env_posix.lo: runtime/env_posix.c
1825 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT env_posix.lo -MD -MP -MF $(DEPDIR)/env_posix.Tpo -c -o env_posix.lo `test -f 'runtime/env_posix.c' || echo '$(srcdir)/'`runtime/env_posix.c
1826 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/env_posix.Tpo $(DEPDIR)/env_posix.Plo
1827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/env_posix.c' object='env_posix.lo' libtool=yes @AMDEPBACKSLASH@
1828 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1829 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o env_posix.lo `test -f 'runtime/env_posix.c' || echo '$(srcdir)/'`runtime/env_posix.c
1831 heapdump.lo: runtime/heapdump.c
1832 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT heapdump.lo -MD -MP -MF $(DEPDIR)/heapdump.Tpo -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
1833 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/heapdump.Tpo $(DEPDIR)/heapdump.Plo
1834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/heapdump.c' object='heapdump.lo' libtool=yes @AMDEPBACKSLASH@
1835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1836 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o heapdump.lo `test -f 'runtime/heapdump.c' || echo '$(srcdir)/'`runtime/heapdump.c
1838 mcache.lo: runtime/mcache.c
1839 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcache.lo -MD -MP -MF $(DEPDIR)/mcache.Tpo -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
1840 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcache.Tpo $(DEPDIR)/mcache.Plo
1841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcache.c' object='mcache.lo' libtool=yes @AMDEPBACKSLASH@
1842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1843 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcache.lo `test -f 'runtime/mcache.c' || echo '$(srcdir)/'`runtime/mcache.c
1845 mcentral.lo: runtime/mcentral.c
1846 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mcentral.lo -MD -MP -MF $(DEPDIR)/mcentral.Tpo -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
1847 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mcentral.Tpo $(DEPDIR)/mcentral.Plo
1848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mcentral.c' object='mcentral.lo' libtool=yes @AMDEPBACKSLASH@
1849 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1850 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mcentral.lo `test -f 'runtime/mcentral.c' || echo '$(srcdir)/'`runtime/mcentral.c
1852 mem_posix_memalign.lo: runtime/mem_posix_memalign.c
1853 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mem_posix_memalign.lo -MD -MP -MF $(DEPDIR)/mem_posix_memalign.Tpo -c -o mem_posix_memalign.lo `test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/'`runtime/mem_posix_memalign.c
1854 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem_posix_memalign.Tpo $(DEPDIR)/mem_posix_memalign.Plo
1855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem_posix_memalign.c' object='mem_posix_memalign.lo' libtool=yes @AMDEPBACKSLASH@
1856 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1857 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem_posix_memalign.lo `test -f 'runtime/mem_posix_memalign.c' || echo '$(srcdir)/'`runtime/mem_posix_memalign.c
1859 mem.lo: runtime/mem.c
1860 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mem.lo -MD -MP -MF $(DEPDIR)/mem.Tpo -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
1861 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mem.Tpo $(DEPDIR)/mem.Plo
1862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mem.c' object='mem.lo' libtool=yes @AMDEPBACKSLASH@
1863 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1864 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mem.lo `test -f 'runtime/mem.c' || echo '$(srcdir)/'`runtime/mem.c
1866 mfixalloc.lo: runtime/mfixalloc.c
1867 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mfixalloc.lo -MD -MP -MF $(DEPDIR)/mfixalloc.Tpo -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
1868 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mfixalloc.Tpo $(DEPDIR)/mfixalloc.Plo
1869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mfixalloc.c' object='mfixalloc.lo' libtool=yes @AMDEPBACKSLASH@
1870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1871 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mfixalloc.lo `test -f 'runtime/mfixalloc.c' || echo '$(srcdir)/'`runtime/mfixalloc.c
1873 mgc0.lo: runtime/mgc0.c
1874 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mgc0.lo -MD -MP -MF $(DEPDIR)/mgc0.Tpo -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
1875 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mgc0.Tpo $(DEPDIR)/mgc0.Plo
1876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mgc0.c' object='mgc0.lo' libtool=yes @AMDEPBACKSLASH@
1877 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1878 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mgc0.lo `test -f 'runtime/mgc0.c' || echo '$(srcdir)/'`runtime/mgc0.c
1880 mheap.lo: runtime/mheap.c
1881 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mheap.lo -MD -MP -MF $(DEPDIR)/mheap.Tpo -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
1882 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mheap.Tpo $(DEPDIR)/mheap.Plo
1883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/mheap.c' object='mheap.lo' libtool=yes @AMDEPBACKSLASH@
1884 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1885 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mheap.lo `test -f 'runtime/mheap.c' || echo '$(srcdir)/'`runtime/mheap.c
1887 msize.lo: runtime/msize.c
1888 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msize.lo -MD -MP -MF $(DEPDIR)/msize.Tpo -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
1889 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/msize.Tpo $(DEPDIR)/msize.Plo
1890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/msize.c' object='msize.lo' libtool=yes @AMDEPBACKSLASH@
1891 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1892 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msize.lo `test -f 'runtime/msize.c' || echo '$(srcdir)/'`runtime/msize.c
1894 panic.lo: runtime/panic.c
1895 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT panic.lo -MD -MP -MF $(DEPDIR)/panic.Tpo -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
1896 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/panic.Tpo $(DEPDIR)/panic.Plo
1897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/panic.c' object='panic.lo' libtool=yes @AMDEPBACKSLASH@
1898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1899 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o panic.lo `test -f 'runtime/panic.c' || echo '$(srcdir)/'`runtime/panic.c
1901 parfor.lo: runtime/parfor.c
1902 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT parfor.lo -MD -MP -MF $(DEPDIR)/parfor.Tpo -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
1903 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/parfor.Tpo $(DEPDIR)/parfor.Plo
1904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/parfor.c' object='parfor.lo' libtool=yes @AMDEPBACKSLASH@
1905 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1906 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o parfor.lo `test -f 'runtime/parfor.c' || echo '$(srcdir)/'`runtime/parfor.c
1908 print.lo: runtime/print.c
1909 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT print.lo -MD -MP -MF $(DEPDIR)/print.Tpo -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
1910 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/print.Tpo $(DEPDIR)/print.Plo
1911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/print.c' object='print.lo' libtool=yes @AMDEPBACKSLASH@
1912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1913 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o print.lo `test -f 'runtime/print.c' || echo '$(srcdir)/'`runtime/print.c
1915 proc.lo: runtime/proc.c
1916 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc.lo -MD -MP -MF $(DEPDIR)/proc.Tpo -c -o proc.lo `test -f 'runtime/proc.c' || echo '$(srcdir)/'`runtime/proc.c
1917 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/proc.Tpo $(DEPDIR)/proc.Plo
1918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/proc.c' object='proc.lo' libtool=yes @AMDEPBACKSLASH@
1919 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1920 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc.lo `test -f 'runtime/proc.c' || echo '$(srcdir)/'`runtime/proc.c
1922 runtime_c.lo: runtime/runtime_c.c
1923 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT runtime_c.lo -MD -MP -MF $(DEPDIR)/runtime_c.Tpo -c -o runtime_c.lo `test -f 'runtime/runtime_c.c' || echo '$(srcdir)/'`runtime/runtime_c.c
1924 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/runtime_c.Tpo $(DEPDIR)/runtime_c.Plo
1925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/runtime_c.c' object='runtime_c.lo' libtool=yes @AMDEPBACKSLASH@
1926 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1927 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o runtime_c.lo `test -f 'runtime/runtime_c.c' || echo '$(srcdir)/'`runtime/runtime_c.c
1929 thread.lo: runtime/thread.c
1930 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.lo -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.lo `test -f 'runtime/thread.c' || echo '$(srcdir)/'`runtime/thread.c
1931 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Plo
1932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread.c' object='thread.lo' libtool=yes @AMDEPBACKSLASH@
1933 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1934 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.lo `test -f 'runtime/thread.c' || echo '$(srcdir)/'`runtime/thread.c
1936 thread-sema.lo: runtime/thread-sema.c
1937 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-sema.lo -MD -MP -MF $(DEPDIR)/thread-sema.Tpo -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1938 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-sema.Tpo $(DEPDIR)/thread-sema.Plo
1939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-sema.c' object='thread-sema.lo' libtool=yes @AMDEPBACKSLASH@
1940 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1941 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-sema.lo `test -f 'runtime/thread-sema.c' || echo '$(srcdir)/'`runtime/thread-sema.c
1943 thread-linux.lo: runtime/thread-linux.c
1944 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread-linux.lo -MD -MP -MF $(DEPDIR)/thread-linux.Tpo -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1945 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/thread-linux.Tpo $(DEPDIR)/thread-linux.Plo
1946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/thread-linux.c' object='thread-linux.lo' libtool=yes @AMDEPBACKSLASH@
1947 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1948 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread-linux.lo `test -f 'runtime/thread-linux.c' || echo '$(srcdir)/'`runtime/thread-linux.c
1950 yield.lo: runtime/yield.c
1951 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT yield.lo -MD -MP -MF $(DEPDIR)/yield.Tpo -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
1952 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/yield.Tpo $(DEPDIR)/yield.Plo
1953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/yield.c' object='yield.lo' libtool=yes @AMDEPBACKSLASH@
1954 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1955 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o yield.lo `test -f 'runtime/yield.c' || echo '$(srcdir)/'`runtime/yield.c
1957 rtems-task-variable-add.lo: runtime/rtems-task-variable-add.c
1958 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rtems-task-variable-add.lo -MD -MP -MF $(DEPDIR)/rtems-task-variable-add.Tpo -c -o rtems-task-variable-add.lo `test -f 'runtime/rtems-task-variable-add.c' || echo '$(srcdir)/'`runtime/rtems-task-variable-add.c
1959 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rtems-task-variable-add.Tpo $(DEPDIR)/rtems-task-variable-add.Plo
1960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/rtems-task-variable-add.c' object='rtems-task-variable-add.lo' libtool=yes @AMDEPBACKSLASH@
1961 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1962 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rtems-task-variable-add.lo `test -f 'runtime/rtems-task-variable-add.c' || echo '$(srcdir)/'`runtime/rtems-task-variable-add.c
1964 getncpu-none.lo: runtime/getncpu-none.c
1965 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-none.lo -MD -MP -MF $(DEPDIR)/getncpu-none.Tpo -c -o getncpu-none.lo `test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/'`runtime/getncpu-none.c
1966 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-none.Tpo $(DEPDIR)/getncpu-none.Plo
1967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-none.c' object='getncpu-none.lo' libtool=yes @AMDEPBACKSLASH@
1968 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1969 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-none.lo `test -f 'runtime/getncpu-none.c' || echo '$(srcdir)/'`runtime/getncpu-none.c
1971 getncpu-bsd.lo: runtime/getncpu-bsd.c
1972 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-bsd.lo -MD -MP -MF $(DEPDIR)/getncpu-bsd.Tpo -c -o getncpu-bsd.lo `test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/'`runtime/getncpu-bsd.c
1973 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-bsd.Tpo $(DEPDIR)/getncpu-bsd.Plo
1974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-bsd.c' object='getncpu-bsd.lo' libtool=yes @AMDEPBACKSLASH@
1975 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1976 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-bsd.lo `test -f 'runtime/getncpu-bsd.c' || echo '$(srcdir)/'`runtime/getncpu-bsd.c
1978 getncpu-solaris.lo: runtime/getncpu-solaris.c
1979 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-solaris.lo -MD -MP -MF $(DEPDIR)/getncpu-solaris.Tpo -c -o getncpu-solaris.lo `test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/'`runtime/getncpu-solaris.c
1980 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-solaris.Tpo $(DEPDIR)/getncpu-solaris.Plo
1981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-solaris.c' object='getncpu-solaris.lo' libtool=yes @AMDEPBACKSLASH@
1982 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1983 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-solaris.lo `test -f 'runtime/getncpu-solaris.c' || echo '$(srcdir)/'`runtime/getncpu-solaris.c
1985 getncpu-irix.lo: runtime/getncpu-irix.c
1986 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-irix.lo -MD -MP -MF $(DEPDIR)/getncpu-irix.Tpo -c -o getncpu-irix.lo `test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/'`runtime/getncpu-irix.c
1987 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-irix.Tpo $(DEPDIR)/getncpu-irix.Plo
1988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-irix.c' object='getncpu-irix.lo' libtool=yes @AMDEPBACKSLASH@
1989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1990 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-irix.lo `test -f 'runtime/getncpu-irix.c' || echo '$(srcdir)/'`runtime/getncpu-irix.c
1992 getncpu-linux.lo: runtime/getncpu-linux.c
1993 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getncpu-linux.lo -MD -MP -MF $(DEPDIR)/getncpu-linux.Tpo -c -o getncpu-linux.lo `test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/'`runtime/getncpu-linux.c
1994 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/getncpu-linux.Tpo $(DEPDIR)/getncpu-linux.Plo
1995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/getncpu-linux.c' object='getncpu-linux.lo' libtool=yes @AMDEPBACKSLASH@
1996 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1997 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getncpu-linux.lo `test -f 'runtime/getncpu-linux.c' || echo '$(srcdir)/'`runtime/getncpu-linux.c
1999 mostlyclean-libtool:
2000 -rm -f *.lo
2002 clean-libtool:
2003 -rm -rf .libs _libs
2005 distclean-libtool:
2006 -rm -f libtool config.lt
2008 # GNU Make needs to see an explicit $(MAKE) variable in the command it
2009 # runs to enable its job server during parallel builds. Hence the
2010 # comments below.
2011 all-multi:
2012 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
2013 install-multi:
2014 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
2016 mostlyclean-multi:
2017 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
2018 clean-multi:
2019 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
2020 distclean-multi:
2021 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
2022 maintainer-clean-multi:
2023 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
2024 install-toolexeclibgoDATA: $(toolexeclibgo_DATA)
2025 @$(NORMAL_INSTALL)
2026 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2027 if test -n "$$list"; then \
2028 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \
2029 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \
2030 fi; \
2031 for p in $$list; do \
2032 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2033 echo "$$d$$p"; \
2034 done | $(am__base_list) | \
2035 while read files; do \
2036 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \
2037 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \
2038 done
2040 uninstall-toolexeclibgoDATA:
2041 @$(NORMAL_UNINSTALL)
2042 @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \
2043 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2044 dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir)
2045 install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA)
2046 @$(NORMAL_INSTALL)
2047 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2048 if test -n "$$list"; then \
2049 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
2050 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \
2051 fi; \
2052 for p in $$list; do \
2053 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2054 echo "$$d$$p"; \
2055 done | $(am__base_list) | \
2056 while read files; do \
2057 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \
2058 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \
2059 done
2061 uninstall-toolexeclibgoarchiveDATA:
2062 @$(NORMAL_UNINSTALL)
2063 @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \
2064 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2065 dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir)
2066 install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA)
2067 @$(NORMAL_INSTALL)
2068 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2069 if test -n "$$list"; then \
2070 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
2071 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \
2072 fi; \
2073 for p in $$list; do \
2074 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2075 echo "$$d$$p"; \
2076 done | $(am__base_list) | \
2077 while read files; do \
2078 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \
2079 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \
2080 done
2082 uninstall-toolexeclibgocompressDATA:
2083 @$(NORMAL_UNINSTALL)
2084 @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \
2085 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2086 dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir)
2087 install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA)
2088 @$(NORMAL_INSTALL)
2089 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2090 if test -n "$$list"; then \
2091 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2092 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \
2093 fi; \
2094 for p in $$list; do \
2095 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2096 echo "$$d$$p"; \
2097 done | $(am__base_list) | \
2098 while read files; do \
2099 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \
2100 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \
2101 done
2103 uninstall-toolexeclibgocontainerDATA:
2104 @$(NORMAL_UNINSTALL)
2105 @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \
2106 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2107 dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir)
2108 install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA)
2109 @$(NORMAL_INSTALL)
2110 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2111 if test -n "$$list"; then \
2112 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2113 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \
2114 fi; \
2115 for p in $$list; do \
2116 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2117 echo "$$d$$p"; \
2118 done | $(am__base_list) | \
2119 while read files; do \
2120 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \
2121 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \
2122 done
2124 uninstall-toolexeclibgocryptoDATA:
2125 @$(NORMAL_UNINSTALL)
2126 @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \
2127 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2128 dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir)
2129 install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA)
2130 @$(NORMAL_INSTALL)
2131 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2132 if test -n "$$list"; then \
2133 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2134 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \
2135 fi; \
2136 for p in $$list; do \
2137 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2138 echo "$$d$$p"; \
2139 done | $(am__base_list) | \
2140 while read files; do \
2141 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \
2142 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \
2143 done
2145 uninstall-toolexeclibgocryptox509DATA:
2146 @$(NORMAL_UNINSTALL)
2147 @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \
2148 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2149 dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir)
2150 install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA)
2151 @$(NORMAL_INSTALL)
2152 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2153 if test -n "$$list"; then \
2154 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2155 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \
2156 fi; \
2157 for p in $$list; do \
2158 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2159 echo "$$d$$p"; \
2160 done | $(am__base_list) | \
2161 while read files; do \
2162 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \
2163 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \
2164 done
2166 uninstall-toolexeclibgodatabaseDATA:
2167 @$(NORMAL_UNINSTALL)
2168 @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \
2169 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2170 dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir)
2171 install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA)
2172 @$(NORMAL_INSTALL)
2173 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2174 if test -n "$$list"; then \
2175 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2176 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \
2177 fi; \
2178 for p in $$list; do \
2179 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2180 echo "$$d$$p"; \
2181 done | $(am__base_list) | \
2182 while read files; do \
2183 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \
2184 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \
2185 done
2187 uninstall-toolexeclibgodatabasesqlDATA:
2188 @$(NORMAL_UNINSTALL)
2189 @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \
2190 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2191 dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir)
2192 install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA)
2193 @$(NORMAL_INSTALL)
2194 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2195 if test -n "$$list"; then \
2196 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2197 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \
2198 fi; \
2199 for p in $$list; do \
2200 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2201 echo "$$d$$p"; \
2202 done | $(am__base_list) | \
2203 while read files; do \
2204 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \
2205 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \
2206 done
2208 uninstall-toolexeclibgodebugDATA:
2209 @$(NORMAL_UNINSTALL)
2210 @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \
2211 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2212 dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir)
2213 install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA)
2214 @$(NORMAL_INSTALL)
2215 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2216 if test -n "$$list"; then \
2217 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2218 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \
2219 fi; \
2220 for p in $$list; do \
2221 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2222 echo "$$d$$p"; \
2223 done | $(am__base_list) | \
2224 while read files; do \
2225 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \
2226 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \
2227 done
2229 uninstall-toolexeclibgoencodingDATA:
2230 @$(NORMAL_UNINSTALL)
2231 @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \
2232 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2233 dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir)
2234 install-toolexeclibgoexpDATA: $(toolexeclibgoexp_DATA)
2235 @$(NORMAL_INSTALL)
2236 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2237 if test -n "$$list"; then \
2238 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2239 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoexpdir)" || exit 1; \
2240 fi; \
2241 for p in $$list; do \
2242 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2243 echo "$$d$$p"; \
2244 done | $(am__base_list) | \
2245 while read files; do \
2246 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoexpdir)'"; \
2247 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoexpdir)" || exit $$?; \
2248 done
2250 uninstall-toolexeclibgoexpDATA:
2251 @$(NORMAL_UNINSTALL)
2252 @list='$(toolexeclibgoexp_DATA)'; test -n "$(toolexeclibgoexpdir)" || list=; \
2253 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2254 dir='$(DESTDIR)$(toolexeclibgoexpdir)'; $(am__uninstall_files_from_dir)
2255 install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA)
2256 @$(NORMAL_INSTALL)
2257 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2258 if test -n "$$list"; then \
2259 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \
2260 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \
2261 fi; \
2262 for p in $$list; do \
2263 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2264 echo "$$d$$p"; \
2265 done | $(am__base_list) | \
2266 while read files; do \
2267 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \
2268 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \
2269 done
2271 uninstall-toolexeclibgogoDATA:
2272 @$(NORMAL_UNINSTALL)
2273 @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \
2274 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2275 dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir)
2276 install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA)
2277 @$(NORMAL_INSTALL)
2278 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2279 if test -n "$$list"; then \
2280 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2281 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \
2282 fi; \
2283 for p in $$list; do \
2284 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2285 echo "$$d$$p"; \
2286 done | $(am__base_list) | \
2287 while read files; do \
2288 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \
2289 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \
2290 done
2292 uninstall-toolexeclibgohashDATA:
2293 @$(NORMAL_UNINSTALL)
2294 @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \
2295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2296 dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir)
2297 install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA)
2298 @$(NORMAL_INSTALL)
2299 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2300 if test -n "$$list"; then \
2301 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2302 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \
2303 fi; \
2304 for p in $$list; do \
2305 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2306 echo "$$d$$p"; \
2307 done | $(am__base_list) | \
2308 while read files; do \
2309 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \
2310 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \
2311 done
2313 uninstall-toolexeclibgohtmlDATA:
2314 @$(NORMAL_UNINSTALL)
2315 @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \
2316 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2317 dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir)
2318 install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA)
2319 @$(NORMAL_INSTALL)
2320 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2321 if test -n "$$list"; then \
2322 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2323 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \
2324 fi; \
2325 for p in $$list; do \
2326 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2327 echo "$$d$$p"; \
2328 done | $(am__base_list) | \
2329 while read files; do \
2330 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \
2331 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \
2332 done
2334 uninstall-toolexeclibgoimageDATA:
2335 @$(NORMAL_UNINSTALL)
2336 @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \
2337 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2338 dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir)
2339 install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA)
2340 @$(NORMAL_INSTALL)
2341 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2342 if test -n "$$list"; then \
2343 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2344 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \
2345 fi; \
2346 for p in $$list; do \
2347 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2348 echo "$$d$$p"; \
2349 done | $(am__base_list) | \
2350 while read files; do \
2351 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \
2352 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \
2353 done
2355 uninstall-toolexeclibgoimagecolorDATA:
2356 @$(NORMAL_UNINSTALL)
2357 @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \
2358 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2359 dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir)
2360 install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA)
2361 @$(NORMAL_INSTALL)
2362 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2363 if test -n "$$list"; then \
2364 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2365 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \
2366 fi; \
2367 for p in $$list; do \
2368 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2369 echo "$$d$$p"; \
2370 done | $(am__base_list) | \
2371 while read files; do \
2372 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \
2373 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \
2374 done
2376 uninstall-toolexeclibgoindexDATA:
2377 @$(NORMAL_UNINSTALL)
2378 @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \
2379 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2380 dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir)
2381 install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA)
2382 @$(NORMAL_INSTALL)
2383 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2384 if test -n "$$list"; then \
2385 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2386 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \
2387 fi; \
2388 for p in $$list; do \
2389 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2390 echo "$$d$$p"; \
2391 done | $(am__base_list) | \
2392 while read files; do \
2393 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \
2394 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \
2395 done
2397 uninstall-toolexeclibgoioDATA:
2398 @$(NORMAL_UNINSTALL)
2399 @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \
2400 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2401 dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir)
2402 install-toolexeclibgologDATA: $(toolexeclibgolog_DATA)
2403 @$(NORMAL_INSTALL)
2404 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2405 if test -n "$$list"; then \
2406 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \
2407 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \
2408 fi; \
2409 for p in $$list; do \
2410 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2411 echo "$$d$$p"; \
2412 done | $(am__base_list) | \
2413 while read files; do \
2414 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \
2415 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \
2416 done
2418 uninstall-toolexeclibgologDATA:
2419 @$(NORMAL_UNINSTALL)
2420 @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \
2421 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2422 dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir)
2423 install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA)
2424 @$(NORMAL_INSTALL)
2425 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2426 if test -n "$$list"; then \
2427 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2428 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \
2429 fi; \
2430 for p in $$list; do \
2431 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2432 echo "$$d$$p"; \
2433 done | $(am__base_list) | \
2434 while read files; do \
2435 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \
2436 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \
2437 done
2439 uninstall-toolexeclibgomathDATA:
2440 @$(NORMAL_UNINSTALL)
2441 @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \
2442 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2443 dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir)
2444 install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA)
2445 @$(NORMAL_INSTALL)
2446 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2447 if test -n "$$list"; then \
2448 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2449 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \
2450 fi; \
2451 for p in $$list; do \
2452 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2453 echo "$$d$$p"; \
2454 done | $(am__base_list) | \
2455 while read files; do \
2456 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \
2457 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \
2458 done
2460 uninstall-toolexeclibgomimeDATA:
2461 @$(NORMAL_UNINSTALL)
2462 @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \
2463 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2464 dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir)
2465 install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA)
2466 @$(NORMAL_INSTALL)
2467 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2468 if test -n "$$list"; then \
2469 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2470 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \
2471 fi; \
2472 for p in $$list; do \
2473 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2474 echo "$$d$$p"; \
2475 done | $(am__base_list) | \
2476 while read files; do \
2477 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \
2478 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \
2479 done
2481 uninstall-toolexeclibgonetDATA:
2482 @$(NORMAL_UNINSTALL)
2483 @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \
2484 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2485 dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir)
2486 install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA)
2487 @$(NORMAL_INSTALL)
2488 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2489 if test -n "$$list"; then \
2490 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2491 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \
2492 fi; \
2493 for p in $$list; do \
2494 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2495 echo "$$d$$p"; \
2496 done | $(am__base_list) | \
2497 while read files; do \
2498 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \
2499 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \
2500 done
2502 uninstall-toolexeclibgonethttpDATA:
2503 @$(NORMAL_UNINSTALL)
2504 @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \
2505 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2506 dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir)
2507 install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA)
2508 @$(NORMAL_INSTALL)
2509 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2510 if test -n "$$list"; then \
2511 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2512 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \
2513 fi; \
2514 for p in $$list; do \
2515 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2516 echo "$$d$$p"; \
2517 done | $(am__base_list) | \
2518 while read files; do \
2519 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \
2520 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \
2521 done
2523 uninstall-toolexeclibgonetrpcDATA:
2524 @$(NORMAL_UNINSTALL)
2525 @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \
2526 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2527 dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir)
2528 install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA)
2529 @$(NORMAL_INSTALL)
2530 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2531 if test -n "$$list"; then \
2532 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2533 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \
2534 fi; \
2535 for p in $$list; do \
2536 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2537 echo "$$d$$p"; \
2538 done | $(am__base_list) | \
2539 while read files; do \
2540 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \
2541 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \
2542 done
2544 uninstall-toolexeclibgoosDATA:
2545 @$(NORMAL_UNINSTALL)
2546 @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \
2547 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2548 dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir)
2549 install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA)
2550 @$(NORMAL_INSTALL)
2551 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2552 if test -n "$$list"; then \
2553 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2554 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \
2555 fi; \
2556 for p in $$list; do \
2557 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2558 echo "$$d$$p"; \
2559 done | $(am__base_list) | \
2560 while read files; do \
2561 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \
2562 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \
2563 done
2565 uninstall-toolexeclibgopathDATA:
2566 @$(NORMAL_UNINSTALL)
2567 @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \
2568 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2569 dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir)
2570 install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA)
2571 @$(NORMAL_INSTALL)
2572 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2573 if test -n "$$list"; then \
2574 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2575 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \
2576 fi; \
2577 for p in $$list; do \
2578 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2579 echo "$$d$$p"; \
2580 done | $(am__base_list) | \
2581 while read files; do \
2582 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \
2583 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \
2584 done
2586 uninstall-toolexeclibgoregexpDATA:
2587 @$(NORMAL_UNINSTALL)
2588 @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \
2589 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2590 dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir)
2591 install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA)
2592 @$(NORMAL_INSTALL)
2593 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2594 if test -n "$$list"; then \
2595 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2596 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \
2597 fi; \
2598 for p in $$list; do \
2599 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2600 echo "$$d$$p"; \
2601 done | $(am__base_list) | \
2602 while read files; do \
2603 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \
2604 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \
2605 done
2607 uninstall-toolexeclibgoruntimeDATA:
2608 @$(NORMAL_UNINSTALL)
2609 @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \
2610 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2611 dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir)
2612 install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA)
2613 @$(NORMAL_INSTALL)
2614 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2615 if test -n "$$list"; then \
2616 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2617 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \
2618 fi; \
2619 for p in $$list; do \
2620 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2621 echo "$$d$$p"; \
2622 done | $(am__base_list) | \
2623 while read files; do \
2624 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \
2625 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \
2626 done
2628 uninstall-toolexeclibgosyncDATA:
2629 @$(NORMAL_UNINSTALL)
2630 @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \
2631 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2632 dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir)
2633 install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA)
2634 @$(NORMAL_INSTALL)
2635 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2636 if test -n "$$list"; then \
2637 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2638 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \
2639 fi; \
2640 for p in $$list; do \
2641 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2642 echo "$$d$$p"; \
2643 done | $(am__base_list) | \
2644 while read files; do \
2645 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \
2646 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \
2647 done
2649 uninstall-toolexeclibgotestingDATA:
2650 @$(NORMAL_UNINSTALL)
2651 @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \
2652 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2653 dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir)
2654 install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA)
2655 @$(NORMAL_INSTALL)
2656 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2657 if test -n "$$list"; then \
2658 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2659 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \
2660 fi; \
2661 for p in $$list; do \
2662 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2663 echo "$$d$$p"; \
2664 done | $(am__base_list) | \
2665 while read files; do \
2666 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \
2667 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \
2668 done
2670 uninstall-toolexeclibgotestinginternalDATA:
2671 @$(NORMAL_UNINSTALL)
2672 @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \
2673 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2674 dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir)
2675 install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA)
2676 @$(NORMAL_INSTALL)
2677 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2678 if test -n "$$list"; then \
2679 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2680 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \
2681 fi; \
2682 for p in $$list; do \
2683 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2684 echo "$$d$$p"; \
2685 done | $(am__base_list) | \
2686 while read files; do \
2687 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \
2688 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \
2689 done
2691 uninstall-toolexeclibgotextDATA:
2692 @$(NORMAL_UNINSTALL)
2693 @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \
2694 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2695 dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir)
2696 install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA)
2697 @$(NORMAL_INSTALL)
2698 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2699 if test -n "$$list"; then \
2700 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2701 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \
2702 fi; \
2703 for p in $$list; do \
2704 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2705 echo "$$d$$p"; \
2706 done | $(am__base_list) | \
2707 while read files; do \
2708 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \
2709 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \
2710 done
2712 uninstall-toolexeclibgotexttemplateDATA:
2713 @$(NORMAL_UNINSTALL)
2714 @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \
2715 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2716 dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir)
2717 install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA)
2718 @$(NORMAL_INSTALL)
2719 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2720 if test -n "$$list"; then \
2721 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2722 $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \
2723 fi; \
2724 for p in $$list; do \
2725 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2726 echo "$$d$$p"; \
2727 done | $(am__base_list) | \
2728 while read files; do \
2729 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \
2730 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \
2731 done
2733 uninstall-toolexeclibgounicodeDATA:
2734 @$(NORMAL_UNINSTALL)
2735 @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \
2736 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2737 dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir)
2739 # This directory's subdirectories are mostly independent; you can cd
2740 # into them and run `make' without going through this Makefile.
2741 # To change the values of `make' variables: instead of editing Makefiles,
2742 # (1) if the variable is set in `config.status', edit `config.status'
2743 # (which will cause the Makefiles to be regenerated when you run `make');
2744 # (2) otherwise, pass the desired values on the `make' command line.
2745 $(RECURSIVE_TARGETS):
2746 @fail= failcom='exit 1'; \
2747 for f in x $$MAKEFLAGS; do \
2748 case $$f in \
2749 *=* | --[!k]*);; \
2750 *k*) failcom='fail=yes';; \
2751 esac; \
2752 done; \
2753 dot_seen=no; \
2754 target=`echo $@ | sed s/-recursive//`; \
2755 list='$(SUBDIRS)'; for subdir in $$list; do \
2756 echo "Making $$target in $$subdir"; \
2757 if test "$$subdir" = "."; then \
2758 dot_seen=yes; \
2759 local_target="$$target-am"; \
2760 else \
2761 local_target="$$target"; \
2762 fi; \
2763 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2764 || eval $$failcom; \
2765 done; \
2766 if test "$$dot_seen" = "no"; then \
2767 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2768 fi; test -z "$$fail"
2770 $(RECURSIVE_CLEAN_TARGETS):
2771 @fail= failcom='exit 1'; \
2772 for f in x $$MAKEFLAGS; do \
2773 case $$f in \
2774 *=* | --[!k]*);; \
2775 *k*) failcom='fail=yes';; \
2776 esac; \
2777 done; \
2778 dot_seen=no; \
2779 case "$@" in \
2780 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2781 *) list='$(SUBDIRS)' ;; \
2782 esac; \
2783 rev=''; for subdir in $$list; do \
2784 if test "$$subdir" = "."; then :; else \
2785 rev="$$subdir $$rev"; \
2786 fi; \
2787 done; \
2788 rev="$$rev ."; \
2789 target=`echo $@ | sed s/-recursive//`; \
2790 for subdir in $$rev; do \
2791 echo "Making $$target in $$subdir"; \
2792 if test "$$subdir" = "."; then \
2793 local_target="$$target-am"; \
2794 else \
2795 local_target="$$target"; \
2796 fi; \
2797 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2798 || eval $$failcom; \
2799 done && test -z "$$fail"
2800 tags-recursive:
2801 list='$(SUBDIRS)'; for subdir in $$list; do \
2802 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2803 done
2804 ctags-recursive:
2805 list='$(SUBDIRS)'; for subdir in $$list; do \
2806 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2807 done
2809 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2810 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2811 unique=`for i in $$list; do \
2812 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2813 done | \
2814 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2815 END { if (nonempty) { for (i in files) print i; }; }'`; \
2816 mkid -fID $$unique
2817 tags: TAGS
2819 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2820 $(TAGS_FILES) $(LISP)
2821 set x; \
2822 here=`pwd`; \
2823 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2824 include_option=--etags-include; \
2825 empty_fix=.; \
2826 else \
2827 include_option=--include; \
2828 empty_fix=; \
2829 fi; \
2830 list='$(SUBDIRS)'; for subdir in $$list; do \
2831 if test "$$subdir" = .; then :; else \
2832 test ! -f $$subdir/TAGS || \
2833 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2834 fi; \
2835 done; \
2836 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2837 unique=`for i in $$list; do \
2838 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2839 done | \
2840 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2841 END { if (nonempty) { for (i in files) print i; }; }'`; \
2842 shift; \
2843 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2844 test -n "$$unique" || unique=$$empty_fix; \
2845 if test $$# -gt 0; then \
2846 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2847 "$$@" $$unique; \
2848 else \
2849 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2850 $$unique; \
2851 fi; \
2853 ctags: CTAGS
2854 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2855 $(TAGS_FILES) $(LISP)
2856 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2857 unique=`for i in $$list; do \
2858 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2859 done | \
2860 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2861 END { if (nonempty) { for (i in files) print i; }; }'`; \
2862 test -z "$(CTAGS_ARGS)$$unique" \
2863 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2864 $$unique
2866 GTAGS:
2867 here=`$(am__cd) $(top_builddir) && pwd` \
2868 && $(am__cd) $(top_srcdir) \
2869 && gtags -i $(GTAGS_ARGS) "$$here"
2871 distclean-tags:
2872 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2873 check-am: all-am
2874 check: check-recursive
2875 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) all-multi $(DATA) \
2876 config.h
2877 installdirs: installdirs-recursive
2878 installdirs-am:
2879 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)$(toolexeclibgoexpdir)" "$(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 \
2880 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2881 done
2882 install: install-recursive
2883 install-exec: install-exec-recursive
2884 install-data: install-data-recursive
2885 uninstall: uninstall-recursive
2887 install-am: all-am
2888 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2890 installcheck: installcheck-recursive
2891 install-strip:
2892 if test -z '$(STRIP)'; then \
2893 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2894 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2895 install; \
2896 else \
2897 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2898 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2899 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2901 mostlyclean-generic:
2903 clean-generic:
2904 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2906 distclean-generic:
2907 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2908 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2910 maintainer-clean-generic:
2911 @echo "This command is intended for maintainers to use"
2912 @echo "it deletes files that may require special tools to rebuild."
2913 clean: clean-multi clean-recursive
2915 clean-am: clean-generic clean-libtool clean-local \
2916 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES \
2917 mostlyclean-am
2919 distclean: distclean-multi distclean-recursive
2920 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2921 -rm -rf ./$(DEPDIR)
2922 -rm -f Makefile
2923 distclean-am: clean-am distclean-compile distclean-generic \
2924 distclean-hdr distclean-libtool distclean-tags
2926 dvi: dvi-recursive
2928 dvi-am:
2930 html: html-recursive
2932 html-am:
2934 info: info-recursive
2936 info-am:
2938 install-data-am:
2940 install-dvi: install-dvi-recursive
2942 install-dvi-am:
2944 install-exec-am: install-multi install-toolexeclibLIBRARIES \
2945 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
2946 install-toolexeclibgoarchiveDATA \
2947 install-toolexeclibgocompressDATA \
2948 install-toolexeclibgocontainerDATA \
2949 install-toolexeclibgocryptoDATA \
2950 install-toolexeclibgocryptox509DATA \
2951 install-toolexeclibgodatabaseDATA \
2952 install-toolexeclibgodatabasesqlDATA \
2953 install-toolexeclibgodebugDATA \
2954 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
2955 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
2956 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
2957 install-toolexeclibgoimagecolorDATA \
2958 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
2959 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
2960 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
2961 install-toolexeclibgonethttpDATA \
2962 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
2963 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
2964 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
2965 install-toolexeclibgotestingDATA \
2966 install-toolexeclibgotestinginternalDATA \
2967 install-toolexeclibgotextDATA \
2968 install-toolexeclibgotexttemplateDATA \
2969 install-toolexeclibgounicodeDATA
2971 install-html: install-html-recursive
2973 install-html-am:
2975 install-info: install-info-recursive
2977 install-info-am:
2979 install-man:
2981 install-pdf: install-pdf-recursive
2983 install-pdf-am:
2985 install-ps: install-ps-recursive
2987 install-ps-am:
2989 installcheck-am:
2991 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
2992 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2993 -rm -rf $(top_srcdir)/autom4te.cache
2994 -rm -rf ./$(DEPDIR)
2995 -rm -f Makefile
2996 maintainer-clean-am: distclean-am maintainer-clean-generic
2998 mostlyclean: mostlyclean-multi mostlyclean-recursive
3000 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3001 mostlyclean-libtool mostlyclean-local
3003 pdf: pdf-recursive
3005 pdf-am:
3007 ps: ps-recursive
3009 ps-am:
3011 uninstall-am: uninstall-toolexeclibLIBRARIES \
3012 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3013 uninstall-toolexeclibgoarchiveDATA \
3014 uninstall-toolexeclibgocompressDATA \
3015 uninstall-toolexeclibgocontainerDATA \
3016 uninstall-toolexeclibgocryptoDATA \
3017 uninstall-toolexeclibgocryptox509DATA \
3018 uninstall-toolexeclibgodatabaseDATA \
3019 uninstall-toolexeclibgodatabasesqlDATA \
3020 uninstall-toolexeclibgodebugDATA \
3021 uninstall-toolexeclibgoencodingDATA \
3022 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3023 uninstall-toolexeclibgohashDATA \
3024 uninstall-toolexeclibgohtmlDATA \
3025 uninstall-toolexeclibgoimageDATA \
3026 uninstall-toolexeclibgoimagecolorDATA \
3027 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3028 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
3029 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3030 uninstall-toolexeclibgonethttpDATA \
3031 uninstall-toolexeclibgonetrpcDATA \
3032 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
3033 uninstall-toolexeclibgoregexpDATA \
3034 uninstall-toolexeclibgoruntimeDATA \
3035 uninstall-toolexeclibgosyncDATA \
3036 uninstall-toolexeclibgotestingDATA \
3037 uninstall-toolexeclibgotestinginternalDATA \
3038 uninstall-toolexeclibgotextDATA \
3039 uninstall-toolexeclibgotexttemplateDATA \
3040 uninstall-toolexeclibgounicodeDATA
3042 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
3043 clean-multi ctags-recursive distclean-multi install-am \
3044 install-multi install-strip maintainer-clean-multi \
3045 mostlyclean-multi tags-recursive
3047 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3048 all all-am all-multi am--refresh check check-am clean \
3049 clean-generic clean-libtool clean-local clean-multi \
3050 clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
3051 ctags-recursive distclean distclean-compile distclean-generic \
3052 distclean-hdr distclean-libtool distclean-multi distclean-tags \
3053 dvi dvi-am html html-am info info-am install install-am \
3054 install-data install-data-am install-dvi install-dvi-am \
3055 install-exec install-exec-am install-html install-html-am \
3056 install-info install-info-am install-man install-multi \
3057 install-pdf install-pdf-am install-ps install-ps-am \
3058 install-strip install-toolexeclibLIBRARIES \
3059 install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \
3060 install-toolexeclibgoarchiveDATA \
3061 install-toolexeclibgocompressDATA \
3062 install-toolexeclibgocontainerDATA \
3063 install-toolexeclibgocryptoDATA \
3064 install-toolexeclibgocryptox509DATA \
3065 install-toolexeclibgodatabaseDATA \
3066 install-toolexeclibgodatabasesqlDATA \
3067 install-toolexeclibgodebugDATA \
3068 install-toolexeclibgoencodingDATA install-toolexeclibgoexpDATA \
3069 install-toolexeclibgogoDATA install-toolexeclibgohashDATA \
3070 install-toolexeclibgohtmlDATA install-toolexeclibgoimageDATA \
3071 install-toolexeclibgoimagecolorDATA \
3072 install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \
3073 install-toolexeclibgologDATA install-toolexeclibgomathDATA \
3074 install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \
3075 install-toolexeclibgonethttpDATA \
3076 install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \
3077 install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \
3078 install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \
3079 install-toolexeclibgotestingDATA \
3080 install-toolexeclibgotestinginternalDATA \
3081 install-toolexeclibgotextDATA \
3082 install-toolexeclibgotexttemplateDATA \
3083 install-toolexeclibgounicodeDATA installcheck installcheck-am \
3084 installdirs installdirs-am maintainer-clean \
3085 maintainer-clean-generic maintainer-clean-multi mostlyclean \
3086 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
3087 mostlyclean-local mostlyclean-multi pdf pdf-am ps ps-am tags \
3088 tags-recursive uninstall uninstall-am \
3089 uninstall-toolexeclibLIBRARIES \
3090 uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \
3091 uninstall-toolexeclibgoarchiveDATA \
3092 uninstall-toolexeclibgocompressDATA \
3093 uninstall-toolexeclibgocontainerDATA \
3094 uninstall-toolexeclibgocryptoDATA \
3095 uninstall-toolexeclibgocryptox509DATA \
3096 uninstall-toolexeclibgodatabaseDATA \
3097 uninstall-toolexeclibgodatabasesqlDATA \
3098 uninstall-toolexeclibgodebugDATA \
3099 uninstall-toolexeclibgoencodingDATA \
3100 uninstall-toolexeclibgoexpDATA uninstall-toolexeclibgogoDATA \
3101 uninstall-toolexeclibgohashDATA \
3102 uninstall-toolexeclibgohtmlDATA \
3103 uninstall-toolexeclibgoimageDATA \
3104 uninstall-toolexeclibgoimagecolorDATA \
3105 uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \
3106 uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \
3107 uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \
3108 uninstall-toolexeclibgonethttpDATA \
3109 uninstall-toolexeclibgonetrpcDATA \
3110 uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \
3111 uninstall-toolexeclibgoregexpDATA \
3112 uninstall-toolexeclibgoruntimeDATA \
3113 uninstall-toolexeclibgosyncDATA \
3114 uninstall-toolexeclibgotestingDATA \
3115 uninstall-toolexeclibgotestinginternalDATA \
3116 uninstall-toolexeclibgotextDATA \
3117 uninstall-toolexeclibgotexttemplateDATA \
3118 uninstall-toolexeclibgounicodeDATA
3121 goc2c.$(OBJEXT): runtime/goc2c.c
3122 $(CC_FOR_BUILD) -c $(CFLAGS_FOR_BUILD) $<
3124 goc2c: goc2c.$(OBJEXT)
3125 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $<
3127 malloc.c: $(srcdir)/runtime/malloc.goc goc2c
3128 ./goc2c $< > $@.tmp
3129 mv -f $@.tmp $@
3131 %.c: $(srcdir)/runtime/%.goc goc2c
3132 ./goc2c $< > $@.tmp
3133 mv -f $@.tmp $@
3135 version.go: s-version; @true
3136 s-version: Makefile
3137 rm -f version.go.tmp
3138 echo "package sys" > version.go.tmp
3139 echo 'const DefaultGoroot = "$(prefix)"' >> version.go.tmp
3140 echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp
3141 echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp
3142 echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp
3143 echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
3144 echo >> version.go.tmp
3145 echo "type ArchFamilyType int" >> version.go.tmp
3146 echo >> version.go.tmp
3147 echo "const (" >> version.go.tmp
3148 echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp
3149 for a in $(ALLGOARCHFAMILY); do \
3150 echo " $${a}" >> version.go.tmp; \
3151 done
3152 echo ")" >> version.go.tmp
3153 echo >> version.go.tmp
3154 for a in $(ALLGOARCH); do \
3155 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3156 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3157 if test "$${a}" = "$(GOARCH)"; then \
3158 echo "const Goarch$${n} = 1" >> version.go.tmp; \
3159 else \
3160 echo "const Goarch$${n} = 0" >> version.go.tmp; \
3161 fi; \
3162 done
3163 echo >> version.go.tmp
3164 echo "const (" >> version.go.tmp
3165 echo " ArchFamily = $(GOARCH_FAMILY)" >> version.go.tmp
3166 echo " BigEndian = $(GOARCH_BIGENDIAN)" >> version.go.tmp
3167 echo " CacheLineSize = $(GOARCH_CACHELINESIZE)" >> version.go.tmp
3168 echo " PhysPageSize = $(GOARCH_PHYSPAGESIZE)" >> version.go.tmp
3169 echo " PCQuantum = $(GOARCH_PCQUANTUM)" >> version.go.tmp
3170 echo " Int64Align = $(GOARCH_INT64ALIGN)" >> version.go.tmp
3171 echo " HugePageSize = $(GOARCH_HUGEPAGESIZE)" >> version.go.tmp
3172 echo " MinFrameSize = $(GOARCH_MINFRAMESIZE)" >> version.go.tmp
3173 echo ")" >> version.go.tmp
3174 echo >> version.go.tmp
3175 for a in $(ALLGOOS); do \
3176 f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \
3177 n="$${f}`echo $${a} | sed -e 's/.//'`"; \
3178 if test "$${a}" = "$(GOOS)"; then \
3179 echo "const Goos$${n} = 1" >> version.go.tmp; \
3180 else \
3181 echo "const Goos$${n} = 0" >> version.go.tmp; \
3182 fi; \
3183 done
3184 echo >> version.go.tmp
3185 echo "type Uintreg uintptr" >> version.go.tmp
3186 $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
3187 $(STAMP) $@
3189 runtime_sysinfo.go: s-runtime_sysinfo; @true
3190 s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go
3191 $(SHELL) $(srcdir)/mkrsysinfo.sh
3192 $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go
3193 $(STAMP) $@
3195 sigtab.go: s-sigtab; @true
3196 s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go
3197 GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go
3198 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go
3199 $(STAMP) $@
3201 runtime.inc: s-runtime-inc; @true
3202 s-runtime-inc: runtime.lo Makefile
3203 rm -f runtime.inc.tmp2
3204 grep -v "#define _" runtime.inc.tmp | grep -v "#define [cm][01234] " > runtime.inc.tmp2
3205 for pattern in '_[GP][a-z]' _Max _Lock _Sig _Trace _MHeap _Num; do \
3206 grep "#define $$pattern" runtime.inc.tmp >> runtime.inc.tmp2; \
3207 done
3208 $(SHELL) $(srcdir)/mvifdiff.sh runtime.inc.tmp2 runtime.inc
3209 $(STAMP) $@
3211 # Generate the list of go std packages that were included in libgo
3212 zstdpkglist.go: s-zstdpkglist; @true
3213 s-zstdpkglist: Makefile
3214 rm -f zstdpkglist.go.tmp
3215 echo 'package main' > zstdpkglist.go.tmp
3216 echo "" >> zstdpkglist.go.tmp
3217 echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp
3218 echo $(libgo_go_objs) 'unsafe.lo' 'runtime/cgo.lo' | sed 's/\.lo /\": true,\n/g' | grep -v _c | sed 's/\.lo/\": true,/' | sed 's/^/\t\"/' | sort -u >> zstdpkglist.go.tmp
3219 echo '}' >> zstdpkglist.go.tmp
3220 $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go
3221 $(STAMP) $@
3223 libcalls.go: s-libcalls; @true
3224 s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go
3225 rm -f libcalls.go.tmp
3226 $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp
3227 $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go
3228 $(STAMP) $@
3230 libcalls-list: s-libcalls-list; @true
3231 s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go
3232 rm -f libcalls-list.tmp
3233 $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp
3234 $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list
3235 $(STAMP) $@
3237 syscall_arch.go: s-syscall_arch; @true
3238 s-syscall_arch: Makefile
3239 rm -f syscall_arch.go.tmp
3240 echo "package syscall" > syscall_arch.go.tmp
3241 echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp
3242 echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp
3243 $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go
3244 $(STAMP) $@
3246 gen-sysinfo.go: s-gen-sysinfo; @true
3247 s-gen-sysinfo: $(srcdir)/sysinfo.c config.h
3248 $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c
3249 rm -f sysinfo.s
3250 $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go
3251 $(STAMP) $@
3253 errno.i: s-errno; @true
3254 s-errno:
3255 echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i
3256 $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i
3257 $(STAMP) $@
3259 sysinfo.go: s-sysinfo; @true
3260 s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i
3261 $(SHELL) $(srcdir)/mksysinfo.sh
3262 $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go
3263 $(STAMP) $@
3265 # The epoll struct has an embedded union and is packed on x86_64,
3266 # which is too complicated for mksysinfo.sh. We find the offset of
3267 # the only field we care about in configure.ac, and generate the
3268 # struct here.
3269 epoll.go: s-epoll; @true
3270 s-epoll: Makefile
3271 rm -f epoll.go.tmp
3272 echo 'package syscall' > epoll.go.tmp
3273 echo 'type EpollEvent struct {' >> epoll.go.tmp
3274 echo ' Events uint32' >> epoll.go.tmp
3275 case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \
3276 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \
3277 exit 1; ;; \
3278 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \
3279 12,4) echo ' Fd int32' >> epoll.go.tmp; \
3280 echo ' Pad [4]byte' >> epoll.go.tmp; ;; \
3281 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3282 echo ' Fd int32' >> epoll.go.tmp; ;; \
3283 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \
3284 echo ' Fd int32' >> epoll.go.tmp; \
3285 echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \
3286 *) echo 1>&2 "*** struct epoll_event unsupported"; \
3287 exit 1; ;; \
3288 esac
3289 echo '}' >> epoll.go.tmp
3290 $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go
3291 $(STAMP) $@
3293 # Make sure runtime.inc is built before compiling any .c file.
3294 $(libgo_la_OBJECTS): runtime.inc
3295 $(libgo_llgo_la_OBJECTS): runtime.inc
3296 $(libgobegin_a_OBJECTS): runtime.inc
3297 $(libgobegin_llgo_a_OBJECTS): runtime.inc
3298 $(libgolibbegin_a_OBJECTS): runtime.inc
3300 # PACKAGE_template defines the rules for each package.
3301 # For example, for the package bufio, it produces:
3303 # @go_include@ bufio.lo.dep
3304 # bufio.lo.dep: $(srcdir)/go/bufio/*.go
3305 # $(BUILDDEPS)
3306 # bufio.lo:
3307 # $(BUILDPACKAGE)
3308 # bufio/check: $(CHECK_DEPS)
3309 # @$(CHECK)
3310 # .PHONY: bufio/check
3312 # This is invoked with $(1) set to a package, which is a directory name,
3313 # such as "bufio" or "archive/tar".
3314 define PACKAGE_template
3315 @go_include@ $(1).lo.dep
3316 $(1).lo.dep: $(srcdir)/go/$(1)/*.go
3317 $$(BUILDDEPS)
3318 $(1).lo:
3319 $$(BUILDPACKAGE)
3320 $(1)/check: $$(CHECK_DEPS)
3321 @$$(CHECK)
3322 .PHONY: $(1)/check
3323 $(1).gox: $(1).s-gox; @true
3324 $(1).s-gox: $(1).lo
3325 $$(BUILDGOX)
3326 $$(STAMP) $$@
3327 endef
3329 # This line expands PACKAGE_template once for each package name listed
3330 # in $(PACKAGES).
3331 $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package))))
3332 runtime.lo.dep: $(extra_go_files_runtime)
3333 syscall.lo.dep: $(extra_go_files_syscall)
3334 runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys)
3336 # FIXME: The following C files may as well move to the runtime
3337 # directory and be treated like other C files.
3339 # Use C code to speed up {bytes,strings}.IndexByte and friends.
3340 bytes/index.lo: go/bytes/indexbyte.c runtime.inc
3341 @$(MKDIR_P) bytes
3342 $(LTCOMPILE) -c -o $@ $(srcdir)/go/bytes/indexbyte.c
3343 strings/index.lo: go/strings/indexbyte.c runtime.inc
3344 @$(MKDIR_P) strings
3345 $(LTCOMPILE) -c -o $@ $(srcdir)/go/strings/indexbyte.c
3347 # Use a C function with a fixed number of arguments to call a C
3348 # varargs function.
3349 log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc
3350 @$(MKDIR_P) log/syslog
3351 $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c
3353 # The interface to libffi from the reflect package is written in C.
3354 reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc
3355 @$(MKDIR_P) reflect
3356 $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c
3358 # The atomic functions are written in C.
3359 runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc
3360 @$(MKDIR_P) runtime/internal
3361 $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c
3362 sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc
3363 @$(MKDIR_P) sync
3364 $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c
3366 # A few syscall functions are written in C.
3367 syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc
3368 @$(MKDIR_P) syscall
3369 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c
3370 syscall/errno.lo: go/syscall/errno.c runtime.inc
3371 @$(MKDIR_P) syscall
3372 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c
3373 syscall/signame.lo: go/syscall/signame.c runtime.inc
3374 @$(MKDIR_P) syscall
3375 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c
3376 syscall/wait.lo: go/syscall/wait.c runtime.inc
3377 @$(MKDIR_P) syscall
3378 $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c
3380 # Build golang_org/x/net/route only on BSD systems.
3382 @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,golang_org/x/net/route))
3384 # Build golang_org/x/net/lif only on Solaris systems.
3386 @LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,golang_org/x/net/lif))
3388 check: check-tail
3389 check-recursive: check-head
3391 check-head:
3392 @echo "Test Run By $${USER} on `date`" > libgo.head
3393 @echo "Native configuration is $(host_triplet)" >> libgo.head
3394 @echo >> libgo.head
3395 @echo " === libgo tests ===" >> libgo.head
3396 @echo >> libgo.head
3398 check-tail: check-recursive check-multi
3399 @if test "$(USE_DEJAGNU)" = "yes"; then \
3400 exit 0; \
3401 fi; \
3402 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
3403 for dir in . $(MULTIDIRS); do \
3404 mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \
3405 mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \
3406 done; \
3407 mv libgo.head libgo.sum; \
3408 cp libgo.sum libgo.log; \
3409 echo "Schedule of variations:" >> libgo.sum; \
3410 for dir in . $(MULTIDIRS); do \
3411 multidir=../$${dir}/$${lib}; \
3412 multivar=`cat $${multidir}/libgo.var`; \
3413 echo " $${multivar}" >> libgo.sum; \
3414 done; \
3415 echo >> libgo.sum; \
3416 pass=0; fail=0; untested=0; \
3417 for dir in . $(MULTIDIRS); do \
3418 multidir=../$${dir}/$${lib}; \
3419 multivar=`cat $${multidir}/libgo.var`; \
3420 echo "Running target $${multivar}" >> libgo.sum; \
3421 echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \
3422 cat $${multidir}/libgo.sum.sep >> libgo.sum; \
3423 cat $${multidir}/libgo.log.sep >> libgo.log; \
3424 if test -n "${MULTIDIRS}"; then \
3425 echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \
3426 echo >> libgo.sum; \
3427 fi; \
3428 p=`grep -c PASS $${multidir}/libgo.sum.sep`; \
3429 pass=`expr $$pass + $$p`; \
3430 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3431 echo "# of expected passes $$p" >> libgo.sum; \
3432 fi; \
3433 p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \
3434 fail=`expr $$fail + $$p`; \
3435 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3436 echo "# of unexpected failures $$p" >> libgo.sum; \
3437 fi; \
3438 p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \
3439 untested=`expr $$untested + $$p`; \
3440 if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \
3441 echo "# of untested testcases $$p" >> libgo.sum; \
3442 fi; \
3443 done; \
3444 echo >> libgo.sum; \
3445 echo " === libgo Summary ===" >> libgo.sum; \
3446 echo >> libgo.sum; \
3447 if test "$$pass" -ne "0"; then \
3448 echo "# of expected passes $$pass" >> libgo.sum; \
3449 fi; \
3450 if test "$$fail" -ne "0"; then \
3451 echo "# of unexpected failures $$fail" >> libgo.sum; \
3452 fi; \
3453 if test "$$untested" -ne "0"; then \
3454 echo "# of untested testcases $$untested" >> libgo.sum; \
3455 fi; \
3456 echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \
3457 echo >> libgo.log; \
3458 echo "runtest completed at `date`" >> libgo.log; \
3459 if test "$$fail" -ne "0"; then \
3460 status=1; \
3461 else \
3462 status=0; \
3463 fi; \
3464 exit $$status
3466 check-am:
3467 @rm -f libgo.sum libgo.log libgo.tail
3468 @multivar="unix"; \
3469 [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \
3470 echo "$${multivar}" > libgo.var
3471 @for f in $(TEST_PACKAGES); do \
3472 rm -f $$f-testsum $$f-testlog; \
3473 done
3474 -@$(MAKE) -k $(TEST_PACKAGES)
3475 @for f in $(TEST_PACKAGES); do \
3476 if test -f $$f-testsum; then \
3477 cat $$f-testsum >> libgo.sum; \
3478 fi; \
3479 if test -f $$f-testlog; then \
3480 cat $$f-testlog >> libgo.log; \
3481 fi; \
3482 done
3484 check-multi:
3485 $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE)
3487 bench:
3488 -@$(MAKE) -k $(TEST_PACKAGES) GOBENCH=.
3490 mostlyclean-local:
3491 find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
3492 find . -name '*.$(OBJEXT)' -print | xargs rm -f
3493 find . -name '*-testsum' -print | xargs rm -f
3494 find . -name '*-testlog' -print | xargs rm -f
3496 clean-local:
3497 find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
3498 find . -name '*.a' -print | xargs rm -f
3500 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3501 # Otherwise a system limit (for SysV at least) may be exceeded.
3502 .NOEXPORT: