]> git.ipfire.org Git - thirdparty/gcc.git/blame - libitm/testsuite/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libitm / testsuite / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
0a35513e
AH
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
0a35513e
AH
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@
16VPATH = @srcdir@
22e05272
JM
17am__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}
28am__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 \
503902f9
MH
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
22e05272
JM
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;; \
503902f9 67 esac; \
22e05272
JM
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
0a35513e
AH
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = testsuite
0a35513e
AH
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
79b1edb6 94 $(top_srcdir)/../config/asmcfi.m4 \
0a35513e
AH
95 $(top_srcdir)/../config/depstand.m4 \
96 $(top_srcdir)/../config/enable.m4 \
97 $(top_srcdir)/../config/futex.m4 \
8f56cb51 98 $(top_srcdir)/../config/hwcaps.m4 \
0a35513e
AH
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 \
8cf36bb3
IS
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 \
c51081fc 109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
0a35513e
AH
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
22e05272 112DIST_COMMON = $(srcdir)/Makefile.am
0a35513e
AH
113mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
114CONFIG_HEADER = $(top_builddir)/config.h
115CONFIG_CLEAN_FILES =
116CONFIG_CLEAN_VPATH_FILES =
22e05272
JM
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo " GEN " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
0a35513e 129SOURCES =
503902f9
MH
130am__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
22e05272 135am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
0a35513e
AH
136DEJATOOL = $(PACKAGE)
137RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
0a35513e
AH
138ACLOCAL = @ACLOCAL@
139AMTAR = @AMTAR@
22e05272 140AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
0a35513e
AH
141AR = @AR@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146CC = @CC@
147CCAS = @CCAS@
148CCASDEPMODE = @CCASDEPMODE@
149CCASFLAGS = @CCASFLAGS@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152CPP = @CPP@
153CPPFLAGS = @CPPFLAGS@
154CXX = @CXX@
155CXXCPP = @CXXCPP@
156CXXDEPMODE = @CXXDEPMODE@
157CXXFLAGS = @CXXFLAGS@
158CYGPATH_W = @CYGPATH_W@
159DEFS = @DEFS@
160DEPDIR = @DEPDIR@
161DSYMUTIL = @DSYMUTIL@
162DUMPBIN = @DUMPBIN@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167EXEEXT = @EXEEXT@
0a35513e
AH
168FGREP = @FGREP@
169GREP = @GREP@
9ce91011 170HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
0a35513e
AH
171INSTALL = @INSTALL@
172INSTALL_DATA = @INSTALL_DATA@
173INSTALL_PROGRAM = @INSTALL_PROGRAM@
174INSTALL_SCRIPT = @INSTALL_SCRIPT@
175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176LD = @LD@
177LDFLAGS = @LDFLAGS@
178LIBOBJS = @LIBOBJS@
179LIBS = @LIBS@
180LIBTOOL = @LIBTOOL@
181LIPO = @LIPO@
182LN_S = @LN_S@
183LTLIBOBJS = @LTLIBOBJS@
184MAINT = @MAINT@
185MAKEINFO = @MAKEINFO@
186MKDIR_P = @MKDIR_P@
187NM = @NM@
188NMEDIT = @NMEDIT@
189OBJDUMP = @OBJDUMP@
190OBJEXT = @OBJEXT@
191OPT_LDFLAGS = @OPT_LDFLAGS@
192OTOOL = @OTOOL@
193OTOOL64 = @OTOOL64@
194PACKAGE = @PACKAGE@
195PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196PACKAGE_NAME = @PACKAGE_NAME@
197PACKAGE_STRING = @PACKAGE_STRING@
198PACKAGE_TARNAME = @PACKAGE_TARNAME@
199PACKAGE_URL = @PACKAGE_URL@
200PACKAGE_VERSION = @PACKAGE_VERSION@
201PATH_SEPARATOR = @PATH_SEPARATOR@
202PERL = @PERL@
203RANLIB = @RANLIB@
204SECTION_LDFLAGS = @SECTION_LDFLAGS@
205SED = @SED@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
209VERSION = @VERSION@
210XCFLAGS = @XCFLAGS@
211XLDFLAGS = @XLDFLAGS@
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
216ac_ct_CC = @ac_ct_CC@
217ac_ct_CXX = @ac_ct_CXX@
218ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
0a35513e
AH
219am__include = @am__include@
220am__leading_dot = @am__leading_dot@
221am__quote = @am__quote@
222am__tar = @am__tar@
223am__untar = @am__untar@
224bindir = @bindir@
225build = @build@
226build_alias = @build_alias@
227build_cpu = @build_cpu@
228build_os = @build_os@
229build_vendor = @build_vendor@
230builddir = @builddir@
231config_path = @config_path@
232datadir = @datadir@
233datarootdir = @datarootdir@
234docdir = @docdir@
235dvidir = @dvidir@
236enable_shared = @enable_shared@
237enable_static = @enable_static@
238exec_prefix = @exec_prefix@
3c36aa6b 239get_gcc_base_ver = @get_gcc_base_ver@
0a35513e
AH
240host = @host@
241host_alias = @host_alias@
242host_cpu = @host_cpu@
243host_os = @host_os@
244host_vendor = @host_vendor@
245htmldir = @htmldir@
246includedir = @includedir@
247infodir = @infodir@
248install_sh = @install_sh@
249libdir = @libdir@
250libexecdir = @libexecdir@
251libtool_VERSION = @libtool_VERSION@
252link_itm = @link_itm@
253localedir = @localedir@
254localstatedir = @localstatedir@
255mandir = @mandir@
256mkdir_p = @mkdir_p@
257multi_basedir = @multi_basedir@
258oldincludedir = @oldincludedir@
259pdfdir = @pdfdir@
260prefix = @prefix@
261program_transform_name = @program_transform_name@
262psdir = @psdir@
263sbindir = @sbindir@
264sharedstatedir = @sharedstatedir@
265srcdir = @srcdir@
266sysconfdir = @sysconfdir@
267target = @target@
268target_alias = @target_alias@
269target_cpu = @target_cpu@
270target_os = @target_os@
271target_vendor = @target_vendor@
272toolexecdir = @toolexecdir@
273toolexeclibdir = @toolexeclibdir@
274top_build_prefix = @top_build_prefix@
275top_builddir = @top_builddir@
276top_srcdir = @top_srcdir@
277AUTOMAKE_OPTIONS = foreign dejagnu
278
279# May be used by various substitution variables.
73aa401e 280gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
0a35513e
AH
281EXPECT = $(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
22e05272 287RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
0a35513e
AH
288all: 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
0a35513e
AH
303Makefile: $(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
321mostlyclean-libtool:
322 -rm -f *.lo
323
324clean-libtool:
325 -rm -rf .libs _libs
22e05272
JM
326tags TAGS:
327
328ctags CTAGS:
0a35513e 329
22e05272 330cscope cscopelist:
0a35513e
AH
331
332
333check-DEJAGNU: site.exp
503902f9 334 srcdir='$(srcdir)'; export srcdir; \
0a35513e 335 EXPECT=$(EXPECT); export EXPECT; \
22e05272 336 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
0a35513e 337 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
22e05272 338 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
0a35513e
AH
339 then :; else exit_status=1; fi; \
340 done; \
22e05272 341 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
0a35513e
AH
342 fi; \
343 exit $$exit_status
503902f9 344site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
22e05272 345 @echo 'Making a new site.exp file ...'
0a35513e
AH
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
503902f9 349 @echo 'set srcdir "$(srcdir)"' >>site.tmp
0a35513e
AH
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
503902f9
MH
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
0a35513e
AH
367 @-rm -f site.bak
368 @test ! -f site.exp || mv site.exp site.bak
369 @mv site.tmp site.exp
370
371distclean-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
0a35513e
AH
376check-am: all-am
377 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
378check: check-am
379all-am: Makefile
380installdirs:
381install: install-am
382install-exec: install-exec-am
383install-data: install-data-am
384uninstall: uninstall-am
385
386install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389installcheck: installcheck-am
390install-strip:
503902f9
MH
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
0a35513e
AH
400mostlyclean-generic:
401
402clean-generic:
403
404distclean-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
408maintainer-clean-generic:
409 @echo "This command is intended for maintainers to use"
410 @echo "it deletes files that may require special tools to rebuild."
411clean: clean-am
412
413clean-am: clean-generic clean-libtool mostlyclean-am
414
415distclean: distclean-am
416 -rm -f Makefile
417distclean-am: clean-am distclean-DEJAGNU distclean-generic
418
419dvi: dvi-am
420
421dvi-am:
422
423html: html-am
424
425html-am:
426
427info: info-am
428
429info-am:
430
431install-data-am:
432
433install-dvi: install-dvi-am
434
435install-dvi-am:
436
437install-exec-am:
438
439install-html: install-html-am
440
441install-html-am:
442
443install-info: install-info-am
444
445install-info-am:
446
447install-man:
448
449install-pdf: install-pdf-am
450
451install-pdf-am:
452
453install-ps: install-ps-am
454
455install-ps-am:
456
457installcheck-am:
458
459maintainer-clean: maintainer-clean-am
460 -rm -f Makefile
461maintainer-clean-am: distclean-am maintainer-clean-generic
462
463mostlyclean: mostlyclean-am
464
465mostlyclean-am: mostlyclean-generic mostlyclean-libtool
466
467pdf: pdf-am
468
469pdf-am:
470
471ps: ps-am
472
473ps-am:
474
475uninstall-am:
476
477.MAKE: check-am install-am install-strip
478
479.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
22e05272
JM
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
0a35513e
AH
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: