i386: Rename sat_plusminus expanders to standard names [PR112600]
[official-gcc.git] / libgomp / Makefile.in
blobda902f3daca8405aec6fa5574563db883327beab
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@
17 # Plugins for offload execution, Makefile.am fragment.
19 # Copyright (C) 2014-2024 Free Software Foundation, Inc.
21 # Contributed by Mentor Embedded.
23 # This file is part of the GNU Offloading and Multi Processing Library
24 # (libgomp).
26 # Libgomp is free software; you can redistribute it and/or modify it
27 # under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 3, or (at your option)
29 # any later version.
31 # Libgomp is distributed in the hope that it will be useful, but WITHOUT ANY
32 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
33 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for
34 # more details.
36 # Under Section 7 of GPL version 3, you are granted additional
37 # permissions described in the GCC Runtime Library Exception, version
38 # 3.1, as published by the Free Software Foundation.
40 # You should have received a copy of the GNU General Public License and
41 # a copy of the GCC Runtime Library Exception along with this program;
42 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
43 # <http://www.gnu.org/licenses/>.
46 VPATH = @srcdir@
47 am__is_gnu_make = { \
48 if test -z '$(MAKELEVEL)'; then \
49 false; \
50 elif test -n '$(MAKE_HOST)'; then \
51 true; \
52 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
53 true; \
54 else \
55 false; \
56 fi; \
58 am__make_running_with_option = \
59 case $${target_option-} in \
60 ?) ;; \
61 *) echo "am__make_running_with_option: internal error: invalid" \
62 "target option '$${target_option-}' specified" >&2; \
63 exit 1;; \
64 esac; \
65 has_opt=no; \
66 sane_makeflags=$$MAKEFLAGS; \
67 if $(am__is_gnu_make); then \
68 sane_makeflags=$$MFLAGS; \
69 else \
70 case $$MAKEFLAGS in \
71 *\\[\ \ ]*) \
72 bs=\\; \
73 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
74 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
75 esac; \
76 fi; \
77 skip_next=no; \
78 strip_trailopt () \
79 { \
80 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
81 }; \
82 for flg in $$sane_makeflags; do \
83 test $$skip_next = yes && { skip_next=no; continue; }; \
84 case $$flg in \
85 *=*|--*) continue;; \
86 -*I) strip_trailopt 'I'; skip_next=yes;; \
87 -*I?*) strip_trailopt 'I';; \
88 -*O) strip_trailopt 'O'; skip_next=yes;; \
89 -*O?*) strip_trailopt 'O';; \
90 -*l) strip_trailopt 'l'; skip_next=yes;; \
91 -*l?*) strip_trailopt 'l';; \
92 -[dEDm]) skip_next=yes;; \
93 -[JT]) skip_next=yes;; \
94 esac; \
95 case $$flg in \
96 *$$target_option*) has_opt=yes; break;; \
97 esac; \
98 done; \
99 test $$has_opt = yes
100 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
101 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
102 pkgdatadir = $(datadir)/@PACKAGE@
103 pkgincludedir = $(includedir)/@PACKAGE@
104 pkglibdir = $(libdir)/@PACKAGE@
105 pkglibexecdir = $(libexecdir)/@PACKAGE@
106 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
107 install_sh_DATA = $(install_sh) -c -m 644
108 install_sh_PROGRAM = $(install_sh) -c
109 install_sh_SCRIPT = $(install_sh) -c
110 INSTALL_HEADER = $(INSTALL_DATA)
111 transform = $(program_transform_name)
112 NORMAL_INSTALL = :
113 PRE_INSTALL = :
114 POST_INSTALL = :
115 NORMAL_UNINSTALL = :
116 PRE_UNINSTALL = :
117 POST_UNINSTALL = :
118 build_triplet = @build@
119 host_triplet = @host@
120 target_triplet = @target@
121 @PLUGIN_NVPTX_TRUE@am__append_1 = libgomp-plugin-nvptx.la
122 @PLUGIN_GCN_TRUE@am__append_2 = libgomp-plugin-gcn.la
123 @USE_FORTRAN_TRUE@am__append_3 = openacc.f90
124 subdir = .
125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
127 $(top_srcdir)/../config/ax_count_cpus.m4 \
128 $(top_srcdir)/../config/depstand.m4 \
129 $(top_srcdir)/../config/enable.m4 \
130 $(top_srcdir)/../config/futex.m4 \
131 $(top_srcdir)/../config/lead-dot.m4 \
132 $(top_srcdir)/../config/lthostflags.m4 \
133 $(top_srcdir)/../config/multi.m4 \
134 $(top_srcdir)/../config/override.m4 \
135 $(top_srcdir)/../config/tls.m4 \
136 $(top_srcdir)/../config/toolexeclibdir.m4 \
137 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
138 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
139 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
140 $(top_srcdir)/../config/cet.m4 \
141 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
142 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143 $(ACLOCAL_M4)
144 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
145 $(am__configure_deps)
146 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
147 configure.lineno config.status.lineno
148 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
149 CONFIG_HEADER = config.h
150 CONFIG_CLEAN_FILES = omp.h omp_lib.h omp_lib.f90 libgomp_f.h \
151 libgomp.spec
152 CONFIG_CLEAN_VPATH_FILES =
153 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154 am__vpath_adj = case $$p in \
155 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156 *) f=$$p;; \
157 esac;
158 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159 am__install_max = 40
160 am__nobase_strip_setup = \
161 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162 am__nobase_strip = \
163 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164 am__nobase_list = $(am__nobase_strip_setup); \
165 for p in $$list; do echo "$$p $$p"; done | \
166 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168 if (++n[$$2] == $(am__install_max)) \
169 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170 END { for (dir in files) print dir, files[dir] }'
171 am__base_list = \
172 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174 am__uninstall_files_from_dir = { \
175 test -z "$$files" \
176 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178 $(am__cd) "$$dir" && rm -f $$files; }; \
180 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \
181 "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" \
182 "$(DESTDIR)$(toolexeclibdir)"
183 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
184 am__DEPENDENCIES_1 =
185 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_DEPENDENCIES = libgomp.la \
186 @PLUGIN_GCN_TRUE@ $(am__DEPENDENCIES_1)
187 @PLUGIN_GCN_TRUE@am_libgomp_plugin_gcn_la_OBJECTS = \
188 @PLUGIN_GCN_TRUE@ libgomp_plugin_gcn_la-plugin-gcn.lo
189 libgomp_plugin_gcn_la_OBJECTS = $(am_libgomp_plugin_gcn_la_OBJECTS)
190 AM_V_lt = $(am__v_lt_@AM_V@)
191 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
192 am__v_lt_0 = --silent
193 am__v_lt_1 =
194 libgomp_plugin_gcn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
195 $(libgomp_plugin_gcn_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
196 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
197 $(libgomp_plugin_gcn_la_LDFLAGS) $(LDFLAGS) -o $@
198 @PLUGIN_GCN_TRUE@am_libgomp_plugin_gcn_la_rpath = -rpath \
199 @PLUGIN_GCN_TRUE@ $(toolexeclibdir)
200 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_DEPENDENCIES = libgomp.la \
201 @PLUGIN_NVPTX_TRUE@ $(am__DEPENDENCIES_1)
202 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_OBJECTS = \
203 @PLUGIN_NVPTX_TRUE@ libgomp_plugin_nvptx_la-plugin-nvptx.lo
204 libgomp_plugin_nvptx_la_OBJECTS = \
205 $(am_libgomp_plugin_nvptx_la_OBJECTS)
206 libgomp_plugin_nvptx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
207 $(libgomp_plugin_nvptx_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
208 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
209 $(libgomp_plugin_nvptx_la_LDFLAGS) $(LDFLAGS) -o $@
210 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_rpath = -rpath \
211 @PLUGIN_NVPTX_TRUE@ $(toolexeclibdir)
212 @USE_FORTRAN_TRUE@am__objects_1 = openacc.lo
213 am_libgomp_la_OBJECTS = alloc.lo atomic.lo barrier.lo critical.lo \
214 env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo \
215 loop.lo loop_ull.lo ordered.lo parallel.lo scope.lo \
216 sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo \
217 proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo \
218 affinity.lo target.lo splay-tree.lo libgomp-plugin.lo \
219 oacc-parallel.lo oacc-host.lo oacc-init.lo oacc-mem.lo \
220 oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo \
221 affinity-fmt.lo teams.lo allocator.lo oacc-profiling.lo \
222 oacc-target.lo target-indirect.lo $(am__objects_1)
223 libgomp_la_OBJECTS = $(am_libgomp_la_OBJECTS)
224 AM_V_P = $(am__v_P_@AM_V@)
225 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
226 am__v_P_0 = false
227 am__v_P_1 = :
228 AM_V_GEN = $(am__v_GEN_@AM_V@)
229 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
230 am__v_GEN_0 = @echo " GEN " $@;
231 am__v_GEN_1 =
232 AM_V_at = $(am__v_at_@AM_V@)
233 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
234 am__v_at_0 = @
235 am__v_at_1 =
236 DEFAULT_INCLUDES = -I.@am__isrc@
237 depcomp = $(SHELL) $(top_srcdir)/../depcomp
238 am__depfiles_maybe = depfiles
239 am__mv = mv -f
240 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
241 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
242 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
244 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
245 $(AM_CFLAGS) $(CFLAGS)
246 AM_V_CC = $(am__v_CC_@AM_V@)
247 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
248 am__v_CC_0 = @echo " CC " $@;
249 am__v_CC_1 =
250 CCLD = $(CC)
251 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
252 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
253 am__v_CCLD_0 = @echo " CCLD " $@;
254 am__v_CCLD_1 =
255 FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
256 LTFCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
257 $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
258 AM_V_FC = $(am__v_FC_@AM_V@)
259 am__v_FC_ = $(am__v_FC_@AM_DEFAULT_V@)
260 am__v_FC_0 = @echo " FC " $@;
261 am__v_FC_1 =
262 FCLD = $(FC)
263 FCLINK = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
264 $(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
265 $(AM_LDFLAGS) $(LDFLAGS) -o $@
266 AM_V_FCLD = $(am__v_FCLD_@AM_V@)
267 am__v_FCLD_ = $(am__v_FCLD_@AM_DEFAULT_V@)
268 am__v_FCLD_0 = @echo " FCLD " $@;
269 am__v_FCLD_1 =
270 SOURCES = $(libgomp_plugin_gcn_la_SOURCES) \
271 $(libgomp_plugin_nvptx_la_SOURCES) $(libgomp_la_SOURCES)
272 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
273 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
274 am__v_DVIPS_0 = @echo " DVIPS " $@;
275 am__v_DVIPS_1 =
276 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
277 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
278 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
279 am__v_MAKEINFO_1 =
280 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
281 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
282 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
283 am__v_INFOHTML_1 =
284 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
285 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
286 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
287 am__v_TEXI2DVI_1 =
288 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
289 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
290 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
291 am__v_TEXI2PDF_1 =
292 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
293 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
294 am__v_texinfo_0 = -q
295 am__v_texinfo_1 =
296 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
297 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
298 am__v_texidevnull_0 = > /dev/null
299 am__v_texidevnull_1 =
300 INFO_DEPS = libgomp.info
301 am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
302 DVIS = libgomp.dvi
303 PDFS = libgomp.pdf
304 PSS = libgomp.ps
305 HTMLS = libgomp.html
306 TEXINFOS = libgomp.texi
307 TEXI2DVI = texi2dvi
308 TEXI2PDF = $(TEXI2DVI) --pdf --batch
309 MAKEINFOHTML = $(MAKEINFO) --html
310 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
311 DVIPS = dvips
312 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
313 ctags-recursive dvi-recursive html-recursive info-recursive \
314 install-data-recursive install-dvi-recursive \
315 install-exec-recursive install-html-recursive \
316 install-info-recursive install-pdf-recursive \
317 install-ps-recursive install-recursive installcheck-recursive \
318 installdirs-recursive pdf-recursive ps-recursive \
319 tags-recursive uninstall-recursive
320 am__can_run_installinfo = \
321 case $$AM_UPDATE_INFO_DIR in \
322 n|no|NO) false;; \
323 *) (install-info --version) >/dev/null 2>&1;; \
324 esac
325 HEADERS = $(nodist_finclude_HEADERS) $(nodist_libsubinclude_HEADERS) \
326 $(nodist_noinst_HEADERS) $(nodist_toolexeclib_HEADERS)
327 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
328 distclean-recursive maintainer-clean-recursive
329 am__recursive_targets = \
330 $(RECURSIVE_TARGETS) \
331 $(RECURSIVE_CLEAN_TARGETS) \
332 $(am__extra_recursive_targets)
333 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
334 cscope
335 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
336 $(LISP)config.h.in
337 # Read a list of newline-separated strings from the standard input,
338 # and print each of them once, without duplicates. Input order is
339 # *not* preserved.
340 am__uniquify_input = $(AWK) '\
341 BEGIN { nonempty = 0; } \
342 { items[$$0] = 1; nonempty = 1; } \
343 END { if (nonempty) { for (i in items) print i; }; } \
345 # Make sure the list of sources is unique. This is necessary because,
346 # e.g., the same source file might be shared among _SOURCES variables
347 # for different programs/libraries.
348 am__define_uniq_tagged_files = \
349 list='$(am__tagged_files)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | $(am__uniquify_input)`
353 ETAGS = etags
354 CTAGS = ctags
355 CSCOPE = cscope
356 DIST_SUBDIRS = $(SUBDIRS)
357 ACLOCAL = @ACLOCAL@
358 AMTAR = @AMTAR@
359 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
360 AR = @AR@
361 AUTOCONF = @AUTOCONF@
362 AUTOHEADER = @AUTOHEADER@
363 AUTOMAKE = @AUTOMAKE@
364 AWK = @AWK@
365 CC = @CC@
366 CCDEPMODE = @CCDEPMODE@
367 CFLAGS = @CFLAGS@
368 CPP = @CPP@
369 CPPFLAGS = @CPPFLAGS@
370 CPU_COUNT = @CPU_COUNT@
371 CYGPATH_W = @CYGPATH_W@
372 DEFS = @DEFS@
373 DEPDIR = @DEPDIR@
374 DL_LIBS = @DL_LIBS@
375 DSYMUTIL = @DSYMUTIL@
376 DUMPBIN = @DUMPBIN@
377 ECHO_C = @ECHO_C@
378 ECHO_N = @ECHO_N@
379 ECHO_T = @ECHO_T@
380 EGREP = @EGREP@
381 EXEEXT = @EXEEXT@
382 FC = @FC@
383 FCFLAGS = @FCFLAGS@
384 FGREP = @FGREP@
385 FLOCK = @FLOCK@
386 GREP = @GREP@
387 INSTALL = @INSTALL@
388 INSTALL_DATA = @INSTALL_DATA@
389 INSTALL_PROGRAM = @INSTALL_PROGRAM@
390 INSTALL_SCRIPT = @INSTALL_SCRIPT@
391 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
392 INTPTR_T_KIND = @INTPTR_T_KIND@
393 LD = @LD@
394 LDFLAGS = @LDFLAGS@
395 LIBOBJS = @LIBOBJS@
396 LIBS = @LIBS@
397 LIBTOOL = @LIBTOOL@
398 LIPO = @LIPO@
399 LN_S = @LN_S@
400 LTLIBOBJS = @LTLIBOBJS@
401 MAINT = @MAINT@
402 MAKEINFO = @MAKEINFO@
403 MKDIR_P = @MKDIR_P@
404 NM = @NM@
405 NMEDIT = @NMEDIT@
406 OBJDUMP = @OBJDUMP@
407 OBJEXT = @OBJEXT@
408 OMP_DEPEND_KIND = @OMP_DEPEND_KIND@
409 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
410 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
411 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
412 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
413 OMP_LOCK_KIND = @OMP_LOCK_KIND@
414 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
415 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
416 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
417 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
418 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
419 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
420 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
421 OPT_LDFLAGS = @OPT_LDFLAGS@
422 OTOOL = @OTOOL@
423 OTOOL64 = @OTOOL64@
424 PACKAGE = @PACKAGE@
425 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
426 PACKAGE_NAME = @PACKAGE_NAME@
427 PACKAGE_STRING = @PACKAGE_STRING@
428 PACKAGE_TARNAME = @PACKAGE_TARNAME@
429 PACKAGE_URL = @PACKAGE_URL@
430 PACKAGE_VERSION = @PACKAGE_VERSION@
431 PATH_SEPARATOR = @PATH_SEPARATOR@
432 RANLIB = @RANLIB@
433 SECTION_LDFLAGS = @SECTION_LDFLAGS@
434 SED = @SED@
435 SET_MAKE = @SET_MAKE@
436 SHELL = @SHELL@
437 STRIP = @STRIP@
438 SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
439 VERSION = @VERSION@
440 XCFLAGS = @XCFLAGS@
441 XLDFLAGS = @XLDFLAGS@
442 abs_builddir = @abs_builddir@
443 abs_srcdir = @abs_srcdir@
444 abs_top_builddir = @abs_top_builddir@
445 abs_top_srcdir = @abs_top_srcdir@
446 ac_ct_CC = @ac_ct_CC@
447 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
448 ac_ct_FC = @ac_ct_FC@
449 am__include = @am__include@
450 am__leading_dot = @am__leading_dot@
451 am__quote = @am__quote@
452 am__tar = @am__tar@
453 am__untar = @am__untar@
454 bindir = @bindir@
455 build = @build@
456 build_alias = @build_alias@
457 build_cpu = @build_cpu@
458 build_os = @build_os@
459 build_vendor = @build_vendor@
460 builddir = @builddir@
461 config_path = @config_path@
462 datadir = @datadir@
463 datarootdir = @datarootdir@
464 docdir = @docdir@
465 dvidir = @dvidir@
466 enable_shared = @enable_shared@
467 enable_static = @enable_static@
468 exec_prefix = @exec_prefix@
469 get_gcc_base_ver = @get_gcc_base_ver@
470 host = @host@
471 host_alias = @host_alias@
472 host_cpu = @host_cpu@
473 host_os = @host_os@
474 host_vendor = @host_vendor@
475 htmldir = @htmldir@
476 includedir = @includedir@
477 infodir = @infodir@
478 install_sh = @install_sh@
479 libdir = @libdir@
480 libexecdir = @libexecdir@
481 libtool_VERSION = @libtool_VERSION@
482 link_gomp = @link_gomp@
483 localedir = @localedir@
484 localstatedir = @localstatedir@
485 lt_host_flags = @lt_host_flags@
486 mandir = @mandir@
487 mkdir_p = @mkdir_p@
488 multi_basedir = @multi_basedir@
489 offload_additional_lib_paths = @offload_additional_lib_paths@
490 offload_additional_options = @offload_additional_options@
491 offload_plugins = @offload_plugins@
492 offload_targets = @offload_targets@
493 oldincludedir = @oldincludedir@
494 pdfdir = @pdfdir@
495 prefix = @prefix@
496 program_transform_name = @program_transform_name@
497 psdir = @psdir@
498 sbindir = @sbindir@
499 sharedstatedir = @sharedstatedir@
500 srcdir = @srcdir@
501 sysconfdir = @sysconfdir@
502 target = @target@
503 target_alias = @target_alias@
504 target_cpu = @target_cpu@
505 target_os = @target_os@
506 target_vendor = @target_vendor@
507 tmake_file = @tmake_file@
508 toolexecdir = @toolexecdir@
509 toolexeclibdir = @toolexeclibdir@
510 top_build_prefix = @top_build_prefix@
511 top_builddir = @top_builddir@
512 top_srcdir = @top_srcdir@
513 AUTOMAKE_OPTIONS = info-in-builddir
514 ACLOCAL_AMFLAGS = -I .. -I ../config
515 SUBDIRS = testsuite
516 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
517 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
518 $(top_srcdir)/../include
520 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/finclude
521 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
522 AM_CPPFLAGS = $(addprefix -I, $(search_path))
523 AM_CFLAGS = $(XCFLAGS)
524 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)
525 toolexeclib_LTLIBRARIES = libgomp.la $(am__append_1) $(am__append_2)
526 nodist_toolexeclib_HEADERS = libgomp.spec
528 # -Wc is only a libtool option.
529 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@comma = ,
530 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
531 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script =
532 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,libgomp.ver
533 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,-M,libgomp.ver-sun
534 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_dep =
535 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver
536 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver-sun
537 libgomp_version_info = -version-info $(libtool_VERSION)
538 @ENABLE_DARWIN_AT_RPATH_TRUE@libgomp_darwin_rpath = \
539 @ENABLE_DARWIN_AT_RPATH_TRUE@ -Wc,-nodefaultrpaths \
540 @ENABLE_DARWIN_AT_RPATH_TRUE@ -Wl,-rpath,@loader_path
541 libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
542 $(lt_host_flags) $(libgomp_darwin_rpath)
544 libgomp_la_LIBADD = $(DL_LIBS)
545 libgomp_la_DEPENDENCIES = $(libgomp_version_dep)
546 libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS)
547 libgomp_la_SOURCES = alloc.c atomic.c barrier.c critical.c env.c \
548 error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c \
549 ordered.c parallel.c scope.c sections.c single.c task.c team.c \
550 work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c \
551 fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c \
552 oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c \
553 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
554 affinity-fmt.c teams.c allocator.c oacc-profiling.c \
555 oacc-target.c target-indirect.c $(am__append_3)
557 # Nvidia PTX OpenACC plugin.
558 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_version_info = -version-info $(libtool_VERSION)
559 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c
560 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_CPPFLAGS = $(AM_CPPFLAGS)
561 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LDFLAGS = $(libgomp_plugin_nvptx_version_info) \
562 @PLUGIN_NVPTX_TRUE@ $(lt_host_flags)
565 # libgomp nvptx plugin developer's section.
567 # Including the GCC-shipped 'include/cuda/cuda.h' (default) vs. system <cuda.h>:
568 #libgomp_plugin_nvptx_la_CPPFLAGS += -DPLUGIN_NVPTX_INCLUDE_SYSTEM_CUDA_H
569 #libgomp_plugin_nvptx_la_CPPFLAGS += -I[CUDA]/include
571 # 'dlopen'ing the CUDA Driver library (default):
572 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBADD = libgomp.la \
573 @PLUGIN_NVPTX_TRUE@ $(DL_LIBS)
574 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBTOOLFLAGS = --tag=disable-static
575 # ... vs. linking it:
576 #libgomp_plugin_nvptx_la_CPPFLAGS += -DPLUGIN_NVPTX_LINK_LIBCUDA
577 #libgomp_plugin_nvptx_la_LDFLAGS += -L[CUDA]/lib64/stubs
578 #libgomp_plugin_nvptx_la_LIBADD += -lcuda
580 # AMD GCN plugin
581 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_version_info = -version-info $(libtool_VERSION)
582 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_SOURCES = plugin/plugin-gcn.c
583 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_CPPFLAGS = $(AM_CPPFLAGS) \
584 @PLUGIN_GCN_TRUE@ -D_GNU_SOURCE
586 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LDFLAGS = $(libgomp_plugin_gcn_version_info) \
587 @PLUGIN_GCN_TRUE@ $(lt_host_flags)
589 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBADD = libgomp.la $(DL_LIBS)
590 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBTOOLFLAGS = --tag=disable-static
591 nodist_noinst_HEADERS = libgomp_f.h
592 nodist_libsubinclude_HEADERS = omp.h openacc.h acc_prof.h
593 @USE_FORTRAN_TRUE@nodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod \
594 @USE_FORTRAN_TRUE@ openacc_lib.h openacc.f90 openacc.mod openacc_kinds.mod
596 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
597 LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
598 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LTLDFLAGS) -o $@
601 # Automake Documentation:
602 # If your package has Texinfo files in many directories, you can use the
603 # variable TEXINFO_TEX to tell Automake where to find the canonical
604 # `texinfo.tex' for your package. The value of this variable should be
605 # the relative path from the current `Makefile.am' to `texinfo.tex'.
606 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
608 # Defines info, dvi, pdf and html targets
609 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
610 info_TEXINFOS = libgomp.texi
611 @GENINSRC_FALSE@STAMP_GENINSRC =
613 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
614 @GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
615 @BUILD_INFO_FALSE@STAMP_BUILD_INFO =
617 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
618 @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
619 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
620 MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
621 MULTISRCTOP =
622 MULTIBUILDTOP =
623 MULTIDIRS =
624 MULTISUBDIR =
625 MULTIDO = true
626 MULTICLEAN = true
627 all: config.h
628 $(MAKE) $(AM_MAKEFLAGS) all-recursive
630 .SUFFIXES:
631 .SUFFIXES: .c .dvi .f90 .lo .o .obj .ps
632 am--refresh: Makefile
634 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__configure_deps)
635 @for dep in $?; do \
636 case '$(am__configure_deps)' in \
637 *$$dep*) \
638 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
639 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
640 && exit 0; \
641 exit 1;; \
642 esac; \
643 done; \
644 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
645 $(am__cd) $(top_srcdir) && \
646 $(AUTOMAKE) --foreign Makefile
647 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
648 @case '$?' in \
649 *config.status*) \
650 echo ' $(SHELL) ./config.status'; \
651 $(SHELL) ./config.status;; \
652 *) \
653 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
654 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
655 esac;
656 $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__empty):
658 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
659 $(SHELL) ./config.status --recheck
661 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
662 $(am__cd) $(srcdir) && $(AUTOCONF)
663 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
664 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
665 $(am__aclocal_m4_deps):
667 config.h: stamp-h1
668 @test -f $@ || rm -f stamp-h1
669 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
671 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
672 @rm -f stamp-h1
673 cd $(top_builddir) && $(SHELL) ./config.status config.h
674 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
675 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
676 rm -f stamp-h1
677 touch $@
679 distclean-hdr:
680 -rm -f config.h stamp-h1
681 omp.h: $(top_builddir)/config.status $(srcdir)/omp.h.in
682 cd $(top_builddir) && $(SHELL) ./config.status $@
683 omp_lib.h: $(top_builddir)/config.status $(srcdir)/omp_lib.h.in
684 cd $(top_builddir) && $(SHELL) ./config.status $@
685 omp_lib.f90: $(top_builddir)/config.status $(srcdir)/omp_lib.f90.in
686 cd $(top_builddir) && $(SHELL) ./config.status $@
687 libgomp_f.h: $(top_builddir)/config.status $(srcdir)/libgomp_f.h.in
688 cd $(top_builddir) && $(SHELL) ./config.status $@
689 libgomp.spec: $(top_builddir)/config.status $(srcdir)/libgomp.spec.in
690 cd $(top_builddir) && $(SHELL) ./config.status $@
692 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
693 @$(NORMAL_INSTALL)
694 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
695 list2=; for p in $$list; do \
696 if test -f $$p; then \
697 list2="$$list2 $$p"; \
698 else :; fi; \
699 done; \
700 test -z "$$list2" || { \
701 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
702 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
703 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
704 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
707 uninstall-toolexeclibLTLIBRARIES:
708 @$(NORMAL_UNINSTALL)
709 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
710 for p in $$list; do \
711 $(am__strip_dir) \
712 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
713 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
714 done
716 clean-toolexeclibLTLIBRARIES:
717 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
718 @list='$(toolexeclib_LTLIBRARIES)'; \
719 locs=`for p in $$list; do echo $$p; done | \
720 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
721 sort -u`; \
722 test -z "$$locs" || { \
723 echo rm -f $${locs}; \
724 rm -f $${locs}; \
727 libgomp-plugin-gcn.la: $(libgomp_plugin_gcn_la_OBJECTS) $(libgomp_plugin_gcn_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_gcn_la_DEPENDENCIES)
728 $(AM_V_CCLD)$(libgomp_plugin_gcn_la_LINK) $(am_libgomp_plugin_gcn_la_rpath) $(libgomp_plugin_gcn_la_OBJECTS) $(libgomp_plugin_gcn_la_LIBADD) $(LIBS)
730 libgomp-plugin-nvptx.la: $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_nvptx_la_DEPENDENCIES)
731 $(AM_V_CCLD)$(libgomp_plugin_nvptx_la_LINK) $(am_libgomp_plugin_nvptx_la_rpath) $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_LIBADD) $(LIBS)
733 libgomp.la: $(libgomp_la_OBJECTS) $(libgomp_la_DEPENDENCIES) $(EXTRA_libgomp_la_DEPENDENCIES)
734 $(AM_V_GEN)$(libgomp_la_LINK) -rpath $(toolexeclibdir) $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) $(LIBS)
736 mostlyclean-compile:
737 -rm -f *.$(OBJEXT)
739 distclean-compile:
740 -rm -f *.tab.c
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity-fmt.Plo@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fortran.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv-device.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter_ull.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp-plugin.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_ull.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-async.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-host.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-init.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-mem.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-parallel.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-plugin.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-profiling.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-target.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordered.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priority_queue.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptrlock.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sections.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sem.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay-tree.Plo@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-indirect.Plo@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/teams.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@
791 .c.o:
792 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
793 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
798 .c.obj:
799 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
800 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
805 .c.lo:
806 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
807 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
812 libgomp_plugin_gcn_la-plugin-gcn.lo: plugin/plugin-gcn.c
813 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgomp_plugin_gcn_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_gcn_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgomp_plugin_gcn_la-plugin-gcn.lo -MD -MP -MF $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Tpo -c -o libgomp_plugin_gcn_la-plugin-gcn.lo `test -f 'plugin/plugin-gcn.c' || echo '$(srcdir)/'`plugin/plugin-gcn.c
814 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Tpo $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-gcn.c' object='libgomp_plugin_gcn_la-plugin-gcn.lo' libtool=yes @AMDEPBACKSLASH@
816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgomp_plugin_gcn_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_gcn_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgomp_plugin_gcn_la-plugin-gcn.lo `test -f 'plugin/plugin-gcn.c' || echo '$(srcdir)/'`plugin/plugin-gcn.c
819 libgomp_plugin_nvptx_la-plugin-nvptx.lo: plugin/plugin-nvptx.c
820 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgomp_plugin_nvptx_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_nvptx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgomp_plugin_nvptx_la-plugin-nvptx.lo -MD -MP -MF $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Tpo -c -o libgomp_plugin_nvptx_la-plugin-nvptx.lo `test -f 'plugin/plugin-nvptx.c' || echo '$(srcdir)/'`plugin/plugin-nvptx.c
821 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Tpo $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-nvptx.c' object='libgomp_plugin_nvptx_la-plugin-nvptx.lo' libtool=yes @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgomp_plugin_nvptx_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_nvptx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgomp_plugin_nvptx_la-plugin-nvptx.lo `test -f 'plugin/plugin-nvptx.c' || echo '$(srcdir)/'`plugin/plugin-nvptx.c
826 .f90.o:
827 $(AM_V_FC)$(FCCOMPILE) -c -o $@ $<
829 .f90.obj:
830 $(AM_V_FC)$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
832 .f90.lo:
833 $(AM_V_FC)$(LTFCCOMPILE) -c -o $@ $<
835 mostlyclean-libtool:
836 -rm -f *.lo
838 clean-libtool:
839 -rm -rf .libs _libs
841 distclean-libtool:
842 -rm -f libtool config.lt
844 libgomp.dvi: libgomp.texi
845 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
846 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
847 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
848 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
850 libgomp.pdf: libgomp.texi
851 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
852 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
853 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
854 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
856 libgomp.html: libgomp.texi
857 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
858 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
859 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
860 then \
861 rm -rf $@ && mv $(@:.html=.htp) $@; \
862 else \
863 rm -rf $(@:.html=.htp); exit 1; \
865 .dvi.ps:
866 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
867 $(DVIPS) $(AM_V_texinfo) -o $@ $<
869 uninstall-dvi-am:
870 @$(NORMAL_UNINSTALL)
871 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
872 for p in $$list; do \
873 $(am__strip_dir) \
874 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
875 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
876 done
878 uninstall-html-am:
879 @$(NORMAL_UNINSTALL)
880 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
881 for p in $$list; do \
882 $(am__strip_dir) \
883 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
884 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
885 done
887 uninstall-info-am:
888 @$(PRE_UNINSTALL)
889 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
890 list='$(INFO_DEPS)'; \
891 for file in $$list; do \
892 relfile=`echo "$$file" | sed 's|^.*/||'`; \
893 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
894 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
895 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
896 done; \
897 else :; fi
898 @$(NORMAL_UNINSTALL)
899 @list='$(INFO_DEPS)'; \
900 for file in $$list; do \
901 relfile=`echo "$$file" | sed 's|^.*/||'`; \
902 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
903 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
904 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
905 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
906 else :; fi); \
907 done
909 uninstall-pdf-am:
910 @$(NORMAL_UNINSTALL)
911 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
912 for p in $$list; do \
913 $(am__strip_dir) \
914 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
915 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
916 done
918 uninstall-ps-am:
919 @$(NORMAL_UNINSTALL)
920 @list='$(PSS)'; test -n "$(psdir)" || list=; \
921 for p in $$list; do \
922 $(am__strip_dir) \
923 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
924 rm -f "$(DESTDIR)$(psdir)/$$f"; \
925 done
927 dist-info: $(INFO_DEPS)
928 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
929 list='$(INFO_DEPS)'; \
930 for base in $$list; do \
931 case $$base in \
932 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
933 esac; \
934 if test -f $$base; then d=.; else d=$(srcdir); fi; \
935 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
936 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
937 if test -f $$file; then \
938 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
939 test -f "$(distdir)/$$relfile" || \
940 cp -p $$file "$(distdir)/$$relfile"; \
941 else :; fi; \
942 done; \
943 done
945 mostlyclean-aminfo:
946 -rm -rf libgomp.t2d libgomp.t2p
948 clean-aminfo:
949 -test -z "libgomp.dvi libgomp.pdf libgomp.ps libgomp.html" \
950 || rm -rf libgomp.dvi libgomp.pdf libgomp.ps libgomp.html
952 maintainer-clean-aminfo:
953 @list='$(INFO_DEPS)'; for i in $$list; do \
954 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
955 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
956 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
957 done
958 install-nodist_fincludeHEADERS: $(nodist_finclude_HEADERS)
959 @$(NORMAL_INSTALL)
960 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
961 if test -n "$$list"; then \
962 echo " $(MKDIR_P) '$(DESTDIR)$(fincludedir)'"; \
963 $(MKDIR_P) "$(DESTDIR)$(fincludedir)" || exit 1; \
964 fi; \
965 for p in $$list; do \
966 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
967 echo "$$d$$p"; \
968 done | $(am__base_list) | \
969 while read files; do \
970 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(fincludedir)'"; \
971 $(INSTALL_HEADER) $$files "$(DESTDIR)$(fincludedir)" || exit $$?; \
972 done
974 uninstall-nodist_fincludeHEADERS:
975 @$(NORMAL_UNINSTALL)
976 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
977 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
978 dir='$(DESTDIR)$(fincludedir)'; $(am__uninstall_files_from_dir)
979 install-nodist_libsubincludeHEADERS: $(nodist_libsubinclude_HEADERS)
980 @$(NORMAL_INSTALL)
981 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
982 if test -n "$$list"; then \
983 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
984 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
985 fi; \
986 for p in $$list; do \
987 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
988 echo "$$d$$p"; \
989 done | $(am__base_list) | \
990 while read files; do \
991 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsubincludedir)'"; \
992 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsubincludedir)" || exit $$?; \
993 done
995 uninstall-nodist_libsubincludeHEADERS:
996 @$(NORMAL_UNINSTALL)
997 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
998 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
999 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
1000 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
1001 @$(NORMAL_INSTALL)
1002 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1003 if test -n "$$list"; then \
1004 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1005 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1006 fi; \
1007 for p in $$list; do \
1008 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1009 echo "$$d$$p"; \
1010 done | $(am__base_list) | \
1011 while read files; do \
1012 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
1013 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
1014 done
1016 uninstall-nodist_toolexeclibHEADERS:
1017 @$(NORMAL_UNINSTALL)
1018 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1019 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1020 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1022 # This directory's subdirectories are mostly independent; you can cd
1023 # into them and run 'make' without going through this Makefile.
1024 # To change the values of 'make' variables: instead of editing Makefiles,
1025 # (1) if the variable is set in 'config.status', edit 'config.status'
1026 # (which will cause the Makefiles to be regenerated when you run 'make');
1027 # (2) otherwise, pass the desired values on the 'make' command line.
1028 $(am__recursive_targets):
1029 @fail=; \
1030 if $(am__make_keepgoing); then \
1031 failcom='fail=yes'; \
1032 else \
1033 failcom='exit 1'; \
1034 fi; \
1035 dot_seen=no; \
1036 target=`echo $@ | sed s/-recursive//`; \
1037 case "$@" in \
1038 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1039 *) list='$(SUBDIRS)' ;; \
1040 esac; \
1041 for subdir in $$list; do \
1042 echo "Making $$target in $$subdir"; \
1043 if test "$$subdir" = "."; then \
1044 dot_seen=yes; \
1045 local_target="$$target-am"; \
1046 else \
1047 local_target="$$target"; \
1048 fi; \
1049 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1050 || eval $$failcom; \
1051 done; \
1052 if test "$$dot_seen" = "no"; then \
1053 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1054 fi; test -z "$$fail"
1056 ID: $(am__tagged_files)
1057 $(am__define_uniq_tagged_files); mkid -fID $$unique
1058 tags: tags-recursive
1059 TAGS: tags
1061 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1062 set x; \
1063 here=`pwd`; \
1064 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1065 include_option=--etags-include; \
1066 empty_fix=.; \
1067 else \
1068 include_option=--include; \
1069 empty_fix=; \
1070 fi; \
1071 list='$(SUBDIRS)'; for subdir in $$list; do \
1072 if test "$$subdir" = .; then :; else \
1073 test ! -f $$subdir/TAGS || \
1074 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1075 fi; \
1076 done; \
1077 $(am__define_uniq_tagged_files); \
1078 shift; \
1079 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1080 test -n "$$unique" || unique=$$empty_fix; \
1081 if test $$# -gt 0; then \
1082 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1083 "$$@" $$unique; \
1084 else \
1085 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1086 $$unique; \
1087 fi; \
1089 ctags: ctags-recursive
1091 CTAGS: ctags
1092 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1093 $(am__define_uniq_tagged_files); \
1094 test -z "$(CTAGS_ARGS)$$unique" \
1095 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1096 $$unique
1098 GTAGS:
1099 here=`$(am__cd) $(top_builddir) && pwd` \
1100 && $(am__cd) $(top_srcdir) \
1101 && gtags -i $(GTAGS_ARGS) "$$here"
1102 cscope: cscope.files
1103 test ! -s cscope.files \
1104 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1105 clean-cscope:
1106 -rm -f cscope.files
1107 cscope.files: clean-cscope cscopelist
1108 cscopelist: cscopelist-recursive
1110 cscopelist-am: $(am__tagged_files)
1111 list='$(am__tagged_files)'; \
1112 case "$(srcdir)" in \
1113 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1114 *) sdir=$(subdir)/$(srcdir) ;; \
1115 esac; \
1116 for i in $$list; do \
1117 if test -f "$$i"; then \
1118 echo "$(subdir)/$$i"; \
1119 else \
1120 echo "$$sdir/$$i"; \
1121 fi; \
1122 done >> $(top_builddir)/cscope.files
1124 distclean-tags:
1125 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1126 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1127 check-am: all-am
1128 check: check-recursive
1129 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h \
1130 all-local
1131 installdirs: installdirs-recursive
1132 installdirs-am:
1133 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
1134 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1135 done
1136 install: install-recursive
1137 install-exec: install-exec-recursive
1138 install-data: install-data-recursive
1139 uninstall: uninstall-recursive
1141 install-am: all-am
1142 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1144 installcheck: installcheck-recursive
1145 install-strip:
1146 if test -z '$(STRIP)'; then \
1147 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1148 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1149 install; \
1150 else \
1151 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1152 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1153 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1155 mostlyclean-generic:
1157 clean-generic:
1158 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1160 distclean-generic:
1161 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1162 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1164 maintainer-clean-generic:
1165 @echo "This command is intended for maintainers to use"
1166 @echo "it deletes files that may require special tools to rebuild."
1167 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1168 clean: clean-recursive
1170 clean-am: clean-aminfo clean-generic clean-libtool clean-local \
1171 clean-toolexeclibLTLIBRARIES mostlyclean-am
1173 distclean: distclean-recursive
1174 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1175 -rm -rf ./$(DEPDIR)
1176 -rm -f Makefile
1177 distclean-am: clean-am distclean-compile distclean-generic \
1178 distclean-hdr distclean-libtool distclean-local distclean-tags
1180 dvi: dvi-recursive
1182 dvi-am: $(DVIS)
1184 html: html-recursive
1186 html-am: $(HTMLS)
1188 info: info-recursive
1190 info-am: $(INFO_DEPS)
1192 install-data-am: install-info-am install-nodist_fincludeHEADERS \
1193 install-nodist_libsubincludeHEADERS
1195 install-dvi: install-dvi-recursive
1197 install-dvi-am: $(DVIS)
1198 @$(NORMAL_INSTALL)
1199 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1200 if test -n "$$list"; then \
1201 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1202 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1203 fi; \
1204 for p in $$list; do \
1205 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1206 echo "$$d$$p"; \
1207 done | $(am__base_list) | \
1208 while read files; do \
1209 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1210 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1211 done
1212 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS \
1213 install-toolexeclibLTLIBRARIES
1215 install-html: install-html-recursive
1217 install-html-am: $(HTMLS)
1218 @$(NORMAL_INSTALL)
1219 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1220 if test -n "$$list"; then \
1221 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1222 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1223 fi; \
1224 for p in $$list; do \
1225 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1226 $(am__strip_dir) \
1227 d2=$$d$$p; \
1228 if test -d "$$d2"; then \
1229 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1230 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1231 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1232 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
1233 else \
1234 list2="$$list2 $$d2"; \
1235 fi; \
1236 done; \
1237 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1238 while read files; do \
1239 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1240 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1241 done; }
1242 install-info: install-info-recursive
1244 install-info-am: $(INFO_DEPS)
1245 @$(NORMAL_INSTALL)
1246 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1247 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1248 if test -n "$$list"; then \
1249 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1250 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1251 fi; \
1252 for file in $$list; do \
1253 case $$file in \
1254 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1255 esac; \
1256 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1257 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1258 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1259 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1260 if test -f $$ifile; then \
1261 echo "$$ifile"; \
1262 else : ; fi; \
1263 done; \
1264 done | $(am__base_list) | \
1265 while read files; do \
1266 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1267 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1268 @$(POST_INSTALL)
1269 @if $(am__can_run_installinfo); then \
1270 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1271 for file in $$list; do \
1272 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1273 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1274 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1275 done; \
1276 else : ; fi
1277 install-man:
1279 install-pdf: install-pdf-recursive
1281 install-pdf-am: $(PDFS)
1282 @$(NORMAL_INSTALL)
1283 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1284 if test -n "$$list"; then \
1285 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1286 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1287 fi; \
1288 for p in $$list; do \
1289 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1290 echo "$$d$$p"; \
1291 done | $(am__base_list) | \
1292 while read files; do \
1293 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1294 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1295 install-ps: install-ps-recursive
1297 install-ps-am: $(PSS)
1298 @$(NORMAL_INSTALL)
1299 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1300 if test -n "$$list"; then \
1301 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1302 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1303 fi; \
1304 for p in $$list; do \
1305 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1306 echo "$$d$$p"; \
1307 done | $(am__base_list) | \
1308 while read files; do \
1309 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1310 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1311 installcheck-am:
1313 maintainer-clean: maintainer-clean-recursive
1314 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1315 -rm -rf $(top_srcdir)/autom4te.cache
1316 -rm -rf ./$(DEPDIR)
1317 -rm -f Makefile
1318 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1319 maintainer-clean-generic maintainer-clean-local
1321 mostlyclean: mostlyclean-recursive
1323 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1324 mostlyclean-generic mostlyclean-libtool mostlyclean-local
1326 pdf: pdf-recursive
1328 pdf-am: $(PDFS)
1330 ps: ps-recursive
1332 ps-am: $(PSS)
1334 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1335 uninstall-nodist_fincludeHEADERS \
1336 uninstall-nodist_libsubincludeHEADERS \
1337 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1338 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1340 .MAKE: $(am__recursive_targets) all install-am install-strip
1342 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1343 am--refresh check check-am clean clean-aminfo clean-cscope \
1344 clean-generic clean-libtool clean-local \
1345 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1346 ctags-am dist-info distclean distclean-compile \
1347 distclean-generic distclean-hdr distclean-libtool \
1348 distclean-local distclean-tags dvi dvi-am html html-am info \
1349 info-am install install-am install-data install-data-am \
1350 install-dvi install-dvi-am install-exec install-exec-am \
1351 install-exec-local install-html install-html-am install-info \
1352 install-info-am install-man install-nodist_fincludeHEADERS \
1353 install-nodist_libsubincludeHEADERS \
1354 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1355 install-ps install-ps-am install-strip \
1356 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1357 installdirs installdirs-am maintainer-clean \
1358 maintainer-clean-aminfo maintainer-clean-generic \
1359 maintainer-clean-local mostlyclean mostlyclean-aminfo \
1360 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1361 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1362 uninstall-am uninstall-dvi-am uninstall-html-am \
1363 uninstall-info-am uninstall-nodist_fincludeHEADERS \
1364 uninstall-nodist_libsubincludeHEADERS \
1365 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1366 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1368 .PRECIOUS: Makefile
1371 vpath % $(strip $(search_path))
1373 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver: $(top_srcdir)/libgomp.map
1374 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(EGREP) -v '#(#| |$$)' $< | \
1375 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(PREPROCESS) -P -include config.h - > $@ || (rm -f $@ ; exit 1)
1376 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver-sun : libgomp.ver \
1377 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1378 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD)
1379 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1380 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ libgomp.ver \
1381 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) \
1382 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
1384 omp_lib_kinds.mod: omp_lib.mod
1386 openacc_kinds.mod: openacc.mod
1388 openacc.mod: openacc.lo
1390 %.mod: %.f90
1391 $(FC) $(FCFLAGS) -cpp -fopenmp -fsyntax-only $<
1392 fortran.lo: libgomp_f.h
1393 fortran.o: libgomp_f.h
1394 env.lo: libgomp_f.h
1395 env.o: libgomp_f.h
1397 all-local: $(STAMP_GENINSRC)
1399 stamp-geninsrc: libgomp.info
1400 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
1401 @touch $@
1403 libgomp.info: $(STAMP_BUILD_INFO)
1405 stamp-build-info: libgomp.texi
1406 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
1407 @touch $@
1409 # target overrides
1410 -include $(tmake_file)
1412 # GNU Make needs to see an explicit $(MAKE) variable in the command it
1413 # runs to enable its job server during parallel builds. Hence the
1414 # comments below.
1415 all-multi:
1416 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1417 install-multi:
1418 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1419 mostlyclean-multi:
1420 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1421 clean-multi:
1422 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1423 distclean-multi:
1424 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1425 maintainer-clean-multi:
1426 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1428 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
1429 install-multi maintainer-clean-multi mostlyclean-multi
1431 install-exec-local: install-multi
1433 all-local: all-multi
1434 mostlyclean-local: mostlyclean-multi
1435 clean-local: clean-multi
1436 distclean-local: distclean-multi
1437 maintainer-clean-local: maintainer-clean-multi
1439 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1440 # Otherwise a system limit (for SysV at least) may be exceeded.
1441 .NOEXPORT: