c++: constexpr PMF conversion [PR105996]
[official-gcc.git] / libgomp / testsuite / Makefile.in
blob7a88f0fe5c6dc7de0326d2572bc00f42c1c174c2
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__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; \
28 am__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 \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
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;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = testsuite
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/ax_count_cpus.m4 \
95 $(top_srcdir)/../config/depstand.m4 \
96 $(top_srcdir)/../config/enable.m4 \
97 $(top_srcdir)/../config/futex.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/lthostflags.m4 \
100 $(top_srcdir)/../config/multi.m4 \
101 $(top_srcdir)/../config/override.m4 \
102 $(top_srcdir)/../config/tls.m4 \
103 $(top_srcdir)/../config/toolexeclibdir.m4 \
104 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
105 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
106 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
107 $(top_srcdir)/../config/cet.m4 \
108 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES = libgomp-test-support.pt.exp \
115 libgomp-site-extra.exp
116 CONFIG_CLEAN_VPATH_FILES =
117 AM_V_P = $(am__v_P_@AM_V@)
118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 am__v_P_0 = false
120 am__v_P_1 = :
121 AM_V_GEN = $(am__v_GEN_@AM_V@)
122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123 am__v_GEN_0 = @echo " GEN " $@;
124 am__v_GEN_1 =
125 AM_V_at = $(am__v_at_@AM_V@)
126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__v_at_0 = @
128 am__v_at_1 =
129 SOURCES =
130 am__can_run_installinfo = \
131 case $$AM_UPDATE_INFO_DIR in \
132 n|no|NO) false;; \
133 *) (install-info --version) >/dev/null 2>&1;; \
134 esac
135 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136 ACLOCAL = @ACLOCAL@
137 AMTAR = @AMTAR@
138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139 AR = @AR@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 CC = @CC@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CPU_COUNT = @CPU_COUNT@
150 CYGPATH_W = @CYGPATH_W@
151 DEFS = @DEFS@
152 DEPDIR = @DEPDIR@
153 DL_LIBS = @DL_LIBS@
154 DSYMUTIL = @DSYMUTIL@
155 DUMPBIN = @DUMPBIN@
156 ECHO_C = @ECHO_C@
157 ECHO_N = @ECHO_N@
158 ECHO_T = @ECHO_T@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 FC = @FC@
162 FCFLAGS = @FCFLAGS@
163 FGREP = @FGREP@
164 GREP = @GREP@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INTPTR_T_KIND = @INTPTR_T_KIND@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@
175 LIBTOOL = @LIBTOOL@
176 LIPO = @LIPO@
177 LN_S = @LN_S@
178 LTLIBOBJS = @LTLIBOBJS@
179 MAINT = @MAINT@
180 MAKEINFO = @MAKEINFO@
181 MKDIR_P = @MKDIR_P@
182 NM = @NM@
183 NMEDIT = @NMEDIT@
184 OBJDUMP = @OBJDUMP@
185 OBJEXT = @OBJEXT@
186 OMP_DEPEND_KIND = @OMP_DEPEND_KIND@
187 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
188 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
189 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
190 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
191 OMP_LOCK_KIND = @OMP_LOCK_KIND@
192 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
193 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
194 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
195 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
196 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
197 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
198 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
199 OPT_LDFLAGS = @OPT_LDFLAGS@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
202 PACKAGE = @PACKAGE@
203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204 PACKAGE_NAME = @PACKAGE_NAME@
205 PACKAGE_STRING = @PACKAGE_STRING@
206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
207 PACKAGE_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 PERL = @PERL@
211 RANLIB = @RANLIB@
212 SECTION_LDFLAGS = @SECTION_LDFLAGS@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 VERSION = @VERSION@
218 XCFLAGS = @XCFLAGS@
219 XLDFLAGS = @XLDFLAGS@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 ac_ct_FC = @ac_ct_FC@
227 am__include = @am__include@
228 am__leading_dot = @am__leading_dot@
229 am__quote = @am__quote@
230 am__tar = @am__tar@
231 am__untar = @am__untar@
232 bindir = @bindir@
233 build = @build@
234 build_alias = @build_alias@
235 build_cpu = @build_cpu@
236 build_os = @build_os@
237 build_vendor = @build_vendor@
238 builddir = @builddir@
239 config_path = @config_path@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 enable_shared = @enable_shared@
245 enable_static = @enable_static@
246 exec_prefix = @exec_prefix@
247 get_gcc_base_ver = @get_gcc_base_ver@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 libtool_VERSION = @libtool_VERSION@
260 link_gomp = @link_gomp@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 lt_host_flags = @lt_host_flags@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 multi_basedir = @multi_basedir@
267 offload_additional_lib_paths = @offload_additional_lib_paths@
268 offload_additional_options = @offload_additional_options@
269 offload_plugins = @offload_plugins@
270 offload_targets = @offload_targets@
271 oldincludedir = @oldincludedir@
272 pdfdir = @pdfdir@
273 prefix = @prefix@
274 program_transform_name = @program_transform_name@
275 psdir = @psdir@
276 sbindir = @sbindir@
277 sharedstatedir = @sharedstatedir@
278 srcdir = @srcdir@
279 sysconfdir = @sysconfdir@
280 target = @target@
281 target_alias = @target_alias@
282 target_cpu = @target_cpu@
283 target_os = @target_os@
284 target_vendor = @target_vendor@
285 tmake_file = @tmake_file@
286 toolexecdir = @toolexecdir@
287 toolexeclibdir = @toolexeclibdir@
288 top_build_prefix = @top_build_prefix@
289 top_builddir = @top_builddir@
290 top_srcdir = @top_srcdir@
291 AUTOMAKE_OPTIONS = foreign
293 # May be used by various substitution variables.
294 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
295 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
296 echo $(top_builddir)/../expect/expect; else echo expect; fi)
298 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
299 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
301 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
302 EXTRA_DEJAGNU_SITE_CONFIG = libgomp-site-extra.exp
303 all: all-am
305 .SUFFIXES:
306 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
307 @for dep in $?; do \
308 case '$(am__configure_deps)' in \
309 *$$dep*) \
310 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311 && { if test -f $@; then exit 0; else break; fi; }; \
312 exit 1;; \
313 esac; \
314 done; \
315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
316 $(am__cd) $(top_srcdir) && \
317 $(AUTOMAKE) --foreign testsuite/Makefile
318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319 @case '$?' in \
320 *config.status*) \
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322 *) \
323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325 esac;
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(am__aclocal_m4_deps):
335 libgomp-test-support.pt.exp: $(top_builddir)/config.status $(srcdir)/libgomp-test-support.exp.in
336 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
337 libgomp-site-extra.exp: $(top_builddir)/config.status $(srcdir)/libgomp-site-extra.exp.in
338 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
340 mostlyclean-libtool:
341 -rm -f *.lo
343 clean-libtool:
344 -rm -rf .libs _libs
345 tags TAGS:
347 ctags CTAGS:
349 cscope cscopelist:
351 check-am: all-am
352 check: check-am
353 all-am: Makefile all-local
354 installdirs:
355 install: install-am
356 install-exec: install-exec-am
357 install-data: install-data-am
358 uninstall: uninstall-am
360 install-am: all-am
361 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363 installcheck: installcheck-am
364 install-strip:
365 if test -z '$(STRIP)'; then \
366 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
367 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
368 install; \
369 else \
370 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
371 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
372 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
374 mostlyclean-generic:
376 clean-generic:
378 distclean-generic:
379 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
380 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
382 maintainer-clean-generic:
383 @echo "This command is intended for maintainers to use"
384 @echo "it deletes files that may require special tools to rebuild."
385 clean: clean-am
387 clean-am: clean-generic clean-libtool mostlyclean-am
389 distclean: distclean-am
390 -rm -f Makefile
391 dvi: dvi-am
393 dvi-am:
395 html: html-am
397 html-am:
399 info: info-am
401 info-am:
403 install-data-am:
405 install-dvi: install-dvi-am
407 install-dvi-am:
409 install-exec-am:
411 install-html: install-html-am
413 install-html-am:
415 install-info: install-info-am
417 install-info-am:
419 install-man:
421 install-pdf: install-pdf-am
423 install-pdf-am:
425 install-ps: install-ps-am
427 install-ps-am:
429 installcheck-am:
431 maintainer-clean: maintainer-clean-am
432 -rm -f Makefile
433 maintainer-clean-am: distclean-am maintainer-clean-generic
435 mostlyclean: mostlyclean-am
437 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
439 pdf: pdf-am
441 pdf-am:
443 ps: ps-am
445 ps-am:
447 uninstall-am:
449 .MAKE: install-am install-strip
451 .PHONY: all all-am all-local check check-am clean clean-generic \
452 clean-libtool cscopelist-am ctags-am distclean \
453 distclean-generic distclean-libtool dvi dvi-am html html-am \
454 info info-am install install-am install-data install-data-am \
455 install-dvi install-dvi-am install-exec install-exec-am \
456 install-html install-html-am install-info install-info-am \
457 install-man install-pdf install-pdf-am install-ps \
458 install-ps-am install-strip installcheck installcheck-am \
459 installdirs maintainer-clean maintainer-clean-generic \
460 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
461 ps ps-am tags-am uninstall uninstall-am
463 .PRECIOUS: Makefile
466 # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
467 # following variables have to be "routed through" this Makefile, for expansion
468 # of the several (Makefile) variables used therein.
469 libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
470 cp $< $@.tmp
471 echo >> $@.tmp \
472 'set offload_additional_options "$(offload_additional_options)"'
473 echo >> $@.tmp \
474 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
475 mv $@.tmp $@
477 check-DEJAGNU: site.exp
478 srcdir='$(srcdir)'; export srcdir; \
479 EXPECT=$(EXPECT); export EXPECT; \
480 if $(SHELL) -c "$(_RUNTEST) --version" > /dev/null 2>&1; then \
481 exit_status=0; l='$(PACKAGE)'; for tool in $$l; do \
482 if $(_RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
483 then :; else exit_status=1; fi; \
484 done; \
485 else echo "WARNING: could not find '$(_RUNTEST)'" 1>&2; :;\
486 fi; \
487 exit $$exit_status
488 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
489 @echo 'Making a new site.exp file ...'
490 @echo '## these variables are automatically generated by make ##' >site.tmp
491 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
492 @echo '# edit the last section' >>site.tmp
493 @echo 'set srcdir "$(srcdir)"' >>site.tmp
494 @echo "set objdir `pwd`" >>site.tmp
495 @echo 'set build_alias "$(build_alias)"' >>site.tmp
496 @echo 'set build_triplet $(build_triplet)' >>site.tmp
497 @echo 'set host_alias "$(host_alias)"' >>site.tmp
498 @echo 'set host_triplet $(host_triplet)' >>site.tmp
499 @echo 'set target_alias "$(target_alias)"' >>site.tmp
500 @echo 'set target_triplet $(target_triplet)' >>site.tmp
501 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
502 echo "## Begin content included from file $$f. Do not modify. ##" \
503 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
504 && echo "## End content included from file $$f. ##" \
505 || exit 1; \
506 done >> site.tmp
507 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
508 @if test -f site.exp; then \
509 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
511 @-rm -f site.bak
512 @test ! -f site.exp || mv site.exp site.bak
513 @mv site.tmp site.exp
515 distclean-DEJAGNU:
516 -rm -f site.exp site.bak
517 -l='$(PACKAGE)'; for tool in $$l; do \
518 rm -f $$tool.sum $$tool.log; \
519 done
520 distclean-am: distclean-DEJAGNU
521 check-am:
522 @if test -n "$(filter -j%, $(MFLAGS))"; then \
523 num_cpus=@CPU_COUNT@; \
524 if type -p getconf 2>/dev/null >/dev/null; then \
525 num_cpus=`getconf _NPROCESSORS_ONLN 2>/dev/null`; \
526 case "$$num_cpus" in \
527 '' | 0* | *[!0-9]*) num_cpus=@CPU_COUNT@;; \
528 esac; \
529 fi; \
530 if test $$num_cpus -gt 8 && test -z "$$OMP_NUM_THREADS"; then \
531 OMP_NUM_THREADS=8; export OMP_NUM_THREADS; \
532 echo @@@ libgomp OMP_NUM_THREADS adjusted to 8 because of parallel make check and too many CPUs; \
533 fi; \
534 fi; \
535 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
536 all-local: libgomp-test-support.exp
538 .PHONY: check-DEJAGNU distclean-DEJAGNU
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
542 .NOEXPORT: