OSDN Git Service

compiler, runtime: Implement struct and array comparisons.
[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 CC_FOR_BUILD = @CC_FOR_BUILD@
71 CFLAGS = @CFLAGS@
72 CPP = @CPP@
73 CPPFLAGS = @CPPFLAGS@
74 CYGPATH_W = @CYGPATH_W@
75 DEFS = @DEFS@
76 DEPDIR = @DEPDIR@
77 DSYMUTIL = @DSYMUTIL@
78 DUMPBIN = @DUMPBIN@
79 ECHO_C = @ECHO_C@
80 ECHO_N = @ECHO_N@
81 ECHO_T = @ECHO_T@
82 EGREP = @EGREP@
83 EXEEXT = @EXEEXT@
84 FGREP = @FGREP@
85 GOARCH = @GOARCH@
86 GOC = @GOC@
87 GOCFLAGS = @GOCFLAGS@
88 GOOS = @GOOS@
89 GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
90 GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
91 GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@
92 GO_SYSCALL_OS_FILE = @GO_SYSCALL_OS_FILE@
93 GREP = @GREP@
94 INSTALL = @INSTALL@
95 INSTALL_DATA = @INSTALL_DATA@
96 INSTALL_PROGRAM = @INSTALL_PROGRAM@
97 INSTALL_SCRIPT = @INSTALL_SCRIPT@
98 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99 LD = @LD@
100 LDFLAGS = @LDFLAGS@
101 LIBFFI = @LIBFFI@
102 LIBFFIINCS = @LIBFFIINCS@
103 LIBOBJS = @LIBOBJS@
104 LIBS = @LIBS@
105 LIBTOOL = @LIBTOOL@
106 LIPO = @LIPO@
107 LN_S = @LN_S@
108 LTLIBOBJS = @LTLIBOBJS@
109 MAINT = @MAINT@
110 MAKEINFO = @MAKEINFO@
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 VERSION = @VERSION@
142 WARN_FLAGS = @WARN_FLAGS@
143 WERROR = @WERROR@
144 abs_builddir = @abs_builddir@
145 abs_srcdir = @abs_srcdir@
146 abs_top_builddir = @abs_top_builddir@
147 abs_top_srcdir = @abs_top_srcdir@
148 ac_ct_CC = @ac_ct_CC@
149 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
150 am__include = @am__include@
151 am__leading_dot = @am__leading_dot@
152 am__quote = @am__quote@
153 am__tar = @am__tar@
154 am__untar = @am__untar@
155 bindir = @bindir@
156 build = @build@
157 build_alias = @build_alias@
158 build_cpu = @build_cpu@
159 build_os = @build_os@
160 build_vendor = @build_vendor@
161 builddir = @builddir@
162 datadir = @datadir@
163 datarootdir = @datarootdir@
164 docdir = @docdir@
165 dvidir = @dvidir@
166 enable_shared = @enable_shared@
167 enable_static = @enable_static@
168 exec_prefix = @exec_prefix@
169 glibgo_prefixdir = @glibgo_prefixdir@
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 oldincludedir = @oldincludedir@
191 pdfdir = @pdfdir@
192 prefix = @prefix@
193 program_transform_name = @program_transform_name@
194 psdir = @psdir@
195 sbindir = @sbindir@
196 sharedstatedir = @sharedstatedir@
197 srcdir = @srcdir@
198 sysconfdir = @sysconfdir@
199 target = @target@
200 target_alias = @target_alias@
201 target_cpu = @target_cpu@
202 target_os = @target_os@
203 target_vendor = @target_vendor@
204 top_build_prefix = @top_build_prefix@
205 top_builddir = @top_builddir@
206 top_srcdir = @top_srcdir@
207 AUTOMAKE_OPTIONS = foreign dejagnu
208
209 # Setup the testing framework, if you have one
210 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
211             echo $(top_builddir)/../expect/expect ; \
212           else echo expect ; fi`
213
214 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
215                echo $(top_srcdir)/../dejagnu/runtest ; \
216             else echo runtest; fi`
217
218
219 # When running the tests we set GCC_EXEC_PREFIX to the install tree so that
220 # files that have already been installed there will be found.  The -B option
221 # overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files
222 # from the install tree.
223 AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc"
224 CLEANFILES = *.log *.sum
225 all: all-am
226
227 .SUFFIXES:
228 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
229         @for dep in $?; do \
230           case '$(am__configure_deps)' in \
231             *$$dep*) \
232               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233                 && { if test -f $@; then exit 0; else break; fi; }; \
234               exit 1;; \
235           esac; \
236         done; \
237         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
238         $(am__cd) $(top_srcdir) && \
239           $(AUTOMAKE) --foreign testsuite/Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242         @case '$?' in \
243           *config.status*) \
244             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245           *) \
246             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248         esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(am__aclocal_m4_deps):
258
259 mostlyclean-libtool:
260         -rm -f *.lo
261
262 clean-libtool:
263         -rm -rf .libs _libs
264 tags: TAGS
265 TAGS:
266
267 ctags: CTAGS
268 CTAGS:
269
270
271 check-DEJAGNU: site.exp
272         srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
273         EXPECT=$(EXPECT); export EXPECT; \
274         runtest=$(RUNTEST); \
275         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
276           exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
277             if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
278             then :; else exit_status=1; fi; \
279           done; \
280         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
281         fi; \
282         exit $$exit_status
283 site.exp: Makefile
284         @echo 'Making a new site.exp file...'
285         @echo '## these variables are automatically generated by make ##' >site.tmp
286         @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
287         @echo '# edit the last section' >>site.tmp
288         @echo 'set srcdir $(srcdir)' >>site.tmp
289         @echo "set objdir `pwd`" >>site.tmp
290         @echo 'set build_alias "$(build_alias)"' >>site.tmp
291         @echo 'set build_triplet $(build_triplet)' >>site.tmp
292         @echo 'set host_alias "$(host_alias)"' >>site.tmp
293         @echo 'set host_triplet $(host_triplet)' >>site.tmp
294         @echo 'set target_alias "$(target_alias)"' >>site.tmp
295         @echo 'set target_triplet $(target_triplet)' >>site.tmp
296         @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
297         @test ! -f site.exp || \
298           sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
299         @-rm -f site.bak
300         @test ! -f site.exp || mv site.exp site.bak
301         @mv site.tmp site.exp
302
303 distclean-DEJAGNU:
304         -rm -f site.exp site.bak
305         -l='$(DEJATOOL)'; for tool in $$l; do \
306           rm -f $$tool.sum $$tool.log; \
307         done
308
309 distdir: $(DISTFILES)
310         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312         list='$(DISTFILES)'; \
313           dist_files=`for file in $$list; do echo $$file; done | \
314           sed -e "s|^$$srcdirstrip/||;t" \
315               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
316         case $$dist_files in \
317           */*) $(MKDIR_P) `echo "$$dist_files" | \
318                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
319                            sort -u` ;; \
320         esac; \
321         for file in $$dist_files; do \
322           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
323           if test -d $$d/$$file; then \
324             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
325             if test -d "$(distdir)/$$file"; then \
326               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
327             fi; \
328             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
329               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
330               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
331             fi; \
332             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
333           else \
334             test -f "$(distdir)/$$file" \
335             || cp -p $$d/$$file "$(distdir)/$$file" \
336             || exit 1; \
337           fi; \
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         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
355           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
356           `test -z '$(STRIP)' || \
357             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
358 mostlyclean-generic:
359
360 clean-generic:
361         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
362
363 distclean-generic:
364         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
365         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
366
367 maintainer-clean-generic:
368         @echo "This command is intended for maintainers to use"
369         @echo "it deletes files that may require special tools to rebuild."
370 clean: clean-am
371
372 clean-am: clean-generic clean-libtool mostlyclean-am
373
374 distclean: distclean-am
375         -rm -f Makefile
376 distclean-am: clean-am distclean-DEJAGNU distclean-generic
377
378 dvi: dvi-am
379
380 dvi-am:
381
382 html: html-am
383
384 html-am:
385
386 info: info-am
387
388 info-am:
389
390 install-data-am:
391
392 install-dvi: install-dvi-am
393
394 install-dvi-am:
395
396 install-exec-am:
397
398 install-html: install-html-am
399
400 install-html-am:
401
402 install-info: install-info-am
403
404 install-info-am:
405
406 install-man:
407
408 install-pdf: install-pdf-am
409
410 install-pdf-am:
411
412 install-ps: install-ps-am
413
414 install-ps-am:
415
416 installcheck-am:
417
418 maintainer-clean: maintainer-clean-am
419         -rm -f Makefile
420 maintainer-clean-am: distclean-am maintainer-clean-generic
421
422 mostlyclean: mostlyclean-am
423
424 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
425
426 pdf: pdf-am
427
428 pdf-am:
429
430 ps: ps-am
431
432 ps-am:
433
434 uninstall-am:
435
436 .MAKE: check-am install-am install-strip
437
438 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
439         clean-libtool distclean distclean-DEJAGNU distclean-generic \
440         distclean-libtool distdir dvi dvi-am html html-am info info-am \
441         install install-am install-data install-data-am install-dvi \
442         install-dvi-am install-exec install-exec-am install-html \
443         install-html-am install-info install-info-am install-man \
444         install-pdf install-pdf-am install-ps install-ps-am \
445         install-strip installcheck installcheck-am installdirs \
446         maintainer-clean maintainer-clean-generic mostlyclean \
447         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
448         uninstall uninstall-am
449
450
451 # Tell versions [3.59,3.63) of GNU make to not export all variables.
452 # Otherwise a system limit (for SysV at least) may be exceeded.
453 .NOEXPORT: