]> git.ipfire.org Git - thirdparty/gcc.git/blame - libatomic/testsuite/Makefile.in
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
[thirdparty/gcc.git] / libatomic / testsuite / Makefile.in
CommitLineData
dc3368d0 1# Makefile.in generated by automake 1.11.6 from Makefile.am.
48310492
RH
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
dc3368d0
KT
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
48310492
RH
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.
10
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.
15
16@SET_MAKE@
17VPATH = @srcdir@
dc3368d0
KT
18am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
48310492
RH
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53target_triplet = @target@
54subdir = testsuite
36749a1f 55DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
48310492
RH
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
58 $(top_srcdir)/../config/depstand.m4 \
59 $(top_srcdir)/../config/lead-dot.m4 \
dc3368d0 60 $(top_srcdir)/../config/lthostflags.m4 \
48310492
RH
61 $(top_srcdir)/../config/multi.m4 \
62 $(top_srcdir)/../config/override.m4 \
63 $(top_srcdir)/../config/stdint.m4 \
64 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
65 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
66 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
67 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71CONFIG_HEADER = $(top_builddir)/auto-config.h
72CONFIG_CLEAN_FILES =
73CONFIG_CLEAN_VPATH_FILES =
74SOURCES =
dc3368d0
KT
75am__can_run_installinfo = \
76 case $$AM_UPDATE_INFO_DIR in \
77 n|no|NO) false;; \
78 *) (install-info --version) >/dev/null 2>&1;; \
79 esac
48310492
RH
80DEJATOOL = $(PACKAGE)
81RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
48310492
RH
82ACLOCAL = @ACLOCAL@
83AMTAR = @AMTAR@
84AR = @AR@
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
89CC = @CC@
90CCAS = @CCAS@
91CCASDEPMODE = @CCASDEPMODE@
92CCASFLAGS = @CCASFLAGS@
93CCDEPMODE = @CCDEPMODE@
94CFLAGS = @CFLAGS@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CYGPATH_W = @CYGPATH_W@
98DEFS = @DEFS@
99DEPDIR = @DEPDIR@
100DSYMUTIL = @DSYMUTIL@
101DUMPBIN = @DUMPBIN@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EGREP = @EGREP@
106EXEEXT = @EXEEXT@
107FGREP = @FGREP@
108GREP = @GREP@
109INSTALL = @INSTALL@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LD = @LD@
115LDFLAGS = @LDFLAGS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@
118LIBTOOL = @LIBTOOL@
119LIPO = @LIPO@
120LN_S = @LN_S@
121LTLIBOBJS = @LTLIBOBJS@
fa3cd3c3 122MAINT = @MAINT@
48310492
RH
123MAKEINFO = @MAKEINFO@
124MKDIR_P = @MKDIR_P@
125NM = @NM@
126NMEDIT = @NMEDIT@
127OBJDUMP = @OBJDUMP@
128OBJEXT = @OBJEXT@
129OPT_LDFLAGS = @OPT_LDFLAGS@
130OTOOL = @OTOOL@
131OTOOL64 = @OTOOL64@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_URL = @PACKAGE_URL@
138PACKAGE_VERSION = @PACKAGE_VERSION@
139PATH_SEPARATOR = @PATH_SEPARATOR@
140PERL = @PERL@
141RANLIB = @RANLIB@
142SECTION_LDFLAGS = @SECTION_LDFLAGS@
143SED = @SED@
144SET_MAKE = @SET_MAKE@
145SHELL = @SHELL@
146SIZES = @SIZES@
147STRIP = @STRIP@
148VERSION = @VERSION@
149XCFLAGS = @XCFLAGS@
150XLDFLAGS = @XLDFLAGS@
151abs_builddir = @abs_builddir@
152abs_srcdir = @abs_srcdir@
153abs_top_builddir = @abs_top_builddir@
154abs_top_srcdir = @abs_top_srcdir@
155ac_ct_CC = @ac_ct_CC@
156ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
157am__include = @am__include@
158am__leading_dot = @am__leading_dot@
159am__quote = @am__quote@
160am__tar = @am__tar@
161am__untar = @am__untar@
162bindir = @bindir@
163build = @build@
164build_alias = @build_alias@
165build_cpu = @build_cpu@
166build_os = @build_os@
167build_vendor = @build_vendor@
168builddir = @builddir@
169config_path = @config_path@
170datadir = @datadir@
171datarootdir = @datarootdir@
172docdir = @docdir@
173dvidir = @dvidir@
174enable_shared = @enable_shared@
175enable_static = @enable_static@
176exec_prefix = @exec_prefix@
3c36aa6b 177get_gcc_base_ver = @get_gcc_base_ver@
48310492
RH
178host = @host@
179host_alias = @host_alias@
180host_cpu = @host_cpu@
181host_os = @host_os@
182host_vendor = @host_vendor@
183htmldir = @htmldir@
184includedir = @includedir@
185infodir = @infodir@
186install_sh = @install_sh@
187libdir = @libdir@
188libexecdir = @libexecdir@
189libtool_VERSION = @libtool_VERSION@
190localedir = @localedir@
191localstatedir = @localstatedir@
dc3368d0 192lt_host_flags = @lt_host_flags@
48310492
RH
193mandir = @mandir@
194mkdir_p = @mkdir_p@
195multi_basedir = @multi_basedir@
196oldincludedir = @oldincludedir@
197pdfdir = @pdfdir@
198prefix = @prefix@
199program_transform_name = @program_transform_name@
200psdir = @psdir@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203srcdir = @srcdir@
204sysconfdir = @sysconfdir@
205target = @target@
206target_alias = @target_alias@
207target_cpu = @target_cpu@
208target_os = @target_os@
209target_vendor = @target_vendor@
210toolexecdir = @toolexecdir@
211toolexeclibdir = @toolexeclibdir@
212top_build_prefix = @top_build_prefix@
213top_builddir = @top_builddir@
214top_srcdir = @top_srcdir@
215AUTOMAKE_OPTIONS = foreign dejagnu
216
217# May be used by various substitution variables.
218gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
219EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
220 echo $(top_builddir)/../expect/expect; else echo expect; fi)
221
222_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
223 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
224
225RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
226all: all-am
227
228.SUFFIXES:
fa3cd3c3 229$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
48310492
RH
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234 && { if test -f $@; then exit 0; else break; fi; }; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --foreign testsuite/Makefile
241.PRECIOUS: Makefile
242Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 @case '$?' in \
244 *config.status*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249 esac;
250
251$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
fa3cd3c3 254$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
48310492 255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
fa3cd3c3 256$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
48310492
RH
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258$(am__aclocal_m4_deps):
259
260mostlyclean-libtool:
261 -rm -f *.lo
262
263clean-libtool:
264 -rm -rf .libs _libs
265tags: TAGS
266TAGS:
267
268ctags: CTAGS
269CTAGS:
270
271
272check-DEJAGNU: site.exp
dc3368d0 273 srcdir='$(srcdir)'; export srcdir; \
48310492
RH
274 EXPECT=$(EXPECT); export EXPECT; \
275 runtest=$(RUNTEST); \
276 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
277 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
278 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
279 then :; else exit_status=1; fi; \
280 done; \
281 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
282 fi; \
283 exit $$exit_status
dc3368d0 284site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
48310492
RH
285 @echo 'Making a new site.exp file...'
286 @echo '## these variables are automatically generated by make ##' >site.tmp
287 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
288 @echo '# edit the last section' >>site.tmp
dc3368d0 289 @echo 'set srcdir "$(srcdir)"' >>site.tmp
48310492
RH
290 @echo "set objdir `pwd`" >>site.tmp
291 @echo 'set build_alias "$(build_alias)"' >>site.tmp
292 @echo 'set build_triplet $(build_triplet)' >>site.tmp
293 @echo 'set host_alias "$(host_alias)"' >>site.tmp
294 @echo 'set host_triplet $(host_triplet)' >>site.tmp
295 @echo 'set target_alias "$(target_alias)"' >>site.tmp
296 @echo 'set target_triplet $(target_triplet)' >>site.tmp
dc3368d0
KT
297 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
298 echo "## Begin content included from file $$f. Do not modify. ##" \
299 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
300 && echo "## End content included from file $$f. ##" \
301 || exit 1; \
302 done >> site.tmp
303 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
304 @if test -f site.exp; then \
305 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
306 fi
48310492
RH
307 @-rm -f site.bak
308 @test ! -f site.exp || mv site.exp site.bak
309 @mv site.tmp site.exp
310
311distclean-DEJAGNU:
312 -rm -f site.exp site.bak
313 -l='$(DEJATOOL)'; for tool in $$l; do \
314 rm -f $$tool.sum $$tool.log; \
315 done
48310492
RH
316check-am: all-am
317 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
318check: check-am
319all-am: Makefile
320installdirs:
321install: install-am
322install-exec: install-exec-am
323install-data: install-data-am
324uninstall: uninstall-am
325
326install-am: all-am
327 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328
329installcheck: installcheck-am
330install-strip:
dc3368d0
KT
331 if test -z '$(STRIP)'; then \
332 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
333 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
334 install; \
335 else \
336 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
339 fi
48310492
RH
340mostlyclean-generic:
341
342clean-generic:
343
344distclean-generic:
345 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
346 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
347
348maintainer-clean-generic:
349 @echo "This command is intended for maintainers to use"
350 @echo "it deletes files that may require special tools to rebuild."
351clean: clean-am
352
353clean-am: clean-generic clean-libtool mostlyclean-am
354
355distclean: distclean-am
356 -rm -f Makefile
357distclean-am: clean-am distclean-DEJAGNU distclean-generic
358
359dvi: dvi-am
360
361dvi-am:
362
363html: html-am
364
365html-am:
366
367info: info-am
368
369info-am:
370
371install-data-am:
372
373install-dvi: install-dvi-am
374
375install-dvi-am:
376
377install-exec-am:
378
379install-html: install-html-am
380
381install-html-am:
382
383install-info: install-info-am
384
385install-info-am:
386
387install-man:
388
389install-pdf: install-pdf-am
390
391install-pdf-am:
392
393install-ps: install-ps-am
394
395install-ps-am:
396
397installcheck-am:
398
399maintainer-clean: maintainer-clean-am
400 -rm -f Makefile
401maintainer-clean-am: distclean-am maintainer-clean-generic
402
403mostlyclean: mostlyclean-am
404
405mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406
407pdf: pdf-am
408
409pdf-am:
410
411ps: ps-am
412
413ps-am:
414
415uninstall-am:
416
417.MAKE: check-am install-am install-strip
418
419.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
420 clean-libtool distclean distclean-DEJAGNU distclean-generic \
36749a1f
ILT
421 distclean-libtool dvi dvi-am html html-am info info-am install \
422 install-am install-data install-data-am install-dvi \
48310492
RH
423 install-dvi-am install-exec install-exec-am install-html \
424 install-html-am install-info install-info-am install-man \
425 install-pdf install-pdf-am install-ps install-ps-am \
426 install-strip installcheck installcheck-am installdirs \
427 maintainer-clean maintainer-clean-generic mostlyclean \
428 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
429 uninstall uninstall-am
430
431
432# Tell versions [3.59,3.63) of GNU make to not export all variables.
433# Otherwise a system limit (for SysV at least) may be exceeded.
434.NOEXPORT: