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