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