gets-chk.c: Declare prototype for gets in C11 mode.
[official-gcc.git] / libatomic / testsuite / Makefile.in
blob34f83e0c915c224725171c74e2ca20a0d21e3205
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)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
65 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
66 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
67 $(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)/auto-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 AMTAR = @AMTAR@
84 AR = @AR@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 CC = @CC@
90 CCAS = @CCAS@
91 CCASDEPMODE = @CCASDEPMODE@
92 CCASFLAGS = @CCASFLAGS@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CYGPATH_W = @CYGPATH_W@
98 DEFS = @DEFS@
99 DEPDIR = @DEPDIR@
100 DSYMUTIL = @DSYMUTIL@
101 DUMPBIN = @DUMPBIN@
102 ECHO_C = @ECHO_C@
103 ECHO_N = @ECHO_N@
104 ECHO_T = @ECHO_T@
105 EGREP = @EGREP@
106 EXEEXT = @EXEEXT@
107 FGREP = @FGREP@
108 GREP = @GREP@
109 INSTALL = @INSTALL@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 LD = @LD@
115 LDFLAGS = @LDFLAGS@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LIBTOOL = @LIBTOOL@
119 LIPO = @LIPO@
120 LN_S = @LN_S@
121 LTLIBOBJS = @LTLIBOBJS@
122 MAINT = @MAINT@
123 MAKEINFO = @MAKEINFO@
124 MKDIR_P = @MKDIR_P@
125 NM = @NM@
126 NMEDIT = @NMEDIT@
127 OBJDUMP = @OBJDUMP@
128 OBJEXT = @OBJEXT@
129 OPT_LDFLAGS = @OPT_LDFLAGS@
130 OTOOL = @OTOOL@
131 OTOOL64 = @OTOOL64@
132 PACKAGE = @PACKAGE@
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134 PACKAGE_NAME = @PACKAGE_NAME@
135 PACKAGE_STRING = @PACKAGE_STRING@
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 PACKAGE_URL = @PACKAGE_URL@
138 PACKAGE_VERSION = @PACKAGE_VERSION@
139 PATH_SEPARATOR = @PATH_SEPARATOR@
140 PERL = @PERL@
141 RANLIB = @RANLIB@
142 SECTION_LDFLAGS = @SECTION_LDFLAGS@
143 SED = @SED@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 SIZES = @SIZES@
147 STRIP = @STRIP@
148 VERSION = @VERSION@
149 XCFLAGS = @XCFLAGS@
150 XLDFLAGS = @XLDFLAGS@
151 abs_builddir = @abs_builddir@
152 abs_srcdir = @abs_srcdir@
153 abs_top_builddir = @abs_top_builddir@
154 abs_top_srcdir = @abs_top_srcdir@
155 ac_ct_CC = @ac_ct_CC@
156 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
157 am__include = @am__include@
158 am__leading_dot = @am__leading_dot@
159 am__quote = @am__quote@
160 am__tar = @am__tar@
161 am__untar = @am__untar@
162 bindir = @bindir@
163 build = @build@
164 build_alias = @build_alias@
165 build_cpu = @build_cpu@
166 build_os = @build_os@
167 build_vendor = @build_vendor@
168 builddir = @builddir@
169 config_path = @config_path@
170 datadir = @datadir@
171 datarootdir = @datarootdir@
172 docdir = @docdir@
173 dvidir = @dvidir@
174 enable_shared = @enable_shared@
175 enable_static = @enable_static@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 htmldir = @htmldir@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 libdir = @libdir@
187 libexecdir = @libexecdir@
188 libtool_VERSION = @libtool_VERSION@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 lt_host_flags = @lt_host_flags@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 multi_basedir = @multi_basedir@
195 oldincludedir = @oldincludedir@
196 pdfdir = @pdfdir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 psdir = @psdir@
200 sbindir = @sbindir@
201 sharedstatedir = @sharedstatedir@
202 srcdir = @srcdir@
203 sysconfdir = @sysconfdir@
204 target = @target@
205 target_alias = @target_alias@
206 target_cpu = @target_cpu@
207 target_os = @target_os@
208 target_vendor = @target_vendor@
209 toolexecdir = @toolexecdir@
210 toolexeclibdir = @toolexeclibdir@
211 top_build_prefix = @top_build_prefix@
212 top_builddir = @top_builddir@
213 top_srcdir = @top_srcdir@
214 AUTOMAKE_OPTIONS = foreign dejagnu
216 # May be used by various substitution variables.
217 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
218 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
219 echo $(top_builddir)/../expect/expect; else echo expect; fi)
221 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
222 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
224 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
225 all: all-am
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;
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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):
259 mostlyclean-libtool:
260 -rm -f *.lo
262 clean-libtool:
263 -rm -rf .libs _libs
264 tags: TAGS
265 TAGS:
267 ctags: CTAGS
268 CTAGS:
271 check-DEJAGNU: site.exp
272 srcdir='$(srcdir)'; 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 $(EXTRA_DEJAGNU_SITE_CONFIG)
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 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
297 echo "## Begin content included from file $$f. Do not modify. ##" \
298 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
299 && echo "## End content included from file $$f. ##" \
300 || exit 1; \
301 done >> site.tmp
302 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
303 @if test -f site.exp; then \
304 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
306 @-rm -f site.bak
307 @test ! -f site.exp || mv site.exp site.bak
308 @mv site.tmp site.exp
310 distclean-DEJAGNU:
311 -rm -f site.exp site.bak
312 -l='$(DEJATOOL)'; for tool in $$l; do \
313 rm -f $$tool.sum $$tool.log; \
314 done
315 check-am: all-am
316 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
317 check: check-am
318 all-am: Makefile
319 installdirs:
320 install: install-am
321 install-exec: install-exec-am
322 install-data: install-data-am
323 uninstall: uninstall-am
325 install-am: all-am
326 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328 installcheck: installcheck-am
329 install-strip:
330 if test -z '$(STRIP)'; then \
331 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333 install; \
334 else \
335 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
339 mostlyclean-generic:
341 clean-generic:
343 distclean-generic:
344 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
345 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
347 maintainer-clean-generic:
348 @echo "This command is intended for maintainers to use"
349 @echo "it deletes files that may require special tools to rebuild."
350 clean: clean-am
352 clean-am: clean-generic clean-libtool mostlyclean-am
354 distclean: distclean-am
355 -rm -f Makefile
356 distclean-am: clean-am distclean-DEJAGNU distclean-generic
358 dvi: dvi-am
360 dvi-am:
362 html: html-am
364 html-am:
366 info: info-am
368 info-am:
370 install-data-am:
372 install-dvi: install-dvi-am
374 install-dvi-am:
376 install-exec-am:
378 install-html: install-html-am
380 install-html-am:
382 install-info: install-info-am
384 install-info-am:
386 install-man:
388 install-pdf: install-pdf-am
390 install-pdf-am:
392 install-ps: install-ps-am
394 install-ps-am:
396 installcheck-am:
398 maintainer-clean: maintainer-clean-am
399 -rm -f Makefile
400 maintainer-clean-am: distclean-am maintainer-clean-generic
402 mostlyclean: mostlyclean-am
404 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406 pdf: pdf-am
408 pdf-am:
410 ps: ps-am
412 ps-am:
414 uninstall-am:
416 .MAKE: check-am install-am install-strip
418 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
419 clean-libtool distclean distclean-DEJAGNU distclean-generic \
420 distclean-libtool dvi dvi-am html html-am info info-am install \
421 install-am install-data install-data-am install-dvi \
422 install-dvi-am install-exec install-exec-am install-html \
423 install-html-am install-info install-info-am install-man \
424 install-pdf install-pdf-am install-ps install-ps-am \
425 install-strip installcheck installcheck-am installdirs \
426 maintainer-clean maintainer-clean-generic mostlyclean \
427 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
428 uninstall uninstall-am
431 # Tell versions [3.59,3.63) of GNU make to not export all variables.
432 # Otherwise a system limit (for SysV at least) may be exceeded.
433 .NOEXPORT: