]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/testsuite/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libgomp / testsuite / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
953ff289
DN
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
953ff289
DN
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@
953ff289 16VPATH = @srcdir@
22e05272
JM
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
f96b7f1f
AM
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
22e05272
JM
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
f96b7f1f 67 esac; \
22e05272
JM
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
953ff289 72pkgdatadir = $(datadir)/@PACKAGE@
953ff289 73pkgincludedir = $(includedir)/@PACKAGE@
5213506e
RW
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
953ff289 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
953ff289
DN
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = testsuite
953ff289 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
bddd6626 93am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
748b9d7c 94 $(top_srcdir)/../config/depstand.m4 \
60e1758f 95 $(top_srcdir)/../config/enable.m4 \
a1b25e49 96 $(top_srcdir)/../config/futex.m4 \
18cbfd85 97 $(top_srcdir)/../config/lead-dot.m4 \
7de6ba7a 98 $(top_srcdir)/../config/lthostflags.m4 \
3721b9e1 99 $(top_srcdir)/../config/multi.m4 \
6d26724a 100 $(top_srcdir)/../config/override.m4 \
60e1758f 101 $(top_srcdir)/../config/stdint.m4 \
bddd6626
BK
102 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
103 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
104 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
efe33ced
IT
105 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../config/cet.m4 \
106 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
953ff289
DN
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
22e05272 109DIST_COMMON = $(srcdir)/Makefile.am
953ff289
DN
110mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h
41dbbb37 112CONFIG_CLEAN_FILES = libgomp-test-support.pt.exp
5213506e 113CONFIG_CLEAN_VPATH_FILES =
22e05272
JM
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo " GEN " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
953ff289 126SOURCES =
f96b7f1f
AM
127am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
22e05272 132am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
953ff289
DN
133DEJATOOL = $(PACKAGE)
134RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
953ff289 135ACLOCAL = @ACLOCAL@
953ff289 136AMTAR = @AMTAR@
22e05272 137AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
953ff289
DN
138AR = @AR@
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
143CC = @CC@
144CCDEPMODE = @CCDEPMODE@
145CFLAGS = @CFLAGS@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
41dbbb37
TS
148CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
149CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
953ff289
DN
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
6b4a97ed 153DSYMUTIL = @DSYMUTIL@
1cf3d07d 154DUMPBIN = @DUMPBIN@
953ff289
DN
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EXEEXT = @EXEEXT@
160FC = @FC@
161FCFLAGS = @FCFLAGS@
1cf3d07d 162FGREP = @FGREP@
1cf3d07d 163GREP = @GREP@
b2b40051
MJ
164HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
165HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
5213506e 166INSTALL = @INSTALL@
953ff289
DN
167INSTALL_DATA = @INSTALL_DATA@
168INSTALL_PROGRAM = @INSTALL_PROGRAM@
169INSTALL_SCRIPT = @INSTALL_SCRIPT@
170INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1cf3d07d 171LD = @LD@
953ff289 172LDFLAGS = @LDFLAGS@
953ff289
DN
173LIBOBJS = @LIBOBJS@
174LIBS = @LIBS@
175LIBTOOL = @LIBTOOL@
6b4a97ed 176LIPO = @LIPO@
953ff289
DN
177LN_S = @LN_S@
178LTLIBOBJS = @LTLIBOBJS@
c41303c6 179MAINT = @MAINT@
953ff289 180MAKEINFO = @MAKEINFO@
5213506e 181MKDIR_P = @MKDIR_P@
1cf3d07d 182NM = @NM@
6b4a97ed
PG
183NMEDIT = @NMEDIT@
184OBJDUMP = @OBJDUMP@
953ff289 185OBJEXT = @OBJEXT@
a68ab351
JJ
186OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
187OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
188OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
03b8fe49
PB
189OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
190OMP_LOCK_KIND = @OMP_LOCK_KIND@
191OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
a68ab351
JJ
192OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
193OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
194OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
03b8fe49
PB
195OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
196OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
197OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
953ff289 198OPT_LDFLAGS = @OPT_LDFLAGS@
6b4a97ed
PG
199OTOOL = @OTOOL@
200OTOOL64 = @OTOOL64@
953ff289
DN
201PACKAGE = @PACKAGE@
202PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203PACKAGE_NAME = @PACKAGE_NAME@
204PACKAGE_STRING = @PACKAGE_STRING@
205PACKAGE_TARNAME = @PACKAGE_TARNAME@
5213506e 206PACKAGE_URL = @PACKAGE_URL@
953ff289
DN
207PACKAGE_VERSION = @PACKAGE_VERSION@
208PATH_SEPARATOR = @PATH_SEPARATOR@
209PERL = @PERL@
b2b40051
MJ
210PLUGIN_HSA = @PLUGIN_HSA@
211PLUGIN_HSA_CPPFLAGS = @PLUGIN_HSA_CPPFLAGS@
212PLUGIN_HSA_LDFLAGS = @PLUGIN_HSA_LDFLAGS@
213PLUGIN_HSA_LIBS = @PLUGIN_HSA_LIBS@
41dbbb37
TS
214PLUGIN_NVPTX = @PLUGIN_NVPTX@
215PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
216PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
217PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
953ff289
DN
218RANLIB = @RANLIB@
219SECTION_LDFLAGS = @SECTION_LDFLAGS@
1cf3d07d 220SED = @SED@
953ff289
DN
221SET_MAKE = @SET_MAKE@
222SHELL = @SHELL@
223STRIP = @STRIP@
953ff289
DN
224VERSION = @VERSION@
225XCFLAGS = @XCFLAGS@
226XLDFLAGS = @XLDFLAGS@
5213506e
RW
227abs_builddir = @abs_builddir@
228abs_srcdir = @abs_srcdir@
229abs_top_builddir = @abs_top_builddir@
230abs_top_srcdir = @abs_top_srcdir@
953ff289 231ac_ct_CC = @ac_ct_CC@
1cf3d07d 232ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
953ff289 233ac_ct_FC = @ac_ct_FC@
953ff289
DN
234am__include = @am__include@
235am__leading_dot = @am__leading_dot@
236am__quote = @am__quote@
237am__tar = @am__tar@
238am__untar = @am__untar@
239bindir = @bindir@
240build = @build@
241build_alias = @build_alias@
242build_cpu = @build_cpu@
243build_os = @build_os@
244build_vendor = @build_vendor@
5213506e 245builddir = @builddir@
953ff289
DN
246config_path = @config_path@
247datadir = @datadir@
5213506e
RW
248datarootdir = @datarootdir@
249docdir = @docdir@
250dvidir = @dvidir@
953ff289
DN
251enable_shared = @enable_shared@
252enable_static = @enable_static@
253exec_prefix = @exec_prefix@
3c36aa6b 254get_gcc_base_ver = @get_gcc_base_ver@
953ff289
DN
255host = @host@
256host_alias = @host_alias@
257host_cpu = @host_cpu@
258host_os = @host_os@
259host_vendor = @host_vendor@
5213506e 260htmldir = @htmldir@
953ff289
DN
261includedir = @includedir@
262infodir = @infodir@
263install_sh = @install_sh@
264libdir = @libdir@
265libexecdir = @libexecdir@
266libtool_VERSION = @libtool_VERSION@
267link_gomp = @link_gomp@
5213506e 268localedir = @localedir@
953ff289 269localstatedir = @localstatedir@
7de6ba7a 270lt_host_flags = @lt_host_flags@
953ff289
DN
271mandir = @mandir@
272mkdir_p = @mkdir_p@
273multi_basedir = @multi_basedir@
d64ae614
AT
274offload_additional_lib_paths = @offload_additional_lib_paths@
275offload_additional_options = @offload_additional_options@
276offload_targets = @offload_targets@
953ff289 277oldincludedir = @oldincludedir@
5213506e 278pdfdir = @pdfdir@
953ff289
DN
279prefix = @prefix@
280program_transform_name = @program_transform_name@
5213506e 281psdir = @psdir@
953ff289
DN
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
5213506e 284srcdir = @srcdir@
953ff289
DN
285sysconfdir = @sysconfdir@
286target = @target@
287target_alias = @target_alias@
288target_cpu = @target_cpu@
289target_os = @target_os@
290target_vendor = @target_vendor@
291toolexecdir = @toolexecdir@
292toolexeclibdir = @toolexeclibdir@
5213506e
RW
293top_build_prefix = @top_build_prefix@
294top_builddir = @top_builddir@
295top_srcdir = @top_srcdir@
953ff289
DN
296AUTOMAKE_OPTIONS = foreign dejagnu
297
298# May be used by various substitution variables.
73aa401e 299gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
953ff289
DN
300EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
301 echo $(top_builddir)/../expect/expect; else echo expect; fi)
302
303_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
304 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
305
22e05272 306RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
953ff289
DN
307all: all-am
308
309.SUFFIXES:
c41303c6 310$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
953ff289
DN
311 @for dep in $?; do \
312 case '$(am__configure_deps)' in \
313 *$$dep*) \
5213506e
RW
314 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315 && { if test -f $@; then exit 0; else break; fi; }; \
953ff289
DN
316 exit 1;; \
317 esac; \
318 done; \
5213506e
RW
319 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
320 $(am__cd) $(top_srcdir) && \
321 $(AUTOMAKE) --foreign testsuite/Makefile
953ff289
DN
322Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323 @case '$?' in \
324 *config.status*) \
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326 *) \
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329 esac;
330
331$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
c41303c6 334$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
953ff289 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
c41303c6 336$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
953ff289 337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5213506e 338$(am__aclocal_m4_deps):
41dbbb37
TS
339libgomp-test-support.pt.exp: $(top_builddir)/config.status $(srcdir)/libgomp-test-support.exp.in
340 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
953ff289
DN
341
342mostlyclean-libtool:
343 -rm -f *.lo
344
345clean-libtool:
346 -rm -rf .libs _libs
22e05272
JM
347tags TAGS:
348
349ctags CTAGS:
953ff289 350
22e05272 351cscope cscopelist:
953ff289
DN
352
353
354check-DEJAGNU: site.exp
f96b7f1f 355 srcdir='$(srcdir)'; export srcdir; \
953ff289 356 EXPECT=$(EXPECT); export EXPECT; \
22e05272 357 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
5213506e 358 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
22e05272 359 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
5213506e 360 then :; else exit_status=1; fi; \
953ff289 361 done; \
22e05272 362 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
5213506e
RW
363 fi; \
364 exit $$exit_status
f96b7f1f 365site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
22e05272 366 @echo 'Making a new site.exp file ...'
953ff289
DN
367 @echo '## these variables are automatically generated by make ##' >site.tmp
368 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
369 @echo '# edit the last section' >>site.tmp
f96b7f1f 370 @echo 'set srcdir "$(srcdir)"' >>site.tmp
953ff289
DN
371 @echo "set objdir `pwd`" >>site.tmp
372 @echo 'set build_alias "$(build_alias)"' >>site.tmp
373 @echo 'set build_triplet $(build_triplet)' >>site.tmp
374 @echo 'set host_alias "$(host_alias)"' >>site.tmp
375 @echo 'set host_triplet $(host_triplet)' >>site.tmp
376 @echo 'set target_alias "$(target_alias)"' >>site.tmp
377 @echo 'set target_triplet $(target_triplet)' >>site.tmp
f96b7f1f
AM
378 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
379 echo "## Begin content included from file $$f. Do not modify. ##" \
380 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
381 && echo "## End content included from file $$f. ##" \
382 || exit 1; \
383 done >> site.tmp
384 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
385 @if test -f site.exp; then \
386 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
387 fi
953ff289
DN
388 @-rm -f site.bak
389 @test ! -f site.exp || mv site.exp site.bak
390 @mv site.tmp site.exp
391
392distclean-DEJAGNU:
393 -rm -f site.exp site.bak
394 -l='$(DEJATOOL)'; for tool in $$l; do \
395 rm -f $$tool.sum $$tool.log; \
396 done
953ff289
DN
397check-am: all-am
398 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
399check: check-am
41dbbb37 400all-am: Makefile all-local
953ff289
DN
401installdirs:
402install: install-am
403install-exec: install-exec-am
404install-data: install-data-am
405uninstall: uninstall-am
406
407install-am: all-am
408 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409
410installcheck: installcheck-am
411install-strip:
f96b7f1f
AM
412 if test -z '$(STRIP)'; then \
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415 install; \
416 else \
417 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
418 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
419 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
420 fi
953ff289
DN
421mostlyclean-generic:
422
423clean-generic:
424
425distclean-generic:
426 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5213506e 427 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
953ff289
DN
428
429maintainer-clean-generic:
430 @echo "This command is intended for maintainers to use"
431 @echo "it deletes files that may require special tools to rebuild."
432clean: clean-am
433
434clean-am: clean-generic clean-libtool mostlyclean-am
435
436distclean: distclean-am
437 -rm -f Makefile
5213506e 438distclean-am: clean-am distclean-DEJAGNU distclean-generic
953ff289
DN
439
440dvi: dvi-am
441
442dvi-am:
443
444html: html-am
445
5213506e
RW
446html-am:
447
953ff289
DN
448info: info-am
449
450info-am:
451
452install-data-am:
453
5213506e
RW
454install-dvi: install-dvi-am
455
456install-dvi-am:
457
953ff289
DN
458install-exec-am:
459
5213506e
RW
460install-html: install-html-am
461
462install-html-am:
463
953ff289
DN
464install-info: install-info-am
465
5213506e
RW
466install-info-am:
467
953ff289
DN
468install-man:
469
5213506e
RW
470install-pdf: install-pdf-am
471
472install-pdf-am:
473
474install-ps: install-ps-am
475
476install-ps-am:
477
953ff289
DN
478installcheck-am:
479
480maintainer-clean: maintainer-clean-am
481 -rm -f Makefile
482maintainer-clean-am: distclean-am maintainer-clean-generic
483
484mostlyclean: mostlyclean-am
485
486mostlyclean-am: mostlyclean-generic mostlyclean-libtool
487
488pdf: pdf-am
489
490pdf-am:
491
492ps: ps-am
493
494ps-am:
495
5213506e
RW
496uninstall-am:
497
498.MAKE: check-am install-am install-strip
953ff289 499
41dbbb37 500.PHONY: all all-am all-local check check-DEJAGNU check-am clean \
22e05272
JM
501 clean-generic clean-libtool cscopelist-am ctags-am distclean \
502 distclean-DEJAGNU distclean-generic distclean-libtool dvi \
503 dvi-am html html-am info info-am install install-am \
504 install-data install-data-am install-dvi install-dvi-am \
505 install-exec install-exec-am install-html install-html-am \
506 install-info install-info-am install-man install-pdf \
507 install-pdf-am install-ps install-ps-am install-strip \
508 installcheck installcheck-am installdirs maintainer-clean \
509 maintainer-clean-generic mostlyclean mostlyclean-generic \
510 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
511 uninstall-am
512
513.PRECIOUS: Makefile
41dbbb37
TS
514
515
516# Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
517# following variables have to be "routed through" this Makefile, for expansion
518# of the several (Makefile) variables used therein.
519libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
520 cp $< $@.tmp
521 echo >> $@.tmp \
522 'set offload_additional_options "$(offload_additional_options)"'
523 echo >> $@.tmp \
524 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
525 mv $@.tmp $@
526
527all-local: libgomp-test-support.exp
d64ae614 528
953ff289
DN
529# Tell versions [3.59,3.63) of GNU make to not export all variables.
530# Otherwise a system limit (for SysV at least) may be exceeded.
531.NOEXPORT: