PR libstdc++/56267
[official-gcc.git] / libatomic / testsuite / Makefile.in
blob2a8d90999443598dae6cf4e003e59e5905b53af7
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/acx.m4 \
41 $(top_srcdir)/../config/depstand.m4 \
42 $(top_srcdir)/../config/lead-dot.m4 \
43 $(top_srcdir)/../config/multi.m4 \
44 $(top_srcdir)/../config/override.m4 \
45 $(top_srcdir)/../config/stdint.m4 \
46 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
47 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
48 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
49 $(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)/auto-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 CCAS = @CCAS@
68 CCASDEPMODE = @CCASDEPMODE@
69 CCASFLAGS = @CCASFLAGS@
70 CCDEPMODE = @CCDEPMODE@
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 GREP = @GREP@
86 INSTALL = @INSTALL@
87 INSTALL_DATA = @INSTALL_DATA@
88 INSTALL_PROGRAM = @INSTALL_PROGRAM@
89 INSTALL_SCRIPT = @INSTALL_SCRIPT@
90 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91 LD = @LD@
92 LDFLAGS = @LDFLAGS@
93 LIBOBJS = @LIBOBJS@
94 LIBS = @LIBS@
95 LIBTOOL = @LIBTOOL@
96 LIPO = @LIPO@
97 LN_S = @LN_S@
98 LTLIBOBJS = @LTLIBOBJS@
99 MAINT = @MAINT@
100 MAKEINFO = @MAKEINFO@
101 MKDIR_P = @MKDIR_P@
102 NM = @NM@
103 NMEDIT = @NMEDIT@
104 OBJDUMP = @OBJDUMP@
105 OBJEXT = @OBJEXT@
106 OPT_LDFLAGS = @OPT_LDFLAGS@
107 OTOOL = @OTOOL@
108 OTOOL64 = @OTOOL64@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_NAME = @PACKAGE_NAME@
112 PACKAGE_STRING = @PACKAGE_STRING@
113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
114 PACKAGE_URL = @PACKAGE_URL@
115 PACKAGE_VERSION = @PACKAGE_VERSION@
116 PATH_SEPARATOR = @PATH_SEPARATOR@
117 PERL = @PERL@
118 RANLIB = @RANLIB@
119 SECTION_LDFLAGS = @SECTION_LDFLAGS@
120 SED = @SED@
121 SET_MAKE = @SET_MAKE@
122 SHELL = @SHELL@
123 SIZES = @SIZES@
124 STRIP = @STRIP@
125 VERSION = @VERSION@
126 XCFLAGS = @XCFLAGS@
127 XLDFLAGS = @XLDFLAGS@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
134 am__include = @am__include@
135 am__leading_dot = @am__leading_dot@
136 am__quote = @am__quote@
137 am__tar = @am__tar@
138 am__untar = @am__untar@
139 bindir = @bindir@
140 build = @build@
141 build_alias = @build_alias@
142 build_cpu = @build_cpu@
143 build_os = @build_os@
144 build_vendor = @build_vendor@
145 builddir = @builddir@
146 config_path = @config_path@
147 datadir = @datadir@
148 datarootdir = @datarootdir@
149 docdir = @docdir@
150 dvidir = @dvidir@
151 enable_shared = @enable_shared@
152 enable_static = @enable_static@
153 exec_prefix = @exec_prefix@
154 host = @host@
155 host_alias = @host_alias@
156 host_cpu = @host_cpu@
157 host_os = @host_os@
158 host_vendor = @host_vendor@
159 htmldir = @htmldir@
160 includedir = @includedir@
161 infodir = @infodir@
162 install_sh = @install_sh@
163 libdir = @libdir@
164 libexecdir = @libexecdir@
165 libtool_VERSION = @libtool_VERSION@
166 localedir = @localedir@
167 localstatedir = @localstatedir@
168 mandir = @mandir@
169 mkdir_p = @mkdir_p@
170 multi_basedir = @multi_basedir@
171 oldincludedir = @oldincludedir@
172 pdfdir = @pdfdir@
173 prefix = @prefix@
174 program_transform_name = @program_transform_name@
175 psdir = @psdir@
176 sbindir = @sbindir@
177 sharedstatedir = @sharedstatedir@
178 srcdir = @srcdir@
179 sysconfdir = @sysconfdir@
180 target = @target@
181 target_alias = @target_alias@
182 target_cpu = @target_cpu@
183 target_os = @target_os@
184 target_vendor = @target_vendor@
185 toolexecdir = @toolexecdir@
186 toolexeclibdir = @toolexeclibdir@
187 top_build_prefix = @top_build_prefix@
188 top_builddir = @top_builddir@
189 top_srcdir = @top_srcdir@
190 AUTOMAKE_OPTIONS = foreign dejagnu
192 # May be used by various substitution variables.
193 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
194 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
195 echo $(top_builddir)/../expect/expect; else echo expect; fi)
197 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
198 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
200 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
201 all: all-am
203 .SUFFIXES:
204 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
205 @for dep in $?; do \
206 case '$(am__configure_deps)' in \
207 *$$dep*) \
208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
209 && { if test -f $@; then exit 0; else break; fi; }; \
210 exit 1;; \
211 esac; \
212 done; \
213 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
214 $(am__cd) $(top_srcdir) && \
215 $(AUTOMAKE) --foreign testsuite/Makefile
216 .PRECIOUS: Makefile
217 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218 @case '$?' in \
219 *config.status*) \
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
221 *) \
222 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
224 esac;
226 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
232 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233 $(am__aclocal_m4_deps):
235 mostlyclean-libtool:
236 -rm -f *.lo
238 clean-libtool:
239 -rm -rf .libs _libs
240 tags: TAGS
241 TAGS:
243 ctags: CTAGS
244 CTAGS:
247 check-DEJAGNU: site.exp
248 srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
249 EXPECT=$(EXPECT); export EXPECT; \
250 runtest=$(RUNTEST); \
251 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
252 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
253 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
254 then :; else exit_status=1; fi; \
255 done; \
256 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
257 fi; \
258 exit $$exit_status
259 site.exp: Makefile
260 @echo 'Making a new site.exp file...'
261 @echo '## these variables are automatically generated by make ##' >site.tmp
262 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
263 @echo '# edit the last section' >>site.tmp
264 @echo 'set srcdir $(srcdir)' >>site.tmp
265 @echo "set objdir `pwd`" >>site.tmp
266 @echo 'set build_alias "$(build_alias)"' >>site.tmp
267 @echo 'set build_triplet $(build_triplet)' >>site.tmp
268 @echo 'set host_alias "$(host_alias)"' >>site.tmp
269 @echo 'set host_triplet $(host_triplet)' >>site.tmp
270 @echo 'set target_alias "$(target_alias)"' >>site.tmp
271 @echo 'set target_triplet $(target_triplet)' >>site.tmp
272 @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
273 @test ! -f site.exp || \
274 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
275 @-rm -f site.bak
276 @test ! -f site.exp || mv site.exp site.bak
277 @mv site.tmp site.exp
279 distclean-DEJAGNU:
280 -rm -f site.exp site.bak
281 -l='$(DEJATOOL)'; for tool in $$l; do \
282 rm -f $$tool.sum $$tool.log; \
283 done
284 check-am: all-am
285 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
286 check: check-am
287 all-am: Makefile
288 installdirs:
289 install: install-am
290 install-exec: install-exec-am
291 install-data: install-data-am
292 uninstall: uninstall-am
294 install-am: all-am
295 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
297 installcheck: installcheck-am
298 install-strip:
299 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
300 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
301 `test -z '$(STRIP)' || \
302 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
303 mostlyclean-generic:
305 clean-generic:
307 distclean-generic:
308 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
309 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
311 maintainer-clean-generic:
312 @echo "This command is intended for maintainers to use"
313 @echo "it deletes files that may require special tools to rebuild."
314 clean: clean-am
316 clean-am: clean-generic clean-libtool mostlyclean-am
318 distclean: distclean-am
319 -rm -f Makefile
320 distclean-am: clean-am distclean-DEJAGNU distclean-generic
322 dvi: dvi-am
324 dvi-am:
326 html: html-am
328 html-am:
330 info: info-am
332 info-am:
334 install-data-am:
336 install-dvi: install-dvi-am
338 install-dvi-am:
340 install-exec-am:
342 install-html: install-html-am
344 install-html-am:
346 install-info: install-info-am
348 install-info-am:
350 install-man:
352 install-pdf: install-pdf-am
354 install-pdf-am:
356 install-ps: install-ps-am
358 install-ps-am:
360 installcheck-am:
362 maintainer-clean: maintainer-clean-am
363 -rm -f Makefile
364 maintainer-clean-am: distclean-am maintainer-clean-generic
366 mostlyclean: mostlyclean-am
368 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
370 pdf: pdf-am
372 pdf-am:
374 ps: ps-am
376 ps-am:
378 uninstall-am:
380 .MAKE: check-am install-am install-strip
382 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
383 clean-libtool distclean distclean-DEJAGNU distclean-generic \
384 distclean-libtool dvi dvi-am html html-am info info-am install \
385 install-am install-data install-data-am install-dvi \
386 install-dvi-am install-exec install-exec-am install-html \
387 install-html-am install-info install-info-am install-man \
388 install-pdf install-pdf-am install-ps install-ps-am \
389 install-strip installcheck installcheck-am installdirs \
390 maintainer-clean maintainer-clean-generic mostlyclean \
391 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
392 uninstall uninstall-am
395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
396 # Otherwise a system limit (for SysV at least) may be exceeded.
397 .NOEXPORT: