[PR c++/84492] stmt expr ending with overload
[official-gcc.git] / libatomic / testsuite / Makefile.in
blob0a7ac4b4dc7d0d57338156bd798356f64d89109a
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/acx.m4 \
58 $(top_srcdir)/../config/depstand.m4 \
59 $(top_srcdir)/../config/lead-dot.m4 \
60 $(top_srcdir)/../config/lthostflags.m4 \
61 $(top_srcdir)/../config/multi.m4 \
62 $(top_srcdir)/../config/override.m4 \
63 $(top_srcdir)/../config/stdint.m4 \
64 $(top_srcdir)/../config/warnings.m4 \
65 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
66 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
67 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
68 $(top_srcdir)/../config/enable.m4 \
69 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71 $(ACLOCAL_M4)
72 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
73 CONFIG_HEADER = $(top_builddir)/auto-config.h
74 CONFIG_CLEAN_FILES =
75 CONFIG_CLEAN_VPATH_FILES =
76 SOURCES =
77 am__can_run_installinfo = \
78 case $$AM_UPDATE_INFO_DIR in \
79 n|no|NO) false;; \
80 *) (install-info --version) >/dev/null 2>&1;; \
81 esac
82 DEJATOOL = $(PACKAGE)
83 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
84 ACLOCAL = @ACLOCAL@
85 AMTAR = @AMTAR@
86 AR = @AR@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CC = @CC@
92 CCAS = @CCAS@
93 CCASDEPMODE = @CCASDEPMODE@
94 CCASFLAGS = @CCASFLAGS@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DSYMUTIL = @DSYMUTIL@
103 DUMPBIN = @DUMPBIN@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 FGREP = @FGREP@
110 GREP = @GREP@
111 INSTALL = @INSTALL@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 LD = @LD@
117 LDFLAGS = @LDFLAGS@
118 LIBOBJS = @LIBOBJS@
119 LIBS = @LIBS@
120 LIBTOOL = @LIBTOOL@
121 LIPO = @LIPO@
122 LN_S = @LN_S@
123 LTLIBOBJS = @LTLIBOBJS@
124 MAINT = @MAINT@
125 MAKEINFO = @MAKEINFO@
126 MKDIR_P = @MKDIR_P@
127 NM = @NM@
128 NMEDIT = @NMEDIT@
129 OBJDUMP = @OBJDUMP@
130 OBJEXT = @OBJEXT@
131 OPT_LDFLAGS = @OPT_LDFLAGS@
132 OTOOL = @OTOOL@
133 OTOOL64 = @OTOOL64@
134 PACKAGE = @PACKAGE@
135 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136 PACKAGE_NAME = @PACKAGE_NAME@
137 PACKAGE_STRING = @PACKAGE_STRING@
138 PACKAGE_TARNAME = @PACKAGE_TARNAME@
139 PACKAGE_URL = @PACKAGE_URL@
140 PACKAGE_VERSION = @PACKAGE_VERSION@
141 PATH_SEPARATOR = @PATH_SEPARATOR@
142 PERL = @PERL@
143 RANLIB = @RANLIB@
144 SECTION_LDFLAGS = @SECTION_LDFLAGS@
145 SED = @SED@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 SIZES = @SIZES@
149 STRIP = @STRIP@
150 VERSION = @VERSION@
151 XCFLAGS = @XCFLAGS@
152 XLDFLAGS = @XLDFLAGS@
153 abs_builddir = @abs_builddir@
154 abs_srcdir = @abs_srcdir@
155 abs_top_builddir = @abs_top_builddir@
156 abs_top_srcdir = @abs_top_srcdir@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159 am__include = @am__include@
160 am__leading_dot = @am__leading_dot@
161 am__quote = @am__quote@
162 am__tar = @am__tar@
163 am__untar = @am__untar@
164 bindir = @bindir@
165 build = @build@
166 build_alias = @build_alias@
167 build_cpu = @build_cpu@
168 build_os = @build_os@
169 build_vendor = @build_vendor@
170 builddir = @builddir@
171 config_path = @config_path@
172 datadir = @datadir@
173 datarootdir = @datarootdir@
174 docdir = @docdir@
175 dvidir = @dvidir@
176 enable_aarch64_lse = @enable_aarch64_lse@
177 enable_shared = @enable_shared@
178 enable_static = @enable_static@
179 exec_prefix = @exec_prefix@
180 get_gcc_base_ver = @get_gcc_base_ver@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 libtool_VERSION = @libtool_VERSION@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 lt_host_flags = @lt_host_flags@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 multi_basedir = @multi_basedir@
199 oldincludedir = @oldincludedir@
200 pdfdir = @pdfdir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 psdir = @psdir@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 srcdir = @srcdir@
207 sysconfdir = @sysconfdir@
208 target = @target@
209 target_alias = @target_alias@
210 target_cpu = @target_cpu@
211 target_os = @target_os@
212 target_vendor = @target_vendor@
213 toolexecdir = @toolexecdir@
214 toolexeclibdir = @toolexeclibdir@
215 top_build_prefix = @top_build_prefix@
216 top_builddir = @top_builddir@
217 top_srcdir = @top_srcdir@
218 AUTOMAKE_OPTIONS = foreign dejagnu
220 # May be used by various substitution variables.
221 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
222 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
223 echo $(top_builddir)/../expect/expect; else echo expect; fi)
225 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
226 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
228 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
229 all: all-am
231 .SUFFIXES:
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
233 @for dep in $?; do \
234 case '$(am__configure_deps)' in \
235 *$$dep*) \
236 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
237 && { if test -f $@; then exit 0; else break; fi; }; \
238 exit 1;; \
239 esac; \
240 done; \
241 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
242 $(am__cd) $(top_srcdir) && \
243 $(AUTOMAKE) --foreign testsuite/Makefile
244 .PRECIOUS: Makefile
245 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246 @case '$?' in \
247 *config.status*) \
248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249 *) \
250 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252 esac;
254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261 $(am__aclocal_m4_deps):
263 mostlyclean-libtool:
264 -rm -f *.lo
266 clean-libtool:
267 -rm -rf .libs _libs
268 tags: TAGS
269 TAGS:
271 ctags: CTAGS
272 CTAGS:
275 check-DEJAGNU: site.exp
276 srcdir='$(srcdir)'; export srcdir; \
277 EXPECT=$(EXPECT); export EXPECT; \
278 runtest=$(RUNTEST); \
279 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
280 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
281 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
282 then :; else exit_status=1; fi; \
283 done; \
284 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
285 fi; \
286 exit $$exit_status
287 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
288 @echo 'Making a new site.exp file...'
289 @echo '## these variables are automatically generated by make ##' >site.tmp
290 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
291 @echo '# edit the last section' >>site.tmp
292 @echo 'set srcdir "$(srcdir)"' >>site.tmp
293 @echo "set objdir `pwd`" >>site.tmp
294 @echo 'set build_alias "$(build_alias)"' >>site.tmp
295 @echo 'set build_triplet $(build_triplet)' >>site.tmp
296 @echo 'set host_alias "$(host_alias)"' >>site.tmp
297 @echo 'set host_triplet $(host_triplet)' >>site.tmp
298 @echo 'set target_alias "$(target_alias)"' >>site.tmp
299 @echo 'set target_triplet $(target_triplet)' >>site.tmp
300 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
301 echo "## Begin content included from file $$f. Do not modify. ##" \
302 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
303 && echo "## End content included from file $$f. ##" \
304 || exit 1; \
305 done >> site.tmp
306 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
307 @if test -f site.exp; then \
308 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
310 @-rm -f site.bak
311 @test ! -f site.exp || mv site.exp site.bak
312 @mv site.tmp site.exp
314 distclean-DEJAGNU:
315 -rm -f site.exp site.bak
316 -l='$(DEJATOOL)'; for tool in $$l; do \
317 rm -f $$tool.sum $$tool.log; \
318 done
319 check-am: all-am
320 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
321 check: check-am
322 all-am: Makefile
323 installdirs:
324 install: install-am
325 install-exec: install-exec-am
326 install-data: install-data-am
327 uninstall: uninstall-am
329 install-am: all-am
330 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
332 installcheck: installcheck-am
333 install-strip:
334 if test -z '$(STRIP)'; then \
335 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337 install; \
338 else \
339 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
340 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
341 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
343 mostlyclean-generic:
345 clean-generic:
347 distclean-generic:
348 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
349 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
351 maintainer-clean-generic:
352 @echo "This command is intended for maintainers to use"
353 @echo "it deletes files that may require special tools to rebuild."
354 clean: clean-am
356 clean-am: clean-generic clean-libtool mostlyclean-am
358 distclean: distclean-am
359 -rm -f Makefile
360 distclean-am: clean-am distclean-DEJAGNU distclean-generic
362 dvi: dvi-am
364 dvi-am:
366 html: html-am
368 html-am:
370 info: info-am
372 info-am:
374 install-data-am:
376 install-dvi: install-dvi-am
378 install-dvi-am:
380 install-exec-am:
382 install-html: install-html-am
384 install-html-am:
386 install-info: install-info-am
388 install-info-am:
390 install-man:
392 install-pdf: install-pdf-am
394 install-pdf-am:
396 install-ps: install-ps-am
398 install-ps-am:
400 installcheck-am:
402 maintainer-clean: maintainer-clean-am
403 -rm -f Makefile
404 maintainer-clean-am: distclean-am maintainer-clean-generic
406 mostlyclean: mostlyclean-am
408 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
410 pdf: pdf-am
412 pdf-am:
414 ps: ps-am
416 ps-am:
418 uninstall-am:
420 .MAKE: check-am install-am install-strip
422 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
423 clean-libtool distclean distclean-DEJAGNU distclean-generic \
424 distclean-libtool dvi dvi-am html html-am info info-am install \
425 install-am install-data install-data-am install-dvi \
426 install-dvi-am install-exec install-exec-am install-html \
427 install-html-am install-info install-info-am install-man \
428 install-pdf install-pdf-am install-ps install-ps-am \
429 install-strip installcheck installcheck-am installdirs \
430 maintainer-clean maintainer-clean-generic mostlyclean \
431 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
432 uninstall uninstall-am
435 # Tell versions [3.59,3.63) of GNU make to not export all variables.
436 # Otherwise a system limit (for SysV at least) may be exceeded.
437 .NOEXPORT: