Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / libgomp / testsuite / Makefile.in
blobc25d21fa971c657fbb261907a3c7cc96390ccf83
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
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.
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.
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; \
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 $(srcdir)/libgomp-test-support.exp.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
59 $(top_srcdir)/../config/depstand.m4 \
60 $(top_srcdir)/../config/enable.m4 \
61 $(top_srcdir)/../config/futex.m4 \
62 $(top_srcdir)/../config/lead-dot.m4 \
63 $(top_srcdir)/../config/lthostflags.m4 \
64 $(top_srcdir)/../config/multi.m4 \
65 $(top_srcdir)/../config/override.m4 \
66 $(top_srcdir)/../config/stdint.m4 \
67 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
68 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
69 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
70 $(top_srcdir)/../libtool.m4 $(top_srcdir)/plugin/configfrag.ac \
71 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES = libgomp-test-support.pt.exp
77 CONFIG_CLEAN_VPATH_FILES =
78 SOURCES =
79 am__can_run_installinfo = \
80 case $$AM_UPDATE_INFO_DIR in \
81 n|no|NO) false;; \
82 *) (install-info --version) >/dev/null 2>&1;; \
83 esac
84 DEJATOOL = $(PACKAGE)
85 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
86 ACLOCAL = @ACLOCAL@
87 AMTAR = @AMTAR@
88 AR = @AR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
99 CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
100 CYGPATH_W = @CYGPATH_W@
101 DEFS = @DEFS@
102 DEPDIR = @DEPDIR@
103 DSYMUTIL = @DSYMUTIL@
104 DUMPBIN = @DUMPBIN@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 FC = @FC@
111 FCFLAGS = @FCFLAGS@
112 FGREP = @FGREP@
113 GREP = @GREP@
114 INSTALL = @INSTALL@
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119 LD = @LD@
120 LDFLAGS = @LDFLAGS@
121 LIBOBJS = @LIBOBJS@
122 LIBS = @LIBS@
123 LIBTOOL = @LIBTOOL@
124 LIPO = @LIPO@
125 LN_S = @LN_S@
126 LTLIBOBJS = @LTLIBOBJS@
127 MAINT = @MAINT@
128 MAKEINFO = @MAKEINFO@
129 MKDIR_P = @MKDIR_P@
130 NM = @NM@
131 NMEDIT = @NMEDIT@
132 OBJDUMP = @OBJDUMP@
133 OBJEXT = @OBJEXT@
134 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
135 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
136 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
137 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
138 OMP_LOCK_KIND = @OMP_LOCK_KIND@
139 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
140 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
141 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
142 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
143 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
144 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
145 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
146 OPT_LDFLAGS = @OPT_LDFLAGS@
147 OTOOL = @OTOOL@
148 OTOOL64 = @OTOOL64@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_NAME = @PACKAGE_NAME@
152 PACKAGE_STRING = @PACKAGE_STRING@
153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_URL = @PACKAGE_URL@
155 PACKAGE_VERSION = @PACKAGE_VERSION@
156 PATH_SEPARATOR = @PATH_SEPARATOR@
157 PERL = @PERL@
158 PLUGIN_NVPTX = @PLUGIN_NVPTX@
159 PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
160 PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
161 PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
162 RANLIB = @RANLIB@
163 SECTION_LDFLAGS = @SECTION_LDFLAGS@
164 SED = @SED@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 STRIP = @STRIP@
168 VERSION = @VERSION@
169 XCFLAGS = @XCFLAGS@
170 XLDFLAGS = @XLDFLAGS@
171 abs_builddir = @abs_builddir@
172 abs_srcdir = @abs_srcdir@
173 abs_top_builddir = @abs_top_builddir@
174 abs_top_srcdir = @abs_top_srcdir@
175 ac_ct_CC = @ac_ct_CC@
176 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
177 ac_ct_FC = @ac_ct_FC@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 builddir = @builddir@
190 config_path = @config_path@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 enable_shared = @enable_shared@
196 enable_static = @enable_static@
197 exec_prefix = @exec_prefix@
198 host = @host@
199 host_alias = @host_alias@
200 host_cpu = @host_cpu@
201 host_os = @host_os@
202 host_vendor = @host_vendor@
203 htmldir = @htmldir@
204 includedir = @includedir@
205 infodir = @infodir@
206 install_sh = @install_sh@
207 libdir = @libdir@
208 libexecdir = @libexecdir@
209 libtool_VERSION = @libtool_VERSION@
210 link_gomp = @link_gomp@
211 localedir = @localedir@
212 localstatedir = @localstatedir@
213 lt_host_flags = @lt_host_flags@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 multi_basedir = @multi_basedir@
217 offload_additional_lib_paths = @offload_additional_lib_paths@
218 offload_additional_options = @offload_additional_options@
219 offload_targets = @offload_targets@
220 oldincludedir = @oldincludedir@
221 pdfdir = @pdfdir@
222 prefix = @prefix@
223 program_transform_name = @program_transform_name@
224 psdir = @psdir@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 srcdir = @srcdir@
228 sysconfdir = @sysconfdir@
229 target = @target@
230 target_alias = @target_alias@
231 target_cpu = @target_cpu@
232 target_os = @target_os@
233 target_vendor = @target_vendor@
234 toolexecdir = @toolexecdir@
235 toolexeclibdir = @toolexeclibdir@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 AUTOMAKE_OPTIONS = foreign dejagnu
241 # May be used by various substitution variables.
242 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
243 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
244 echo $(top_builddir)/../expect/expect; else echo expect; fi)
246 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
247 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
249 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
250 all: all-am
252 .SUFFIXES:
253 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
254 @for dep in $?; do \
255 case '$(am__configure_deps)' in \
256 *$$dep*) \
257 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258 && { if test -f $@; then exit 0; else break; fi; }; \
259 exit 1;; \
260 esac; \
261 done; \
262 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
263 $(am__cd) $(top_srcdir) && \
264 $(AUTOMAKE) --foreign testsuite/Makefile
265 .PRECIOUS: Makefile
266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267 @case '$?' in \
268 *config.status*) \
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270 *) \
271 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273 esac;
275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282 $(am__aclocal_m4_deps):
283 libgomp-test-support.pt.exp: $(top_builddir)/config.status $(srcdir)/libgomp-test-support.exp.in
284 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
286 mostlyclean-libtool:
287 -rm -f *.lo
289 clean-libtool:
290 -rm -rf .libs _libs
291 tags: TAGS
292 TAGS:
294 ctags: CTAGS
295 CTAGS:
298 check-DEJAGNU: site.exp
299 srcdir='$(srcdir)'; export srcdir; \
300 EXPECT=$(EXPECT); export EXPECT; \
301 runtest=$(RUNTEST); \
302 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
303 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
304 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
305 then :; else exit_status=1; fi; \
306 done; \
307 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
308 fi; \
309 exit $$exit_status
310 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
311 @echo 'Making a new site.exp file...'
312 @echo '## these variables are automatically generated by make ##' >site.tmp
313 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
314 @echo '# edit the last section' >>site.tmp
315 @echo 'set srcdir "$(srcdir)"' >>site.tmp
316 @echo "set objdir `pwd`" >>site.tmp
317 @echo 'set build_alias "$(build_alias)"' >>site.tmp
318 @echo 'set build_triplet $(build_triplet)' >>site.tmp
319 @echo 'set host_alias "$(host_alias)"' >>site.tmp
320 @echo 'set host_triplet $(host_triplet)' >>site.tmp
321 @echo 'set target_alias "$(target_alias)"' >>site.tmp
322 @echo 'set target_triplet $(target_triplet)' >>site.tmp
323 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
324 echo "## Begin content included from file $$f. Do not modify. ##" \
325 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
326 && echo "## End content included from file $$f. ##" \
327 || exit 1; \
328 done >> site.tmp
329 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
330 @if test -f site.exp; then \
331 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
333 @-rm -f site.bak
334 @test ! -f site.exp || mv site.exp site.bak
335 @mv site.tmp site.exp
337 distclean-DEJAGNU:
338 -rm -f site.exp site.bak
339 -l='$(DEJATOOL)'; for tool in $$l; do \
340 rm -f $$tool.sum $$tool.log; \
341 done
342 check-am: all-am
343 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
344 check: check-am
345 all-am: Makefile all-local
346 installdirs:
347 install: install-am
348 install-exec: install-exec-am
349 install-data: install-data-am
350 uninstall: uninstall-am
352 install-am: all-am
353 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
355 installcheck: installcheck-am
356 install-strip:
357 if test -z '$(STRIP)'; then \
358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
360 install; \
361 else \
362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
366 mostlyclean-generic:
368 clean-generic:
370 distclean-generic:
371 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
372 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
374 maintainer-clean-generic:
375 @echo "This command is intended for maintainers to use"
376 @echo "it deletes files that may require special tools to rebuild."
377 clean: clean-am
379 clean-am: clean-generic clean-libtool mostlyclean-am
381 distclean: distclean-am
382 -rm -f Makefile
383 distclean-am: clean-am distclean-DEJAGNU distclean-generic
385 dvi: dvi-am
387 dvi-am:
389 html: html-am
391 html-am:
393 info: info-am
395 info-am:
397 install-data-am:
399 install-dvi: install-dvi-am
401 install-dvi-am:
403 install-exec-am:
405 install-html: install-html-am
407 install-html-am:
409 install-info: install-info-am
411 install-info-am:
413 install-man:
415 install-pdf: install-pdf-am
417 install-pdf-am:
419 install-ps: install-ps-am
421 install-ps-am:
423 installcheck-am:
425 maintainer-clean: maintainer-clean-am
426 -rm -f Makefile
427 maintainer-clean-am: distclean-am maintainer-clean-generic
429 mostlyclean: mostlyclean-am
431 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
433 pdf: pdf-am
435 pdf-am:
437 ps: ps-am
439 ps-am:
441 uninstall-am:
443 .MAKE: check-am install-am install-strip
445 .PHONY: all all-am all-local check check-DEJAGNU check-am clean \
446 clean-generic clean-libtool distclean distclean-DEJAGNU \
447 distclean-generic distclean-libtool dvi dvi-am html html-am \
448 info info-am install install-am install-data install-data-am \
449 install-dvi install-dvi-am install-exec install-exec-am \
450 install-html install-html-am install-info install-info-am \
451 install-man install-pdf install-pdf-am install-ps \
452 install-ps-am install-strip installcheck installcheck-am \
453 installdirs maintainer-clean maintainer-clean-generic \
454 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
455 ps ps-am uninstall uninstall-am
458 # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
459 # following variables have to be "routed through" this Makefile, for expansion
460 # of the several (Makefile) variables used therein.
461 libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
462 cp $< $@.tmp
463 echo >> $@.tmp \
464 'set offload_additional_options "$(offload_additional_options)"'
465 echo >> $@.tmp \
466 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
467 mv $@.tmp $@
469 all-local: libgomp-test-support.exp
471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
472 # Otherwise a system limit (for SysV at least) may be exceeded.
473 .NOEXPORT: