github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/third_party/gofrontend/libgo/testsuite/Makefile.in (about)

     1  # Makefile.in generated by automake 1.15 from Makefile.am.
     2  # @configure_input@
     3  
     4  # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     5  
     6  # This Makefile.in is free software; the Free Software Foundation
     7  # gives unlimited permission to copy and/or distribute it,
     8  # with or without modifications, as long as this notice is preserved.
     9  
    10  # This program is distributed in the hope that it will be useful,
    11  # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    12  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13  # PARTICULAR PURPOSE.
    14  
    15  @SET_MAKE@
    16  VPATH = @srcdir@
    17  am__is_gnu_make = { \
    18    if test -z '$(MAKELEVEL)'; then \
    19      false; \
    20    elif test -n '$(MAKE_HOST)'; then \
    21      true; \
    22    elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    23      true; \
    24    else \
    25      false; \
    26    fi; \
    27  }
    28  am__make_running_with_option = \
    29    case $${target_option-} in \
    30        ?) ;; \
    31        *) echo "am__make_running_with_option: internal error: invalid" \
    32                "target option '$${target_option-}' specified" >&2; \
    33           exit 1;; \
    34    esac; \
    35    has_opt=no; \
    36    sane_makeflags=$$MAKEFLAGS; \
    37    if $(am__is_gnu_make); then \
    38      sane_makeflags=$$MFLAGS; \
    39    else \
    40      case $$MAKEFLAGS in \
    41        *\\[\ \	]*) \
    42          bs=\\; \
    43          sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    44            | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    45      esac; \
    46    fi; \
    47    skip_next=no; \
    48    strip_trailopt () \
    49    { \
    50      flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    51    }; \
    52    for flg in $$sane_makeflags; do \
    53      test $$skip_next = yes && { skip_next=no; continue; }; \
    54      case $$flg in \
    55        *=*|--*) continue;; \
    56          -*I) strip_trailopt 'I'; skip_next=yes;; \
    57        -*I?*) strip_trailopt 'I';; \
    58          -*O) strip_trailopt 'O'; skip_next=yes;; \
    59        -*O?*) strip_trailopt 'O';; \
    60          -*l) strip_trailopt 'l'; skip_next=yes;; \
    61        -*l?*) strip_trailopt 'l';; \
    62        -[dEDm]) skip_next=yes;; \
    63        -[JT]) skip_next=yes;; \
    64      esac; \
    65      case $$flg in \
    66        *$$target_option*) has_opt=yes; break;; \
    67      esac; \
    68    done; \
    69    test $$has_opt = yes
    70  am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    71  am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    72  pkgdatadir = $(datadir)/@PACKAGE@
    73  pkgincludedir = $(includedir)/@PACKAGE@
    74  pkglibdir = $(libdir)/@PACKAGE@
    75  pkglibexecdir = $(libexecdir)/@PACKAGE@
    76  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    77  install_sh_DATA = $(install_sh) -c -m 644
    78  install_sh_PROGRAM = $(install_sh) -c
    79  install_sh_SCRIPT = $(install_sh) -c
    80  INSTALL_HEADER = $(INSTALL_DATA)
    81  transform = $(program_transform_name)
    82  NORMAL_INSTALL = :
    83  PRE_INSTALL = :
    84  POST_INSTALL = :
    85  NORMAL_UNINSTALL = :
    86  PRE_UNINSTALL = :
    87  POST_UNINSTALL = :
    88  build_triplet = @build@
    89  host_triplet = @host@
    90  target_triplet = @target@
    91  subdir = testsuite
    92  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    93  am__aclocal_m4_deps = $(top_srcdir)/config/go.m4 \
    94  	$(top_srcdir)/config/libtool.m4 \
    95  	$(top_srcdir)/config/ltoptions.m4 \
    96  	$(top_srcdir)/config/ltsugar.m4 \
    97  	$(top_srcdir)/config/ltversion.m4 \
    98  	$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
    99  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   100  	$(ACLOCAL_M4)
   101  DIST_COMMON = $(srcdir)/Makefile.am
   102  mkinstalldirs = $(install_sh) -d
   103  CONFIG_HEADER = $(top_builddir)/config.h
   104  CONFIG_CLEAN_FILES =
   105  CONFIG_CLEAN_VPATH_FILES =
   106  AM_V_P = $(am__v_P_@AM_V@)
   107  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   108  am__v_P_0 = false
   109  am__v_P_1 = :
   110  AM_V_GEN = $(am__v_GEN_@AM_V@)
   111  am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   112  am__v_GEN_0 = @echo "  GEN     " $@;
   113  am__v_GEN_1 = 
   114  AM_V_at = $(am__v_at_@AM_V@)
   115  am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   116  am__v_at_0 = @
   117  am__v_at_1 = 
   118  SOURCES =
   119  am__can_run_installinfo = \
   120    case $$AM_UPDATE_INFO_DIR in \
   121      n|no|NO) false;; \
   122      *) (install-info --version) >/dev/null 2>&1;; \
   123    esac
   124  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   125  DEJATOOL = $(PACKAGE)
   126  RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
   127  ACLOCAL = @ACLOCAL@
   128  AMTAR = @AMTAR@
   129  AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   130  AR = @AR@
   131  AUTOCONF = @AUTOCONF@
   132  AUTOHEADER = @AUTOHEADER@
   133  AUTOMAKE = @AUTOMAKE@
   134  AWK = @AWK@
   135  CC = @CC@
   136  CCDEPMODE = @CCDEPMODE@
   137  CC_FOR_BUILD = @CC_FOR_BUILD@
   138  CFLAGS = @CFLAGS@
   139  CPP = @CPP@
   140  CPPFLAGS = @CPPFLAGS@
   141  CYGPATH_W = @CYGPATH_W@
   142  DEFS = @DEFS@
   143  DEPDIR = @DEPDIR@
   144  DSYMUTIL = @DSYMUTIL@
   145  DUMPBIN = @DUMPBIN@
   146  ECHO_C = @ECHO_C@
   147  ECHO_N = @ECHO_N@
   148  ECHO_T = @ECHO_T@
   149  EGREP = @EGREP@
   150  EXEEXT = @EXEEXT@
   151  FGREP = @FGREP@
   152  GOARCH = @GOARCH@
   153  GOC = @GOC@
   154  GOCFLAGS = @GOCFLAGS@
   155  GOOS = @GOOS@
   156  GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
   157  GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
   158  GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
   159  GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
   160  GREP = @GREP@
   161  INSTALL = @INSTALL@
   162  INSTALL_DATA = @INSTALL_DATA@
   163  INSTALL_PROGRAM = @INSTALL_PROGRAM@
   164  INSTALL_SCRIPT = @INSTALL_SCRIPT@
   165  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   166  LD = @LD@
   167  LDFLAGS = @LDFLAGS@
   168  LIBATOMIC = @LIBATOMIC@
   169  LIBFFI = @LIBFFI@
   170  LIBFFIINCS = @LIBFFIINCS@
   171  LIBOBJS = @LIBOBJS@
   172  LIBS = @LIBS@
   173  LIBTOOL = @LIBTOOL@
   174  LIPO = @LIPO@
   175  LN_S = @LN_S@
   176  LTLIBOBJS = @LTLIBOBJS@
   177  MAINT = @MAINT@
   178  MAKEINFO = @MAKEINFO@
   179  MATH_FLAG = @MATH_FLAG@
   180  MATH_LIBS = @MATH_LIBS@
   181  MKDIR_P = @MKDIR_P@
   182  NET_LIBS = @NET_LIBS@
   183  NM = @NM@
   184  NMEDIT = @NMEDIT@
   185  OBJCOPY = @OBJCOPY@
   186  OBJDUMP = @OBJDUMP@
   187  OBJEXT = @OBJEXT@
   188  OSCFLAGS = @OSCFLAGS@
   189  OTOOL = @OTOOL@
   190  OTOOL64 = @OTOOL64@
   191  PACKAGE = @PACKAGE@
   192  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   193  PACKAGE_NAME = @PACKAGE_NAME@
   194  PACKAGE_STRING = @PACKAGE_STRING@
   195  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   196  PACKAGE_URL = @PACKAGE_URL@
   197  PACKAGE_VERSION = @PACKAGE_VERSION@
   198  PATH_SEPARATOR = @PATH_SEPARATOR@
   199  PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
   200  PTHREAD_LIBS = @PTHREAD_LIBS@
   201  RANLIB = @RANLIB@
   202  SED = @SED@
   203  SET_MAKE = @SET_MAKE@
   204  SHELL = @SHELL@
   205  SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
   206  SPLIT_STACK = @SPLIT_STACK@
   207  STRINGOPS_FLAG = @STRINGOPS_FLAG@
   208  STRIP = @STRIP@
   209  STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
   210  USE_DEJAGNU = @USE_DEJAGNU@
   211  VERSION = @VERSION@
   212  WARN_FLAGS = @WARN_FLAGS@
   213  WERROR = @WERROR@
   214  abs_builddir = @abs_builddir@
   215  abs_srcdir = @abs_srcdir@
   216  abs_top_builddir = @abs_top_builddir@
   217  abs_top_srcdir = @abs_top_srcdir@
   218  ac_ct_CC = @ac_ct_CC@
   219  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   220  am__include = @am__include@
   221  am__leading_dot = @am__leading_dot@
   222  am__quote = @am__quote@
   223  am__tar = @am__tar@
   224  am__untar = @am__untar@
   225  bindir = @bindir@
   226  build = @build@
   227  build_alias = @build_alias@
   228  build_cpu = @build_cpu@
   229  build_os = @build_os@
   230  build_vendor = @build_vendor@
   231  builddir = @builddir@
   232  datadir = @datadir@
   233  datarootdir = @datarootdir@
   234  docdir = @docdir@
   235  dvidir = @dvidir@
   236  enable_shared = @enable_shared@
   237  enable_static = @enable_static@
   238  exec_prefix = @exec_prefix@
   239  glibgo_toolexecdir = @glibgo_toolexecdir@
   240  glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
   241  go_include = @go_include@
   242  host = @host@
   243  host_alias = @host_alias@
   244  host_cpu = @host_cpu@
   245  host_os = @host_os@
   246  host_vendor = @host_vendor@
   247  htmldir = @htmldir@
   248  includedir = @includedir@
   249  infodir = @infodir@
   250  install_sh = @install_sh@
   251  libdir = @libdir@
   252  libexecdir = @libexecdir@
   253  libtool_VERSION = @libtool_VERSION@
   254  localedir = @localedir@
   255  localstatedir = @localstatedir@
   256  mandir = @mandir@
   257  mkdir_p = @mkdir_p@
   258  nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
   259  oldincludedir = @oldincludedir@
   260  pdfdir = @pdfdir@
   261  prefix = @prefix@
   262  program_transform_name = @program_transform_name@
   263  psdir = @psdir@
   264  sbindir = @sbindir@
   265  sharedstatedir = @sharedstatedir@
   266  srcdir = @srcdir@
   267  sysconfdir = @sysconfdir@
   268  target = @target@
   269  target_alias = @target_alias@
   270  target_cpu = @target_cpu@
   271  target_os = @target_os@
   272  target_vendor = @target_vendor@
   273  top_build_prefix = @top_build_prefix@
   274  top_builddir = @top_builddir@
   275  top_srcdir = @top_srcdir@
   276  AUTOMAKE_OPTIONS = foreign dejagnu
   277  
   278  # Setup the testing framework, if you have one
   279  EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
   280              echo $(top_builddir)/../expect/expect ; \
   281            else echo expect ; fi`
   282  
   283  RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
   284  	       echo $(top_srcdir)/../dejagnu/runtest ; \
   285  	    else echo runtest; fi`
   286  
   287  
   288  # When running the tests we set GCC_EXEC_PREFIX to the install tree so that
   289  # files that have already been installed there will be found.  The -B option
   290  # overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files
   291  # from the install tree.
   292  AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc"
   293  CLEANFILES = *.log *.sum
   294  all: all-am
   295  
   296  .SUFFIXES:
   297  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   298  	@for dep in $?; do \
   299  	  case '$(am__configure_deps)' in \
   300  	    *$$dep*) \
   301  	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   302  	        && { if test -f $@; then exit 0; else break; fi; }; \
   303  	      exit 1;; \
   304  	  esac; \
   305  	done; \
   306  	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
   307  	$(am__cd) $(top_srcdir) && \
   308  	  $(AUTOMAKE) --foreign testsuite/Makefile
   309  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   310  	@case '$?' in \
   311  	  *config.status*) \
   312  	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   313  	  *) \
   314  	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   315  	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   316  	esac;
   317  
   318  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   319  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   320  
   321  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   322  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   323  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   324  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   325  $(am__aclocal_m4_deps):
   326  
   327  mostlyclean-libtool:
   328  	-rm -f *.lo
   329  
   330  clean-libtool:
   331  	-rm -rf .libs _libs
   332  tags TAGS:
   333  
   334  ctags CTAGS:
   335  
   336  cscope cscopelist:
   337  
   338  
   339  check-DEJAGNU: site.exp
   340  	srcdir='$(srcdir)'; export srcdir; \
   341  	EXPECT=$(EXPECT); export EXPECT; \
   342  	if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
   343  	  exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
   344  	    if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
   345  	    then :; else exit_status=1; fi; \
   346  	  done; \
   347  	else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
   348  	fi; \
   349  	exit $$exit_status
   350  site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
   351  	@echo 'Making a new site.exp file ...'
   352  	@echo '## these variables are automatically generated by make ##' >site.tmp
   353  	@echo '# Do not edit here.  If you wish to override these values' >>site.tmp
   354  	@echo '# edit the last section' >>site.tmp
   355  	@echo 'set srcdir "$(srcdir)"' >>site.tmp
   356  	@echo "set objdir `pwd`" >>site.tmp
   357  	@echo 'set build_alias "$(build_alias)"' >>site.tmp
   358  	@echo 'set build_triplet $(build_triplet)' >>site.tmp
   359  	@echo 'set host_alias "$(host_alias)"' >>site.tmp
   360  	@echo 'set host_triplet $(host_triplet)' >>site.tmp
   361  	@echo 'set target_alias "$(target_alias)"' >>site.tmp
   362  	@echo 'set target_triplet $(target_triplet)' >>site.tmp
   363  	@list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
   364  	  echo "## Begin content included from file $$f.  Do not modify. ##" \
   365  	   && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
   366  	   && echo "## End content included from file $$f. ##" \
   367  	   || exit 1; \
   368  	 done >> site.tmp
   369  	@echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
   370  	@if test -f site.exp; then \
   371  	   sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
   372  	 fi
   373  	@-rm -f site.bak
   374  	@test ! -f site.exp || mv site.exp site.bak
   375  	@mv site.tmp site.exp
   376  
   377  distclean-DEJAGNU:
   378  	-rm -f site.exp site.bak
   379  	-l='$(DEJATOOL)'; for tool in $$l; do \
   380  	  rm -f $$tool.sum $$tool.log; \
   381  	done
   382  check-am: all-am
   383  	$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
   384  check: check-am
   385  all-am: Makefile
   386  installdirs:
   387  install: install-am
   388  install-exec: install-exec-am
   389  install-data: install-data-am
   390  uninstall: uninstall-am
   391  
   392  install-am: all-am
   393  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   394  
   395  installcheck: installcheck-am
   396  install-strip:
   397  	if test -z '$(STRIP)'; then \
   398  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   399  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   400  	      install; \
   401  	else \
   402  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   403  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   404  	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   405  	fi
   406  mostlyclean-generic:
   407  
   408  clean-generic:
   409  	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   410  
   411  distclean-generic:
   412  	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   413  	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   414  
   415  maintainer-clean-generic:
   416  	@echo "This command is intended for maintainers to use"
   417  	@echo "it deletes files that may require special tools to rebuild."
   418  clean: clean-am
   419  
   420  clean-am: clean-generic clean-libtool mostlyclean-am
   421  
   422  distclean: distclean-am
   423  	-rm -f Makefile
   424  distclean-am: clean-am distclean-DEJAGNU distclean-generic
   425  
   426  dvi: dvi-am
   427  
   428  dvi-am:
   429  
   430  html: html-am
   431  
   432  html-am:
   433  
   434  info: info-am
   435  
   436  info-am:
   437  
   438  install-data-am:
   439  
   440  install-dvi: install-dvi-am
   441  
   442  install-dvi-am:
   443  
   444  install-exec-am:
   445  
   446  install-html: install-html-am
   447  
   448  install-html-am:
   449  
   450  install-info: install-info-am
   451  
   452  install-info-am:
   453  
   454  install-man:
   455  
   456  install-pdf: install-pdf-am
   457  
   458  install-pdf-am:
   459  
   460  install-ps: install-ps-am
   461  
   462  install-ps-am:
   463  
   464  installcheck-am:
   465  
   466  maintainer-clean: maintainer-clean-am
   467  	-rm -f Makefile
   468  maintainer-clean-am: distclean-am maintainer-clean-generic
   469  
   470  mostlyclean: mostlyclean-am
   471  
   472  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   473  
   474  pdf: pdf-am
   475  
   476  pdf-am:
   477  
   478  ps: ps-am
   479  
   480  ps-am:
   481  
   482  uninstall-am:
   483  
   484  .MAKE: check-am install-am install-strip
   485  
   486  .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
   487  	clean-libtool cscopelist-am ctags-am distclean \
   488  	distclean-DEJAGNU distclean-generic distclean-libtool dvi \
   489  	dvi-am html html-am info info-am install install-am \
   490  	install-data install-data-am install-dvi install-dvi-am \
   491  	install-exec install-exec-am install-html install-html-am \
   492  	install-info install-info-am install-man install-pdf \
   493  	install-pdf-am install-ps install-ps-am install-strip \
   494  	installcheck installcheck-am installdirs maintainer-clean \
   495  	maintainer-clean-generic mostlyclean mostlyclean-generic \
   496  	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
   497  	uninstall-am
   498  
   499  .PRECIOUS: Makefile
   500  
   501  
   502  # Tell versions [3.59,3.63) of GNU make to not export all variables.
   503  # Otherwise a system limit (for SysV at least) may be exceeded.
   504  .NOEXPORT: