PR c++/61198
[official-gcc.git] / libgo / testsuite / Makefile.in
blob7f7fb74c5896cb7528cf2c4f92e4e839d594d09f
1 # Makefile.in generated by automake 1.11.1 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 Free Software Foundation,
6 # 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 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = testsuite
38 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
41 $(top_srcdir)/../config/lead-dot.m4 \
42 $(top_srcdir)/../config/multi.m4 \
43 $(top_srcdir)/../config/override.m4 \
44 $(top_srcdir)/../config/unwind_ipinfo.m4 \
45 $(top_srcdir)/config/go.m4 $(top_srcdir)/config/libtool.m4 \
46 $(top_srcdir)/config/ltoptions.m4 \
47 $(top_srcdir)/config/ltsugar.m4 \
48 $(top_srcdir)/config/ltversion.m4 \
49 $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
53 CONFIG_HEADER = $(top_builddir)/config.h
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 SOURCES =
57 DEJATOOL = $(PACKAGE)
58 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
59 ACLOCAL = @ACLOCAL@
60 AMTAR = @AMTAR@
61 AR = @AR@
62 AUTOCONF = @AUTOCONF@
63 AUTOHEADER = @AUTOHEADER@
64 AUTOMAKE = @AUTOMAKE@
65 AWK = @AWK@
66 CC = @CC@
67 CCDEPMODE = @CCDEPMODE@
68 CC_FOR_BUILD = @CC_FOR_BUILD@
69 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 CPPFLAGS = @CPPFLAGS@
72 CYGPATH_W = @CYGPATH_W@
73 DEFS = @DEFS@
74 DEPDIR = @DEPDIR@
75 DSYMUTIL = @DSYMUTIL@
76 DUMPBIN = @DUMPBIN@
77 ECHO_C = @ECHO_C@
78 ECHO_N = @ECHO_N@
79 ECHO_T = @ECHO_T@
80 EGREP = @EGREP@
81 EXEEXT = @EXEEXT@
82 FGREP = @FGREP@
83 GOARCH = @GOARCH@
84 GOC = @GOC@
85 GOCFLAGS = @GOCFLAGS@
86 GOOS = @GOOS@
87 GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
88 GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
89 GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
90 GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
91 GREP = @GREP@
92 INSTALL = @INSTALL@
93 INSTALL_DATA = @INSTALL_DATA@
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@
96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
97 LD = @LD@
98 LDFLAGS = @LDFLAGS@
99 LIBATOMIC = @LIBATOMIC@
100 LIBFFI = @LIBFFI@
101 LIBFFIINCS = @LIBFFIINCS@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LIBTOOL = @LIBTOOL@
105 LIPO = @LIPO@
106 LN_S = @LN_S@
107 LTLIBOBJS = @LTLIBOBJS@
108 MAINT = @MAINT@
109 MAKEINFO = @MAKEINFO@
110 MATH_FLAG = @MATH_FLAG@
111 MATH_LIBS = @MATH_LIBS@
112 MKDIR_P = @MKDIR_P@
113 NET_LIBS = @NET_LIBS@
114 NM = @NM@
115 NMEDIT = @NMEDIT@
116 OBJCOPY = @OBJCOPY@
117 OBJDUMP = @OBJDUMP@
118 OBJEXT = @OBJEXT@
119 OSCFLAGS = @OSCFLAGS@
120 OTOOL = @OTOOL@
121 OTOOL64 = @OTOOL64@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_URL = @PACKAGE_URL@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
130 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
131 PTHREAD_LIBS = @PTHREAD_LIBS@
132 RANLIB = @RANLIB@
133 SED = @SED@
134 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 SIZEOF_STRUCT_EPOLL_EVENT = @SIZEOF_STRUCT_EPOLL_EVENT@
137 SPLIT_STACK = @SPLIT_STACK@
138 STRINGOPS_FLAG = @STRINGOPS_FLAG@
139 STRIP = @STRIP@
140 STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@
141 USE_DEJAGNU = @USE_DEJAGNU@
142 VERSION = @VERSION@
143 WARN_FLAGS = @WARN_FLAGS@
144 WERROR = @WERROR@
145 abs_builddir = @abs_builddir@
146 abs_srcdir = @abs_srcdir@
147 abs_top_builddir = @abs_top_builddir@
148 abs_top_srcdir = @abs_top_srcdir@
149 ac_ct_CC = @ac_ct_CC@
150 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
151 am__include = @am__include@
152 am__leading_dot = @am__leading_dot@
153 am__quote = @am__quote@
154 am__tar = @am__tar@
155 am__untar = @am__untar@
156 bindir = @bindir@
157 build = @build@
158 build_alias = @build_alias@
159 build_cpu = @build_cpu@
160 build_os = @build_os@
161 build_vendor = @build_vendor@
162 builddir = @builddir@
163 datadir = @datadir@
164 datarootdir = @datarootdir@
165 docdir = @docdir@
166 dvidir = @dvidir@
167 enable_shared = @enable_shared@
168 enable_static = @enable_static@
169 exec_prefix = @exec_prefix@
170 glibgo_toolexecdir = @glibgo_toolexecdir@
171 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
172 go_include = @go_include@
173 host = @host@
174 host_alias = @host_alias@
175 host_cpu = @host_cpu@
176 host_os = @host_os@
177 host_vendor = @host_vendor@
178 htmldir = @htmldir@
179 includedir = @includedir@
180 infodir = @infodir@
181 install_sh = @install_sh@
182 libdir = @libdir@
183 libexecdir = @libexecdir@
184 libtool_VERSION = @libtool_VERSION@
185 localedir = @localedir@
186 localstatedir = @localstatedir@
187 mandir = @mandir@
188 mkdir_p = @mkdir_p@
189 multi_basedir = @multi_basedir@
190 nover_glibgo_toolexeclibdir = @nover_glibgo_toolexeclibdir@
191 oldincludedir = @oldincludedir@
192 pdfdir = @pdfdir@
193 prefix = @prefix@
194 program_transform_name = @program_transform_name@
195 psdir = @psdir@
196 sbindir = @sbindir@
197 sharedstatedir = @sharedstatedir@
198 srcdir = @srcdir@
199 sysconfdir = @sysconfdir@
200 target = @target@
201 target_alias = @target_alias@
202 target_cpu = @target_cpu@
203 target_os = @target_os@
204 target_vendor = @target_vendor@
205 top_build_prefix = @top_build_prefix@
206 top_builddir = @top_builddir@
207 top_srcdir = @top_srcdir@
208 AUTOMAKE_OPTIONS = foreign dejagnu
210 # Setup the testing framework, if you have one
211 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
212 echo $(top_builddir)/../expect/expect ; \
213 else echo expect ; fi`
215 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
216 echo $(top_srcdir)/../dejagnu/runtest ; \
217 else echo runtest; fi`
220 # When running the tests we set GCC_EXEC_PREFIX to the install tree so that
221 # files that have already been installed there will be found. The -B option
222 # overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files
223 # from the install tree.
224 AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc"
225 CLEANFILES = *.log *.sum
226 all: all-am
228 .SUFFIXES:
229 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234 && { if test -f $@; then exit 0; else break; fi; }; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --foreign testsuite/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 @case '$?' in \
244 *config.status*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249 esac;
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
260 mostlyclean-libtool:
261 -rm -f *.lo
263 clean-libtool:
264 -rm -rf .libs _libs
265 tags: TAGS
266 TAGS:
268 ctags: CTAGS
269 CTAGS:
272 check-DEJAGNU: site.exp
273 srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
274 EXPECT=$(EXPECT); export EXPECT; \
275 runtest=$(RUNTEST); \
276 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
277 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
278 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
279 then :; else exit_status=1; fi; \
280 done; \
281 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
282 fi; \
283 exit $$exit_status
284 site.exp: Makefile
285 @echo 'Making a new site.exp file...'
286 @echo '## these variables are automatically generated by make ##' >site.tmp
287 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
288 @echo '# edit the last section' >>site.tmp
289 @echo 'set srcdir $(srcdir)' >>site.tmp
290 @echo "set objdir `pwd`" >>site.tmp
291 @echo 'set build_alias "$(build_alias)"' >>site.tmp
292 @echo 'set build_triplet $(build_triplet)' >>site.tmp
293 @echo 'set host_alias "$(host_alias)"' >>site.tmp
294 @echo 'set host_triplet $(host_triplet)' >>site.tmp
295 @echo 'set target_alias "$(target_alias)"' >>site.tmp
296 @echo 'set target_triplet $(target_triplet)' >>site.tmp
297 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
298 @test ! -f site.exp || \
299 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
300 @-rm -f site.bak
301 @test ! -f site.exp || mv site.exp site.bak
302 @mv site.tmp site.exp
304 distclean-DEJAGNU:
305 -rm -f site.exp site.bak
306 -l='$(DEJATOOL)'; for tool in $$l; do \
307 rm -f $$tool.sum $$tool.log; \
308 done
309 check-am: all-am
310 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
311 check: check-am
312 all-am: Makefile
313 installdirs:
314 install: install-am
315 install-exec: install-exec-am
316 install-data: install-data-am
317 uninstall: uninstall-am
319 install-am: all-am
320 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322 installcheck: installcheck-am
323 install-strip:
324 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
325 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
326 `test -z '$(STRIP)' || \
327 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
328 mostlyclean-generic:
330 clean-generic:
331 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
333 distclean-generic:
334 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
335 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
337 maintainer-clean-generic:
338 @echo "This command is intended for maintainers to use"
339 @echo "it deletes files that may require special tools to rebuild."
340 clean: clean-am
342 clean-am: clean-generic clean-libtool mostlyclean-am
344 distclean: distclean-am
345 -rm -f Makefile
346 distclean-am: clean-am distclean-DEJAGNU distclean-generic
348 dvi: dvi-am
350 dvi-am:
352 html: html-am
354 html-am:
356 info: info-am
358 info-am:
360 install-data-am:
362 install-dvi: install-dvi-am
364 install-dvi-am:
366 install-exec-am:
368 install-html: install-html-am
370 install-html-am:
372 install-info: install-info-am
374 install-info-am:
376 install-man:
378 install-pdf: install-pdf-am
380 install-pdf-am:
382 install-ps: install-ps-am
384 install-ps-am:
386 installcheck-am:
388 maintainer-clean: maintainer-clean-am
389 -rm -f Makefile
390 maintainer-clean-am: distclean-am maintainer-clean-generic
392 mostlyclean: mostlyclean-am
394 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
396 pdf: pdf-am
398 pdf-am:
400 ps: ps-am
402 ps-am:
404 uninstall-am:
406 .MAKE: check-am install-am install-strip
408 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
409 clean-libtool distclean distclean-DEJAGNU distclean-generic \
410 distclean-libtool dvi dvi-am html html-am info info-am install \
411 install-am install-data install-data-am install-dvi \
412 install-dvi-am install-exec install-exec-am install-html \
413 install-html-am install-info install-info-am install-man \
414 install-pdf install-pdf-am install-ps install-ps-am \
415 install-strip installcheck installcheck-am installdirs \
416 maintainer-clean maintainer-clean-generic mostlyclean \
417 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
418 uninstall uninstall-am
421 # Tell versions [3.59,3.63) of GNU make to not export all variables.
422 # Otherwise a system limit (for SysV at least) may be exceeded.
423 .NOEXPORT: