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