compiler: load LHS subexpressions of op= assignment only once
[official-gcc.git] / libgomp / Makefile.in
blob2ac0397a036d8a497d877dce2262910ea3fb5016
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-2021 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
123 # Including the GCC-shipped 'include/cuda/cuda.h' vs. system <cuda.h>.
124 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@am__append_2 = -DPLUGIN_NVPTX_INCLUDE_SYSTEM_CUDA_H \
125 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@ $(PLUGIN_NVPTX_CPPFLAGS) \
126 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@ -DPLUGIN_NVPTX_LINK_LIBCUDA
128 # 'dlopen'ing the CUDA Driver library vs. linking it.
129 @PLUGIN_NVPTX_DYNAMIC_TRUE@@PLUGIN_NVPTX_TRUE@am__append_3 = $(DL_LIBS)
130 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@am__append_4 = $(PLUGIN_NVPTX_LDFLAGS)
131 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@am__append_5 = $(PLUGIN_NVPTX_LIBS)
132 @PLUGIN_GCN_TRUE@am__append_6 = libgomp-plugin-gcn.la
133 @USE_FORTRAN_TRUE@am__append_7 = openacc.f90
134 subdir = .
135 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
136 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
137 $(top_srcdir)/../config/ax_count_cpus.m4 \
138 $(top_srcdir)/../config/depstand.m4 \
139 $(top_srcdir)/../config/enable.m4 \
140 $(top_srcdir)/../config/futex.m4 \
141 $(top_srcdir)/../config/lead-dot.m4 \
142 $(top_srcdir)/../config/lthostflags.m4 \
143 $(top_srcdir)/../config/multi.m4 \
144 $(top_srcdir)/../config/override.m4 \
145 $(top_srcdir)/../config/tls.m4 \
146 $(top_srcdir)/../config/toolexeclibdir.m4 \
147 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
148 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
149 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
150 $(top_srcdir)/../config/cet.m4 \
151 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
152 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
153 $(ACLOCAL_M4)
154 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
155 $(am__configure_deps)
156 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
157 configure.lineno config.status.lineno
158 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
159 CONFIG_HEADER = config.h
160 CONFIG_CLEAN_FILES = omp.h omp_lib.h omp_lib.f90 libgomp_f.h \
161 libgomp.spec
162 CONFIG_CLEAN_VPATH_FILES =
163 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
164 am__vpath_adj = case $$p in \
165 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
166 *) f=$$p;; \
167 esac;
168 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
169 am__install_max = 40
170 am__nobase_strip_setup = \
171 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
172 am__nobase_strip = \
173 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
174 am__nobase_list = $(am__nobase_strip_setup); \
175 for p in $$list; do echo "$$p $$p"; done | \
176 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
177 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
178 if (++n[$$2] == $(am__install_max)) \
179 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
180 END { for (dir in files) print dir, files[dir] }'
181 am__base_list = \
182 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
183 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
184 am__uninstall_files_from_dir = { \
185 test -z "$$files" \
186 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
187 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
188 $(am__cd) "$$dir" && rm -f $$files; }; \
190 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \
191 "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" \
192 "$(DESTDIR)$(toolexeclibdir)"
193 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
194 am__DEPENDENCIES_1 =
195 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_DEPENDENCIES = libgomp.la \
196 @PLUGIN_GCN_TRUE@ $(am__DEPENDENCIES_1)
197 @PLUGIN_GCN_TRUE@am_libgomp_plugin_gcn_la_OBJECTS = \
198 @PLUGIN_GCN_TRUE@ libgomp_plugin_gcn_la-plugin-gcn.lo
199 libgomp_plugin_gcn_la_OBJECTS = $(am_libgomp_plugin_gcn_la_OBJECTS)
200 AM_V_lt = $(am__v_lt_@AM_V@)
201 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
202 am__v_lt_0 = --silent
203 am__v_lt_1 =
204 libgomp_plugin_gcn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
205 $(libgomp_plugin_gcn_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
206 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207 $(libgomp_plugin_gcn_la_LDFLAGS) $(LDFLAGS) -o $@
208 @PLUGIN_GCN_TRUE@am_libgomp_plugin_gcn_la_rpath = -rpath \
209 @PLUGIN_GCN_TRUE@ $(toolexeclibdir)
210 @PLUGIN_NVPTX_DYNAMIC_TRUE@@PLUGIN_NVPTX_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
211 @PLUGIN_NVPTX_DYNAMIC_FALSE@@PLUGIN_NVPTX_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
212 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_DEPENDENCIES = libgomp.la \
213 @PLUGIN_NVPTX_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3)
214 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_OBJECTS = \
215 @PLUGIN_NVPTX_TRUE@ libgomp_plugin_nvptx_la-plugin-nvptx.lo
216 libgomp_plugin_nvptx_la_OBJECTS = \
217 $(am_libgomp_plugin_nvptx_la_OBJECTS)
218 libgomp_plugin_nvptx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
219 $(libgomp_plugin_nvptx_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
220 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
221 $(libgomp_plugin_nvptx_la_LDFLAGS) $(LDFLAGS) -o $@
222 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_rpath = -rpath \
223 @PLUGIN_NVPTX_TRUE@ $(toolexeclibdir)
224 @USE_FORTRAN_TRUE@am__objects_1 = openacc.lo
225 am_libgomp_la_OBJECTS = alloc.lo atomic.lo barrier.lo critical.lo \
226 env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo \
227 loop.lo loop_ull.lo ordered.lo parallel.lo scope.lo \
228 sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo \
229 proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo \
230 affinity.lo target.lo splay-tree.lo libgomp-plugin.lo \
231 oacc-parallel.lo oacc-host.lo oacc-init.lo oacc-mem.lo \
232 oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo \
233 affinity-fmt.lo teams.lo allocator.lo oacc-profiling.lo \
234 oacc-target.lo $(am__objects_1)
235 libgomp_la_OBJECTS = $(am_libgomp_la_OBJECTS)
236 AM_V_P = $(am__v_P_@AM_V@)
237 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
238 am__v_P_0 = false
239 am__v_P_1 = :
240 AM_V_GEN = $(am__v_GEN_@AM_V@)
241 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
242 am__v_GEN_0 = @echo " GEN " $@;
243 am__v_GEN_1 =
244 AM_V_at = $(am__v_at_@AM_V@)
245 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
246 am__v_at_0 = @
247 am__v_at_1 =
248 DEFAULT_INCLUDES = -I.@am__isrc@
249 depcomp = $(SHELL) $(top_srcdir)/../depcomp
250 am__depfiles_maybe = depfiles
251 am__mv = mv -f
252 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
253 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
254 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
256 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
257 $(AM_CFLAGS) $(CFLAGS)
258 AM_V_CC = $(am__v_CC_@AM_V@)
259 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
260 am__v_CC_0 = @echo " CC " $@;
261 am__v_CC_1 =
262 CCLD = $(CC)
263 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
264 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
265 am__v_CCLD_0 = @echo " CCLD " $@;
266 am__v_CCLD_1 =
267 FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
268 LTFCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
269 $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
270 AM_V_FC = $(am__v_FC_@AM_V@)
271 am__v_FC_ = $(am__v_FC_@AM_DEFAULT_V@)
272 am__v_FC_0 = @echo " FC " $@;
273 am__v_FC_1 =
274 FCLD = $(FC)
275 FCLINK = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
276 $(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
277 $(AM_LDFLAGS) $(LDFLAGS) -o $@
278 AM_V_FCLD = $(am__v_FCLD_@AM_V@)
279 am__v_FCLD_ = $(am__v_FCLD_@AM_DEFAULT_V@)
280 am__v_FCLD_0 = @echo " FCLD " $@;
281 am__v_FCLD_1 =
282 SOURCES = $(libgomp_plugin_gcn_la_SOURCES) \
283 $(libgomp_plugin_nvptx_la_SOURCES) $(libgomp_la_SOURCES)
284 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
285 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
286 am__v_DVIPS_0 = @echo " DVIPS " $@;
287 am__v_DVIPS_1 =
288 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
289 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
290 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
291 am__v_MAKEINFO_1 =
292 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
293 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
294 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
295 am__v_INFOHTML_1 =
296 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
297 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
298 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
299 am__v_TEXI2DVI_1 =
300 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
301 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
302 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
303 am__v_TEXI2PDF_1 =
304 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
305 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
306 am__v_texinfo_0 = -q
307 am__v_texinfo_1 =
308 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
309 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
310 am__v_texidevnull_0 = > /dev/null
311 am__v_texidevnull_1 =
312 INFO_DEPS = libgomp.info
313 am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
314 DVIS = libgomp.dvi
315 PDFS = libgomp.pdf
316 PSS = libgomp.ps
317 HTMLS = libgomp.html
318 TEXINFOS = libgomp.texi
319 TEXI2DVI = texi2dvi
320 TEXI2PDF = $(TEXI2DVI) --pdf --batch
321 MAKEINFOHTML = $(MAKEINFO) --html
322 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
323 DVIPS = dvips
324 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
325 ctags-recursive dvi-recursive html-recursive info-recursive \
326 install-data-recursive install-dvi-recursive \
327 install-exec-recursive install-html-recursive \
328 install-info-recursive install-pdf-recursive \
329 install-ps-recursive install-recursive installcheck-recursive \
330 installdirs-recursive pdf-recursive ps-recursive \
331 tags-recursive uninstall-recursive
332 am__can_run_installinfo = \
333 case $$AM_UPDATE_INFO_DIR in \
334 n|no|NO) false;; \
335 *) (install-info --version) >/dev/null 2>&1;; \
336 esac
337 HEADERS = $(nodist_finclude_HEADERS) $(nodist_libsubinclude_HEADERS) \
338 $(nodist_noinst_HEADERS) $(nodist_toolexeclib_HEADERS)
339 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
340 distclean-recursive maintainer-clean-recursive
341 am__recursive_targets = \
342 $(RECURSIVE_TARGETS) \
343 $(RECURSIVE_CLEAN_TARGETS) \
344 $(am__extra_recursive_targets)
345 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
346 cscope
347 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
348 $(LISP)config.h.in
349 # Read a list of newline-separated strings from the standard input,
350 # and print each of them once, without duplicates. Input order is
351 # *not* preserved.
352 am__uniquify_input = $(AWK) '\
353 BEGIN { nonempty = 0; } \
354 { items[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in items) print i; }; } \
357 # Make sure the list of sources is unique. This is necessary because,
358 # e.g., the same source file might be shared among _SOURCES variables
359 # for different programs/libraries.
360 am__define_uniq_tagged_files = \
361 list='$(am__tagged_files)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | $(am__uniquify_input)`
365 ETAGS = etags
366 CTAGS = ctags
367 CSCOPE = cscope
368 DIST_SUBDIRS = $(SUBDIRS)
369 ACLOCAL = @ACLOCAL@
370 AMTAR = @AMTAR@
371 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
372 AR = @AR@
373 AUTOCONF = @AUTOCONF@
374 AUTOHEADER = @AUTOHEADER@
375 AUTOMAKE = @AUTOMAKE@
376 AWK = @AWK@
377 CC = @CC@
378 CCDEPMODE = @CCDEPMODE@
379 CFLAGS = @CFLAGS@
380 CPP = @CPP@
381 CPPFLAGS = @CPPFLAGS@
382 CPU_COUNT = @CPU_COUNT@
383 CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
384 CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
385 CYGPATH_W = @CYGPATH_W@
386 DEFS = @DEFS@
387 DEPDIR = @DEPDIR@
388 DL_LIBS = @DL_LIBS@
389 DSYMUTIL = @DSYMUTIL@
390 DUMPBIN = @DUMPBIN@
391 ECHO_C = @ECHO_C@
392 ECHO_N = @ECHO_N@
393 ECHO_T = @ECHO_T@
394 EGREP = @EGREP@
395 EXEEXT = @EXEEXT@
396 FC = @FC@
397 FCFLAGS = @FCFLAGS@
398 FGREP = @FGREP@
399 GREP = @GREP@
400 INSTALL = @INSTALL@
401 INSTALL_DATA = @INSTALL_DATA@
402 INSTALL_PROGRAM = @INSTALL_PROGRAM@
403 INSTALL_SCRIPT = @INSTALL_SCRIPT@
404 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
405 INTPTR_T_KIND = @INTPTR_T_KIND@
406 LD = @LD@
407 LDFLAGS = @LDFLAGS@
408 LIBOBJS = @LIBOBJS@
409 LIBS = @LIBS@
410 LIBTOOL = @LIBTOOL@
411 LIPO = @LIPO@
412 LN_S = @LN_S@
413 LTLIBOBJS = @LTLIBOBJS@
414 MAINT = @MAINT@
415 MAKEINFO = @MAKEINFO@
416 MKDIR_P = @MKDIR_P@
417 NM = @NM@
418 NMEDIT = @NMEDIT@
419 OBJDUMP = @OBJDUMP@
420 OBJEXT = @OBJEXT@
421 OMP_DEPEND_KIND = @OMP_DEPEND_KIND@
422 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
423 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
424 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
425 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
426 OMP_LOCK_KIND = @OMP_LOCK_KIND@
427 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
428 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
429 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
430 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
431 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
432 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
433 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
434 OPT_LDFLAGS = @OPT_LDFLAGS@
435 OTOOL = @OTOOL@
436 OTOOL64 = @OTOOL64@
437 PACKAGE = @PACKAGE@
438 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
439 PACKAGE_NAME = @PACKAGE_NAME@
440 PACKAGE_STRING = @PACKAGE_STRING@
441 PACKAGE_TARNAME = @PACKAGE_TARNAME@
442 PACKAGE_URL = @PACKAGE_URL@
443 PACKAGE_VERSION = @PACKAGE_VERSION@
444 PATH_SEPARATOR = @PATH_SEPARATOR@
445 PERL = @PERL@
446 PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
447 PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
448 PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
449 RANLIB = @RANLIB@
450 SECTION_LDFLAGS = @SECTION_LDFLAGS@
451 SED = @SED@
452 SET_MAKE = @SET_MAKE@
453 SHELL = @SHELL@
454 STRIP = @STRIP@
455 VERSION = @VERSION@
456 XCFLAGS = @XCFLAGS@
457 XLDFLAGS = @XLDFLAGS@
458 abs_builddir = @abs_builddir@
459 abs_srcdir = @abs_srcdir@
460 abs_top_builddir = @abs_top_builddir@
461 abs_top_srcdir = @abs_top_srcdir@
462 ac_ct_CC = @ac_ct_CC@
463 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
464 ac_ct_FC = @ac_ct_FC@
465 am__include = @am__include@
466 am__leading_dot = @am__leading_dot@
467 am__quote = @am__quote@
468 am__tar = @am__tar@
469 am__untar = @am__untar@
470 bindir = @bindir@
471 build = @build@
472 build_alias = @build_alias@
473 build_cpu = @build_cpu@
474 build_os = @build_os@
475 build_vendor = @build_vendor@
476 builddir = @builddir@
477 config_path = @config_path@
478 datadir = @datadir@
479 datarootdir = @datarootdir@
480 docdir = @docdir@
481 dvidir = @dvidir@
482 enable_shared = @enable_shared@
483 enable_static = @enable_static@
484 exec_prefix = @exec_prefix@
485 get_gcc_base_ver = @get_gcc_base_ver@
486 host = @host@
487 host_alias = @host_alias@
488 host_cpu = @host_cpu@
489 host_os = @host_os@
490 host_vendor = @host_vendor@
491 htmldir = @htmldir@
492 includedir = @includedir@
493 infodir = @infodir@
494 install_sh = @install_sh@
495 libdir = @libdir@
496 libexecdir = @libexecdir@
497 libtool_VERSION = @libtool_VERSION@
498 link_gomp = @link_gomp@
499 localedir = @localedir@
500 localstatedir = @localstatedir@
501 lt_host_flags = @lt_host_flags@
502 mandir = @mandir@
503 mkdir_p = @mkdir_p@
504 multi_basedir = @multi_basedir@
505 offload_additional_lib_paths = @offload_additional_lib_paths@
506 offload_additional_options = @offload_additional_options@
507 offload_plugins = @offload_plugins@
508 offload_targets = @offload_targets@
509 oldincludedir = @oldincludedir@
510 pdfdir = @pdfdir@
511 prefix = @prefix@
512 program_transform_name = @program_transform_name@
513 psdir = @psdir@
514 sbindir = @sbindir@
515 sharedstatedir = @sharedstatedir@
516 srcdir = @srcdir@
517 sysconfdir = @sysconfdir@
518 target = @target@
519 target_alias = @target_alias@
520 target_cpu = @target_cpu@
521 target_os = @target_os@
522 target_vendor = @target_vendor@
523 tmake_file = @tmake_file@
524 toolexecdir = @toolexecdir@
525 toolexeclibdir = @toolexeclibdir@
526 top_build_prefix = @top_build_prefix@
527 top_builddir = @top_builddir@
528 top_srcdir = @top_srcdir@
529 AUTOMAKE_OPTIONS = info-in-builddir
530 ACLOCAL_AMFLAGS = -I .. -I ../config
531 SUBDIRS = testsuite
532 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
533 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
534 $(top_srcdir)/../include
536 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/finclude
537 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
538 AM_CPPFLAGS = $(addprefix -I, $(search_path))
539 AM_CFLAGS = $(XCFLAGS)
540 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)
541 toolexeclib_LTLIBRARIES = libgomp.la $(am__append_1) $(am__append_6)
542 nodist_toolexeclib_HEADERS = libgomp.spec
544 # -Wc is only a libtool option.
545 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@comma = ,
546 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
547 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script =
548 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,libgomp.ver
549 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,-M,libgomp.ver-sun
550 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_dep =
551 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver
552 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver-sun
553 libgomp_version_info = -version-info $(libtool_VERSION)
554 libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
555 $(lt_host_flags)
557 libgomp_la_LIBADD = $(DL_LIBS)
558 libgomp_la_DEPENDENCIES = $(libgomp_version_dep)
559 libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS)
560 libgomp_la_SOURCES = alloc.c atomic.c barrier.c critical.c env.c \
561 error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c \
562 ordered.c parallel.c scope.c sections.c single.c task.c team.c \
563 work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c \
564 fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c \
565 oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c \
566 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
567 affinity-fmt.c teams.c allocator.c oacc-profiling.c \
568 oacc-target.c $(am__append_7)
570 # Nvidia PTX OpenACC plugin.
571 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_version_info = -version-info $(libtool_VERSION)
572 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c
573 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_CPPFLAGS = $(AM_CPPFLAGS) \
574 @PLUGIN_NVPTX_TRUE@ $(am__append_2)
575 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LDFLAGS = \
576 @PLUGIN_NVPTX_TRUE@ $(libgomp_plugin_nvptx_version_info) \
577 @PLUGIN_NVPTX_TRUE@ $(lt_host_flags) $(am__append_4)
578 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBADD = libgomp.la \
579 @PLUGIN_NVPTX_TRUE@ $(am__append_3) $(am__append_5)
580 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBTOOLFLAGS = --tag=disable-static
582 # AMD GCN plugin
583 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_version_info = -version-info $(libtool_VERSION)
584 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_SOURCES = plugin/plugin-gcn.c
585 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_CPPFLAGS = $(AM_CPPFLAGS) \
586 @PLUGIN_GCN_TRUE@ -D_GNU_SOURCE
588 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LDFLAGS = $(libgomp_plugin_gcn_version_info) \
589 @PLUGIN_GCN_TRUE@ $(lt_host_flags)
591 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBADD = libgomp.la $(DL_LIBS)
592 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBTOOLFLAGS = --tag=disable-static
593 nodist_noinst_HEADERS = libgomp_f.h
594 nodist_libsubinclude_HEADERS = omp.h openacc.h acc_prof.h
595 @USE_FORTRAN_TRUE@nodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod \
596 @USE_FORTRAN_TRUE@ openacc_lib.h openacc.f90 openacc.mod openacc_kinds.mod
598 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
599 LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
600 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LTLDFLAGS) -o $@
603 # Automake Documentation:
604 # If your package has Texinfo files in many directories, you can use the
605 # variable TEXINFO_TEX to tell Automake where to find the canonical
606 # `texinfo.tex' for your package. The value of this variable should be
607 # the relative path from the current `Makefile.am' to `texinfo.tex'.
608 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
610 # Defines info, dvi, pdf and html targets
611 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
612 info_TEXINFOS = libgomp.texi
613 @GENINSRC_FALSE@STAMP_GENINSRC =
615 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
616 @GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
617 @BUILD_INFO_FALSE@STAMP_BUILD_INFO =
619 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
620 @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
621 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
622 MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
623 MULTISRCTOP =
624 MULTIBUILDTOP =
625 MULTIDIRS =
626 MULTISUBDIR =
627 MULTIDO = true
628 MULTICLEAN = true
629 all: config.h
630 $(MAKE) $(AM_MAKEFLAGS) all-recursive
632 .SUFFIXES:
633 .SUFFIXES: .c .dvi .f90 .lo .o .obj .ps
634 am--refresh: Makefile
636 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__configure_deps)
637 @for dep in $?; do \
638 case '$(am__configure_deps)' in \
639 *$$dep*) \
640 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
641 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
642 && exit 0; \
643 exit 1;; \
644 esac; \
645 done; \
646 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
647 $(am__cd) $(top_srcdir) && \
648 $(AUTOMAKE) --foreign Makefile
649 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
650 @case '$?' in \
651 *config.status*) \
652 echo ' $(SHELL) ./config.status'; \
653 $(SHELL) ./config.status;; \
654 *) \
655 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
656 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
657 esac;
658 $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__empty):
660 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
661 $(SHELL) ./config.status --recheck
663 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
664 $(am__cd) $(srcdir) && $(AUTOCONF)
665 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
666 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
667 $(am__aclocal_m4_deps):
669 config.h: stamp-h1
670 @test -f $@ || rm -f stamp-h1
671 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
673 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
674 @rm -f stamp-h1
675 cd $(top_builddir) && $(SHELL) ./config.status config.h
676 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
677 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
678 rm -f stamp-h1
679 touch $@
681 distclean-hdr:
682 -rm -f config.h stamp-h1
683 omp.h: $(top_builddir)/config.status $(srcdir)/omp.h.in
684 cd $(top_builddir) && $(SHELL) ./config.status $@
685 omp_lib.h: $(top_builddir)/config.status $(srcdir)/omp_lib.h.in
686 cd $(top_builddir) && $(SHELL) ./config.status $@
687 omp_lib.f90: $(top_builddir)/config.status $(srcdir)/omp_lib.f90.in
688 cd $(top_builddir) && $(SHELL) ./config.status $@
689 libgomp_f.h: $(top_builddir)/config.status $(srcdir)/libgomp_f.h.in
690 cd $(top_builddir) && $(SHELL) ./config.status $@
691 libgomp.spec: $(top_builddir)/config.status $(srcdir)/libgomp.spec.in
692 cd $(top_builddir) && $(SHELL) ./config.status $@
694 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
695 @$(NORMAL_INSTALL)
696 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
697 list2=; for p in $$list; do \
698 if test -f $$p; then \
699 list2="$$list2 $$p"; \
700 else :; fi; \
701 done; \
702 test -z "$$list2" || { \
703 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
704 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
705 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
706 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
709 uninstall-toolexeclibLTLIBRARIES:
710 @$(NORMAL_UNINSTALL)
711 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
712 for p in $$list; do \
713 $(am__strip_dir) \
714 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
715 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
716 done
718 clean-toolexeclibLTLIBRARIES:
719 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
720 @list='$(toolexeclib_LTLIBRARIES)'; \
721 locs=`for p in $$list; do echo $$p; done | \
722 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
723 sort -u`; \
724 test -z "$$locs" || { \
725 echo rm -f $${locs}; \
726 rm -f $${locs}; \
729 libgomp-plugin-gcn.la: $(libgomp_plugin_gcn_la_OBJECTS) $(libgomp_plugin_gcn_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_gcn_la_DEPENDENCIES)
730 $(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)
732 libgomp-plugin-nvptx.la: $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_nvptx_la_DEPENDENCIES)
733 $(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)
735 libgomp.la: $(libgomp_la_OBJECTS) $(libgomp_la_DEPENDENCIES) $(EXTRA_libgomp_la_DEPENDENCIES)
736 $(AM_V_GEN)$(libgomp_la_LINK) -rpath $(toolexeclibdir) $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) $(LIBS)
738 mostlyclean-compile:
739 -rm -f *.$(OBJEXT)
741 distclean-compile:
742 -rm -f *.tab.c
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity-fmt.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fortran.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv-device.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter_ull.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp-plugin.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_ull.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-async.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-host.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-init.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-mem.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-parallel.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-plugin.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-profiling.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-target.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordered.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priority_queue.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptrlock.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sections.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sem.Plo@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single.Plo@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay-tree.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/teams.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@
792 .c.o:
793 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
794 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
799 .c.obj:
800 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
801 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
806 .c.lo:
807 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
808 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
810 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
813 libgomp_plugin_gcn_la-plugin-gcn.lo: plugin/plugin-gcn.c
814 @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
815 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Tpo $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo
816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-gcn.c' object='libgomp_plugin_gcn_la-plugin-gcn.lo' libtool=yes @AMDEPBACKSLASH@
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
818 @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
820 libgomp_plugin_nvptx_la-plugin-nvptx.lo: plugin/plugin-nvptx.c
821 @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
822 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Tpo $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-nvptx.c' object='libgomp_plugin_nvptx_la-plugin-nvptx.lo' libtool=yes @AMDEPBACKSLASH@
824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
825 @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
827 .f90.o:
828 $(AM_V_FC)$(FCCOMPILE) -c -o $@ $<
830 .f90.obj:
831 $(AM_V_FC)$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
833 .f90.lo:
834 $(AM_V_FC)$(LTFCCOMPILE) -c -o $@ $<
836 mostlyclean-libtool:
837 -rm -f *.lo
839 clean-libtool:
840 -rm -rf .libs _libs
842 distclean-libtool:
843 -rm -f libtool config.lt
845 libgomp.dvi: libgomp.texi
846 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
847 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
848 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
849 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
851 libgomp.pdf: libgomp.texi
852 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
853 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
854 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
855 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
857 libgomp.html: libgomp.texi
858 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
859 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
860 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
861 then \
862 rm -rf $@ && mv $(@:.html=.htp) $@; \
863 else \
864 rm -rf $(@:.html=.htp); exit 1; \
866 .dvi.ps:
867 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
868 $(DVIPS) $(AM_V_texinfo) -o $@ $<
870 uninstall-dvi-am:
871 @$(NORMAL_UNINSTALL)
872 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
873 for p in $$list; do \
874 $(am__strip_dir) \
875 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
876 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
877 done
879 uninstall-html-am:
880 @$(NORMAL_UNINSTALL)
881 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
882 for p in $$list; do \
883 $(am__strip_dir) \
884 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
885 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
886 done
888 uninstall-info-am:
889 @$(PRE_UNINSTALL)
890 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
891 list='$(INFO_DEPS)'; \
892 for file in $$list; do \
893 relfile=`echo "$$file" | sed 's|^.*/||'`; \
894 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
895 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
896 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
897 done; \
898 else :; fi
899 @$(NORMAL_UNINSTALL)
900 @list='$(INFO_DEPS)'; \
901 for file in $$list; do \
902 relfile=`echo "$$file" | sed 's|^.*/||'`; \
903 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
904 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
905 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]"; \
906 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
907 else :; fi); \
908 done
910 uninstall-pdf-am:
911 @$(NORMAL_UNINSTALL)
912 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
913 for p in $$list; do \
914 $(am__strip_dir) \
915 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
916 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
917 done
919 uninstall-ps-am:
920 @$(NORMAL_UNINSTALL)
921 @list='$(PSS)'; test -n "$(psdir)" || list=; \
922 for p in $$list; do \
923 $(am__strip_dir) \
924 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
925 rm -f "$(DESTDIR)$(psdir)/$$f"; \
926 done
928 dist-info: $(INFO_DEPS)
929 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
930 list='$(INFO_DEPS)'; \
931 for base in $$list; do \
932 case $$base in \
933 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
934 esac; \
935 if test -f $$base; then d=.; else d=$(srcdir); fi; \
936 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
937 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 \
938 if test -f $$file; then \
939 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
940 test -f "$(distdir)/$$relfile" || \
941 cp -p $$file "$(distdir)/$$relfile"; \
942 else :; fi; \
943 done; \
944 done
946 mostlyclean-aminfo:
947 -rm -rf libgomp.t2d libgomp.t2p
949 clean-aminfo:
950 -test -z "libgomp.dvi libgomp.pdf libgomp.ps libgomp.html" \
951 || rm -rf libgomp.dvi libgomp.pdf libgomp.ps libgomp.html
953 maintainer-clean-aminfo:
954 @list='$(INFO_DEPS)'; for i in $$list; do \
955 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
956 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
957 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
958 done
959 install-nodist_fincludeHEADERS: $(nodist_finclude_HEADERS)
960 @$(NORMAL_INSTALL)
961 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
962 if test -n "$$list"; then \
963 echo " $(MKDIR_P) '$(DESTDIR)$(fincludedir)'"; \
964 $(MKDIR_P) "$(DESTDIR)$(fincludedir)" || exit 1; \
965 fi; \
966 for p in $$list; do \
967 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
968 echo "$$d$$p"; \
969 done | $(am__base_list) | \
970 while read files; do \
971 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(fincludedir)'"; \
972 $(INSTALL_HEADER) $$files "$(DESTDIR)$(fincludedir)" || exit $$?; \
973 done
975 uninstall-nodist_fincludeHEADERS:
976 @$(NORMAL_UNINSTALL)
977 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
978 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
979 dir='$(DESTDIR)$(fincludedir)'; $(am__uninstall_files_from_dir)
980 install-nodist_libsubincludeHEADERS: $(nodist_libsubinclude_HEADERS)
981 @$(NORMAL_INSTALL)
982 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
983 if test -n "$$list"; then \
984 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
985 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
986 fi; \
987 for p in $$list; do \
988 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
989 echo "$$d$$p"; \
990 done | $(am__base_list) | \
991 while read files; do \
992 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsubincludedir)'"; \
993 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsubincludedir)" || exit $$?; \
994 done
996 uninstall-nodist_libsubincludeHEADERS:
997 @$(NORMAL_UNINSTALL)
998 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
999 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1000 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
1001 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
1002 @$(NORMAL_INSTALL)
1003 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1004 if test -n "$$list"; then \
1005 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1006 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1007 fi; \
1008 for p in $$list; do \
1009 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1010 echo "$$d$$p"; \
1011 done | $(am__base_list) | \
1012 while read files; do \
1013 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
1014 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
1015 done
1017 uninstall-nodist_toolexeclibHEADERS:
1018 @$(NORMAL_UNINSTALL)
1019 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1020 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1021 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1023 # This directory's subdirectories are mostly independent; you can cd
1024 # into them and run 'make' without going through this Makefile.
1025 # To change the values of 'make' variables: instead of editing Makefiles,
1026 # (1) if the variable is set in 'config.status', edit 'config.status'
1027 # (which will cause the Makefiles to be regenerated when you run 'make');
1028 # (2) otherwise, pass the desired values on the 'make' command line.
1029 $(am__recursive_targets):
1030 @fail=; \
1031 if $(am__make_keepgoing); then \
1032 failcom='fail=yes'; \
1033 else \
1034 failcom='exit 1'; \
1035 fi; \
1036 dot_seen=no; \
1037 target=`echo $@ | sed s/-recursive//`; \
1038 case "$@" in \
1039 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1040 *) list='$(SUBDIRS)' ;; \
1041 esac; \
1042 for subdir in $$list; do \
1043 echo "Making $$target in $$subdir"; \
1044 if test "$$subdir" = "."; then \
1045 dot_seen=yes; \
1046 local_target="$$target-am"; \
1047 else \
1048 local_target="$$target"; \
1049 fi; \
1050 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1051 || eval $$failcom; \
1052 done; \
1053 if test "$$dot_seen" = "no"; then \
1054 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1055 fi; test -z "$$fail"
1057 ID: $(am__tagged_files)
1058 $(am__define_uniq_tagged_files); mkid -fID $$unique
1059 tags: tags-recursive
1060 TAGS: tags
1062 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1063 set x; \
1064 here=`pwd`; \
1065 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1066 include_option=--etags-include; \
1067 empty_fix=.; \
1068 else \
1069 include_option=--include; \
1070 empty_fix=; \
1071 fi; \
1072 list='$(SUBDIRS)'; for subdir in $$list; do \
1073 if test "$$subdir" = .; then :; else \
1074 test ! -f $$subdir/TAGS || \
1075 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1076 fi; \
1077 done; \
1078 $(am__define_uniq_tagged_files); \
1079 shift; \
1080 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1081 test -n "$$unique" || unique=$$empty_fix; \
1082 if test $$# -gt 0; then \
1083 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1084 "$$@" $$unique; \
1085 else \
1086 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1087 $$unique; \
1088 fi; \
1090 ctags: ctags-recursive
1092 CTAGS: ctags
1093 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1094 $(am__define_uniq_tagged_files); \
1095 test -z "$(CTAGS_ARGS)$$unique" \
1096 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1097 $$unique
1099 GTAGS:
1100 here=`$(am__cd) $(top_builddir) && pwd` \
1101 && $(am__cd) $(top_srcdir) \
1102 && gtags -i $(GTAGS_ARGS) "$$here"
1103 cscope: cscope.files
1104 test ! -s cscope.files \
1105 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1106 clean-cscope:
1107 -rm -f cscope.files
1108 cscope.files: clean-cscope cscopelist
1109 cscopelist: cscopelist-recursive
1111 cscopelist-am: $(am__tagged_files)
1112 list='$(am__tagged_files)'; \
1113 case "$(srcdir)" in \
1114 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1115 *) sdir=$(subdir)/$(srcdir) ;; \
1116 esac; \
1117 for i in $$list; do \
1118 if test -f "$$i"; then \
1119 echo "$(subdir)/$$i"; \
1120 else \
1121 echo "$$sdir/$$i"; \
1122 fi; \
1123 done >> $(top_builddir)/cscope.files
1125 distclean-tags:
1126 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1127 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1128 check-am: all-am
1129 check: check-recursive
1130 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h \
1131 all-local
1132 installdirs: installdirs-recursive
1133 installdirs-am:
1134 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
1135 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1136 done
1137 install: install-recursive
1138 install-exec: install-exec-recursive
1139 install-data: install-data-recursive
1140 uninstall: uninstall-recursive
1142 install-am: all-am
1143 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1145 installcheck: installcheck-recursive
1146 install-strip:
1147 if test -z '$(STRIP)'; then \
1148 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1149 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1150 install; \
1151 else \
1152 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1153 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1154 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1156 mostlyclean-generic:
1158 clean-generic:
1159 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1161 distclean-generic:
1162 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1163 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1165 maintainer-clean-generic:
1166 @echo "This command is intended for maintainers to use"
1167 @echo "it deletes files that may require special tools to rebuild."
1168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1169 clean: clean-recursive
1171 clean-am: clean-aminfo clean-generic clean-libtool clean-local \
1172 clean-toolexeclibLTLIBRARIES mostlyclean-am
1174 distclean: distclean-recursive
1175 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1176 -rm -rf ./$(DEPDIR)
1177 -rm -f Makefile
1178 distclean-am: clean-am distclean-compile distclean-generic \
1179 distclean-hdr distclean-libtool distclean-local distclean-tags
1181 dvi: dvi-recursive
1183 dvi-am: $(DVIS)
1185 html: html-recursive
1187 html-am: $(HTMLS)
1189 info: info-recursive
1191 info-am: $(INFO_DEPS)
1193 install-data-am: install-info-am install-nodist_fincludeHEADERS \
1194 install-nodist_libsubincludeHEADERS
1196 install-dvi: install-dvi-recursive
1198 install-dvi-am: $(DVIS)
1199 @$(NORMAL_INSTALL)
1200 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1201 if test -n "$$list"; then \
1202 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1203 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1204 fi; \
1205 for p in $$list; do \
1206 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1207 echo "$$d$$p"; \
1208 done | $(am__base_list) | \
1209 while read files; do \
1210 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1211 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1212 done
1213 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS \
1214 install-toolexeclibLTLIBRARIES
1216 install-html: install-html-recursive
1218 install-html-am: $(HTMLS)
1219 @$(NORMAL_INSTALL)
1220 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1221 if test -n "$$list"; then \
1222 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1223 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1224 fi; \
1225 for p in $$list; do \
1226 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1227 $(am__strip_dir) \
1228 d2=$$d$$p; \
1229 if test -d "$$d2"; then \
1230 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1231 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1232 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1233 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
1234 else \
1235 list2="$$list2 $$d2"; \
1236 fi; \
1237 done; \
1238 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1239 while read files; do \
1240 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1241 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1242 done; }
1243 install-info: install-info-recursive
1245 install-info-am: $(INFO_DEPS)
1246 @$(NORMAL_INSTALL)
1247 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1248 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1249 if test -n "$$list"; then \
1250 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1251 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1252 fi; \
1253 for file in $$list; do \
1254 case $$file in \
1255 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1256 esac; \
1257 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1258 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1259 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1260 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1261 if test -f $$ifile; then \
1262 echo "$$ifile"; \
1263 else : ; fi; \
1264 done; \
1265 done | $(am__base_list) | \
1266 while read files; do \
1267 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1268 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1269 @$(POST_INSTALL)
1270 @if $(am__can_run_installinfo); then \
1271 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1272 for file in $$list; do \
1273 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1274 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1275 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1276 done; \
1277 else : ; fi
1278 install-man:
1280 install-pdf: install-pdf-recursive
1282 install-pdf-am: $(PDFS)
1283 @$(NORMAL_INSTALL)
1284 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1285 if test -n "$$list"; then \
1286 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1287 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1288 fi; \
1289 for p in $$list; do \
1290 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1291 echo "$$d$$p"; \
1292 done | $(am__base_list) | \
1293 while read files; do \
1294 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1295 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1296 install-ps: install-ps-recursive
1298 install-ps-am: $(PSS)
1299 @$(NORMAL_INSTALL)
1300 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1301 if test -n "$$list"; then \
1302 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1303 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1304 fi; \
1305 for p in $$list; do \
1306 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1307 echo "$$d$$p"; \
1308 done | $(am__base_list) | \
1309 while read files; do \
1310 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1311 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1312 installcheck-am:
1314 maintainer-clean: maintainer-clean-recursive
1315 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1316 -rm -rf $(top_srcdir)/autom4te.cache
1317 -rm -rf ./$(DEPDIR)
1318 -rm -f Makefile
1319 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1320 maintainer-clean-generic maintainer-clean-local
1322 mostlyclean: mostlyclean-recursive
1324 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1325 mostlyclean-generic mostlyclean-libtool mostlyclean-local
1327 pdf: pdf-recursive
1329 pdf-am: $(PDFS)
1331 ps: ps-recursive
1333 ps-am: $(PSS)
1335 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1336 uninstall-nodist_fincludeHEADERS \
1337 uninstall-nodist_libsubincludeHEADERS \
1338 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1339 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1341 .MAKE: $(am__recursive_targets) all install-am install-strip
1343 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1344 am--refresh check check-am clean clean-aminfo clean-cscope \
1345 clean-generic clean-libtool clean-local \
1346 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1347 ctags-am dist-info distclean distclean-compile \
1348 distclean-generic distclean-hdr distclean-libtool \
1349 distclean-local distclean-tags dvi dvi-am html html-am info \
1350 info-am install install-am install-data install-data-am \
1351 install-dvi install-dvi-am install-exec install-exec-am \
1352 install-exec-local install-html install-html-am install-info \
1353 install-info-am install-man install-nodist_fincludeHEADERS \
1354 install-nodist_libsubincludeHEADERS \
1355 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1356 install-ps install-ps-am install-strip \
1357 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1358 installdirs installdirs-am maintainer-clean \
1359 maintainer-clean-aminfo maintainer-clean-generic \
1360 maintainer-clean-local mostlyclean mostlyclean-aminfo \
1361 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1362 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1363 uninstall-am uninstall-dvi-am uninstall-html-am \
1364 uninstall-info-am uninstall-nodist_fincludeHEADERS \
1365 uninstall-nodist_libsubincludeHEADERS \
1366 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1367 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1369 .PRECIOUS: Makefile
1372 vpath % $(strip $(search_path))
1374 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver: $(top_srcdir)/libgomp.map
1375 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(EGREP) -v '#(#| |$$)' $< | \
1376 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(PREPROCESS) -P -include config.h - > $@ || (rm -f $@ ; exit 1)
1377 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver-sun : libgomp.ver \
1378 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1379 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD)
1380 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1381 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ libgomp.ver \
1382 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS:%.lo=.libs/%.o) \
1383 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libgomp_la_LIBADD) | \
1384 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1385 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
1387 omp_lib_kinds.mod: omp_lib.mod
1389 openacc_kinds.mod: openacc.mod
1391 openacc.mod: openacc.lo
1393 %.mod: %.f90
1394 $(FC) $(FCFLAGS) -cpp -fopenmp -fsyntax-only $<
1395 fortran.lo: libgomp_f.h
1396 fortran.o: libgomp_f.h
1397 env.lo: libgomp_f.h
1398 env.o: libgomp_f.h
1400 all-local: $(STAMP_GENINSRC)
1402 stamp-geninsrc: libgomp.info
1403 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
1404 @touch $@
1406 libgomp.info: $(STAMP_BUILD_INFO)
1408 stamp-build-info: libgomp.texi
1409 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
1410 @touch $@
1412 # target overrides
1413 -include $(tmake_file)
1415 # GNU Make needs to see an explicit $(MAKE) variable in the command it
1416 # runs to enable its job server during parallel builds. Hence the
1417 # comments below.
1418 all-multi:
1419 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1420 install-multi:
1421 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1422 mostlyclean-multi:
1423 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1424 clean-multi:
1425 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1426 distclean-multi:
1427 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1428 maintainer-clean-multi:
1429 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1431 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
1432 install-multi maintainer-clean-multi mostlyclean-multi
1434 install-exec-local: install-multi
1436 all-local: all-multi
1437 mostlyclean-local: mostlyclean-multi
1438 clean-local: clean-multi
1439 distclean-local: distclean-multi
1440 maintainer-clean-local: maintainer-clean-multi
1442 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1443 # Otherwise a system limit (for SysV at least) may be exceeded.
1444 .NOEXPORT: