Update LOCAL_PATCHES after libsanitizer merge.
[official-gcc.git] / libphobos / testsuite / Makefile.in
blobab18deb4666fb4b5cb6e016e0ed869ae1eca3b4c
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@
18 # Process this file with automake to produce Makefile.in.
19 VPATH = @srcdir@
20 am__make_dryrun = \
21 { \
22 am__dry=no; \
23 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27 *) \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \
35 test $$am__dry = yes; \
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 subdir = testsuite
57 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58 $(srcdir)/testsuite_flags.in
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
61 $(top_srcdir)/../config/lead-dot.m4 \
62 $(top_srcdir)/../config/multi.m4 \
63 $(top_srcdir)/../config/override.m4 \
64 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
65 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
66 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
67 $(top_srcdir)/m4/gcc_support.m4 $(top_srcdir)/m4/autoconf.m4 \
68 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/gdc.m4 \
69 $(top_srcdir)/m4/druntime.m4 $(top_srcdir)/m4/druntime/cpu.m4 \
70 $(top_srcdir)/m4/druntime/os.m4 \
71 $(top_srcdir)/m4/druntime/libraries.m4 \
72 $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
76 CONFIG_HEADER = $(top_builddir)/config.h
77 CONFIG_CLEAN_FILES = testsuite_flags
78 CONFIG_CLEAN_VPATH_FILES =
79 depcomp =
80 am__depfiles_maybe =
81 SOURCES =
82 am__can_run_installinfo = \
83 case $$AM_UPDATE_INFO_DIR in \
84 n|no|NO) false;; \
85 *) (install-info --version) >/dev/null 2>&1;; \
86 esac
87 DEJATOOL = $(PACKAGE)
88 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
89 ACLOCAL = @ACLOCAL@
90 AMTAR = @AMTAR@
91 AR = @AR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
97 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
98 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
99 CC = @CC@
100 CCAS = @CCAS@
101 CCASFLAGS = @CCASFLAGS@
102 CC_FOR_BUILD = @CC_FOR_BUILD@
103 CFLAGS = @CFLAGS@
104 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CYGPATH_W = @CYGPATH_W@
108 DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@
109 DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@
110 DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@
111 DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@
112 DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@
113 DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@
114 DEFS = @DEFS@
115 DRUNTIME_SOVERSION = @DRUNTIME_SOVERSION@
116 DSYMUTIL = @DSYMUTIL@
117 DUMPBIN = @DUMPBIN@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 EXEEXT = @EXEEXT@
123 FGREP = @FGREP@
124 GDC = @GDC@
125 GDCFLAGS = @GDCFLAGS@
126 GDCFLAGSX = @GDCFLAGSX@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBATOMIC = @LIBATOMIC@
136 LIBBACKTRACE = @LIBBACKTRACE@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LIBTOOL = @LIBTOOL@
140 LIPO = @LIPO@
141 LN_S = @LN_S@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAINT = @MAINT@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 NM = @NM@
147 NMEDIT = @NMEDIT@
148 OBJDUMP = @OBJDUMP@
149 OBJEXT = @OBJEXT@
150 OTOOL = @OTOOL@
151 OTOOL64 = @OTOOL64@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_URL = @PACKAGE_URL@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 PHOBOS_SOVERSION = @PHOBOS_SOVERSION@
161 RANLIB = @RANLIB@
162 SED = @SED@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 SPEC_PHOBOS_DEPS = @SPEC_PHOBOS_DEPS@
166 STRIP = @STRIP@
167 VERSION = @VERSION@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174 am__leading_dot = @am__leading_dot@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 gcc_version = @gcc_version@
190 gdc_include_dir = @gdc_include_dir@
191 get_gcc_base_ver = @get_gcc_base_ver@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 libphobos_builddir = @libphobos_builddir@
204 libphobos_srcdir = @libphobos_srcdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 multi_basedir = @multi_basedir@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 phobos_compiler_pic_flag = @phobos_compiler_pic_flag@
213 phobos_compiler_shared_flag = @phobos_compiler_shared_flag@
214 prefix = @prefix@
215 program_transform_name = @program_transform_name@
216 psdir = @psdir@
217 sbindir = @sbindir@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target = @target@
222 target_alias = @target_alias@
223 target_cpu = @target_cpu@
224 target_os = @target_os@
225 target_vendor = @target_vendor@
226 toolexecdir = @toolexecdir@
227 toolexeclibdir = @toolexeclibdir@
228 top_build_prefix = @top_build_prefix@
229 top_builddir = @top_builddir@
230 top_srcdir = @top_srcdir@
231 AUTOMAKE_OPTIONS = foreign dejagnu
233 # Setup the testing framework, if you have one
234 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
235 echo $(top_builddir)/../expect/expect; else echo expect; fi)
237 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
238 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
240 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
241 AM_MAKEFLAGS = "EXEEXT=$(EXEEXT)"
242 CLEANFILES = *.log *.sum
243 all: all-am
245 .SUFFIXES:
246 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
247 @for dep in $?; do \
248 case '$(am__configure_deps)' in \
249 *$$dep*) \
250 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
251 && { if test -f $@; then exit 0; else break; fi; }; \
252 exit 1;; \
253 esac; \
254 done; \
255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps testsuite/Makefile'; \
256 $(am__cd) $(top_srcdir) && \
257 $(AUTOMAKE) --foreign --ignore-deps testsuite/Makefile
258 .PRECIOUS: Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260 @case '$?' in \
261 *config.status*) \
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263 *) \
264 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266 esac;
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275 $(am__aclocal_m4_deps):
276 testsuite_flags: $(top_builddir)/config.status $(srcdir)/testsuite_flags.in
277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
279 mostlyclean-libtool:
280 -rm -f *.lo
282 clean-libtool:
283 -rm -rf .libs _libs
284 tags: TAGS
285 TAGS:
287 ctags: CTAGS
288 CTAGS:
291 check-DEJAGNU: site.exp
292 srcdir='$(srcdir)'; export srcdir; \
293 EXPECT=$(EXPECT); export EXPECT; \
294 runtest=$(RUNTEST); \
295 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
296 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
297 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
298 then :; else exit_status=1; fi; \
299 done; \
300 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
301 fi; \
302 exit $$exit_status
303 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
304 @echo 'Making a new site.exp file...'
305 @echo '## these variables are automatically generated by make ##' >site.tmp
306 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
307 @echo '# edit the last section' >>site.tmp
308 @echo 'set srcdir "$(srcdir)"' >>site.tmp
309 @echo "set objdir `pwd`" >>site.tmp
310 @echo 'set build_alias "$(build_alias)"' >>site.tmp
311 @echo 'set build_triplet $(build_triplet)' >>site.tmp
312 @echo 'set host_alias "$(host_alias)"' >>site.tmp
313 @echo 'set host_triplet $(host_triplet)' >>site.tmp
314 @echo 'set target_alias "$(target_alias)"' >>site.tmp
315 @echo 'set target_triplet $(target_triplet)' >>site.tmp
316 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
317 echo "## Begin content included from file $$f. Do not modify. ##" \
318 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
319 && echo "## End content included from file $$f. ##" \
320 || exit 1; \
321 done >> site.tmp
322 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
323 @if test -f site.exp; then \
324 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
326 @-rm -f site.bak
327 @test ! -f site.exp || mv site.exp site.bak
328 @mv site.tmp site.exp
330 distclean-DEJAGNU:
331 -rm -f site.exp site.bak
332 -l='$(DEJATOOL)'; for tool in $$l; do \
333 rm -f $$tool.sum $$tool.log; \
334 done
335 check-am: all-am
336 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
337 check: check-am
338 all-am: Makefile
339 installdirs:
340 install: install-am
341 install-exec: install-exec-am
342 install-data: install-data-am
343 uninstall: uninstall-am
345 install-am: all-am
346 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
348 installcheck: installcheck-am
349 install-strip:
350 if test -z '$(STRIP)'; then \
351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353 install; \
354 else \
355 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
359 mostlyclean-generic:
361 clean-generic:
362 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
364 distclean-generic:
365 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
366 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368 maintainer-clean-generic:
369 @echo "This command is intended for maintainers to use"
370 @echo "it deletes files that may require special tools to rebuild."
371 clean: clean-am
373 clean-am: clean-generic clean-libtool mostlyclean-am
375 distclean: distclean-am
376 -rm -f Makefile
377 distclean-am: clean-am distclean-DEJAGNU distclean-generic
379 dvi: dvi-am
381 dvi-am:
383 html: html-am
385 html-am:
387 info: info-am
389 info-am:
391 install-data-am:
393 install-dvi: install-dvi-am
395 install-dvi-am:
397 install-exec-am:
399 install-html: install-html-am
401 install-html-am:
403 install-info: install-info-am
405 install-info-am:
407 install-man:
409 install-pdf: install-pdf-am
411 install-pdf-am:
413 install-ps: install-ps-am
415 install-ps-am:
417 installcheck-am:
419 maintainer-clean: maintainer-clean-am
420 -rm -f Makefile
421 maintainer-clean-am: distclean-am maintainer-clean-generic
423 mostlyclean: mostlyclean-am
425 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
427 pdf: pdf-am
429 pdf-am:
431 ps: ps-am
433 ps-am:
435 uninstall-am:
437 .MAKE: check-am install-am install-strip
439 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
440 clean-libtool distclean distclean-DEJAGNU distclean-generic \
441 distclean-libtool dvi dvi-am html html-am info info-am install \
442 install-am install-data install-data-am install-dvi \
443 install-dvi-am install-exec install-exec-am install-html \
444 install-html-am install-info install-info-am install-man \
445 install-pdf install-pdf-am install-ps install-ps-am \
446 install-strip installcheck installcheck-am installdirs \
447 maintainer-clean maintainer-clean-generic mostlyclean \
448 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
449 uninstall uninstall-am
452 # Tell versions [3.59,3.63) of GNU make to not export all variables.
453 # Otherwise a system limit (for SysV at least) may be exceeded.
454 .NOEXPORT: