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