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