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