OSDN Git Service

libgo: Support Solaris 8/9.
[pf3gnuchains/gcc-fork.git] / libgo / testsuite / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  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.
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 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.am $(srcdir)/Makefile.in
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 DIST_SOURCES =
58 DEJATOOL = $(PACKAGE)
59 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
60 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61 ACLOCAL = @ACLOCAL@
62 AMTAR = @AMTAR@
63 AR = @AR@
64 AUTOCONF = @AUTOCONF@
65 AUTOHEADER = @AUTOHEADER@
66 AUTOMAKE = @AUTOMAKE@
67 AWK = @AWK@
68 CC = @CC@
69 CCDEPMODE = @CCDEPMODE@
70 CFLAGS = @CFLAGS@
71 CPP = @CPP@
72 CPPFLAGS = @CPPFLAGS@
73 CYGPATH_W = @CYGPATH_W@
74 DEFS = @DEFS@
75 DEPDIR = @DEPDIR@
76 DSYMUTIL = @DSYMUTIL@
77 DUMPBIN = @DUMPBIN@
78 ECHO_C = @ECHO_C@
79 ECHO_N = @ECHO_N@
80 ECHO_T = @ECHO_T@
81 EGREP = @EGREP@
82 EXEEXT = @EXEEXT@
83 FGREP = @FGREP@
84 GOARCH = @GOARCH@
85 GOC = @GOC@
86 GOCFLAGS = @GOCFLAGS@
87 GOOS = @GOOS@
88 GO_DEBUG_PROC_REGS_OS_ARCH_FILE = @GO_DEBUG_PROC_REGS_OS_ARCH_FILE@
89 GO_SYSCALLS_SYSCALL_OS_ARCH_FILE = @GO_SYSCALLS_SYSCALL_OS_ARCH_FILE@
90 GREP = @GREP@
91 INSTALL = @INSTALL@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 INSTALL_SCRIPT = @INSTALL_SCRIPT@
95 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 LD = @LD@
97 LDFLAGS = @LDFLAGS@
98 LIBFFI = @LIBFFI@
99 LIBFFIINCS = @LIBFFIINCS@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LIBTOOL = @LIBTOOL@
103 LIPO = @LIPO@
104 LN_S = @LN_S@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAINT = @MAINT@
107 MAKEINFO = @MAKEINFO@
108 MATH_LIBS = @MATH_LIBS@
109 MKDIR_P = @MKDIR_P@
110 NET_LIBS = @NET_LIBS@
111 NM = @NM@
112 NMEDIT = @NMEDIT@
113 OBJCOPY = @OBJCOPY@
114 OBJDUMP = @OBJDUMP@
115 OBJEXT = @OBJEXT@
116 OSCFLAGS = @OSCFLAGS@
117 OTOOL = @OTOOL@
118 OTOOL64 = @OTOOL64@
119 PACKAGE = @PACKAGE@
120 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121 PACKAGE_NAME = @PACKAGE_NAME@
122 PACKAGE_STRING = @PACKAGE_STRING@
123 PACKAGE_TARNAME = @PACKAGE_TARNAME@
124 PACKAGE_URL = @PACKAGE_URL@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
128 PTHREAD_LIBS = @PTHREAD_LIBS@
129 RANLIB = @RANLIB@
130 SED = @SED@
131 SET_MAKE = @SET_MAKE@
132 SHELL = @SHELL@
133 SPLIT_STACK = @SPLIT_STACK@
134 STRINGOPS_FLAG = @STRINGOPS_FLAG@
135 STRIP = @STRIP@
136 VERSION = @VERSION@
137 WARN_FLAGS = @WARN_FLAGS@
138 WERROR = @WERROR@
139 abs_builddir = @abs_builddir@
140 abs_srcdir = @abs_srcdir@
141 abs_top_builddir = @abs_top_builddir@
142 abs_top_srcdir = @abs_top_srcdir@
143 ac_ct_CC = @ac_ct_CC@
144 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
145 am__include = @am__include@
146 am__leading_dot = @am__leading_dot@
147 am__quote = @am__quote@
148 am__tar = @am__tar@
149 am__untar = @am__untar@
150 bindir = @bindir@
151 build = @build@
152 build_alias = @build_alias@
153 build_cpu = @build_cpu@
154 build_os = @build_os@
155 build_vendor = @build_vendor@
156 builddir = @builddir@
157 datadir = @datadir@
158 datarootdir = @datarootdir@
159 docdir = @docdir@
160 dvidir = @dvidir@
161 enable_shared = @enable_shared@
162 enable_static = @enable_static@
163 exec_prefix = @exec_prefix@
164 glibgo_prefixdir = @glibgo_prefixdir@
165 glibgo_toolexecdir = @glibgo_toolexecdir@
166 glibgo_toolexeclibdir = @glibgo_toolexeclibdir@
167 host = @host@
168 host_alias = @host_alias@
169 host_cpu = @host_cpu@
170 host_os = @host_os@
171 host_vendor = @host_vendor@
172 htmldir = @htmldir@
173 includedir = @includedir@
174 infodir = @infodir@
175 install_sh = @install_sh@
176 libdir = @libdir@
177 libexecdir = @libexecdir@
178 libtool_VERSION = @libtool_VERSION@
179 localedir = @localedir@
180 localstatedir = @localstatedir@
181 mandir = @mandir@
182 mkdir_p = @mkdir_p@
183 multi_basedir = @multi_basedir@
184 oldincludedir = @oldincludedir@
185 pdfdir = @pdfdir@
186 prefix = @prefix@
187 program_transform_name = @program_transform_name@
188 psdir = @psdir@
189 sbindir = @sbindir@
190 sharedstatedir = @sharedstatedir@
191 srcdir = @srcdir@
192 sysconfdir = @sysconfdir@
193 target = @target@
194 target_alias = @target_alias@
195 target_cpu = @target_cpu@
196 target_os = @target_os@
197 target_vendor = @target_vendor@
198 top_build_prefix = @top_build_prefix@
199 top_builddir = @top_builddir@
200 top_srcdir = @top_srcdir@
201 AUTOMAKE_OPTIONS = foreign dejagnu
202
203 # Setup the testing framework, if you have one
204 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
205             echo $(top_builddir)/../expect/expect ; \
206           else echo expect ; fi`
207
208 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
209                echo $(top_srcdir)/../dejagnu/runtest ; \
210             else echo runtest; fi`
211
212
213 # When running the tests we set GCC_EXEC_PREFIX to the install tree so that
214 # files that have already been installed there will be found.  The -B option
215 # overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files
216 # from the install tree.
217 AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc"
218 CLEANFILES = *.log *.sum
219 all: all-am
220
221 .SUFFIXES:
222 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
223         @for dep in $?; do \
224           case '$(am__configure_deps)' in \
225             *$$dep*) \
226               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
227                 && { if test -f $@; then exit 0; else break; fi; }; \
228               exit 1;; \
229           esac; \
230         done; \
231         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
232         $(am__cd) $(top_srcdir) && \
233           $(AUTOMAKE) --foreign testsuite/Makefile
234 .PRECIOUS: Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236         @case '$?' in \
237           *config.status*) \
238             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239           *) \
240             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242         esac;
243
244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251 $(am__aclocal_m4_deps):
252
253 mostlyclean-libtool:
254         -rm -f *.lo
255
256 clean-libtool:
257         -rm -rf .libs _libs
258 tags: TAGS
259 TAGS:
260
261 ctags: CTAGS
262 CTAGS:
263
264
265 check-DEJAGNU: site.exp
266         srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
267         EXPECT=$(EXPECT); export EXPECT; \
268         runtest=$(RUNTEST); \
269         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
270           exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
271             if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
272             then :; else exit_status=1; fi; \
273           done; \
274         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
275         fi; \
276         exit $$exit_status
277 site.exp: Makefile
278         @echo 'Making a new site.exp file...'
279         @echo '## these variables are automatically generated by make ##' >site.tmp
280         @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
281         @echo '# edit the last section' >>site.tmp
282         @echo 'set srcdir $(srcdir)' >>site.tmp
283         @echo "set objdir `pwd`" >>site.tmp
284         @echo 'set build_alias "$(build_alias)"' >>site.tmp
285         @echo 'set build_triplet $(build_triplet)' >>site.tmp
286         @echo 'set host_alias "$(host_alias)"' >>site.tmp
287         @echo 'set host_triplet $(host_triplet)' >>site.tmp
288         @echo 'set target_alias "$(target_alias)"' >>site.tmp
289         @echo 'set target_triplet $(target_triplet)' >>site.tmp
290         @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
291         @test ! -f site.exp || \
292           sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
293         @-rm -f site.bak
294         @test ! -f site.exp || mv site.exp site.bak
295         @mv site.tmp site.exp
296
297 distclean-DEJAGNU:
298         -rm -f site.exp site.bak
299         -l='$(DEJATOOL)'; for tool in $$l; do \
300           rm -f $$tool.sum $$tool.log; \
301         done
302
303 distdir: $(DISTFILES)
304         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
305         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
306         list='$(DISTFILES)'; \
307           dist_files=`for file in $$list; do echo $$file; done | \
308           sed -e "s|^$$srcdirstrip/||;t" \
309               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
310         case $$dist_files in \
311           */*) $(MKDIR_P) `echo "$$dist_files" | \
312                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
313                            sort -u` ;; \
314         esac; \
315         for file in $$dist_files; do \
316           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
317           if test -d $$d/$$file; then \
318             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
319             if test -d "$(distdir)/$$file"; then \
320               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
321             fi; \
322             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
324               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
325             fi; \
326             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
327           else \
328             test -f "$(distdir)/$$file" \
329             || cp -p $$d/$$file "$(distdir)/$$file" \
330             || exit 1; \
331           fi; \
332         done
333 check-am: all-am
334         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
335 check: check-am
336 all-am: Makefile
337 installdirs:
338 install: install-am
339 install-exec: install-exec-am
340 install-data: install-data-am
341 uninstall: uninstall-am
342
343 install-am: all-am
344         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346 installcheck: installcheck-am
347 install-strip:
348         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350           `test -z '$(STRIP)' || \
351             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352 mostlyclean-generic:
353
354 clean-generic:
355         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
356
357 distclean-generic:
358         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
359         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
360
361 maintainer-clean-generic:
362         @echo "This command is intended for maintainers to use"
363         @echo "it deletes files that may require special tools to rebuild."
364 clean: clean-am
365
366 clean-am: clean-generic clean-libtool mostlyclean-am
367
368 distclean: distclean-am
369         -rm -f Makefile
370 distclean-am: clean-am distclean-DEJAGNU distclean-generic
371
372 dvi: dvi-am
373
374 dvi-am:
375
376 html: html-am
377
378 html-am:
379
380 info: info-am
381
382 info-am:
383
384 install-data-am:
385
386 install-dvi: install-dvi-am
387
388 install-dvi-am:
389
390 install-exec-am:
391
392 install-html: install-html-am
393
394 install-html-am:
395
396 install-info: install-info-am
397
398 install-info-am:
399
400 install-man:
401
402 install-pdf: install-pdf-am
403
404 install-pdf-am:
405
406 install-ps: install-ps-am
407
408 install-ps-am:
409
410 installcheck-am:
411
412 maintainer-clean: maintainer-clean-am
413         -rm -f Makefile
414 maintainer-clean-am: distclean-am maintainer-clean-generic
415
416 mostlyclean: mostlyclean-am
417
418 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
419
420 pdf: pdf-am
421
422 pdf-am:
423
424 ps: ps-am
425
426 ps-am:
427
428 uninstall-am:
429
430 .MAKE: check-am install-am install-strip
431
432 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
433         clean-libtool distclean distclean-DEJAGNU distclean-generic \
434         distclean-libtool distdir dvi dvi-am html html-am info info-am \
435         install install-am install-data install-data-am install-dvi \
436         install-dvi-am install-exec install-exec-am install-html \
437         install-html-am install-info install-info-am install-man \
438         install-pdf install-pdf-am install-ps install-ps-am \
439         install-strip installcheck installcheck-am installdirs \
440         maintainer-clean maintainer-clean-generic mostlyclean \
441         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
442         uninstall uninstall-am
443
444
445 # Tell versions [3.59,3.63) of GNU make to not export all variables.
446 # Otherwise a system limit (for SysV at least) may be exceeded.
447 .NOEXPORT: