| # Makefile.in generated by automake 1.15.1 from Makefile.am. |
| # @configure_input@ |
| |
| # Copyright (C) 1994-2017 Free Software Foundation, Inc. |
| |
| # This Makefile.in is free software; the Free Software Foundation |
| # gives unlimited permission to copy and/or distribute it, |
| # with or without modifications, as long as this notice is preserved. |
| |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. |
| |
| @SET_MAKE@ |
| |
| # Makefile.am -- Go library Makefile. |
| |
| # Copyright 2009 The Go Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style |
| # license that can be found in the LICENSE file. |
| |
| # Process this file with autoreconf to produce Makefile.in. |
| |
| |
| |
| VPATH = @srcdir@ |
| am__is_gnu_make = { \ |
| if test -z '$(MAKELEVEL)'; then \ |
| false; \ |
| elif test -n '$(MAKE_HOST)'; then \ |
| true; \ |
| elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| true; \ |
| else \ |
| false; \ |
| fi; \ |
| } |
| am__make_running_with_option = \ |
| case $${target_option-} in \ |
| ?) ;; \ |
| *) echo "am__make_running_with_option: internal error: invalid" \ |
| "target option '$${target_option-}' specified" >&2; \ |
| exit 1;; \ |
| esac; \ |
| has_opt=no; \ |
| sane_makeflags=$$MAKEFLAGS; \ |
| if $(am__is_gnu_make); then \ |
| sane_makeflags=$$MFLAGS; \ |
| else \ |
| case $$MAKEFLAGS in \ |
| *\\[\ \ ]*) \ |
| bs=\\; \ |
| sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| esac; \ |
| fi; \ |
| skip_next=no; \ |
| strip_trailopt () \ |
| { \ |
| flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| }; \ |
| for flg in $$sane_makeflags; do \ |
| test $$skip_next = yes && { skip_next=no; continue; }; \ |
| case $$flg in \ |
| *=*|--*) continue;; \ |
| -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| -*I?*) strip_trailopt 'I';; \ |
| -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| -*O?*) strip_trailopt 'O';; \ |
| -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| -*l?*) strip_trailopt 'l';; \ |
| -[dEDm]) skip_next=yes;; \ |
| -[JT]) skip_next=yes;; \ |
| esac; \ |
| case $$flg in \ |
| *$$target_option*) has_opt=yes; break;; \ |
| esac; \ |
| done; \ |
| test $$has_opt = yes |
| am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| pkgdatadir = $(datadir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ |
| pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| install_sh_DATA = $(install_sh) -c -m 644 |
| install_sh_PROGRAM = $(install_sh) -c |
| install_sh_SCRIPT = $(install_sh) -c |
| INSTALL_HEADER = $(INSTALL_DATA) |
| transform = $(program_transform_name) |
| NORMAL_INSTALL = : |
| PRE_INSTALL = : |
| POST_INSTALL = : |
| NORMAL_UNINSTALL = : |
| PRE_UNINSTALL = : |
| POST_UNINSTALL = : |
| build_triplet = @build@ |
| host_triplet = @host@ |
| target_triplet = @target@ |
| @USING_SPLIT_STACK_TRUE@am__append_1 = -XCClinker $(SPLIT_STACK) |
| |
| # Using an import file for libgo avoid requiring to use the -brtl flag |
| # when builing a go program |
| @LIBGO_IS_AIX_TRUE@am__append_2 = -Wl,-bbigtoc -Wl,-bI:$(srcdir)/libgo.imp |
| @GOC_IS_LLGO_TRUE@am__append_3 = libgo-llgo.la libgobegin-llgo.a |
| @GOC_IS_LLGO_FALSE@am__append_4 = libgo.la libgobegin.a |
| subdir = . |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ |
| $(top_srcdir)/../config/hwcaps.m4 \ |
| $(top_srcdir)/../config/lead-dot.m4 \ |
| $(top_srcdir)/../config/multi.m4 \ |
| $(top_srcdir)/../config/override.m4 \ |
| $(top_srcdir)/../config/unwind_ipinfo.m4 \ |
| $(top_srcdir)/config/libtool.m4 \ |
| $(top_srcdir)/config/ltoptions.m4 \ |
| $(top_srcdir)/config/ltsugar.m4 \ |
| $(top_srcdir)/config/ltversion.m4 \ |
| $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| $(ACLOCAL_M4) |
| DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| $(am__configure_deps) |
| am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| configure.lineno config.status.lineno |
| CONFIG_HEADER = config.h |
| CONFIG_CLEAN_FILES = |
| CONFIG_CLEAN_VPATH_FILES = |
| am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| am__vpath_adj = case $$p in \ |
| $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| *) f=$$p;; \ |
| esac; |
| am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| am__install_max = 40 |
| am__nobase_strip_setup = \ |
| srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| am__nobase_strip = \ |
| for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| am__nobase_list = $(am__nobase_strip_setup); \ |
| for p in $$list; do echo "$$p $$p"; done | \ |
| sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| if (++n[$$2] == $(am__install_max)) \ |
| { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| END { for (dir in files) print dir, files[dir] }' |
| am__base_list = \ |
| sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| am__uninstall_files_from_dir = { \ |
| test -z "$$files" \ |
| || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| $(am__cd) "$$dir" && rm -f $$files; }; \ |
| } |
| am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \ |
| "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" \ |
| "$(DESTDIR)$(toolexeclibgoarchivedir)" \ |
| "$(DESTDIR)$(toolexeclibgocompressdir)" \ |
| "$(DESTDIR)$(toolexeclibgocontainerdir)" \ |
| "$(DESTDIR)$(toolexeclibgocryptodir)" \ |
| "$(DESTDIR)$(toolexeclibgocryptox509dir)" \ |
| "$(DESTDIR)$(toolexeclibgodatabasedir)" \ |
| "$(DESTDIR)$(toolexeclibgodatabasesqldir)" \ |
| "$(DESTDIR)$(toolexeclibgodebugdir)" \ |
| "$(DESTDIR)$(toolexeclibgoencodingdir)" \ |
| "$(DESTDIR)$(toolexeclibgogodir)" \ |
| "$(DESTDIR)$(toolexeclibgohashdir)" \ |
| "$(DESTDIR)$(toolexeclibgohtmldir)" \ |
| "$(DESTDIR)$(toolexeclibgoimagedir)" \ |
| "$(DESTDIR)$(toolexeclibgoimagecolordir)" \ |
| "$(DESTDIR)$(toolexeclibgoindexdir)" \ |
| "$(DESTDIR)$(toolexeclibgoiodir)" \ |
| "$(DESTDIR)$(toolexeclibgologdir)" \ |
| "$(DESTDIR)$(toolexeclibgomathdir)" \ |
| "$(DESTDIR)$(toolexeclibgomimedir)" \ |
| "$(DESTDIR)$(toolexeclibgonetdir)" \ |
| "$(DESTDIR)$(toolexeclibgonethttpdir)" \ |
| "$(DESTDIR)$(toolexeclibgonetrpcdir)" \ |
| "$(DESTDIR)$(toolexeclibgoosdir)" \ |
| "$(DESTDIR)$(toolexeclibgopathdir)" \ |
| "$(DESTDIR)$(toolexeclibgoregexpdir)" \ |
| "$(DESTDIR)$(toolexeclibgoruntimedir)" \ |
| "$(DESTDIR)$(toolexeclibgosyncdir)" \ |
| "$(DESTDIR)$(toolexeclibgotestingdir)" \ |
| "$(DESTDIR)$(toolexeclibgotestinginternaldir)" \ |
| "$(DESTDIR)$(toolexeclibgotextdir)" \ |
| "$(DESTDIR)$(toolexeclibgotexttemplatedir)" \ |
| "$(DESTDIR)$(toolexeclibgounicodedir)" |
| LIBRARIES = $(noinst_LIBRARIES) $(toolexeclib_LIBRARIES) |
| ARFLAGS = cru |
| AM_V_AR = $(am__v_AR_@AM_V@) |
| am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) |
| am__v_AR_0 = @echo " AR " $@; |
| am__v_AR_1 = |
| libgobegin_llgo_a_AR = $(AR) $(ARFLAGS) |
| libgobegin_llgo_a_LIBADD = |
| am__dirstamp = $(am__leading_dot)dirstamp |
| am_libgobegin_llgo_a_OBJECTS = \ |
| runtime/libgobegin_llgo_a-go-main.$(OBJEXT) |
| libgobegin_llgo_a_OBJECTS = $(am_libgobegin_llgo_a_OBJECTS) |
| libgobegin_a_AR = $(AR) $(ARFLAGS) |
| libgobegin_a_LIBADD = |
| am_libgobegin_a_OBJECTS = runtime/libgobegin_a-go-main.$(OBJEXT) |
| libgobegin_a_OBJECTS = $(am_libgobegin_a_OBJECTS) |
| libgolibbegin_a_AR = $(AR) $(ARFLAGS) |
| libgolibbegin_a_LIBADD = |
| am_libgolibbegin_a_OBJECTS = \ |
| runtime/libgolibbegin_a-go-libmain.$(OBJEXT) |
| libgolibbegin_a_OBJECTS = $(am_libgolibbegin_a_OBJECTS) |
| libgotool_a_AR = $(AR) $(ARFLAGS) |
| am_libgotool_a_OBJECTS = |
| libgotool_a_OBJECTS = $(am_libgotool_a_OBJECTS) |
| LTLIBRARIES = $(toolexeclib_LTLIBRARIES) |
| @LIBGO_IS_LINUX_TRUE@am__DEPENDENCIES_1 = syscall/clone_linux.lo |
| am__DEPENDENCIES_2 = $(addsuffix .lo,$(PACKAGES)) \ |
| internal/bytealg/bytealg.lo reflect/makefunc_ffi_c.lo \ |
| $(am__DEPENDENCIES_1) syscall/errno.lo syscall/signame.lo \ |
| syscall/wait.lo $(internal_x_net_lif_lo) \ |
| $(internal_x_net_route_lo) log/syslog/syslog_c.lo \ |
| runtime/internal/atomic_c.lo sync/atomic_c.lo \ |
| internal/cpu/cpu_gccgo.lo |
| am__DEPENDENCIES_3 = |
| am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) \ |
| ../libbacktrace/libbacktrace.la $(am__DEPENDENCIES_3) \ |
| $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3) \ |
| $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_3) |
| libgo_llgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4) |
| @LIBGO_IS_RTEMS_TRUE@am__objects_1 = \ |
| @LIBGO_IS_RTEMS_TRUE@ runtime/rtems-task-variable-add.lo |
| @LIBGO_IS_AIX_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_HURD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_2 = runtime/getncpu-none.lo |
| @LIBGO_IS_AIX_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_HURD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_2 = runtime/getncpu-hurd.lo |
| @LIBGO_IS_AIX_TRUE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_2 = runtime/getncpu-aix.lo |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_TRUE@@LIBGO_IS_SOLARIS_FALSE@am__objects_2 = runtime/getncpu-bsd.lo |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@am__objects_2 = runtime/getncpu-bsd.lo |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@am__objects_2 = runtime/getncpu-solaris.lo |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_2 = runtime/getncpu-irix.lo |
| @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@am__objects_2 = runtime/getncpu-bsd.lo |
| @LIBGO_IS_LINUX_TRUE@am__objects_2 = runtime/getncpu-linux.lo |
| am__objects_3 = runtime/aeshash.lo runtime/go-assert.lo \ |
| runtime/go-caller.lo runtime/go-callers.lo runtime/go-cdiv.lo \ |
| runtime/go-cgo.lo runtime/go-construct-map.lo \ |
| runtime/go-ffi.lo runtime/go-fieldtrack.lo \ |
| runtime/go-matherr.lo runtime/go-memclr.lo \ |
| runtime/go-memcmp.lo runtime/go-memequal.lo \ |
| runtime/go-memmove.lo runtime/go-nanotime.lo runtime/go-now.lo \ |
| runtime/go-nosys.lo runtime/go-reflect-call.lo \ |
| runtime/go-runtime-error.lo runtime/go-setenv.lo \ |
| runtime/go-signal.lo runtime/go-strslice.lo \ |
| runtime/go-typedesc-equal.lo runtime/go-unsafe-pointer.lo \ |
| runtime/go-unsetenv.lo runtime/go-unwind.lo \ |
| runtime/go-varargs.lo runtime/env_posix.lo runtime/panic.lo \ |
| runtime/print.lo runtime/proc.lo runtime/runtime_c.lo \ |
| runtime/stack.lo runtime/yield.lo $(am__objects_1) \ |
| $(am__objects_2) |
| am_libgo_llgo_la_OBJECTS = $(am__objects_3) |
| libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS) |
| AM_V_lt = $(am__v_lt_@AM_V@) |
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| am__v_lt_0 = --silent |
| am__v_lt_1 = |
| libgo_llgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| $(libgo_llgo_la_LDFLAGS) $(LDFLAGS) -o $@ |
| @GOC_IS_LLGO_TRUE@am_libgo_llgo_la_rpath = -rpath $(toolexeclibdir) |
| libgo_la_DEPENDENCIES = $(am__DEPENDENCIES_4) |
| am_libgo_la_OBJECTS = $(am__objects_3) |
| libgo_la_OBJECTS = $(am_libgo_la_OBJECTS) |
| libgo_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| $(libgo_la_LDFLAGS) $(LDFLAGS) -o $@ |
| @GOC_IS_LLGO_FALSE@am_libgo_la_rpath = -rpath $(toolexeclibdir) |
| AM_V_P = $(am__v_P_@AM_V@) |
| am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| am__v_P_0 = false |
| am__v_P_1 = : |
| AM_V_GEN = $(am__v_GEN_@AM_V@) |
| am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| am__v_GEN_0 = @echo " GEN " $@; |
| am__v_GEN_1 = |
| AM_V_at = $(am__v_at_@AM_V@) |
| am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| am__v_at_0 = @ |
| am__v_at_1 = |
| DEFAULT_INCLUDES = -I.@am__isrc@ |
| depcomp = $(SHELL) $(top_srcdir)/../depcomp |
| am__depfiles_maybe = depfiles |
| am__mv = mv -f |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
| $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| $(AM_CFLAGS) $(CFLAGS) |
| AM_V_CC = $(am__v_CC_@AM_V@) |
| am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| am__v_CC_0 = @echo " CC " $@; |
| am__v_CC_1 = |
| CCLD = $(CC) |
| LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| am__v_CCLD_0 = @echo " CCLD " $@; |
| am__v_CCLD_1 = |
| SOURCES = $(libgobegin_llgo_a_SOURCES) $(libgobegin_a_SOURCES) \ |
| $(libgolibbegin_a_SOURCES) $(libgotool_a_SOURCES) \ |
| $(libgo_llgo_la_SOURCES) $(libgo_la_SOURCES) |
| RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| ctags-recursive dvi-recursive html-recursive info-recursive \ |
| install-data-recursive install-dvi-recursive \ |
| install-exec-recursive install-html-recursive \ |
| install-info-recursive install-pdf-recursive \ |
| install-ps-recursive install-recursive installcheck-recursive \ |
| installdirs-recursive pdf-recursive ps-recursive \ |
| tags-recursive uninstall-recursive |
| am__can_run_installinfo = \ |
| case $$AM_UPDATE_INFO_DIR in \ |
| n|no|NO) false;; \ |
| *) (install-info --version) >/dev/null 2>&1;; \ |
| esac |
| DATA = $(noinst_DATA) $(toolexeclibgo_DATA) \ |
| $(toolexeclibgoarchive_DATA) $(toolexeclibgocompress_DATA) \ |
| $(toolexeclibgocontainer_DATA) $(toolexeclibgocrypto_DATA) \ |
| $(toolexeclibgocryptox509_DATA) $(toolexeclibgodatabase_DATA) \ |
| $(toolexeclibgodatabasesql_DATA) $(toolexeclibgodebug_DATA) \ |
| $(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \ |
| $(toolexeclibgohash_DATA) $(toolexeclibgohtml_DATA) \ |
| $(toolexeclibgoimage_DATA) $(toolexeclibgoimagecolor_DATA) \ |
| $(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \ |
| $(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \ |
| $(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \ |
| $(toolexeclibgonethttp_DATA) $(toolexeclibgonetrpc_DATA) \ |
| $(toolexeclibgoos_DATA) $(toolexeclibgopath_DATA) \ |
| $(toolexeclibgoregexp_DATA) $(toolexeclibgoruntime_DATA) \ |
| $(toolexeclibgosync_DATA) $(toolexeclibgotesting_DATA) \ |
| $(toolexeclibgotestinginternal_DATA) $(toolexeclibgotext_DATA) \ |
| $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA) |
| RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| distclean-recursive maintainer-clean-recursive |
| am__recursive_targets = \ |
| $(RECURSIVE_TARGETS) \ |
| $(RECURSIVE_CLEAN_TARGETS) \ |
| $(am__extra_recursive_targets) |
| AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| cscope |
| am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| $(LISP)config.h.in |
| # Read a list of newline-separated strings from the standard input, |
| # and print each of them once, without duplicates. Input order is |
| # *not* preserved. |
| am__uniquify_input = $(AWK) '\ |
| BEGIN { nonempty = 0; } \ |
| { items[$$0] = 1; nonempty = 1; } \ |
| END { if (nonempty) { for (i in items) print i; }; } \ |
| ' |
| # Make sure the list of sources is unique. This is necessary because, |
| # e.g., the same source file might be shared among _SOURCES variables |
| # for different programs/libraries. |
| am__define_uniq_tagged_files = \ |
| list='$(am__tagged_files)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | $(am__uniquify_input)` |
| ETAGS = etags |
| CTAGS = ctags |
| CSCOPE = cscope |
| DIST_SUBDIRS = testsuite |
| ACLOCAL = @ACLOCAL@ |
| ALLGOARCH = @ALLGOARCH@ |
| ALLGOARCHFAMILY = @ALLGOARCHFAMILY@ |
| ALLGOOS = @ALLGOOS@ |
| AMTAR = @AMTAR@ |
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| AR = @AR@ |
| AUTOCONF = @AUTOCONF@ |
| AUTOHEADER = @AUTOHEADER@ |
| AUTOMAKE = @AUTOMAKE@ |
| AWK = @AWK@ |
| CC = @CC@ |
| CCDEPMODE = @CCDEPMODE@ |
| CC_FOR_BUILD = @CC_FOR_BUILD@ |
| CFLAGS = @CFLAGS@ |
| CPP = @CPP@ |
| CPPFLAGS = @CPPFLAGS@ |
| CYGPATH_W = @CYGPATH_W@ |
| DEFS = @DEFS@ |
| DEPDIR = @DEPDIR@ |
| DSYMUTIL = @DSYMUTIL@ |
| DUMPBIN = @DUMPBIN@ |
| ECHO_C = @ECHO_C@ |
| ECHO_N = @ECHO_N@ |
| ECHO_T = @ECHO_T@ |
| EGREP = @EGREP@ |
| EXEEXT = @EXEEXT@ |
| FGREP = @FGREP@ |
| FUNCTION_DESCRIPTORS = @FUNCTION_DESCRIPTORS@ |
| GOARCH = @GOARCH@ |
| GOC = @GOC@ |
| GOFLAGS = @GOFLAGS@ |
| GOOS = @GOOS@ |
| GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@ |
| GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@ |
| GO_SPLIT_STACK = @GO_SPLIT_STACK@ |
| GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@ |
| GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@ |
| GREP = @GREP@ |
| HWCAP_CFLAGS = @HWCAP_CFLAGS@ |
| INSTALL = @INSTALL@ |
| INSTALL_DATA = @INSTALL_DATA@ |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| LD = @LD@ |
| LDFLAGS = @LDFLAGS@ |
| LIBATOMIC = @LIBATOMIC@ |
| LIBFFI = @LIBFFI@ |
| LIBFFIINCS = @LIBFFIINCS@ |
| LIBOBJS = @LIBOBJS@ |
| LIBS = @LIBS@ |
| LIBTOOL = @LIBTOOL@ |
| LIPO = @LIPO@ |
| LN_S = @LN_S@ |
| LTLIBOBJS = @LTLIBOBJS@ |
| MAINT = @MAINT@ |
| MAKEINFO = @MAKEINFO@ |
| MATH_FLAG = @MATH_FLAG@ |
| MATH_LIBS = @MATH_LIBS@ |
| MKDIR_P = @MKDIR_P@ |
| NET_LIBS = @NET_LIBS@ |
| NM = @NM@ |
| NMEDIT = @NMEDIT@ |
| OBJCOPY = @OBJCOPY@ |
| OBJDUMP = @OBJDUMP@ |
| OBJEXT = @OBJEXT@ |
| OSCFLAGS = @OSCFLAGS@ |
| OTOOL = @OTOOL@ |
| OTOOL64 = @OTOOL64@ |
| PACKAGE = @PACKAGE@ |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| PACKAGE_NAME = @PACKAGE_NAME@ |
| PACKAGE_STRING = @PACKAGE_STRING@ |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| PACKAGE_URL = @PACKAGE_URL@ |
| PACKAGE_VERSION = @PACKAGE_VERSION@ |
| PATH_SEPARATOR = @PATH_SEPARATOR@ |
| PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ |
| PTHREAD_LIBS = @PTHREAD_LIBS@ |
| RANLIB = @RANLIB@ |
| SED = @SED@ |
| SET_MAKE = @SET_MAKE@ |
| SHELL = @SHELL@ |
| SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@ |
| SPLIT_STACK = @SPLIT_STACK@ |
| STRINGOPS_FLAG = @STRINGOPS_FLAG@ |
| STRIP = @STRIP@ |
| STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@ |
| USE_DEJAGNU = @USE_DEJAGNU@ |
| VERSION = @VERSION@ |
| WARN_FLAGS = @WARN_FLAGS@ |
| WERROR = @WERROR@ |
| abs_builddir = @abs_builddir@ |
| abs_srcdir = @abs_srcdir@ |
| abs_top_builddir = @abs_top_builddir@ |
| abs_top_srcdir = @abs_top_srcdir@ |
| ac_ct_CC = @ac_ct_CC@ |
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| am__include = @am__include@ |
| am__leading_dot = @am__leading_dot@ |
| am__quote = @am__quote@ |
| am__tar = @am__tar@ |
| am__untar = @am__untar@ |
| bindir = @bindir@ |
| build = @build@ |
| build_alias = @build_alias@ |
| build_cpu = @build_cpu@ |
| build_os = @build_os@ |
| build_vendor = @build_vendor@ |
| builddir = @builddir@ |
| datadir = @datadir@ |
| datarootdir = @datarootdir@ |
| docdir = @docdir@ |
| dvidir = @dvidir@ |
| enable_shared = @enable_shared@ |
| enable_static = @enable_static@ |
| exec_prefix = @exec_prefix@ |
| glibgo_toolexecdir = @glibgo_toolexecdir@ |
| glibgo_toolexeclibdir = @glibgo_toolexeclibdir@ |
| go_include = @go_include@ |
| host = @host@ |
| host_alias = @host_alias@ |
| host_cpu = @host_cpu@ |
| host_os = @host_os@ |
| host_vendor = @host_vendor@ |
| htmldir = @htmldir@ |
| includedir = @includedir@ |
| infodir = @infodir@ |
| install_sh = @install_sh@ |
| libdir = @libdir@ |
| libexecdir = @libexecdir@ |
| libtool_VERSION = @libtool_VERSION@ |
| localedir = @localedir@ |
| localstatedir = @localstatedir@ |
| mandir = @mandir@ |
| mkdir_p = @mkdir_p@ |
| multi_basedir = @multi_basedir@ |
| nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@ |
| oldincludedir = @oldincludedir@ |
| pdfdir = @pdfdir@ |
| prefix = @prefix@ |
| program_transform_name = @program_transform_name@ |
| psdir = @psdir@ |
| sbindir = @sbindir@ |
| sharedstatedir = @sharedstatedir@ |
| srcdir = @srcdir@ |
| sysconfdir = @sysconfdir@ |
| target = @target@ |
| target_alias = @target_alias@ |
| target_cpu = @target_cpu@ |
| target_os = @target_os@ |
| target_vendor = @target_vendor@ |
| top_build_prefix = @top_build_prefix@ |
| top_builddir = @top_builddir@ |
| top_srcdir = @top_srcdir@ |
| |
| # Go support. |
| SUFFIXES = .c .go .gox .o .obj .lo .a |
| @LIBGO_IS_RTEMS_TRUE@subdirs = testsuite |
| @LIBGO_IS_DARWIN_FALSE@GO_EXPORT_SECTION_NAME = .go_export |
| @LIBGO_IS_DARWIN_TRUE@GO_EXPORT_SECTION_NAME = __GNU_GO.__go_export |
| SUBDIRS = ${subdirs} |
| gcc_version := $(shell $(GOC) -dumpversion) |
| MAINT_CHARSET = latin1 |
| mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs |
| PWD_COMMAND = $${PWDCMD-pwd} |
| STAMP = echo timestamp > |
| toolexecdir = $(glibgo_toolexecdir) |
| toolexeclibdir = $(glibgo_toolexeclibdir) |
| toolexeclibgodir = $(nover_glibgo_toolexeclibdir)/go/$(gcc_version)/$(target_alias) |
| libexecsubdir = $(libexecdir)/gcc/$(target_alias)/$(gcc_version) |
| WARN_CFLAGS = $(WARN_FLAGS) $(WERROR) |
| |
| # -I/-D flags to pass when compiling. |
| AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS) |
| ACLOCAL_AMFLAGS = -I ./config -I ../config |
| AM_CFLAGS = -fexceptions -fnon-call-exceptions \ |
| $(SPLIT_STACK) $(WARN_CFLAGS) \ |
| $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \ |
| -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \ |
| -I $(MULTIBUILDTOP)../../gcc/include |
| |
| AM_LDFLAGS = $(am__append_1) $(am__append_2) |
| @LIBGO_IS_AIX_TRUE@EXTRA_libgo_la_DEPENDENCIES = libgo.imp |
| |
| # Multilib support. |
| MAKEOVERRIDES = |
| |
| # Work around what appears to be a GNU make handling MAKEFLAGS |
| # values defined in terms of make variables, as is the case for CC and |
| # friends when we are called from the top level Makefile. |
| AM_MAKEFLAGS = \ |
| "AR_FLAGS=$(AR_FLAGS)" \ |
| "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ |
| "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ |
| "CFLAGS=$(CFLAGS)" \ |
| "CXXFLAGS=$(CXXFLAGS)" \ |
| "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ |
| "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ |
| "GOC_FOR_TARGET=$(GOC_FOR_TARGET)" \ |
| "GOC=$(GOC)" \ |
| "GOCFLAGS=$(GOCFLAGS)" \ |
| "INSTALL=$(INSTALL)" \ |
| "INSTALL_DATA=$(INSTALL_DATA)" \ |
| "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ |
| "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ |
| "LDFLAGS=$(LDFLAGS)" \ |
| "LIBCFLAGS=$(LIBCFLAGS)" \ |
| "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ |
| "MAKE=$(MAKE)" \ |
| "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ |
| "PICFLAG=$(PICFLAG)" \ |
| "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ |
| "SHELL=$(SHELL)" \ |
| "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ |
| "exec_prefix=$(exec_prefix)" \ |
| "infodir=$(infodir)" \ |
| "libdir=$(libdir)" \ |
| "includedir=$(includedir)" \ |
| "prefix=$(prefix)" \ |
| "tooldir=$(tooldir)" \ |
| "gxx_include_dir=$(gxx_include_dir)" \ |
| "AR=$(AR)" \ |
| "AS=$(AS)" \ |
| "LD=$(LD)" \ |
| "RANLIB=$(RANLIB)" \ |
| "NM=$(NM)" \ |
| "NM_FOR_BUILD=$(NM_FOR_BUILD)" \ |
| "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ |
| "DESTDIR=$(DESTDIR)" \ |
| "WERROR=$(WERROR)" |
| |
| |
| # Subdir rules rely on $(FLAGS_TO_PASS) |
| FLAGS_TO_PASS = $(AM_MAKEFLAGS) |
| @GOC_IS_LLGO_FALSE@toolexeclib_LTLIBRARIES = libgo.la |
| @GOC_IS_LLGO_TRUE@toolexeclib_LTLIBRARIES = libgo-llgo.la |
| @GOC_IS_LLGO_FALSE@toolexeclib_LIBRARIES = libgobegin.a libgolibbegin.a |
| @GOC_IS_LLGO_TRUE@toolexeclib_LIBRARIES = libgobegin-llgo.a |
| noinst_LIBRARIES = libgotool.a |
| toolexeclibgo_DATA = \ |
| bufio.gox \ |
| bytes.gox \ |
| context.gox \ |
| crypto.gox \ |
| encoding.gox \ |
| errors.gox \ |
| expvar.gox \ |
| flag.gox \ |
| fmt.gox \ |
| hash.gox \ |
| html.gox \ |
| image.gox \ |
| io.gox \ |
| log.gox \ |
| math.gox \ |
| mime.gox \ |
| net.gox \ |
| os.gox \ |
| path.gox \ |
| reflect.gox \ |
| regexp.gox \ |
| runtime.gox \ |
| sort.gox \ |
| strconv.gox \ |
| strings.gox \ |
| sync.gox \ |
| syscall.gox \ |
| testing.gox \ |
| time.gox \ |
| unicode.gox |
| |
| toolexeclibgoarchivedir = $(toolexeclibgodir)/archive |
| toolexeclibgoarchive_DATA = \ |
| archive/tar.gox \ |
| archive/zip.gox |
| |
| toolexeclibgocompressdir = $(toolexeclibgodir)/compress |
| toolexeclibgocompress_DATA = \ |
| compress/bzip2.gox \ |
| compress/flate.gox \ |
| compress/gzip.gox \ |
| compress/lzw.gox \ |
| compress/zlib.gox |
| |
| toolexeclibgocontainerdir = $(toolexeclibgodir)/container |
| toolexeclibgocontainer_DATA = \ |
| container/heap.gox \ |
| container/list.gox \ |
| container/ring.gox |
| |
| toolexeclibgocryptodir = $(toolexeclibgodir)/crypto |
| toolexeclibgocrypto_DATA = \ |
| crypto/aes.gox \ |
| crypto/cipher.gox \ |
| crypto/des.gox \ |
| crypto/dsa.gox \ |
| crypto/ecdsa.gox \ |
| crypto/elliptic.gox \ |
| crypto/hmac.gox \ |
| crypto/md5.gox \ |
| crypto/rand.gox \ |
| crypto/rc4.gox \ |
| crypto/rsa.gox \ |
| crypto/sha1.gox \ |
| crypto/sha256.gox \ |
| crypto/sha512.gox \ |
| crypto/subtle.gox \ |
| crypto/tls.gox \ |
| crypto/x509.gox |
| |
| toolexeclibgocryptox509dir = $(toolexeclibgocryptodir)/x509 |
| toolexeclibgocryptox509_DATA = \ |
| crypto/x509/pkix.gox |
| |
| toolexeclibgodatabasedir = $(toolexeclibgodir)/database |
| toolexeclibgodatabase_DATA = \ |
| database/sql.gox |
| |
| toolexeclibgodatabasesqldir = $(toolexeclibgodatabasedir)/sql |
| toolexeclibgodatabasesql_DATA = \ |
| database/sql/driver.gox |
| |
| toolexeclibgodebugdir = $(toolexeclibgodir)/debug |
| toolexeclibgodebug_DATA = \ |
| debug/dwarf.gox \ |
| debug/elf.gox \ |
| debug/gosym.gox \ |
| debug/macho.gox \ |
| debug/pe.gox \ |
| debug/plan9obj.gox |
| |
| toolexeclibgoencodingdir = $(toolexeclibgodir)/encoding |
| toolexeclibgoencoding_DATA = \ |
| encoding/ascii85.gox \ |
| encoding/asn1.gox \ |
| encoding/base32.gox \ |
| encoding/base64.gox \ |
| encoding/binary.gox \ |
| encoding/csv.gox \ |
| encoding/gob.gox \ |
| encoding/hex.gox \ |
| encoding/json.gox \ |
| encoding/pem.gox \ |
| encoding/xml.gox |
| |
| toolexeclibgogodir = $(toolexeclibgodir)/go |
| toolexeclibgogo_DATA = \ |
| go/ast.gox \ |
| go/build.gox \ |
| go/constant.gox \ |
| go/doc.gox \ |
| go/format.gox \ |
| go/importer.gox \ |
| go/parser.gox \ |
| go/printer.gox \ |
| go/scanner.gox \ |
| go/token.gox \ |
| go/types.gox |
| |
| toolexeclibgohashdir = $(toolexeclibgodir)/hash |
| toolexeclibgohash_DATA = \ |
| hash/adler32.gox \ |
| hash/crc32.gox \ |
| hash/crc64.gox \ |
| hash/fnv.gox |
| |
| toolexeclibgohtmldir = $(toolexeclibgodir)/html |
| toolexeclibgohtml_DATA = \ |
| html/template.gox |
| |
| toolexeclibgoimagedir = $(toolexeclibgodir)/image |
| toolexeclibgoimage_DATA = \ |
| image/color.gox \ |
| image/draw.gox \ |
| image/gif.gox \ |
| image/jpeg.gox \ |
| image/png.gox |
| |
| toolexeclibgoimagecolordir = $(toolexeclibgoimagedir)/color |
| toolexeclibgoimagecolor_DATA = \ |
| image/color/palette.gox |
| |
| toolexeclibgoindexdir = $(toolexeclibgodir)/index |
| toolexeclibgoindex_DATA = \ |
| index/suffixarray.gox |
| |
| toolexeclibgoiodir = $(toolexeclibgodir)/io |
| toolexeclibgoio_DATA = \ |
| io/ioutil.gox |
| |
| toolexeclibgologdir = $(toolexeclibgodir)/log |
| toolexeclibgolog_DATA = \ |
| log/syslog.gox |
| |
| toolexeclibgomathdir = $(toolexeclibgodir)/math |
| toolexeclibgomath_DATA = \ |
| math/big.gox \ |
| math/bits.gox \ |
| math/cmplx.gox \ |
| math/rand.gox |
| |
| toolexeclibgomimedir = $(toolexeclibgodir)/mime |
| toolexeclibgomime_DATA = \ |
| mime/multipart.gox \ |
| mime/quotedprintable.gox |
| |
| toolexeclibgonetdir = $(toolexeclibgodir)/net |
| toolexeclibgonet_DATA = \ |
| net/http.gox \ |
| net/mail.gox \ |
| net/rpc.gox \ |
| net/smtp.gox \ |
| net/textproto.gox \ |
| net/url.gox |
| |
| toolexeclibgonethttpdir = $(toolexeclibgonetdir)/http |
| toolexeclibgonethttp_DATA = \ |
| net/http/cgi.gox \ |
| net/http/cookiejar.gox \ |
| net/http/fcgi.gox \ |
| net/http/httptest.gox \ |
| net/http/httptrace.gox \ |
| net/http/httputil.gox \ |
| net/http/pprof.gox |
| |
| toolexeclibgonetrpcdir = $(toolexeclibgonetdir)/rpc |
| toolexeclibgonetrpc_DATA = \ |
| net/rpc/jsonrpc.gox |
| |
| toolexeclibgoosdir = $(toolexeclibgodir)/os |
| toolexeclibgoos_DATA = \ |
| os/exec.gox \ |
| os/signal.gox \ |
| os/user.gox |
| |
| toolexeclibgopathdir = $(toolexeclibgodir)/path |
| toolexeclibgopath_DATA = \ |
| path/filepath.gox |
| |
| toolexeclibgoregexpdir = $(toolexeclibgodir)/regexp |
| toolexeclibgoregexp_DATA = \ |
| regexp/syntax.gox |
| |
| toolexeclibgoruntimedir = $(toolexeclibgodir)/runtime |
| toolexeclibgoruntime_DATA = \ |
| runtime/debug.gox \ |
| runtime/pprof.gox \ |
| runtime/trace.gox |
| |
| toolexeclibgosyncdir = $(toolexeclibgodir)/sync |
| toolexeclibgosync_DATA = \ |
| sync/atomic.gox |
| |
| toolexeclibgotestingdir = $(toolexeclibgodir)/testing |
| toolexeclibgotesting_DATA = \ |
| testing/iotest.gox \ |
| testing/quick.gox |
| |
| toolexeclibgotestinginternaldir = $(toolexeclibgotestingdir)/internal |
| toolexeclibgotestinginternal_DATA = \ |
| testing/internal/testdeps.gox |
| |
| toolexeclibgotextdir = $(toolexeclibgodir)/text |
| toolexeclibgotext_DATA = \ |
| text/scanner.gox \ |
| text/tabwriter.gox \ |
| text/template.gox |
| |
| toolexeclibgotexttemplatedir = $(toolexeclibgotextdir)/template |
| toolexeclibgotexttemplate_DATA = \ |
| text/template/parse.gox |
| |
| toolexeclibgounicodedir = $(toolexeclibgodir)/unicode |
| toolexeclibgounicode_DATA = \ |
| unicode/utf16.gox \ |
| unicode/utf8.gox |
| |
| |
| # Some packages are only needed for tests, so unlike the other |
| # internal packages nothing will explicitly depend on them. |
| # Force them to be built. |
| noinst_DATA = internal/x/net/internal/nettest.gox \ |
| internal/x/net/nettest.gox internal/testenv.gox \ |
| internal/trace.gox net/internal/socktest.gox \ |
| os/signal/internal/pty.gox runtime/pprof/internal/profile.gox \ |
| zdefaultcc.go |
| @LIBGO_IS_RTEMS_FALSE@rtems_task_variable_add_file = |
| @LIBGO_IS_RTEMS_TRUE@rtems_task_variable_add_file = runtime/rtems-task-variable-add.c |
| @LIBGO_IS_AIX_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_HURD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-none.c |
| @LIBGO_IS_AIX_FALSE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_HURD_TRUE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-hurd.c |
| @LIBGO_IS_AIX_TRUE@@LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_FREEBSD_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_NETBSD_FALSE@@LIBGO_IS_SOLARIS_FALSE@runtime_getncpu_file = runtime/getncpu-aix.c |
| @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 |
| @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 |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@runtime_getncpu_file = runtime/getncpu-solaris.c |
| @LIBGO_IS_DARWIN_FALSE@@LIBGO_IS_IRIX_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-irix.c |
| @LIBGO_IS_DARWIN_TRUE@@LIBGO_IS_LINUX_FALSE@runtime_getncpu_file = runtime/getncpu-bsd.c |
| @LIBGO_IS_LINUX_TRUE@runtime_getncpu_file = runtime/getncpu-linux.c |
| runtime_files = \ |
| runtime/aeshash.c \ |
| runtime/go-assert.c \ |
| runtime/go-caller.c \ |
| runtime/go-callers.c \ |
| runtime/go-cdiv.c \ |
| runtime/go-cgo.c \ |
| runtime/go-construct-map.c \ |
| runtime/go-ffi.c \ |
| runtime/go-fieldtrack.c \ |
| runtime/go-matherr.c \ |
| runtime/go-memclr.c \ |
| runtime/go-memcmp.c \ |
| runtime/go-memequal.c \ |
| runtime/go-memmove.c \ |
| runtime/go-nanotime.c \ |
| runtime/go-now.c \ |
| runtime/go-nosys.c \ |
| runtime/go-reflect-call.c \ |
| runtime/go-runtime-error.c \ |
| runtime/go-setenv.c \ |
| runtime/go-signal.c \ |
| runtime/go-strslice.c \ |
| runtime/go-typedesc-equal.c \ |
| runtime/go-unsafe-pointer.c \ |
| runtime/go-unsetenv.c \ |
| runtime/go-unwind.c \ |
| runtime/go-varargs.c \ |
| runtime/env_posix.c \ |
| runtime/panic.c \ |
| runtime/print.c \ |
| runtime/proc.c \ |
| runtime/runtime_c.c \ |
| runtime/stack.c \ |
| runtime/yield.c \ |
| $(rtems_task_variable_add_file) \ |
| $(runtime_getncpu_file) |
| |
| GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)') |
| GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)') |
| GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)') |
| @LIBGO_IS_LINUX_FALSE@syscall_epoll_file = |
| @LIBGO_IS_LINUX_TRUE@syscall_epoll_file = epoll.go |
| SYSINFO_FLAGS = \ |
| $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| $(CPPFLAGS) $(OSCFLAGS) -O |
| |
| @LIBGO_IS_LINUX_FALSE@syscall_lib_clone_lo = |
| @LIBGO_IS_LINUX_TRUE@syscall_lib_clone_lo = syscall/clone_linux.lo |
| PACKAGES = $(shell cat $(srcdir)/libgo-packages.txt) |
| libgo_go_objs = \ |
| $(addsuffix .lo,$(PACKAGES)) \ |
| internal/bytealg/bytealg.lo \ |
| reflect/makefunc_ffi_c.lo \ |
| $(syscall_lib_clone_lo) \ |
| syscall/errno.lo \ |
| syscall/signame.lo \ |
| syscall/wait.lo \ |
| $(internal_x_net_lif_lo) \ |
| $(internal_x_net_route_lo) \ |
| log/syslog/syslog_c.lo \ |
| $(os_lib_inotify_lo) \ |
| runtime/internal/atomic_c.lo \ |
| sync/atomic_c.lo \ |
| internal/cpu/cpu_gccgo.lo |
| |
| libgo_ldflags = \ |
| -version-info $(libtool_VERSION) $(PTHREAD_CFLAGS) $(AM_LDFLAGS) |
| |
| libgo_libadd = \ |
| $(libgo_go_objs) ../libbacktrace/libbacktrace.la \ |
| $(LIBATOMIC) $(LIBFFI) $(PTHREAD_LIBS) $(MATH_LIBS) $(NET_LIBS) |
| |
| libgo_la_SOURCES = $(runtime_files) |
| libgo_la_LDFLAGS = $(libgo_ldflags) |
| libgo_la_LIBADD = $(libgo_libadd) |
| libgo_llgo_la_SOURCES = $(runtime_files) |
| libgo_llgo_la_LDFLAGS = $(libgo_ldflags) |
| libgo_llgo_la_LIBADD = $(libgo_libadd) |
| libgobegin_a_SOURCES = \ |
| runtime/go-main.c |
| |
| libgobegin_llgo_a_SOURCES = \ |
| runtime/go-main.c |
| |
| |
| # Use -fPIC for libgobegin so that it can be put in a PIE. |
| libgobegin_a_CFLAGS = $(AM_CFLAGS) -fPIC |
| libgobegin_llgo_a_CFLAGS = $(AM_CFLAGS) -fPIC |
| libgolibbegin_a_SOURCES = \ |
| runtime/go-libmain.c |
| |
| libgolibbegin_a_CFLAGS = $(AM_CFLAGS) -fPIC |
| GOTOOL_PACKAGES = $(shell cat $(srcdir)/gotool-packages.txt) |
| libgotool_a_SOURCES = |
| libgotool_a_DEPENDENCIES = $(addsuffix .lo,$(GOTOOL_PACKAGES)) |
| libgotool_a_LIBADD = $(addsuffix .o,$(GOTOOL_PACKAGES)) |
| LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) |
| GOCFLAGS = $(CFLAGS) |
| AM_GOCFLAGS = $(STRINGOPS_FLAG) $(GO_SPLIT_STACK) |
| GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS) |
| LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \ |
| $(AM_GOCFLAGS) $(GOCFLAGS) |
| |
| GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \ |
| $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@ |
| |
| |
| # Build the dependencies for a Go package. |
| BUILDDEPS = \ |
| $(MKDIR_P) $(@D); \ |
| dir=`echo $@ | sed -e 's/.lo.dep$$//'`; \ |
| 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,,$@)))`; \ |
| $(SHELL) $(srcdir)/godeps.sh `echo $@ | sed -e 's/.dep$$//'` $$files > $@.tmp; \ |
| if ! cmp $@.tmp $@ >/dev/null 2>/dev/null; then \ |
| rm -f `echo $@ | sed -e 's/\.dep$$//'`; \ |
| fi; \ |
| mv -f $@.tmp $@ |
| |
| |
| # Build the .go files for a package, generating a .lo file. |
| BUILDPACKAGE = \ |
| $(MKDIR_P) $(@D); \ |
| files=`echo $^ | sed -e 's/[^ ]*\.gox//g' -e 's/[^ ]*\.dep//'`; \ |
| $(LTGOCOMPILE) -I . -c -fgo-pkgpath=`echo $@ | sed -e 's/.lo$$//'` $($(subst -,_,$(subst .,_,$(subst /,_,$@)))_GOCFLAGS) -o $@ $$files |
| |
| |
| # How to build a .gox file from a .lo file. |
| # Matching .o file can either be in the same directory as the .lo (non-PIC |
| # object) or in the .libs directory (PIC object). |
| BUILDGOX = \ |
| f="$(basename $<).o"; \ |
| if test ! -f $$f; then \ |
| f="$(basename $(<D)/.libs/$(<F)).o"; \ |
| fi; \ |
| $(OBJCOPY) -j $(GO_EXPORT_SECTION_NAME) $$f $@.tmp; \ |
| $(SHELL) $(srcdir)/mvifdiff.sh $@.tmp `echo $@ | sed -e 's/s-gox/gox/'` |
| |
| GOTESTFLAGS = |
| GOBENCH = |
| |
| # Check a package. |
| CHECK = \ |
| GC="$(GOC) $(GOCFLAGS) $($(subst /,_,$@)_GOCFLAGS) -L `${PWD_COMMAND}` -L `${PWD_COMMAND}`/.libs"; \ |
| export GC; \ |
| GOLIBS="$(extra_check_libs_$(subst /,_,$(@D))) $(MATH_LIBS) $(NET_LIBS) $(LIBS)"; \ |
| export GOLIBS; \ |
| RUNTESTFLAGS="$(RUNTESTFLAGS)"; \ |
| export RUNTESTFLAGS; \ |
| MAKE="$(MAKE)"; \ |
| export MAKE; \ |
| NM="$(NM)"; \ |
| export NM; \ |
| libgccdir=`${GOC} ${GOCFLAGS} -print-libgcc-file-name | sed -e 's|/[^/]*$$||'`; \ |
| LD_LIBRARY_PATH="`${PWD_COMMAND}`/.libs:$${libgccdir}:${LD_LIBRARY_PATH}"; \ |
| LD_LIBRARY_PATH=`echo $${LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; \ |
| export LD_LIBRARY_PATH; \ |
| $(MKDIR_P) $(@D); \ |
| rm -f $@-testsum $@-testlog; \ |
| files=`$(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/$(@D) --extrafiles="$(extra_go_files_$(subst /,_,$(@D)))" $(matchargs_$(subst /,_,$(@D)))`; \ |
| if test "$(USE_DEJAGNU)" = "yes"; then \ |
| $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --testname="$(@D)" $(GOTESTFLAGS); \ |
| elif test "$(GOBENCH)" != ""; then \ |
| $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" --bench="$(GOBENCH)" $(GOTESTFLAGS); \ |
| else \ |
| if $(SHELL) $(srcdir)/testsuite/gotest --goarch=$(GOARCH) --goos=$(GOOS) --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$$files" $(GOTESTFLAGS) >>$@-testlog 2>&1; then \ |
| echo "PASS: $(@D)" >> $@-testlog; \ |
| echo "PASS: $(@D)"; \ |
| echo "PASS: $(@D)" > $@-testsum; \ |
| else \ |
| echo "FAIL: $(@D)" >> $@-testlog; \ |
| cat $@-testlog; \ |
| echo "FAIL: $(@D)" > $@-testsum; \ |
| exit 1; \ |
| fi; \ |
| fi |
| |
| |
| # Build all packages before checking any. |
| CHECK_DEPS = $(toolexeclibgo_DATA) $(toolexeclibgoarchive_DATA) \ |
| $(toolexeclibgocompress_DATA) $(toolexeclibgocontainer_DATA) \ |
| $(toolexeclibgocrypto_DATA) $(toolexeclibgodebug_DATA) \ |
| $(toolexeclibgoencoding_DATA) $(toolexeclibgogo_DATA) \ |
| $(toolexeclibgohash_DATA) $(toolexeclibgoimage_DATA) \ |
| $(toolexeclibgoindex_DATA) $(toolexeclibgoio_DATA) \ |
| $(toolexeclibgolog_DATA) $(toolexeclibgomath_DATA) \ |
| $(toolexeclibgomime_DATA) $(toolexeclibgonet_DATA) \ |
| $(toolexeclibgonethttp_DATA) $(toolexeclibgoos_DATA) \ |
| $(toolexeclibgopath_DATA) $(toolexeclibgorpc_DATA) \ |
| $(toolexeclibgoruntime_DATA) $(toolexeclibgosync_DATA) \ |
| $(toolexeclibgotesting_DATA) $(toolexeclibgotext_DATA) \ |
| $(toolexeclibgotexttemplate_DATA) $(toolexeclibgounicode_DATA) \ |
| $(noinst_DATA) $(noinst_LIBRARIES) $(am__append_3) \ |
| $(am__append_4) |
| |
| # Pass -ffp-contract=off, or 386-specific options, when building the |
| # math package. MATH_FLAG is defined in configure.ac. |
| math_lo_GOCFLAGS = $(MATH_FLAG) |
| math_check_GOCFLAGS = $(MATH_FLAG) |
| |
| # Add the generated file runtime_sysinfo.go to the runtime package. |
| extra_go_files_runtime = runtime_sysinfo.go sigtab.go |
| |
| # Add generated files to the syscall package. |
| extra_go_files_syscall = \ |
| libcalls.go \ |
| sysinfo.go \ |
| syscall_arch.go \ |
| $(syscall_epoll_file) |
| |
| |
| # Pass -fgo-compiling-runtime when compiling the runtime package. |
| runtime_lo_GOCFLAGS = -fgo-c-header=runtime.inc.raw -fgo-compiling-runtime |
| runtime_check_GOCFLAGS = -fgo-compiling-runtime |
| runtime_internal_atomic_lo_GOCFLAGS = -fgo-compiling-runtime |
| runtime_internal_atomic_lo_check_GOCFLAGS = -fgo-compiling-runtime |
| runtime_internal_sys_lo_GOCFLAGS = -fgo-compiling-runtime |
| runtime_internal_sys_lo_check_GOCFLAGS = -fgo-compiling-runtime |
| @USE_LIBFFI_FALSE@matchargs_runtime = |
| |
| # If libffi is supported (the normal case) use the ffi build tag for |
| # the runtime package. |
| @USE_LIBFFI_TRUE@matchargs_runtime = --tag=libffi |
| |
| # At least for now, we need -static-libgo for this test, because |
| # otherwise we can't get the line numbers. |
| # Also use -fno-inline to get better results from the memory profiler. |
| runtime_pprof_check_GOCFLAGS = -static-libgo -fno-inline |
| extra_go_files_runtime_internal_sys = version.go |
| extra_go_files_internal_cpu = cpugen.go |
| extra_go_files_internal_goroot = zstdpkglist.go |
| extra_go_files_go_types = gccgosizes.go |
| extra_go_files_cmd_internal_objabi = objabi.go |
| extra_go_files_cmd_go_internal_cfg = zdefaultcc.go |
| extra_check_libs_cmd_go_internal_cache = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_generate = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_get = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_load = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_lockedfile = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_imports = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_modconv = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_modfetch = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_modfetch_codehost = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_modfile = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_modload = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_module = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_mvs = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_search = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_web2 = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_go_internal_work = $(abs_builddir)/libgotool.a |
| extra_check_libs_cmd_vet_internal_cfg = $(abs_builddir)/libgotool.a |
| @HAVE_STAT_TIMESPEC_FALSE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = |
| |
| # Solaris 11.4 changed the type of fields in struct stat. |
| # Use a build tag, based on a configure check, to cope. |
| @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag |
| @LIBGO_IS_SOLARIS_FALSE@matchargs_os = |
| @LIBGO_IS_BSD_TRUE@internal_x_net_route_lo = \ |
| @LIBGO_IS_BSD_TRUE@ internal/x/net/route.lo |
| |
| @LIBGO_IS_BSD_TRUE@internal_x_net_route_check = \ |
| @LIBGO_IS_BSD_TRUE@ internal/x/net/route/check |
| |
| @LIBGO_IS_SOLARIS_TRUE@internal_x_net_lif_lo = \ |
| @LIBGO_IS_SOLARIS_TRUE@ internal/x/net/lif.lo |
| |
| @LIBGO_IS_SOLARIS_TRUE@internal_x_net_lif_check = \ |
| @LIBGO_IS_SOLARIS_TRUE@ internal/x/net/lif/check |
| |
| TPACKAGES = $(shell cat $(srcdir)/check-packages.txt) |
| TEST_PACKAGES = $(addsuffix /check,$(TPACKAGES)) \ |
| $(internal_x_net_lif_check) \ |
| $(internal_x_net_route_check) |
| |
| MOSTLYCLEANFILES = \ |
| s-runtime_sysinfo s-sigtab s-runtime-inc s-zstdpkglist \ |
| s-libcalls s-libcalls-list s-syscall_arch s-gen-sysinfo s-sysinfo \ |
| s-errno s-epoll \ |
| libgo.head libgo.sum.sep libgo.log.sep libgo.var \ |
| libcalls-list runtime.inc runtime.inc.tmp2 runtime.inc.tmp3 |
| |
| CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc |
| MULTISRCTOP = |
| MULTIBUILDTOP = |
| MULTIDIRS = |
| MULTISUBDIR = |
| MULTIDO = true |
| MULTICLEAN = true |
| all: config.h |
| $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| |
| .SUFFIXES: |
| .SUFFIXES: .c .go .gox .o .obj .lo .a |
| am--refresh: Makefile |
| @: |
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps) |
| @for dep in $?; do \ |
| case '$(am__configure_deps)' in \ |
| *$$dep*) \ |
| echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
| $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
| && exit 0; \ |
| exit 1;; \ |
| esac; \ |
| done; \ |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| $(am__cd) $(top_srcdir) && \ |
| $(AUTOMAKE) --foreign Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| @case '$?' in \ |
| *config.status*) \ |
| echo ' $(SHELL) ./config.status'; \ |
| $(SHELL) ./config.status;; \ |
| *) \ |
| echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| esac; |
| $(top_srcdir)/../multilib.am $(am__empty): |
| |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| $(SHELL) ./config.status --recheck |
| |
| $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| $(am__cd) $(srcdir) && $(AUTOCONF) |
| $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| $(am__aclocal_m4_deps): |
| |
| config.h: stamp-h1 |
| @test -f $@ || rm -f stamp-h1 |
| @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
| |
| stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| @rm -f stamp-h1 |
| cd $(top_builddir) && $(SHELL) ./config.status config.h |
| $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| rm -f stamp-h1 |
| touch $@ |
| |
| distclean-hdr: |
| -rm -f config.h stamp-h1 |
| |
| clean-noinstLIBRARIES: |
| -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
| install-toolexeclibLIBRARIES: $(toolexeclib_LIBRARIES) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ |
| list2=; for p in $$list; do \ |
| if test -f $$p; then \ |
| list2="$$list2 $$p"; \ |
| else :; fi; \ |
| done; \ |
| test -z "$$list2" || { \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ |
| echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ |
| $(INSTALL_DATA) $$list2 "$(DESTDIR)$(toolexeclibdir)" || exit $$?; } |
| @$(POST_INSTALL) |
| @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ |
| for p in $$list; do \ |
| if test -f $$p; then \ |
| $(am__strip_dir) \ |
| echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && $(RANLIB) $$f )"; \ |
| ( cd "$(DESTDIR)$(toolexeclibdir)" && $(RANLIB) $$f ) || exit $$?; \ |
| else :; fi; \ |
| done |
| |
| uninstall-toolexeclibLIBRARIES: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclib_LIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir) |
| |
| clean-toolexeclibLIBRARIES: |
| -test -z "$(toolexeclib_LIBRARIES)" || rm -f $(toolexeclib_LIBRARIES) |
| runtime/$(am__dirstamp): |
| @$(MKDIR_P) runtime |
| @: > runtime/$(am__dirstamp) |
| runtime/$(DEPDIR)/$(am__dirstamp): |
| @$(MKDIR_P) runtime/$(DEPDIR) |
| @: > runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/libgobegin_llgo_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| |
| libgobegin-llgo.a: $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_DEPENDENCIES) $(EXTRA_libgobegin_llgo_a_DEPENDENCIES) |
| $(AM_V_at)-rm -f libgobegin-llgo.a |
| $(AM_V_AR)$(libgobegin_llgo_a_AR) libgobegin-llgo.a $(libgobegin_llgo_a_OBJECTS) $(libgobegin_llgo_a_LIBADD) |
| $(AM_V_at)$(RANLIB) libgobegin-llgo.a |
| runtime/libgobegin_a-go-main.$(OBJEXT): runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| |
| libgobegin.a: $(libgobegin_a_OBJECTS) $(libgobegin_a_DEPENDENCIES) $(EXTRA_libgobegin_a_DEPENDENCIES) |
| $(AM_V_at)-rm -f libgobegin.a |
| $(AM_V_AR)$(libgobegin_a_AR) libgobegin.a $(libgobegin_a_OBJECTS) $(libgobegin_a_LIBADD) |
| $(AM_V_at)$(RANLIB) libgobegin.a |
| runtime/libgolibbegin_a-go-libmain.$(OBJEXT): runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| |
| libgolibbegin.a: $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_DEPENDENCIES) $(EXTRA_libgolibbegin_a_DEPENDENCIES) |
| $(AM_V_at)-rm -f libgolibbegin.a |
| $(AM_V_AR)$(libgolibbegin_a_AR) libgolibbegin.a $(libgolibbegin_a_OBJECTS) $(libgolibbegin_a_LIBADD) |
| $(AM_V_at)$(RANLIB) libgolibbegin.a |
| |
| libgotool.a: $(libgotool_a_OBJECTS) $(libgotool_a_DEPENDENCIES) $(EXTRA_libgotool_a_DEPENDENCIES) |
| $(AM_V_at)-rm -f libgotool.a |
| $(AM_V_AR)$(libgotool_a_AR) libgotool.a $(libgotool_a_OBJECTS) $(libgotool_a_LIBADD) |
| $(AM_V_at)$(RANLIB) libgotool.a |
| |
| install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ |
| list2=; for p in $$list; do \ |
| if test -f $$p; then \ |
| list2="$$list2 $$p"; \ |
| else :; fi; \ |
| done; \ |
| test -z "$$list2" || { \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ |
| echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ |
| $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ |
| } |
| |
| uninstall-toolexeclibLTLIBRARIES: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ |
| for p in $$list; do \ |
| $(am__strip_dir) \ |
| echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ |
| $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ |
| done |
| |
| clean-toolexeclibLTLIBRARIES: |
| -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) |
| @list='$(toolexeclib_LTLIBRARIES)'; \ |
| locs=`for p in $$list; do echo $$p; done | \ |
| sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| sort -u`; \ |
| test -z "$$locs" || { \ |
| echo rm -f $${locs}; \ |
| rm -f $${locs}; \ |
| } |
| runtime/aeshash.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-assert.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-caller.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-callers.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-cdiv.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-cgo.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-construct-map.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-ffi.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-fieldtrack.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-matherr.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-memclr.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-memcmp.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-memequal.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-memmove.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-nanotime.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-now.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-nosys.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-reflect-call.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-runtime-error.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-setenv.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-signal.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-strslice.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-typedesc-equal.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-unsafe-pointer.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-unsetenv.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-unwind.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/go-varargs.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/env_posix.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/panic.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/print.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/proc.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/runtime_c.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/stack.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/yield.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/rtems-task-variable-add.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-none.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-hurd.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-aix.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-bsd.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-solaris.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-irix.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| runtime/getncpu-linux.lo: runtime/$(am__dirstamp) \ |
| runtime/$(DEPDIR)/$(am__dirstamp) |
| |
| libgo-llgo.la: $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_DEPENDENCIES) $(EXTRA_libgo_llgo_la_DEPENDENCIES) |
| $(AM_V_CCLD)$(libgo_llgo_la_LINK) $(am_libgo_llgo_la_rpath) $(libgo_llgo_la_OBJECTS) $(libgo_llgo_la_LIBADD) $(LIBS) |
| |
| libgo.la: $(libgo_la_OBJECTS) $(libgo_la_DEPENDENCIES) $(EXTRA_libgo_la_DEPENDENCIES) |
| $(AM_V_CCLD)$(libgo_la_LINK) $(am_libgo_la_rpath) $(libgo_la_OBJECTS) $(libgo_la_LIBADD) $(LIBS) |
| |
| mostlyclean-compile: |
| -rm -f *.$(OBJEXT) |
| -rm -f runtime/*.$(OBJEXT) |
| -rm -f runtime/*.lo |
| |
| distclean-compile: |
| -rm -f *.tab.c |
| |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/aeshash.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/env_posix.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-aix.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-bsd.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-hurd.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-irix.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-linux.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-none.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/getncpu-solaris.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-assert.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-caller.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-callers.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cdiv.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-cgo.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-construct-map.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-ffi.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-fieldtrack.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-matherr.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memclr.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memcmp.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memequal.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-memmove.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nanotime.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-nosys.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-now.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-reflect-call.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-runtime-error.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-setenv.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-signal.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-strslice.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-typedesc-equal.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsafe-pointer.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unsetenv.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-unwind.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/go-varargs.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/panic.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/print.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/proc.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/rtems-task-variable-add.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/runtime_c.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/stack.Plo@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@runtime/$(DEPDIR)/yield.Plo@am__quote@ |
| |
| .c.o: |
| @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
| |
| .c.obj: |
| @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
| @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| |
| .c.lo: |
| @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
| @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
| |
| runtime/libgobegin_llgo_a-go-main.o: runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.o' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_llgo_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c |
| |
| runtime/libgobegin_llgo_a-go-main.obj: runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_llgo_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo -c -o runtime/libgobegin_llgo_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi` |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_llgo_a-go-main.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_llgo_a-go-main.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_llgo_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_llgo_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi` |
| |
| runtime/libgobegin_a-go-main.o: runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.o -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.o' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_a-go-main.o `test -f 'runtime/go-main.c' || echo '$(srcdir)/'`runtime/go-main.c |
| |
| runtime/libgobegin_a-go-main.obj: runtime/go-main.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgobegin_a-go-main.obj -MD -MP -MF runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo -c -o runtime/libgobegin_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi` |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgobegin_a-go-main.Tpo runtime/$(DEPDIR)/libgobegin_a-go-main.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-main.c' object='runtime/libgobegin_a-go-main.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgobegin_a-go-main.obj `if test -f 'runtime/go-main.c'; then $(CYGPATH_W) 'runtime/go-main.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-main.c'; fi` |
| |
| runtime/libgolibbegin_a-go-libmain.o: runtime/go-libmain.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.o -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.o' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgolibbegin_a-go-libmain.o `test -f 'runtime/go-libmain.c' || echo '$(srcdir)/'`runtime/go-libmain.c |
| |
| runtime/libgolibbegin_a-go-libmain.obj: runtime/go-libmain.c |
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -MT runtime/libgolibbegin_a-go-libmain.obj -MD -MP -MF runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo -c -o runtime/libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi` |
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Tpo runtime/$(DEPDIR)/libgolibbegin_a-go-libmain.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='runtime/go-libmain.c' object='runtime/libgolibbegin_a-go-libmain.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgolibbegin_a_CFLAGS) $(CFLAGS) -c -o runtime/libgolibbegin_a-go-libmain.obj `if test -f 'runtime/go-libmain.c'; then $(CYGPATH_W) 'runtime/go-libmain.c'; else $(CYGPATH_W) '$(srcdir)/runtime/go-libmain.c'; fi` |
| |
| mostlyclean-libtool: |
| -rm -f *.lo |
| |
| clean-libtool: |
| -rm -rf .libs _libs |
| -rm -rf runtime/.libs runtime/_libs |
| |
| distclean-libtool: |
| -rm -f libtool config.lt |
| install-toolexeclibgoDATA: $(toolexeclibgo_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgo_DATA)'; test -n "$(toolexeclibgodir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgodir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoarchiveDATA: $(toolexeclibgoarchive_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoarchivedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoarchivedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoarchiveDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoarchive_DATA)'; test -n "$(toolexeclibgoarchivedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoarchivedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgocompressDATA: $(toolexeclibgocompress_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocompressdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocompressdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocompressdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocompressdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgocompressDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgocompress_DATA)'; test -n "$(toolexeclibgocompressdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgocompressdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgocontainerDATA: $(toolexeclibgocontainer_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocontainerdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocontainerdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgocontainerDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgocontainer_DATA)'; test -n "$(toolexeclibgocontainerdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgocontainerdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgocryptoDATA: $(toolexeclibgocrypto_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptodir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptodir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptodir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptodir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgocryptoDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgocrypto_DATA)'; test -n "$(toolexeclibgocryptodir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgocryptodir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgocryptox509DATA: $(toolexeclibgocryptox509_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgocryptox509dir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgocryptox509dir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgocryptox509DATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgocryptox509_DATA)'; test -n "$(toolexeclibgocryptox509dir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgocryptox509dir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgodatabaseDATA: $(toolexeclibgodatabase_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgodatabaseDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgodatabase_DATA)'; test -n "$(toolexeclibgodatabasedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgodatabasedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgodatabasesqlDATA: $(toolexeclibgodatabasesql_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodatabasesqldir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodatabasesqldir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgodatabasesqlDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgodatabasesql_DATA)'; test -n "$(toolexeclibgodatabasesqldir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgodatabasesqldir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgodebugDATA: $(toolexeclibgodebug_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgodebugdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgodebugdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgodebugdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgodebugdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgodebugDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgodebug_DATA)'; test -n "$(toolexeclibgodebugdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgodebugdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoencodingDATA: $(toolexeclibgoencoding_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoencodingdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoencodingdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoencodingDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoencoding_DATA)'; test -n "$(toolexeclibgoencodingdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoencodingdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgogoDATA: $(toolexeclibgogo_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgogodir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgogodir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgogodir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgogodir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgogoDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgogo_DATA)'; test -n "$(toolexeclibgogodir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgogodir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgohashDATA: $(toolexeclibgohash_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohashdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohashdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohashdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohashdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgohashDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgohash_DATA)'; test -n "$(toolexeclibgohashdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgohashdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgohtmlDATA: $(toolexeclibgohtml_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgohtmldir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgohtmldir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgohtmldir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgohtmldir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgohtmlDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgohtml_DATA)'; test -n "$(toolexeclibgohtmldir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgohtmldir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoimageDATA: $(toolexeclibgoimage_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoimageDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoimage_DATA)'; test -n "$(toolexeclibgoimagedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoimagedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoimagecolorDATA: $(toolexeclibgoimagecolor_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoimagecolordir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoimagecolordir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoimagecolorDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoimagecolor_DATA)'; test -n "$(toolexeclibgoimagecolordir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoimagecolordir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoindexDATA: $(toolexeclibgoindex_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoindexdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoindexdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoindexdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoindexdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoindexDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoindex_DATA)'; test -n "$(toolexeclibgoindexdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoindexdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoioDATA: $(toolexeclibgoio_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoiodir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoiodir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoiodir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoiodir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoioDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoio_DATA)'; test -n "$(toolexeclibgoiodir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoiodir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgologDATA: $(toolexeclibgolog_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgologdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgologdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgologdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgologdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgologDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgolog_DATA)'; test -n "$(toolexeclibgologdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgologdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgomathDATA: $(toolexeclibgomath_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomathdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomathdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomathdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomathdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgomathDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgomath_DATA)'; test -n "$(toolexeclibgomathdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgomathdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgomimeDATA: $(toolexeclibgomime_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgomimedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgomimedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgomimedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgomimedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgomimeDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgomime_DATA)'; test -n "$(toolexeclibgomimedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgomimedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgonetDATA: $(toolexeclibgonet_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgonetDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgonet_DATA)'; test -n "$(toolexeclibgonetdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgonetdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgonethttpDATA: $(toolexeclibgonethttp_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonethttpdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonethttpdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgonethttpDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgonethttp_DATA)'; test -n "$(toolexeclibgonethttpdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgonethttpdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgonetrpcDATA: $(toolexeclibgonetrpc_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgonetrpcdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgonetrpcdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgonetrpcDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgonetrpc_DATA)'; test -n "$(toolexeclibgonetrpcdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgonetrpcdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoosDATA: $(toolexeclibgoos_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoosdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoosdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoosdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoosdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoosDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoos_DATA)'; test -n "$(toolexeclibgoosdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoosdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgopathDATA: $(toolexeclibgopath_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgopathdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgopathdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgopathdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgopathdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgopathDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgopath_DATA)'; test -n "$(toolexeclibgopathdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgopathdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoregexpDATA: $(toolexeclibgoregexp_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoregexpdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoregexpdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoregexpDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoregexp_DATA)'; test -n "$(toolexeclibgoregexpdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoregexpdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgoruntimeDATA: $(toolexeclibgoruntime_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgoruntimedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgoruntimedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgoruntimeDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgoruntime_DATA)'; test -n "$(toolexeclibgoruntimedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgoruntimedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgosyncDATA: $(toolexeclibgosync_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgosyncdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgosyncdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgosyncdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgosyncdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgosyncDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgosync_DATA)'; test -n "$(toolexeclibgosyncdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgosyncdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgotestingDATA: $(toolexeclibgotesting_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestingdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestingdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestingdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestingdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgotestingDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgotesting_DATA)'; test -n "$(toolexeclibgotestingdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgotestingdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgotestinginternalDATA: $(toolexeclibgotestinginternal_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotestinginternaldir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotestinginternaldir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgotestinginternalDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgotestinginternal_DATA)'; test -n "$(toolexeclibgotestinginternaldir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgotestinginternaldir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgotextDATA: $(toolexeclibgotext_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotextdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotextdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotextdir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotextdir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgotextDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgotext_DATA)'; test -n "$(toolexeclibgotextdir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgotextdir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgotexttemplateDATA: $(toolexeclibgotexttemplate_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgotexttemplatedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgotexttemplatedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgotexttemplateDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgotexttemplate_DATA)'; test -n "$(toolexeclibgotexttemplatedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgotexttemplatedir)'; $(am__uninstall_files_from_dir) |
| install-toolexeclibgounicodeDATA: $(toolexeclibgounicode_DATA) |
| @$(NORMAL_INSTALL) |
| @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibgounicodedir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(toolexeclibgounicodedir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| echo "$$d$$p"; \ |
| done | $(am__base_list) | \ |
| while read files; do \ |
| echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibgounicodedir)'"; \ |
| $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibgounicodedir)" || exit $$?; \ |
| done |
| |
| uninstall-toolexeclibgounicodeDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(toolexeclibgounicode_DATA)'; test -n "$(toolexeclibgounicodedir)" || list=; \ |
| files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| dir='$(DESTDIR)$(toolexeclibgounicodedir)'; $(am__uninstall_files_from_dir) |
| |
| # This directory's subdirectories are mostly independent; you can cd |
| # into them and run 'make' without going through this Makefile. |
| # To change the values of 'make' variables: instead of editing Makefiles, |
| # (1) if the variable is set in 'config.status', edit 'config.status' |
| # (which will cause the Makefiles to be regenerated when you run 'make'); |
| # (2) otherwise, pass the desired values on the 'make' command line. |
| $(am__recursive_targets): |
| @fail=; \ |
| if $(am__make_keepgoing); then \ |
| failcom='fail=yes'; \ |
| else \ |
| failcom='exit 1'; \ |
| fi; \ |
| dot_seen=no; \ |
| target=`echo $@ | sed s/-recursive//`; \ |
| case "$@" in \ |
| distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| *) list='$(SUBDIRS)' ;; \ |
| esac; \ |
| for subdir in $$list; do \ |
| echo "Making $$target in $$subdir"; \ |
| if test "$$subdir" = "."; then \ |
| dot_seen=yes; \ |
| local_target="$$target-am"; \ |
| else \ |
| local_target="$$target"; \ |
| fi; \ |
| ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| || eval $$failcom; \ |
| done; \ |
| if test "$$dot_seen" = "no"; then \ |
| $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| fi; test -z "$$fail" |
| |
| ID: $(am__tagged_files) |
| $(am__define_uniq_tagged_files); mkid -fID $$unique |
| tags: tags-recursive |
| TAGS: tags |
| |
| tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| set x; \ |
| here=`pwd`; \ |
| if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| include_option=--etags-include; \ |
| empty_fix=.; \ |
| else \ |
| include_option=--include; \ |
| empty_fix=; \ |
| fi; \ |
| list='$(SUBDIRS)'; for subdir in $$list; do \ |
| if test "$$subdir" = .; then :; else \ |
| test ! -f $$subdir/TAGS || \ |
| set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| fi; \ |
| done; \ |
| $(am__define_uniq_tagged_files); \ |
| shift; \ |
| if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| test -n "$$unique" || unique=$$empty_fix; \ |
| if test $$# -gt 0; then \ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| "$$@" $$unique; \ |
| else \ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| $$unique; \ |
| fi; \ |
| fi |
| ctags: ctags-recursive |
| |
| CTAGS: ctags |
| ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| $(am__define_uniq_tagged_files); \ |
| test -z "$(CTAGS_ARGS)$$unique" \ |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| $$unique |
| |
| GTAGS: |
| here=`$(am__cd) $(top_builddir) && pwd` \ |
| && $(am__cd) $(top_srcdir) \ |
| && gtags -i $(GTAGS_ARGS) "$$here" |
| cscope: cscope.files |
| test ! -s cscope.files \ |
| || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| clean-cscope: |
| -rm -f cscope.files |
| cscope.files: clean-cscope cscopelist |
| cscopelist: cscopelist-recursive |
| |
| cscopelist-am: $(am__tagged_files) |
| list='$(am__tagged_files)'; \ |
| case "$(srcdir)" in \ |
| [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| *) sdir=$(subdir)/$(srcdir) ;; \ |
| esac; \ |
| for i in $$list; do \ |
| if test -f "$$i"; then \ |
| echo "$(subdir)/$$i"; \ |
| else \ |
| echo "$$sdir/$$i"; \ |
| fi; \ |
| done >> $(top_builddir)/cscope.files |
| |
| distclean-tags: |
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
| check-am: all-am |
| check: check-recursive |
| all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h \ |
| all-local |
| installdirs: installdirs-recursive |
| installdirs-am: |
| for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibgodir)" "$(DESTDIR)$(toolexeclibgoarchivedir)" "$(DESTDIR)$(toolexeclibgocompressdir)" "$(DESTDIR)$(toolexeclibgocontainerdir)" "$(DESTDIR)$(toolexeclibgocryptodir)" "$(DESTDIR)$(toolexeclibgocryptox509dir)" "$(DESTDIR)$(toolexeclibgodatabasedir)" "$(DESTDIR)$(toolexeclibgodatabasesqldir)" "$(DESTDIR)$(toolexeclibgodebugdir)" "$(DESTDIR)$(toolexeclibgoencodingdir)" "$(DESTDIR)$(toolexeclibgogodir)" "$(DESTDIR)$(toolexeclibgohashdir)" "$(DESTDIR)$(toolexeclibgohtmldir)" "$(DESTDIR)$(toolexeclibgoimagedir)" "$(DESTDIR)$(toolexeclibgoimagecolordir)" "$(DESTDIR)$(toolexeclibgoindexdir)" "$(DESTDIR)$(toolexeclibgoiodir)" "$(DESTDIR)$(toolexeclibgologdir)" "$(DESTDIR)$(toolexeclibgomathdir)" "$(DESTDIR)$(toolexeclibgomimedir)" "$(DESTDIR)$(toolexeclibgonetdir)" "$(DESTDIR)$(toolexeclibgonethttpdir)" "$(DESTDIR)$(toolexeclibgonetrpcdir)" "$(DESTDIR)$(toolexeclibgoosdir)" "$(DESTDIR)$(toolexeclibgopathdir)" "$(DESTDIR)$(toolexeclibgoregexpdir)" "$(DESTDIR)$(toolexeclibgoruntimedir)" "$(DESTDIR)$(toolexeclibgosyncdir)" "$(DESTDIR)$(toolexeclibgotestingdir)" "$(DESTDIR)$(toolexeclibgotestinginternaldir)" "$(DESTDIR)$(toolexeclibgotextdir)" "$(DESTDIR)$(toolexeclibgotexttemplatedir)" "$(DESTDIR)$(toolexeclibgounicodedir)"; do \ |
| test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| done |
| install: install-recursive |
| install-exec: install-exec-recursive |
| install-data: install-data-recursive |
| uninstall: uninstall-recursive |
| |
| install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| |
| installcheck: installcheck-recursive |
| install-strip: |
| if test -z '$(STRIP)'; then \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| install; \ |
| else \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| fi |
| mostlyclean-generic: |
| -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
| |
| clean-generic: |
| -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| |
| distclean-generic: |
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| -rm -f runtime/$(DEPDIR)/$(am__dirstamp) |
| -rm -f runtime/$(am__dirstamp) |
| |
| maintainer-clean-generic: |
| @echo "This command is intended for maintainers to use" |
| @echo "it deletes files that may require special tools to rebuild." |
| clean: clean-recursive |
| |
| clean-am: clean-generic clean-libtool clean-local \ |
| clean-noinstLIBRARIES clean-toolexeclibLIBRARIES \ |
| clean-toolexeclibLTLIBRARIES mostlyclean-am |
| |
| distclean: distclean-recursive |
| -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| -rm -rf runtime/$(DEPDIR) |
| -rm -f Makefile |
| distclean-am: clean-am distclean-compile distclean-generic \ |
| distclean-hdr distclean-libtool distclean-local distclean-tags |
| |
| dvi: dvi-recursive |
| |
| dvi-am: |
| |
| html: html-recursive |
| |
| html-am: |
| |
| info: info-recursive |
| |
| info-am: |
| |
| install-data-am: |
| |
| install-dvi: install-dvi-recursive |
| |
| install-dvi-am: |
| |
| install-exec-am: install-exec-local install-toolexeclibLIBRARIES \ |
| install-toolexeclibLTLIBRARIES install-toolexeclibgoDATA \ |
| install-toolexeclibgoarchiveDATA \ |
| install-toolexeclibgocompressDATA \ |
| install-toolexeclibgocontainerDATA \ |
| install-toolexeclibgocryptoDATA \ |
| install-toolexeclibgocryptox509DATA \ |
| install-toolexeclibgodatabaseDATA \ |
| install-toolexeclibgodatabasesqlDATA \ |
| install-toolexeclibgodebugDATA \ |
| install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \ |
| install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \ |
| install-toolexeclibgoimageDATA \ |
| install-toolexeclibgoimagecolorDATA \ |
| install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \ |
| install-toolexeclibgologDATA install-toolexeclibgomathDATA \ |
| install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \ |
| install-toolexeclibgonethttpDATA \ |
| install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \ |
| install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \ |
| install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \ |
| install-toolexeclibgotestingDATA \ |
| install-toolexeclibgotestinginternalDATA \ |
| install-toolexeclibgotextDATA \ |
| install-toolexeclibgotexttemplateDATA \ |
| install-toolexeclibgounicodeDATA |
| |
| install-html: install-html-recursive |
| |
| install-html-am: |
| |
| install-info: install-info-recursive |
| |
| install-info-am: |
| |
| install-man: |
| |
| install-pdf: install-pdf-recursive |
| |
| install-pdf-am: |
| |
| install-ps: install-ps-recursive |
| |
| install-ps-am: |
| |
| installcheck-am: |
| |
| maintainer-clean: maintainer-clean-recursive |
| -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| -rm -rf $(top_srcdir)/autom4te.cache |
| -rm -rf runtime/$(DEPDIR) |
| -rm -f Makefile |
| maintainer-clean-am: distclean-am maintainer-clean-generic \ |
| maintainer-clean-local |
| |
| mostlyclean: mostlyclean-recursive |
| |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| mostlyclean-libtool mostlyclean-local |
| |
| pdf: pdf-recursive |
| |
| pdf-am: |
| |
| ps: ps-recursive |
| |
| ps-am: |
| |
| uninstall-am: uninstall-toolexeclibLIBRARIES \ |
| uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \ |
| uninstall-toolexeclibgoarchiveDATA \ |
| uninstall-toolexeclibgocompressDATA \ |
| uninstall-toolexeclibgocontainerDATA \ |
| uninstall-toolexeclibgocryptoDATA \ |
| uninstall-toolexeclibgocryptox509DATA \ |
| uninstall-toolexeclibgodatabaseDATA \ |
| uninstall-toolexeclibgodatabasesqlDATA \ |
| uninstall-toolexeclibgodebugDATA \ |
| uninstall-toolexeclibgoencodingDATA \ |
| uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \ |
| uninstall-toolexeclibgohtmlDATA \ |
| uninstall-toolexeclibgoimageDATA \ |
| uninstall-toolexeclibgoimagecolorDATA \ |
| uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \ |
| uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \ |
| uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \ |
| uninstall-toolexeclibgonethttpDATA \ |
| uninstall-toolexeclibgonetrpcDATA \ |
| uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \ |
| uninstall-toolexeclibgoregexpDATA \ |
| uninstall-toolexeclibgoruntimeDATA \ |
| uninstall-toolexeclibgosyncDATA \ |
| uninstall-toolexeclibgotestingDATA \ |
| uninstall-toolexeclibgotestinginternalDATA \ |
| uninstall-toolexeclibgotextDATA \ |
| uninstall-toolexeclibgotexttemplateDATA \ |
| uninstall-toolexeclibgounicodeDATA |
| |
| .MAKE: $(am__recursive_targets) all install-am install-strip |
| |
| .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ |
| am--refresh check check-am clean clean-cscope clean-generic \ |
| clean-libtool clean-local clean-noinstLIBRARIES \ |
| clean-toolexeclibLIBRARIES clean-toolexeclibLTLIBRARIES cscope \ |
| cscopelist-am ctags ctags-am distclean distclean-compile \ |
| distclean-generic distclean-hdr distclean-libtool \ |
| distclean-local distclean-tags dvi dvi-am html html-am info \ |
| info-am install install-am install-data install-data-am \ |
| install-dvi install-dvi-am install-exec install-exec-am \ |
| install-exec-local install-html install-html-am install-info \ |
| install-info-am install-man install-pdf install-pdf-am \ |
| install-ps install-ps-am install-strip \ |
| install-toolexeclibLIBRARIES install-toolexeclibLTLIBRARIES \ |
| install-toolexeclibgoDATA install-toolexeclibgoarchiveDATA \ |
| install-toolexeclibgocompressDATA \ |
| install-toolexeclibgocontainerDATA \ |
| install-toolexeclibgocryptoDATA \ |
| install-toolexeclibgocryptox509DATA \ |
| install-toolexeclibgodatabaseDATA \ |
| install-toolexeclibgodatabasesqlDATA \ |
| install-toolexeclibgodebugDATA \ |
| install-toolexeclibgoencodingDATA install-toolexeclibgogoDATA \ |
| install-toolexeclibgohashDATA install-toolexeclibgohtmlDATA \ |
| install-toolexeclibgoimageDATA \ |
| install-toolexeclibgoimagecolorDATA \ |
| install-toolexeclibgoindexDATA install-toolexeclibgoioDATA \ |
| install-toolexeclibgologDATA install-toolexeclibgomathDATA \ |
| install-toolexeclibgomimeDATA install-toolexeclibgonetDATA \ |
| install-toolexeclibgonethttpDATA \ |
| install-toolexeclibgonetrpcDATA install-toolexeclibgoosDATA \ |
| install-toolexeclibgopathDATA install-toolexeclibgoregexpDATA \ |
| install-toolexeclibgoruntimeDATA install-toolexeclibgosyncDATA \ |
| install-toolexeclibgotestingDATA \ |
| install-toolexeclibgotestinginternalDATA \ |
| install-toolexeclibgotextDATA \ |
| install-toolexeclibgotexttemplateDATA \ |
| install-toolexeclibgounicodeDATA installcheck installcheck-am \ |
| installdirs installdirs-am maintainer-clean \ |
| maintainer-clean-generic maintainer-clean-local mostlyclean \ |
| mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
| mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \ |
| uninstall-am uninstall-toolexeclibLIBRARIES \ |
| uninstall-toolexeclibLTLIBRARIES uninstall-toolexeclibgoDATA \ |
| uninstall-toolexeclibgoarchiveDATA \ |
| uninstall-toolexeclibgocompressDATA \ |
| uninstall-toolexeclibgocontainerDATA \ |
| uninstall-toolexeclibgocryptoDATA \ |
| uninstall-toolexeclibgocryptox509DATA \ |
| uninstall-toolexeclibgodatabaseDATA \ |
| uninstall-toolexeclibgodatabasesqlDATA \ |
| uninstall-toolexeclibgodebugDATA \ |
| uninstall-toolexeclibgoencodingDATA \ |
| uninstall-toolexeclibgogoDATA uninstall-toolexeclibgohashDATA \ |
| uninstall-toolexeclibgohtmlDATA \ |
| uninstall-toolexeclibgoimageDATA \ |
| uninstall-toolexeclibgoimagecolorDATA \ |
| uninstall-toolexeclibgoindexDATA uninstall-toolexeclibgoioDATA \ |
| uninstall-toolexeclibgologDATA uninstall-toolexeclibgomathDATA \ |
| uninstall-toolexeclibgomimeDATA uninstall-toolexeclibgonetDATA \ |
| uninstall-toolexeclibgonethttpDATA \ |
| uninstall-toolexeclibgonetrpcDATA \ |
| uninstall-toolexeclibgoosDATA uninstall-toolexeclibgopathDATA \ |
| uninstall-toolexeclibgoregexpDATA \ |
| uninstall-toolexeclibgoruntimeDATA \ |
| uninstall-toolexeclibgosyncDATA \ |
| uninstall-toolexeclibgotestingDATA \ |
| uninstall-toolexeclibgotestinginternalDATA \ |
| uninstall-toolexeclibgotextDATA \ |
| uninstall-toolexeclibgotexttemplateDATA \ |
| uninstall-toolexeclibgounicodeDATA |
| |
| .PRECIOUS: Makefile |
| |
| |
| version.go: s-version; @true |
| s-version: Makefile |
| rm -f version.go.tmp |
| echo "package sys" > version.go.tmp |
| echo 'func init() { DefaultGoroot = "$(prefix)" }' >> version.go.tmp |
| echo 'const TheVersion = "'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'"' >> version.go.tmp |
| echo 'const Goexperiment = ``' >> version.go.tmp |
| echo 'const GOARCH = "'$(GOARCH)'"' >> version.go.tmp |
| echo 'const GOOS = "'$(GOOS)'"' >> version.go.tmp |
| echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp |
| echo >> version.go.tmp |
| echo "type ArchFamilyType int" >> version.go.tmp |
| echo >> version.go.tmp |
| echo "const (" >> version.go.tmp |
| echo " UNKNOWN ArchFamilyType = iota" >> version.go.tmp |
| for a in $(ALLGOARCHFAMILY); do \ |
| echo " $${a}" >> version.go.tmp; \ |
| done |
| echo ")" >> version.go.tmp |
| echo >> version.go.tmp |
| for a in $(ALLGOARCH); do \ |
| f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ |
| n="$${f}`echo $${a} | sed -e 's/.//'`"; \ |
| if test "$${a}" = "$(GOARCH)"; then \ |
| echo "const Goarch$${n} = 1" >> version.go.tmp; \ |
| else \ |
| echo "const Goarch$${n} = 0" >> version.go.tmp; \ |
| fi; \ |
| done |
| echo >> version.go.tmp |
| echo "const (" >> version.go.tmp |
| echo " ArchFamily = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) family`" >> version.go.tmp |
| echo " BigEndian = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) bigendian`" >> version.go.tmp |
| echo " CacheLineSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> version.go.tmp |
| echo " DefaultPhysPageSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) defaultphyspagesize`" >> version.go.tmp |
| echo " HugePageSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) hugepagesize`" >> version.go.tmp |
| echo " Int64Align = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) int64align`" >> version.go.tmp |
| echo " MinFrameSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) minframesize`" >> version.go.tmp |
| echo " PCQuantum = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) pcquantum`" >> version.go.tmp |
| echo ")" >> version.go.tmp |
| echo >> version.go.tmp |
| for a in $(ALLGOOS); do \ |
| f=`echo $${a} | sed -e 's/\(.\).*/\1/' -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`; \ |
| n="$${f}`echo $${a} | sed -e 's/.//'`"; \ |
| if test "$${a}" = "$(GOOS)"; then \ |
| echo "const Goos$${n} = 1" >> version.go.tmp; \ |
| else \ |
| echo "const Goos$${n} = 0" >> version.go.tmp; \ |
| fi; \ |
| done |
| echo >> version.go.tmp |
| echo "type Uintreg uintptr" >> version.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go |
| $(STAMP) $@ |
| |
| cpugen.go: s-cpu; @true |
| s-cpu: Makefile |
| rm -f cpugen.go.tmp |
| echo "package cpu" > cpugen.go.tmp |
| echo "const CacheLinePadSize = `$(SHELL) $(srcdir)/goarch.sh $(GOARCH) cachelinesize`" >> cpugen.go.tmp |
| echo "const FunctionDescriptors = $(FUNCTION_DESCRIPTORS)" >> cpugen.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh cpugen.go.tmp cpugen.go |
| $(STAMP) $@ |
| |
| objabi.go: s-objabi; @true |
| s-objabi: Makefile |
| rm -f objabi.go.tmp |
| echo "package objabi" > objabi.go.tmp |
| echo "import \"runtime\"" >> objabi.go.tmp |
| echo 'func init() { defaultGOROOT = `$(prefix)` }' >> objabi.go.tmp |
| echo 'const defaultGO386 = `sse2`' >> objabi.go.tmp |
| echo 'const defaultGOARM = `5`' >> objabi.go.tmp |
| echo 'const defaultGOMIPS = `hardfloat`' >> objabi.go.tmp |
| echo 'const defaultGOMIPS64 = `hardfloat`' >> objabi.go.tmp |
| echo 'const defaultGOOS = runtime.GOOS' >> objabi.go.tmp |
| echo 'const defaultGOARCH = runtime.GOARCH' >> objabi.go.tmp |
| echo 'const defaultGO_EXTLINK_ENABLED = ``' >> objabi.go.tmp |
| echo 'const version = `'`cat $(srcdir)/VERSION | sed 1q`' '`$(GOC) --version | sed 1q`'`' >> objabi.go.tmp |
| echo 'const stackGuardMultiplierDefault = 1' >> objabi.go.tmp |
| echo 'const goexperiment = ``' >> objabi.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh objabi.go.tmp objabi.go |
| $(STAMP) $@ |
| |
| gccgosizes.go: s-gccgosizes; @true |
| s-gccgosizes: Makefile goarch.sh |
| rm -f gccgosizes.go.tmp |
| echo "package types" > gccgosizes.go.tmp |
| echo >> gccgosizes.go.tmp |
| echo "var gccgoArchSizes = map[string]*StdSizes{" >> gccgosizes.go.tmp |
| for a in $(ALLGOARCH); do \ |
| ptrsize=`$(SHELL) $(srcdir)/goarch.sh $$a ptrsize`; \ |
| maxalign=`$(SHELL) $(srcdir)/goarch.sh $$a maxalign`; \ |
| echo " \"$$a\": {$${ptrsize}, $${maxalign}}," >> gccgosizes.go.tmp; \ |
| done |
| echo "}" >> gccgosizes.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh gccgosizes.go.tmp gccgosizes.go |
| $(STAMP) $@ |
| |
| runtime_sysinfo.go: s-runtime_sysinfo; @true |
| s-runtime_sysinfo: $(srcdir)/mkrsysinfo.sh gen-sysinfo.go |
| GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mkrsysinfo.sh |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime_sysinfo.go runtime_sysinfo.go |
| $(STAMP) $@ |
| |
| sigtab.go: s-sigtab; @true |
| s-sigtab: $(srcdir)/mksigtab.sh gen-sysinfo.go |
| GOOS=$(GOOS) $(SHELL) $(srcdir)/mksigtab.sh > tmp-sigtab.go |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-sigtab.go sigtab.go |
| $(STAMP) $@ |
| |
| zdefaultcc.go: s-zdefaultcc; @true |
| s-zdefaultcc: Makefile |
| echo 'package cfg' > zdefaultcc.go.tmp |
| echo >> zdefaultcc.go.tmp |
| echo 'func DefaultGCCGO(goos, goarch string) string { return "$(bindir)/$(GCCGO_INSTALL_NAME)" }' >> zdefaultcc.go.tmp |
| echo 'func DefaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.go.tmp |
| echo 'func DefaultCXX(goos, goarch string) string { return "$(GXX_INSTALL_NAME)" }' >> zdefaultcc.go.tmp |
| echo 'const DefaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp |
| echo 'var OSArchSupportsCgo = map[string]bool{}' >> zdefaultcc.go.tmp |
| $(SHELL) $(srcdir)/../move-if-change zdefaultcc.go.tmp zdefaultcc.go |
| $(STAMP) $@ |
| |
| # Post-process runtime.inc.raw (raw output of -fgo-c-header option when |
| # compiling runtime) to prune out certain types that should not be |
| # exported back to C. See comments in mkruntimeinc.sh for more details. |
| runtime.inc: s-runtime-inc; @true |
| s-runtime-inc: runtime.lo Makefile |
| $(SHELL) $(srcdir)/mkruntimeinc.sh |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-runtime.inc runtime.inc |
| $(STAMP) $@ |
| |
| # Generate the list of go std packages that were included in libgo |
| zstdpkglist.go: s-zstdpkglist; @true |
| s-zstdpkglist: Makefile |
| rm -f zstdpkglist.go.tmp |
| echo 'package goroot' > zstdpkglist.go.tmp |
| echo "" >> zstdpkglist.go.tmp |
| echo 'var stdpkg = map[string]bool{' >> zstdpkglist.go.tmp |
| echo $(libgo_go_objs) 'unsafe.lo' 'runtime/cgo.lo' | sed 's|[a-z0-9_/]*_c\.lo||g' | sed 's|\([a-z0-9_/]*\)\.lo|"\1": true,|g' >> zstdpkglist.go.tmp |
| echo '}' >> zstdpkglist.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh zstdpkglist.go.tmp zstdpkglist.go |
| $(STAMP) $@ |
| |
| libcalls.go: s-libcalls; @true |
| s-libcalls: libcalls-list go/syscall/mksyscall.awk $(srcdir)/go/syscall/*.go |
| rm -f libcalls.go.tmp |
| $(AWK) -f $(srcdir)/go/syscall/mksyscall.awk `cat libcalls-list` > libcalls.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh libcalls.go.tmp libcalls.go |
| $(STAMP) $@ |
| |
| libcalls-list: s-libcalls-list; @true |
| s-libcalls-list: Makefile $(srcdir)/go/syscall/*.go |
| rm -f libcalls-list.tmp |
| $(SHELL) $(srcdir)/match.sh --goarch=$(GOARCH) --goos=$(GOOS) --srcdir=$(srcdir)/go/syscall $(matchargs_syscall) > libcalls-list.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh libcalls-list.tmp libcalls-list |
| $(STAMP) $@ |
| |
| syscall_arch.go: s-syscall_arch; @true |
| s-syscall_arch: Makefile |
| rm -f syscall_arch.go.tmp |
| echo "package syscall" > syscall_arch.go.tmp |
| echo 'const ARCH = "'$(GOARCH)'"' >> syscall_arch.go.tmp |
| echo 'const OS = "'$(GOOS)'"' >> syscall_arch.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh syscall_arch.go.tmp syscall_arch.go |
| $(STAMP) $@ |
| |
| gen-sysinfo.go: s-gen-sysinfo; @true |
| s-gen-sysinfo: $(srcdir)/sysinfo.c config.h |
| $(CC) $(SYSINFO_FLAGS) -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s $(srcdir)/sysinfo.c |
| rm -f sysinfo.s |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-gen-sysinfo.go gen-sysinfo.go |
| $(STAMP) $@ |
| |
| errno.i: s-errno; @true |
| s-errno: |
| echo '#include <errno.h>' | $(CC) $(SYSINFO_FLAGS) -x c - -E -dM > tmp-errno.i |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-errno.i errno.i |
| $(STAMP) $@ |
| |
| sysinfo.go: s-sysinfo; @true |
| s-sysinfo: $(srcdir)/mksysinfo.sh gen-sysinfo.go errno.i |
| GOARCH=$(GOARCH) GOOS=$(GOOS) $(SHELL) $(srcdir)/mksysinfo.sh |
| $(SHELL) $(srcdir)/mvifdiff.sh tmp-sysinfo.go sysinfo.go |
| $(STAMP) $@ |
| |
| # The epoll struct has an embedded union and is packed on x86_64, |
| # which is too complicated for mksysinfo.sh. We find the offset of |
| # the only field we care about in configure.ac, and generate the |
| # struct here. |
| epoll.go: s-epoll; @true |
| s-epoll: Makefile |
| rm -f epoll.go.tmp |
| echo 'package syscall' > epoll.go.tmp |
| echo 'type EpollEvent struct {' >> epoll.go.tmp |
| echo ' Events uint32' >> epoll.go.tmp |
| case "$(SIZEOF_STRUCT_EPOLL_EVENT),$(STRUCT_EPOLL_EVENT_FD_OFFSET)" in \ |
| 0,0) echo 1>&2 "*** struct epoll_event data.fd offset unknown"; \ |
| exit 1; ;; \ |
| 8,4) echo ' Fd int32' >> epoll.go.tmp; ;; \ |
| 12,4) echo ' Fd int32' >> epoll.go.tmp; \ |
| echo ' Pad [4]byte' >> epoll.go.tmp; ;; \ |
| 12,8) echo ' Pad [4]byte' >> epoll.go.tmp; \ |
| echo ' Fd int32' >> epoll.go.tmp; ;; \ |
| 16,8) echo ' Pad [4]byte' >> epoll.go.tmp; \ |
| echo ' Fd int32' >> epoll.go.tmp; \ |
| echo ' Pad2 [4]byte' >> epoll.go.tmp; ;; \ |
| *) echo 1>&2 "*** struct epoll_event unsupported"; \ |
| exit 1; ;; \ |
| esac |
| echo '}' >> epoll.go.tmp |
| $(SHELL) $(srcdir)/mvifdiff.sh epoll.go.tmp epoll.go |
| $(STAMP) $@ |
| |
| define STATIC_template |
| $(subst -,_,$(subst .,_,$(subst /,_,$(1))))_GOCFLAGS = -static |
| endef |
| |
| $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call STATIC_template,$(package).lo))) |
| |
| # Make sure runtime.inc is built before compiling any .c file. |
| $(libgo_la_OBJECTS): runtime.inc |
| $(libgo_llgo_la_OBJECTS): runtime.inc |
| $(libgobegin_a_OBJECTS): runtime.inc |
| $(libgobegin_llgo_a_OBJECTS): runtime.inc |
| $(libgolibbegin_a_OBJECTS): runtime.inc |
| |
| # PACKAGE_template defines the rules for each package. |
| # For example, for the package bufio, it produces: |
| # |
| # @go_include@ bufio.lo.dep |
| # bufio.lo.dep: $(srcdir)/go/bufio/*.go |
| # $(BUILDDEPS) |
| # bufio.lo: |
| # $(BUILDPACKAGE) |
| # bufio/check: $(CHECK_DEPS) |
| # @$(CHECK) |
| # .PHONY: bufio/check |
| # |
| # This is invoked with $(1) set to a package, which is a directory name, |
| # such as "bufio" or "archive/tar". |
| define PACKAGE_template |
| @go_include@ $(1).lo.dep |
| $(1).lo.dep: $(srcdir)/go/$(1)/*.go |
| $$(BUILDDEPS) |
| $(1).lo: |
| $$(BUILDPACKAGE) |
| $(1)/check: $$(CHECK_DEPS) |
| @$$(CHECK) |
| .PHONY: $(1)/check |
| $(1).gox: $(1).s-gox; @true |
| $(1).s-gox: $(1).lo |
| $$(BUILDGOX) |
| $$(STAMP) $$@ |
| endef |
| |
| # This line expands PACKAGE_template once for each package name listed |
| # in $(PACKAGES). |
| $(foreach package,$(PACKAGES),$(eval $(call PACKAGE_template,$(package)))) |
| $(foreach package,$(GOTOOL_PACKAGES),$(eval $(call PACKAGE_template,$(package)))) |
| runtime.lo.dep: $(extra_go_files_runtime) |
| syscall.lo.dep: $(extra_go_files_syscall) |
| runtime/internal/sys.lo.dep: $(extra_go_files_runtime_internal_sys) |
| internal/cpu.lo.dep: $(extra_go_files_internal_cpu) |
| internal/goroot.lo.dep: $(extra_go_files_internal_goroot) |
| go/types.lo.dep: $(extra_go_files_go_types) |
| cmd/internal/objabi.lo.dep: $(extra_go_files_cmd_internal_objabi) |
| cmd/go/internal/cfg.lo.dep: $(extra_go_files_cmd_go_internal_cfg) |
| |
| # FIXME: The following C files may as well move to the runtime |
| # directory and be treated like other C files. |
| |
| # Use C code to speed up internal/bytealg.IndexByte and friends. |
| internal/bytealg/bytealg.lo: go/internal/bytealg/bytealg.c runtime.inc |
| @$(MKDIR_P) internal/bytealg |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/bytealg/bytealg.c |
| |
| # Use a C function with a fixed number of arguments to call a C |
| # varargs function. |
| log/syslog/syslog_c.lo: go/log/syslog/syslog_c.c runtime.inc |
| @$(MKDIR_P) log/syslog |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/log/syslog/syslog_c.c |
| |
| # The interface to libffi from the reflect package is written in C. |
| reflect/makefunc_ffi_c.lo: go/reflect/makefunc_ffi_c.c runtime.inc |
| @$(MKDIR_P) reflect |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/reflect/makefunc_ffi_c.c |
| |
| # The atomic functions are written in C. |
| runtime/internal/atomic_c.lo: go/runtime/internal/atomic/atomic.c runtime.inc |
| @$(MKDIR_P) runtime/internal |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/runtime/internal/atomic/atomic.c |
| sync/atomic_c.lo: go/sync/atomic/atomic.c runtime.inc |
| @$(MKDIR_P) sync |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/sync/atomic/atomic.c |
| |
| # A few syscall functions are written in C. |
| syscall/clone_linux.lo: go/syscall/clone_linux.c runtime.inc |
| @$(MKDIR_P) syscall |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/clone_linux.c |
| syscall/errno.lo: go/syscall/errno.c runtime.inc |
| @$(MKDIR_P) syscall |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/errno.c |
| syscall/signame.lo: go/syscall/signame.c runtime.inc |
| @$(MKDIR_P) syscall |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/signame.c |
| syscall/wait.lo: go/syscall/wait.c runtime.inc |
| @$(MKDIR_P) syscall |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/syscall/wait.c |
| |
| # internal/cpu needs some C code. |
| internal/cpu/cpu_gccgo.lo: go/internal/cpu/cpu_gccgo.c runtime.inc |
| @$(MKDIR_P) internal/cpu |
| $(LTCOMPILE) -c -o $@ $(srcdir)/go/internal/cpu/cpu_gccgo.c |
| |
| # Build internal/x/net/route only on BSD systems. |
| |
| @LIBGO_IS_BSD_TRUE@$(eval $(call PACKAGE_template,internal/x/net/route)) |
| |
| # Build internal/x/net/lif only on Solaris systems. |
| |
| @LIBGO_IS_SOLARIS_TRUE@$(eval $(call PACKAGE_template,internal/x/net/lif)) |
| |
| check: check-tail |
| check-recursive: check-head |
| |
| check-head: |
| @echo "Test Run By $${USER} on `date`" > libgo.head |
| @echo "Native configuration is $(host_triplet)" >> libgo.head |
| @echo >> libgo.head |
| @echo " === libgo tests ===" >> libgo.head |
| @echo >> libgo.head |
| |
| check-tail: check-recursive check-multi |
| @if test "$(USE_DEJAGNU)" = "yes"; then \ |
| exit 0; \ |
| fi; \ |
| lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \ |
| for dir in . $(MULTIDIRS); do \ |
| mv ../$${dir}/$${lib}/libgo.sum ../$${dir}/$${lib}/libgo.sum.sep; \ |
| mv ../$${dir}/$${lib}/libgo.log ../$${dir}/$${lib}/libgo.log.sep; \ |
| done; \ |
| mv libgo.head libgo.sum; \ |
| cp libgo.sum libgo.log; \ |
| echo "Schedule of variations:" >> libgo.sum; \ |
| for dir in . $(MULTIDIRS); do \ |
| multidir=../$${dir}/$${lib}; \ |
| multivar=`cat $${multidir}/libgo.var`; \ |
| echo " $${multivar}" >> libgo.sum; \ |
| done; \ |
| echo >> libgo.sum; \ |
| pass=0; fail=0; untested=0; \ |
| for dir in . $(MULTIDIRS); do \ |
| multidir=../$${dir}/$${lib}; \ |
| multivar=`cat $${multidir}/libgo.var`; \ |
| echo "Running target $${multivar}" >> libgo.sum; \ |
| echo "Running $(srcdir)/libgo.exp ..." >> libgo.sum; \ |
| cat $${multidir}/libgo.sum.sep >> libgo.sum; \ |
| cat $${multidir}/libgo.log.sep >> libgo.log; \ |
| if test -n "${MULTIDIRS}"; then \ |
| echo " === libgo Summary for $${multivar} ===" >> libgo.sum; \ |
| echo >> libgo.sum; \ |
| fi; \ |
| p=`grep -c PASS $${multidir}/libgo.sum.sep`; \ |
| pass=`expr $$pass + $$p`; \ |
| if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \ |
| echo "# of expected passes $$p" >> libgo.sum; \ |
| fi; \ |
| p=`grep -c FAIL $${multidir}/libgo.sum.sep`; \ |
| fail=`expr $$fail + $$p`; \ |
| if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \ |
| echo "# of unexpected failures $$p" >> libgo.sum; \ |
| fi; \ |
| p=`grep -c UNTESTED $${multidir}/libgo.sum.sep`; \ |
| untested=`expr $$untested + $$p`; \ |
| if test "$$p" -ne "0" && test -n "${MULTIDIRS}"; then \ |
| echo "# of untested testcases $$p" >> libgo.sum; \ |
| fi; \ |
| done; \ |
| echo >> libgo.sum; \ |
| echo " === libgo Summary ===" >> libgo.sum; \ |
| echo >> libgo.sum; \ |
| if test "$$pass" -ne "0"; then \ |
| echo "# of expected passes $$pass" >> libgo.sum; \ |
| fi; \ |
| if test "$$fail" -ne "0"; then \ |
| echo "# of unexpected failures $$fail" >> libgo.sum; \ |
| fi; \ |
| if test "$$untested" -ne "0"; then \ |
| echo "# of untested testcases $$untested" >> libgo.sum; \ |
| fi; \ |
| echo `echo $(GOC) | sed -e 's/ .*//'` `$(GOC) -v 2>&1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p'` >> libgo.sum; \ |
| echo >> libgo.log; \ |
| echo "runtest completed at `date`" >> libgo.log; \ |
| if test "$$fail" -ne "0"; then \ |
| status=1; \ |
| else \ |
| status=0; \ |
| fi; \ |
| exit $$status |
| |
| check-am: |
| @rm -f libgo.sum libgo.log libgo.tail |
| @multivar="unix"; \ |
| [ -z "$(MULTIFLAGS)" ] || multivar="$${multivar}/$(MULTIFLAGS)"; \ |
| echo "$${multivar}" > libgo.var |
| @for f in $(TEST_PACKAGES); do \ |
| rm -f $$f-testsum $$f-testlog; \ |
| done |
| -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) |
| @for f in $(TEST_PACKAGES); do \ |
| if test -f $$f-testsum; then \ |
| cat $$f-testsum >> libgo.sum; \ |
| fi; \ |
| if test -f $$f-testlog; then \ |
| cat $$f-testlog >> libgo.log; \ |
| fi; \ |
| done |
| |
| check-multi: |
| $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do # $(MAKE) |
| |
| bench: |
| -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) GOBENCH=. |
| |
| mostlyclean-local: |
| find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f |
| find . -name '*.$(OBJEXT)' -print | xargs rm -f |
| find . -name '*-testsum' -print | xargs rm -f |
| find . -name '*-testlog' -print | xargs rm -f |
| |
| clean-local: |
| find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f |
| find . -name '*.a' -print | xargs rm -f |
| find . -name '*.gox' -print | xargs rm -f |
| find . -name '*.s-gox' -print | xargs rm -f |
| |
| distclean-local: |
| find . -name '*.lo.dep' -print | xargs rm -f |
| |
| # GNU Make needs to see an explicit $(MAKE) variable in the command it |
| # runs to enable its job server during parallel builds. Hence the |
| # comments below. |
| all-multi: |
| $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) |
| install-multi: |
| $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) |
| mostlyclean-multi: |
| $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) |
| clean-multi: |
| $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) |
| distclean-multi: |
| $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) |
| maintainer-clean-multi: |
| $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) |
| |
| .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \ |
| install-multi maintainer-clean-multi mostlyclean-multi |
| |
| install-exec-local: install-multi |
| |
| all-local: all-multi |
| mostlyclean-local: mostlyclean-multi |
| clean-local: clean-multi |
| distclean-local: distclean-multi |
| maintainer-clean-local: maintainer-clean-multi |
| |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: |