]> git.ipfire.org Git - thirdparty/gcc.git/blob - libitm/testsuite/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libitm / testsuite / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = testsuite
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/asmcfi.m4 \
95 $(top_srcdir)/../config/depstand.m4 \
96 $(top_srcdir)/../config/enable.m4 \
97 $(top_srcdir)/../config/futex.m4 \
98 $(top_srcdir)/../config/hwcaps.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/mmap.m4 \
101 $(top_srcdir)/../config/multi.m4 \
102 $(top_srcdir)/../config/override.m4 \
103 $(top_srcdir)/../config/stdint.m4 \
104 $(top_srcdir)/../config/tls.m4 \
105 $(top_srcdir)/../config/weakref.m4 \
106 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
107 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
108 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am
113 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
114 CONFIG_HEADER = $(top_builddir)/config.h
115 CONFIG_CLEAN_FILES =
116 CONFIG_CLEAN_VPATH_FILES =
117 AM_V_P = $(am__v_P_@AM_V@)
118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 am__v_P_0 = false
120 am__v_P_1 = :
121 AM_V_GEN = $(am__v_GEN_@AM_V@)
122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123 am__v_GEN_0 = @echo " GEN " $@;
124 am__v_GEN_1 =
125 AM_V_at = $(am__v_at_@AM_V@)
126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__v_at_0 = @
128 am__v_at_1 =
129 SOURCES =
130 am__can_run_installinfo = \
131 case $$AM_UPDATE_INFO_DIR in \
132 n|no|NO) false;; \
133 *) (install-info --version) >/dev/null 2>&1;; \
134 esac
135 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136 DEJATOOL = $(PACKAGE)
137 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
138 ACLOCAL = @ACLOCAL@
139 AMTAR = @AMTAR@
140 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141 AR = @AR@
142 AUTOCONF = @AUTOCONF@
143 AUTOHEADER = @AUTOHEADER@
144 AUTOMAKE = @AUTOMAKE@
145 AWK = @AWK@
146 CC = @CC@
147 CCAS = @CCAS@
148 CCASDEPMODE = @CCASDEPMODE@
149 CCASFLAGS = @CCASFLAGS@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CXX = @CXX@
155 CXXCPP = @CXXCPP@
156 CXXDEPMODE = @CXXDEPMODE@
157 CXXFLAGS = @CXXFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DSYMUTIL = @DSYMUTIL@
162 DUMPBIN = @DUMPBIN@
163 ECHO_C = @ECHO_C@
164 ECHO_N = @ECHO_N@
165 ECHO_T = @ECHO_T@
166 EGREP = @EGREP@
167 EXEEXT = @EXEEXT@
168 FGREP = @FGREP@
169 GREP = @GREP@
170 HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIPO = @LIPO@
182 LN_S = @LN_S@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAINT = @MAINT@
185 MAKEINFO = @MAKEINFO@
186 MKDIR_P = @MKDIR_P@
187 NM = @NM@
188 NMEDIT = @NMEDIT@
189 OBJDUMP = @OBJDUMP@
190 OBJEXT = @OBJEXT@
191 OPT_LDFLAGS = @OPT_LDFLAGS@
192 OTOOL = @OTOOL@
193 OTOOL64 = @OTOOL64@
194 PACKAGE = @PACKAGE@
195 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196 PACKAGE_NAME = @PACKAGE_NAME@
197 PACKAGE_STRING = @PACKAGE_STRING@
198 PACKAGE_TARNAME = @PACKAGE_TARNAME@
199 PACKAGE_URL = @PACKAGE_URL@
200 PACKAGE_VERSION = @PACKAGE_VERSION@
201 PATH_SEPARATOR = @PATH_SEPARATOR@
202 PERL = @PERL@
203 RANLIB = @RANLIB@
204 SECTION_LDFLAGS = @SECTION_LDFLAGS@
205 SED = @SED@
206 SET_MAKE = @SET_MAKE@
207 SHELL = @SHELL@
208 STRIP = @STRIP@
209 VERSION = @VERSION@
210 XCFLAGS = @XCFLAGS@
211 XLDFLAGS = @XLDFLAGS@
212 abs_builddir = @abs_builddir@
213 abs_srcdir = @abs_srcdir@
214 abs_top_builddir = @abs_top_builddir@
215 abs_top_srcdir = @abs_top_srcdir@
216 ac_ct_CC = @ac_ct_CC@
217 ac_ct_CXX = @ac_ct_CXX@
218 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219 am__include = @am__include@
220 am__leading_dot = @am__leading_dot@
221 am__quote = @am__quote@
222 am__tar = @am__tar@
223 am__untar = @am__untar@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 config_path = @config_path@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 enable_shared = @enable_shared@
237 enable_static = @enable_static@
238 exec_prefix = @exec_prefix@
239 get_gcc_base_ver = @get_gcc_base_ver@
240 host = @host@
241 host_alias = @host_alias@
242 host_cpu = @host_cpu@
243 host_os = @host_os@
244 host_vendor = @host_vendor@
245 htmldir = @htmldir@
246 includedir = @includedir@
247 infodir = @infodir@
248 install_sh = @install_sh@
249 libdir = @libdir@
250 libexecdir = @libexecdir@
251 libtool_VERSION = @libtool_VERSION@
252 link_itm = @link_itm@
253 localedir = @localedir@
254 localstatedir = @localstatedir@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 multi_basedir = @multi_basedir@
258 oldincludedir = @oldincludedir@
259 pdfdir = @pdfdir@
260 prefix = @prefix@
261 program_transform_name = @program_transform_name@
262 psdir = @psdir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target = @target@
268 target_alias = @target_alias@
269 target_cpu = @target_cpu@
270 target_os = @target_os@
271 target_vendor = @target_vendor@
272 toolexecdir = @toolexecdir@
273 toolexeclibdir = @toolexeclibdir@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 AUTOMAKE_OPTIONS = foreign dejagnu
278
279 # May be used by various substitution variables.
280 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
281 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
282 echo $(top_builddir)/../expect/expect; else echo expect; fi)
283
284 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
285 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
286
287 RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
288 all: all-am
289
290 .SUFFIXES:
291 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
292 @for dep in $?; do \
293 case '$(am__configure_deps)' in \
294 *$$dep*) \
295 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296 && { if test -f $@; then exit 0; else break; fi; }; \
297 exit 1;; \
298 esac; \
299 done; \
300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
301 $(am__cd) $(top_srcdir) && \
302 $(AUTOMAKE) --foreign testsuite/Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304 @case '$?' in \
305 *config.status*) \
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
307 *) \
308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
310 esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
315 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(am__aclocal_m4_deps):
320
321 mostlyclean-libtool:
322 -rm -f *.lo
323
324 clean-libtool:
325 -rm -rf .libs _libs
326 tags TAGS:
327
328 ctags CTAGS:
329
330 cscope cscopelist:
331
332
333 check-DEJAGNU: site.exp
334 srcdir='$(srcdir)'; export srcdir; \
335 EXPECT=$(EXPECT); export EXPECT; \
336 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
337 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
338 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
339 then :; else exit_status=1; fi; \
340 done; \
341 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
342 fi; \
343 exit $$exit_status
344 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
345 @echo 'Making a new site.exp file ...'
346 @echo '## these variables are automatically generated by make ##' >site.tmp
347 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
348 @echo '# edit the last section' >>site.tmp
349 @echo 'set srcdir "$(srcdir)"' >>site.tmp
350 @echo "set objdir `pwd`" >>site.tmp
351 @echo 'set build_alias "$(build_alias)"' >>site.tmp
352 @echo 'set build_triplet $(build_triplet)' >>site.tmp
353 @echo 'set host_alias "$(host_alias)"' >>site.tmp
354 @echo 'set host_triplet $(host_triplet)' >>site.tmp
355 @echo 'set target_alias "$(target_alias)"' >>site.tmp
356 @echo 'set target_triplet $(target_triplet)' >>site.tmp
357 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
358 echo "## Begin content included from file $$f. Do not modify. ##" \
359 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
360 && echo "## End content included from file $$f. ##" \
361 || exit 1; \
362 done >> site.tmp
363 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
364 @if test -f site.exp; then \
365 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
366 fi
367 @-rm -f site.bak
368 @test ! -f site.exp || mv site.exp site.bak
369 @mv site.tmp site.exp
370
371 distclean-DEJAGNU:
372 -rm -f site.exp site.bak
373 -l='$(DEJATOOL)'; for tool in $$l; do \
374 rm -f $$tool.sum $$tool.log; \
375 done
376 check-am: all-am
377 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
378 check: check-am
379 all-am: Makefile
380 installdirs:
381 install: install-am
382 install-exec: install-exec-am
383 install-data: install-data-am
384 uninstall: uninstall-am
385
386 install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389 installcheck: installcheck-am
390 install-strip:
391 if test -z '$(STRIP)'; then \
392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394 install; \
395 else \
396 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
399 fi
400 mostlyclean-generic:
401
402 clean-generic:
403
404 distclean-generic:
405 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
406 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
407
408 maintainer-clean-generic:
409 @echo "This command is intended for maintainers to use"
410 @echo "it deletes files that may require special tools to rebuild."
411 clean: clean-am
412
413 clean-am: clean-generic clean-libtool mostlyclean-am
414
415 distclean: distclean-am
416 -rm -f Makefile
417 distclean-am: clean-am distclean-DEJAGNU distclean-generic
418
419 dvi: dvi-am
420
421 dvi-am:
422
423 html: html-am
424
425 html-am:
426
427 info: info-am
428
429 info-am:
430
431 install-data-am:
432
433 install-dvi: install-dvi-am
434
435 install-dvi-am:
436
437 install-exec-am:
438
439 install-html: install-html-am
440
441 install-html-am:
442
443 install-info: install-info-am
444
445 install-info-am:
446
447 install-man:
448
449 install-pdf: install-pdf-am
450
451 install-pdf-am:
452
453 install-ps: install-ps-am
454
455 install-ps-am:
456
457 installcheck-am:
458
459 maintainer-clean: maintainer-clean-am
460 -rm -f Makefile
461 maintainer-clean-am: distclean-am maintainer-clean-generic
462
463 mostlyclean: mostlyclean-am
464
465 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
466
467 pdf: pdf-am
468
469 pdf-am:
470
471 ps: ps-am
472
473 ps-am:
474
475 uninstall-am:
476
477 .MAKE: check-am install-am install-strip
478
479 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
480 clean-libtool cscopelist-am ctags-am distclean \
481 distclean-DEJAGNU distclean-generic distclean-libtool dvi \
482 dvi-am html html-am info info-am install install-am \
483 install-data install-data-am install-dvi install-dvi-am \
484 install-exec install-exec-am install-html install-html-am \
485 install-info install-info-am install-man install-pdf \
486 install-pdf-am install-ps install-ps-am install-strip \
487 installcheck installcheck-am installdirs maintainer-clean \
488 maintainer-clean-generic mostlyclean mostlyclean-generic \
489 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
490 uninstall-am
491
492 .PRECIOUS: Makefile
493
494
495 # Tell versions [3.59,3.63) of GNU make to not export all variables.
496 # Otherwise a system limit (for SysV at least) may be exceeded.
497 .NOEXPORT: