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