Improve costs for DImode shifts of interger constants.
[official-gcc.git] / libgomp / Makefile.in
blob2dc2168bce7094a4188aabd4465acb5a26e62638
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2018 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-2020 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 libgomp_la_LIBADD =
213 @USE_FORTRAN_TRUE@am__objects_1 = openacc.lo
214 am_libgomp_la_OBJECTS = alloc.lo atomic.lo barrier.lo critical.lo \
215 env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo \
216 loop.lo loop_ull.lo ordered.lo parallel.lo sections.lo \
217 single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo \
218 sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo \
219 target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo \
220 oacc-host.lo oacc-init.lo oacc-mem.lo oacc-async.lo \
221 oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo \
222 teams.lo allocator.lo oacc-profiling.lo oacc-target.lo \
223 $(am__objects_1)
224 libgomp_la_OBJECTS = $(am_libgomp_la_OBJECTS)
225 AM_V_P = $(am__v_P_@AM_V@)
226 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
227 am__v_P_0 = false
228 am__v_P_1 = :
229 AM_V_GEN = $(am__v_GEN_@AM_V@)
230 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
231 am__v_GEN_0 = @echo " GEN " $@;
232 am__v_GEN_1 =
233 AM_V_at = $(am__v_at_@AM_V@)
234 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
235 am__v_at_0 = @
236 am__v_at_1 =
237 DEFAULT_INCLUDES = -I.@am__isrc@
238 depcomp = $(SHELL) $(top_srcdir)/../depcomp
239 am__maybe_remake_depfiles = depfiles
240 am__depfiles_remade = ./$(DEPDIR)/affinity-fmt.Plo \
241 ./$(DEPDIR)/affinity.Plo ./$(DEPDIR)/alloc.Plo \
242 ./$(DEPDIR)/allocator.Plo ./$(DEPDIR)/atomic.Plo \
243 ./$(DEPDIR)/bar.Plo ./$(DEPDIR)/barrier.Plo \
244 ./$(DEPDIR)/critical.Plo ./$(DEPDIR)/env.Plo \
245 ./$(DEPDIR)/error.Plo ./$(DEPDIR)/fortran.Plo \
246 ./$(DEPDIR)/icv-device.Plo ./$(DEPDIR)/icv.Plo \
247 ./$(DEPDIR)/iter.Plo ./$(DEPDIR)/iter_ull.Plo \
248 ./$(DEPDIR)/libgomp-plugin.Plo \
249 ./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo \
250 ./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo \
251 ./$(DEPDIR)/lock.Plo ./$(DEPDIR)/loop.Plo \
252 ./$(DEPDIR)/loop_ull.Plo ./$(DEPDIR)/mutex.Plo \
253 ./$(DEPDIR)/oacc-async.Plo ./$(DEPDIR)/oacc-cuda.Plo \
254 ./$(DEPDIR)/oacc-host.Plo ./$(DEPDIR)/oacc-init.Plo \
255 ./$(DEPDIR)/oacc-mem.Plo ./$(DEPDIR)/oacc-parallel.Plo \
256 ./$(DEPDIR)/oacc-plugin.Plo ./$(DEPDIR)/oacc-profiling.Plo \
257 ./$(DEPDIR)/oacc-target.Plo ./$(DEPDIR)/ordered.Plo \
258 ./$(DEPDIR)/parallel.Plo ./$(DEPDIR)/priority_queue.Plo \
259 ./$(DEPDIR)/proc.Plo ./$(DEPDIR)/ptrlock.Plo \
260 ./$(DEPDIR)/sections.Plo ./$(DEPDIR)/sem.Plo \
261 ./$(DEPDIR)/single.Plo ./$(DEPDIR)/splay-tree.Plo \
262 ./$(DEPDIR)/target.Plo ./$(DEPDIR)/task.Plo \
263 ./$(DEPDIR)/team.Plo ./$(DEPDIR)/teams.Plo \
264 ./$(DEPDIR)/time.Plo ./$(DEPDIR)/work.Plo
265 am__mv = mv -f
266 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
267 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
268 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
269 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
270 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
271 $(AM_CFLAGS) $(CFLAGS)
272 AM_V_CC = $(am__v_CC_@AM_V@)
273 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
274 am__v_CC_0 = @echo " CC " $@;
275 am__v_CC_1 =
276 CCLD = $(CC)
277 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
278 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
279 am__v_CCLD_0 = @echo " CCLD " $@;
280 am__v_CCLD_1 =
281 FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
282 LTFCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
283 $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
284 AM_V_FC = $(am__v_FC_@AM_V@)
285 am__v_FC_ = $(am__v_FC_@AM_DEFAULT_V@)
286 am__v_FC_0 = @echo " FC " $@;
287 am__v_FC_1 =
288 FCLD = $(FC)
289 FCLINK = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
290 $(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
291 $(AM_LDFLAGS) $(LDFLAGS) -o $@
292 AM_V_FCLD = $(am__v_FCLD_@AM_V@)
293 am__v_FCLD_ = $(am__v_FCLD_@AM_DEFAULT_V@)
294 am__v_FCLD_0 = @echo " FCLD " $@;
295 am__v_FCLD_1 =
296 SOURCES = $(libgomp_plugin_gcn_la_SOURCES) \
297 $(libgomp_plugin_nvptx_la_SOURCES) $(libgomp_la_SOURCES)
298 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
299 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
300 am__v_DVIPS_0 = @echo " DVIPS " $@;
301 am__v_DVIPS_1 =
302 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
303 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
304 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
305 am__v_MAKEINFO_1 =
306 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
307 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
308 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
309 am__v_INFOHTML_1 =
310 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
311 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
312 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
313 am__v_TEXI2DVI_1 =
314 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
315 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
316 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
317 am__v_TEXI2PDF_1 =
318 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
319 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
320 am__v_texinfo_0 = -q
321 am__v_texinfo_1 =
322 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
323 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
324 am__v_texidevnull_0 = > /dev/null
325 am__v_texidevnull_1 =
326 INFO_DEPS = libgomp.info
327 am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
328 DVIS = libgomp.dvi
329 PDFS = libgomp.pdf
330 PSS = libgomp.ps
331 HTMLS = libgomp.html
332 TEXINFOS = libgomp.texi
333 TEXI2DVI = texi2dvi
334 TEXI2PDF = $(TEXI2DVI) --pdf --batch
335 MAKEINFOHTML = $(MAKEINFO) --html
336 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
337 DVIPS = dvips
338 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
339 ctags-recursive dvi-recursive html-recursive info-recursive \
340 install-data-recursive install-dvi-recursive \
341 install-exec-recursive install-html-recursive \
342 install-info-recursive install-pdf-recursive \
343 install-ps-recursive install-recursive installcheck-recursive \
344 installdirs-recursive pdf-recursive ps-recursive \
345 tags-recursive uninstall-recursive
346 am__can_run_installinfo = \
347 case $$AM_UPDATE_INFO_DIR in \
348 n|no|NO) false;; \
349 *) (install-info --version) >/dev/null 2>&1;; \
350 esac
351 HEADERS = $(nodist_finclude_HEADERS) $(nodist_libsubinclude_HEADERS) \
352 $(nodist_noinst_HEADERS) $(nodist_toolexeclib_HEADERS)
353 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
354 distclean-recursive maintainer-clean-recursive
355 am__recursive_targets = \
356 $(RECURSIVE_TARGETS) \
357 $(RECURSIVE_CLEAN_TARGETS) \
358 $(am__extra_recursive_targets)
359 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
360 cscope
361 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
362 $(LISP)config.h.in
363 # Read a list of newline-separated strings from the standard input,
364 # and print each of them once, without duplicates. Input order is
365 # *not* preserved.
366 am__uniquify_input = $(AWK) '\
367 BEGIN { nonempty = 0; } \
368 { items[$$0] = 1; nonempty = 1; } \
369 END { if (nonempty) { for (i in items) print i; }; } \
371 # Make sure the list of sources is unique. This is necessary because,
372 # e.g., the same source file might be shared among _SOURCES variables
373 # for different programs/libraries.
374 am__define_uniq_tagged_files = \
375 list='$(am__tagged_files)'; \
376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | $(am__uniquify_input)`
379 ETAGS = etags
380 CTAGS = ctags
381 CSCOPE = cscope
382 DIST_SUBDIRS = $(SUBDIRS)
383 ACLOCAL = @ACLOCAL@
384 AMTAR = @AMTAR@
385 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
386 AR = @AR@
387 AUTOCONF = @AUTOCONF@
388 AUTOHEADER = @AUTOHEADER@
389 AUTOMAKE = @AUTOMAKE@
390 AWK = @AWK@
391 CC = @CC@
392 CCDEPMODE = @CCDEPMODE@
393 CFLAGS = @CFLAGS@
394 CPP = @CPP@
395 CPPFLAGS = @CPPFLAGS@
396 CPU_COUNT = @CPU_COUNT@
397 CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
398 CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
399 CYGPATH_W = @CYGPATH_W@
400 DEFS = @DEFS@
401 DEPDIR = @DEPDIR@
402 DSYMUTIL = @DSYMUTIL@
403 DUMPBIN = @DUMPBIN@
404 ECHO_C = @ECHO_C@
405 ECHO_N = @ECHO_N@
406 ECHO_T = @ECHO_T@
407 EGREP = @EGREP@
408 EXEEXT = @EXEEXT@
409 FC = @FC@
410 FCFLAGS = @FCFLAGS@
411 FGREP = @FGREP@
412 GREP = @GREP@
413 HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
414 HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
415 INSTALL = @INSTALL@
416 INSTALL_DATA = @INSTALL_DATA@
417 INSTALL_PROGRAM = @INSTALL_PROGRAM@
418 INSTALL_SCRIPT = @INSTALL_SCRIPT@
419 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
420 INTPTR_T_KIND = @INTPTR_T_KIND@
421 LD = @LD@
422 LDFLAGS = @LDFLAGS@
423 LIBOBJS = @LIBOBJS@
424 LIBS = @LIBS@
425 LIBTOOL = @LIBTOOL@
426 LIPO = @LIPO@
427 LN_S = @LN_S@
428 LTLIBOBJS = @LTLIBOBJS@
429 MAINT = @MAINT@
430 MAKEINFO = @MAKEINFO@
431 MKDIR_P = @MKDIR_P@
432 NM = @NM@
433 NMEDIT = @NMEDIT@
434 OBJDUMP = @OBJDUMP@
435 OBJEXT = @OBJEXT@
436 OMP_DEPEND_KIND = @OMP_DEPEND_KIND@
437 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
438 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
439 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
440 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
441 OMP_LOCK_KIND = @OMP_LOCK_KIND@
442 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
443 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
444 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
445 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
446 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
447 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
448 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
449 OPT_LDFLAGS = @OPT_LDFLAGS@
450 OTOOL = @OTOOL@
451 OTOOL64 = @OTOOL64@
452 PACKAGE = @PACKAGE@
453 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
454 PACKAGE_NAME = @PACKAGE_NAME@
455 PACKAGE_STRING = @PACKAGE_STRING@
456 PACKAGE_TARNAME = @PACKAGE_TARNAME@
457 PACKAGE_URL = @PACKAGE_URL@
458 PACKAGE_VERSION = @PACKAGE_VERSION@
459 PATH_SEPARATOR = @PATH_SEPARATOR@
460 PERL = @PERL@
461 PLUGIN_GCN = @PLUGIN_GCN@
462 PLUGIN_GCN_CPPFLAGS = @PLUGIN_GCN_CPPFLAGS@
463 PLUGIN_GCN_LDFLAGS = @PLUGIN_GCN_LDFLAGS@
464 PLUGIN_GCN_LIBS = @PLUGIN_GCN_LIBS@
465 PLUGIN_NVPTX = @PLUGIN_NVPTX@
466 PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
467 PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
468 PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
469 RANLIB = @RANLIB@
470 SECTION_LDFLAGS = @SECTION_LDFLAGS@
471 SED = @SED@
472 SET_MAKE = @SET_MAKE@
473 SHELL = @SHELL@
474 STRIP = @STRIP@
475 VERSION = @VERSION@
476 XCFLAGS = @XCFLAGS@
477 XLDFLAGS = @XLDFLAGS@
478 abs_builddir = @abs_builddir@
479 abs_srcdir = @abs_srcdir@
480 abs_top_builddir = @abs_top_builddir@
481 abs_top_srcdir = @abs_top_srcdir@
482 ac_ct_CC = @ac_ct_CC@
483 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
484 ac_ct_FC = @ac_ct_FC@
485 am__include = @am__include@
486 am__leading_dot = @am__leading_dot@
487 am__quote = @am__quote@
488 am__tar = @am__tar@
489 am__untar = @am__untar@
490 bindir = @bindir@
491 build = @build@
492 build_alias = @build_alias@
493 build_cpu = @build_cpu@
494 build_os = @build_os@
495 build_vendor = @build_vendor@
496 builddir = @builddir@
497 config_path = @config_path@
498 datadir = @datadir@
499 datarootdir = @datarootdir@
500 docdir = @docdir@
501 dvidir = @dvidir@
502 enable_shared = @enable_shared@
503 enable_static = @enable_static@
504 exec_prefix = @exec_prefix@
505 get_gcc_base_ver = @get_gcc_base_ver@
506 host = @host@
507 host_alias = @host_alias@
508 host_cpu = @host_cpu@
509 host_os = @host_os@
510 host_vendor = @host_vendor@
511 htmldir = @htmldir@
512 includedir = @includedir@
513 infodir = @infodir@
514 install_sh = @install_sh@
515 libdir = @libdir@
516 libexecdir = @libexecdir@
517 libtool_VERSION = @libtool_VERSION@
518 link_gomp = @link_gomp@
519 localedir = @localedir@
520 localstatedir = @localstatedir@
521 lt_host_flags = @lt_host_flags@
522 mandir = @mandir@
523 mkdir_p = @mkdir_p@
524 multi_basedir = @multi_basedir@
525 offload_additional_lib_paths = @offload_additional_lib_paths@
526 offload_additional_options = @offload_additional_options@
527 offload_plugins = @offload_plugins@
528 offload_targets = @offload_targets@
529 oldincludedir = @oldincludedir@
530 pdfdir = @pdfdir@
531 prefix = @prefix@
532 program_transform_name = @program_transform_name@
533 psdir = @psdir@
534 sbindir = @sbindir@
535 sharedstatedir = @sharedstatedir@
536 srcdir = @srcdir@
537 sysconfdir = @sysconfdir@
538 target = @target@
539 target_alias = @target_alias@
540 target_cpu = @target_cpu@
541 target_os = @target_os@
542 target_vendor = @target_vendor@
543 tmake_file = @tmake_file@
544 toolexecdir = @toolexecdir@
545 toolexeclibdir = @toolexeclibdir@
546 top_build_prefix = @top_build_prefix@
547 top_builddir = @top_builddir@
548 top_srcdir = @top_srcdir@
549 AUTOMAKE_OPTIONS = info-in-builddir
550 ACLOCAL_AMFLAGS = -I .. -I ../config
551 SUBDIRS = testsuite
552 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
553 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
554 $(top_srcdir)/../include
556 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/finclude
557 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
558 AM_CPPFLAGS = $(addprefix -I, $(search_path))
559 AM_CFLAGS = $(XCFLAGS)
560 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)
561 toolexeclib_LTLIBRARIES = libgomp.la $(am__append_1) $(am__append_2)
562 nodist_toolexeclib_HEADERS = libgomp.spec
564 # -Wc is only a libtool option.
565 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@comma = ,
566 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
567 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script =
568 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,libgomp.ver
569 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,-M,libgomp.ver-sun
570 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_dep =
571 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver
572 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver-sun
573 libgomp_version_info = -version-info $(libtool_VERSION)
574 libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
575 $(lt_host_flags)
577 libgomp_la_DEPENDENCIES = $(libgomp_version_dep)
578 libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS)
579 libgomp_la_SOURCES = alloc.c atomic.c barrier.c critical.c env.c \
580 error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c \
581 ordered.c parallel.c sections.c single.c task.c team.c work.c \
582 lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c \
583 affinity.c target.c splay-tree.c libgomp-plugin.c \
584 oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c \
585 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
586 affinity-fmt.c teams.c allocator.c oacc-profiling.c \
587 oacc-target.c $(am__append_3)
589 # Nvidia PTX OpenACC plugin.
590 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_version_info = -version-info $(libtool_VERSION)
591 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c
592 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_NVPTX_CPPFLAGS)
593 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LDFLAGS = \
594 @PLUGIN_NVPTX_TRUE@ $(libgomp_plugin_nvptx_version_info) \
595 @PLUGIN_NVPTX_TRUE@ $(lt_host_flags) $(PLUGIN_NVPTX_LDFLAGS)
596 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBADD = libgomp.la $(PLUGIN_NVPTX_LIBS)
597 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBTOOLFLAGS = --tag=disable-static
599 # AMD GCN plugin
600 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_version_info = -version-info $(libtool_VERSION)
601 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_SOURCES = plugin/plugin-gcn.c
602 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_GCN_CPPFLAGS) \
603 @PLUGIN_GCN_TRUE@ -D_GNU_SOURCE
605 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LDFLAGS = \
606 @PLUGIN_GCN_TRUE@ $(libgomp_plugin_gcn_version_info) \
607 @PLUGIN_GCN_TRUE@ $(lt_host_flags) $(PLUGIN_GCN_LDFLAGS)
608 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBADD = libgomp.la $(PLUGIN_GCN_LIBS)
609 @PLUGIN_GCN_TRUE@libgomp_plugin_gcn_la_LIBTOOLFLAGS = --tag=disable-static
610 nodist_noinst_HEADERS = libgomp_f.h
611 nodist_libsubinclude_HEADERS = omp.h openacc.h acc_prof.h
612 @USE_FORTRAN_TRUE@nodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod \
613 @USE_FORTRAN_TRUE@ openacc_lib.h openacc.f90 openacc.mod openacc_kinds.mod
615 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
616 LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
617 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LTLDFLAGS) -o $@
620 # Automake Documentation:
621 # If your package has Texinfo files in many directories, you can use the
622 # variable TEXINFO_TEX to tell Automake where to find the canonical
623 # `texinfo.tex' for your package. The value of this variable should be
624 # the relative path from the current `Makefile.am' to `texinfo.tex'.
625 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
627 # Defines info, dvi, pdf and html targets
628 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
629 info_TEXINFOS = libgomp.texi
630 @GENINSRC_FALSE@STAMP_GENINSRC =
632 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
633 @GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
634 @BUILD_INFO_FALSE@STAMP_BUILD_INFO =
636 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
637 @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
638 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
639 MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
640 MULTISRCTOP =
641 MULTIBUILDTOP =
642 MULTIDIRS =
643 MULTISUBDIR =
644 MULTIDO = true
645 MULTICLEAN = true
646 all: config.h
647 $(MAKE) $(AM_MAKEFLAGS) all-recursive
649 .SUFFIXES:
650 .SUFFIXES: .c .dvi .f90 .lo .o .obj .ps
651 am--refresh: Makefile
653 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__configure_deps)
654 @for dep in $?; do \
655 case '$(am__configure_deps)' in \
656 *$$dep*) \
657 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
658 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
659 && exit 0; \
660 exit 1;; \
661 esac; \
662 done; \
663 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
664 $(am__cd) $(top_srcdir) && \
665 $(AUTOMAKE) --foreign Makefile
666 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
667 @case '$?' in \
668 *config.status*) \
669 echo ' $(SHELL) ./config.status'; \
670 $(SHELL) ./config.status;; \
671 *) \
672 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
673 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
674 esac;
675 $(top_srcdir)/plugin/Makefrag.am $(top_srcdir)/../multilib.am $(am__empty):
677 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
678 $(SHELL) ./config.status --recheck
680 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
681 $(am__cd) $(srcdir) && $(AUTOCONF)
682 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
683 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
684 $(am__aclocal_m4_deps):
686 config.h: stamp-h1
687 @test -f $@ || rm -f stamp-h1
688 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
690 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
691 @rm -f stamp-h1
692 cd $(top_builddir) && $(SHELL) ./config.status config.h
693 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
694 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
695 rm -f stamp-h1
696 touch $@
698 distclean-hdr:
699 -rm -f config.h stamp-h1
700 omp.h: $(top_builddir)/config.status $(srcdir)/omp.h.in
701 cd $(top_builddir) && $(SHELL) ./config.status $@
702 omp_lib.h: $(top_builddir)/config.status $(srcdir)/omp_lib.h.in
703 cd $(top_builddir) && $(SHELL) ./config.status $@
704 omp_lib.f90: $(top_builddir)/config.status $(srcdir)/omp_lib.f90.in
705 cd $(top_builddir) && $(SHELL) ./config.status $@
706 libgomp_f.h: $(top_builddir)/config.status $(srcdir)/libgomp_f.h.in
707 cd $(top_builddir) && $(SHELL) ./config.status $@
708 libgomp.spec: $(top_builddir)/config.status $(srcdir)/libgomp.spec.in
709 cd $(top_builddir) && $(SHELL) ./config.status $@
711 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
712 @$(NORMAL_INSTALL)
713 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
714 list2=; for p in $$list; do \
715 if test -f $$p; then \
716 list2="$$list2 $$p"; \
717 else :; fi; \
718 done; \
719 test -z "$$list2" || { \
720 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
721 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
722 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
723 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
726 uninstall-toolexeclibLTLIBRARIES:
727 @$(NORMAL_UNINSTALL)
728 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
729 for p in $$list; do \
730 $(am__strip_dir) \
731 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
732 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
733 done
735 clean-toolexeclibLTLIBRARIES:
736 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
737 @list='$(toolexeclib_LTLIBRARIES)'; \
738 locs=`for p in $$list; do echo $$p; done | \
739 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
740 sort -u`; \
741 test -z "$$locs" || { \
742 echo rm -f $${locs}; \
743 rm -f $${locs}; \
746 libgomp-plugin-gcn.la: $(libgomp_plugin_gcn_la_OBJECTS) $(libgomp_plugin_gcn_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_gcn_la_DEPENDENCIES)
747 $(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)
749 libgomp-plugin-nvptx.la: $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_nvptx_la_DEPENDENCIES)
750 $(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)
752 libgomp.la: $(libgomp_la_OBJECTS) $(libgomp_la_DEPENDENCIES) $(EXTRA_libgomp_la_DEPENDENCIES)
753 $(AM_V_GEN)$(libgomp_la_LINK) -rpath $(toolexeclibdir) $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) $(LIBS)
755 mostlyclean-compile:
756 -rm -f *.$(OBJEXT)
758 distclean-compile:
759 -rm -f *.tab.c
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity-fmt.Plo@am__quote@ # am--include-marker
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@ # am--include-marker
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ # am--include-marker
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Plo@am__quote@ # am--include-marker
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@ # am--include-marker
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar.Plo@am__quote@ # am--include-marker
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@ # am--include-marker
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@ # am--include-marker
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@ # am--include-marker
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ # am--include-marker
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fortran.Plo@am__quote@ # am--include-marker
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv-device.Plo@am__quote@ # am--include-marker
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv.Plo@am__quote@ # am--include-marker
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter.Plo@am__quote@ # am--include-marker
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter_ull.Plo@am__quote@ # am--include-marker
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp-plugin.Plo@am__quote@ # am--include-marker
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo@am__quote@ # am--include-marker
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo@am__quote@ # am--include-marker
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@ # am--include-marker
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@ # am--include-marker
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_ull.Plo@am__quote@ # am--include-marker
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@ # am--include-marker
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-async.Plo@am__quote@ # am--include-marker
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@ # am--include-marker
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-host.Plo@am__quote@ # am--include-marker
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-init.Plo@am__quote@ # am--include-marker
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-mem.Plo@am__quote@ # am--include-marker
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-parallel.Plo@am__quote@ # am--include-marker
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-plugin.Plo@am__quote@ # am--include-marker
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-profiling.Plo@am__quote@ # am--include-marker
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-target.Plo@am__quote@ # am--include-marker
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordered.Plo@am__quote@ # am--include-marker
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel.Plo@am__quote@ # am--include-marker
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priority_queue.Plo@am__quote@ # am--include-marker
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@ # am--include-marker
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptrlock.Plo@am__quote@ # am--include-marker
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sections.Plo@am__quote@ # am--include-marker
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sem.Plo@am__quote@ # am--include-marker
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single.Plo@am__quote@ # am--include-marker
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay-tree.Plo@am__quote@ # am--include-marker
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Plo@am__quote@ # am--include-marker
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@ # am--include-marker
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@ # am--include-marker
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/teams.Plo@am__quote@ # am--include-marker
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@ # am--include-marker
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@ # am--include-marker
808 $(am__depfiles_remade):
809 @$(MKDIR_P) $(@D)
810 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
812 am--depfiles: $(am__depfiles_remade)
814 .c.o:
815 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
816 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
821 .c.obj:
822 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
823 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
828 .c.lo:
829 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
830 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
831 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
835 libgomp_plugin_gcn_la-plugin-gcn.lo: plugin/plugin-gcn.c
836 @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
837 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Tpo $(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo
838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-gcn.c' object='libgomp_plugin_gcn_la-plugin-gcn.lo' libtool=yes @AMDEPBACKSLASH@
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840 @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
842 libgomp_plugin_nvptx_la-plugin-nvptx.lo: plugin/plugin-nvptx.c
843 @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
844 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Tpo $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin/plugin-nvptx.c' object='libgomp_plugin_nvptx_la-plugin-nvptx.lo' libtool=yes @AMDEPBACKSLASH@
846 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847 @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
849 .f90.o:
850 $(AM_V_FC)$(FCCOMPILE) -c -o $@ $<
852 .f90.obj:
853 $(AM_V_FC)$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
855 .f90.lo:
856 $(AM_V_FC)$(LTFCCOMPILE) -c -o $@ $<
858 mostlyclean-libtool:
859 -rm -f *.lo
861 clean-libtool:
862 -rm -rf .libs _libs
864 distclean-libtool:
865 -rm -f libtool config.lt
867 libgomp.dvi: libgomp.texi
868 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
869 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
870 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
871 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
873 libgomp.pdf: libgomp.texi
874 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
875 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
876 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
877 `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
879 libgomp.html: libgomp.texi
880 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
881 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
882 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
883 then \
884 rm -rf $@ && mv $(@:.html=.htp) $@; \
885 else \
886 rm -rf $(@:.html=.htp); exit 1; \
888 .dvi.ps:
889 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
890 $(DVIPS) $(AM_V_texinfo) -o $@ $<
892 uninstall-dvi-am:
893 @$(NORMAL_UNINSTALL)
894 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
895 for p in $$list; do \
896 $(am__strip_dir) \
897 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
898 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
899 done
901 uninstall-html-am:
902 @$(NORMAL_UNINSTALL)
903 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
904 for p in $$list; do \
905 $(am__strip_dir) \
906 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
907 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
908 done
910 uninstall-info-am:
911 @$(PRE_UNINSTALL)
912 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
913 list='$(INFO_DEPS)'; \
914 for file in $$list; do \
915 relfile=`echo "$$file" | sed 's|^.*/||'`; \
916 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
917 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
918 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
919 done; \
920 else :; fi
921 @$(NORMAL_UNINSTALL)
922 @list='$(INFO_DEPS)'; \
923 for file in $$list; do \
924 relfile=`echo "$$file" | sed 's|^.*/||'`; \
925 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
926 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
927 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]"; \
928 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
929 else :; fi); \
930 done
932 uninstall-pdf-am:
933 @$(NORMAL_UNINSTALL)
934 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
935 for p in $$list; do \
936 $(am__strip_dir) \
937 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
938 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
939 done
941 uninstall-ps-am:
942 @$(NORMAL_UNINSTALL)
943 @list='$(PSS)'; test -n "$(psdir)" || list=; \
944 for p in $$list; do \
945 $(am__strip_dir) \
946 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
947 rm -f "$(DESTDIR)$(psdir)/$$f"; \
948 done
950 dist-info: $(INFO_DEPS)
951 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
952 list='$(INFO_DEPS)'; \
953 for base in $$list; do \
954 case $$base in \
955 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
956 esac; \
957 if test -f $$base; then d=.; else d=$(srcdir); fi; \
958 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
959 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 \
960 if test -f $$file; then \
961 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
962 test -f "$(distdir)/$$relfile" || \
963 cp -p $$file "$(distdir)/$$relfile"; \
964 else :; fi; \
965 done; \
966 done
968 mostlyclean-aminfo:
969 -rm -rf libgomp.t2d libgomp.t2p
971 clean-aminfo:
972 -test -z "libgomp.dvi libgomp.pdf libgomp.ps libgomp.html" \
973 || rm -rf libgomp.dvi libgomp.pdf libgomp.ps libgomp.html
975 maintainer-clean-aminfo:
976 @list='$(INFO_DEPS)'; for i in $$list; do \
977 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
978 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
979 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
980 done
981 install-nodist_fincludeHEADERS: $(nodist_finclude_HEADERS)
982 @$(NORMAL_INSTALL)
983 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
984 if test -n "$$list"; then \
985 echo " $(MKDIR_P) '$(DESTDIR)$(fincludedir)'"; \
986 $(MKDIR_P) "$(DESTDIR)$(fincludedir)" || exit 1; \
987 fi; \
988 for p in $$list; do \
989 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
990 echo "$$d$$p"; \
991 done | $(am__base_list) | \
992 while read files; do \
993 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(fincludedir)'"; \
994 $(INSTALL_HEADER) $$files "$(DESTDIR)$(fincludedir)" || exit $$?; \
995 done
997 uninstall-nodist_fincludeHEADERS:
998 @$(NORMAL_UNINSTALL)
999 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
1000 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1001 dir='$(DESTDIR)$(fincludedir)'; $(am__uninstall_files_from_dir)
1002 install-nodist_libsubincludeHEADERS: $(nodist_libsubinclude_HEADERS)
1003 @$(NORMAL_INSTALL)
1004 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
1005 if test -n "$$list"; then \
1006 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
1007 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
1008 fi; \
1009 for p in $$list; do \
1010 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1011 echo "$$d$$p"; \
1012 done | $(am__base_list) | \
1013 while read files; do \
1014 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsubincludedir)'"; \
1015 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsubincludedir)" || exit $$?; \
1016 done
1018 uninstall-nodist_libsubincludeHEADERS:
1019 @$(NORMAL_UNINSTALL)
1020 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
1021 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1022 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
1023 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
1024 @$(NORMAL_INSTALL)
1025 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1026 if test -n "$$list"; then \
1027 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
1028 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
1029 fi; \
1030 for p in $$list; do \
1031 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1032 echo "$$d$$p"; \
1033 done | $(am__base_list) | \
1034 while read files; do \
1035 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
1036 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
1037 done
1039 uninstall-nodist_toolexeclibHEADERS:
1040 @$(NORMAL_UNINSTALL)
1041 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
1042 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1043 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
1045 # This directory's subdirectories are mostly independent; you can cd
1046 # into them and run 'make' without going through this Makefile.
1047 # To change the values of 'make' variables: instead of editing Makefiles,
1048 # (1) if the variable is set in 'config.status', edit 'config.status'
1049 # (which will cause the Makefiles to be regenerated when you run 'make');
1050 # (2) otherwise, pass the desired values on the 'make' command line.
1051 $(am__recursive_targets):
1052 @fail=; \
1053 if $(am__make_keepgoing); then \
1054 failcom='fail=yes'; \
1055 else \
1056 failcom='exit 1'; \
1057 fi; \
1058 dot_seen=no; \
1059 target=`echo $@ | sed s/-recursive//`; \
1060 case "$@" in \
1061 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1062 *) list='$(SUBDIRS)' ;; \
1063 esac; \
1064 for subdir in $$list; do \
1065 echo "Making $$target in $$subdir"; \
1066 if test "$$subdir" = "."; then \
1067 dot_seen=yes; \
1068 local_target="$$target-am"; \
1069 else \
1070 local_target="$$target"; \
1071 fi; \
1072 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1073 || eval $$failcom; \
1074 done; \
1075 if test "$$dot_seen" = "no"; then \
1076 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1077 fi; test -z "$$fail"
1079 ID: $(am__tagged_files)
1080 $(am__define_uniq_tagged_files); mkid -fID $$unique
1081 tags: tags-recursive
1082 TAGS: tags
1084 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1085 set x; \
1086 here=`pwd`; \
1087 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1088 include_option=--etags-include; \
1089 empty_fix=.; \
1090 else \
1091 include_option=--include; \
1092 empty_fix=; \
1093 fi; \
1094 list='$(SUBDIRS)'; for subdir in $$list; do \
1095 if test "$$subdir" = .; then :; else \
1096 test ! -f $$subdir/TAGS || \
1097 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1098 fi; \
1099 done; \
1100 $(am__define_uniq_tagged_files); \
1101 shift; \
1102 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1103 test -n "$$unique" || unique=$$empty_fix; \
1104 if test $$# -gt 0; then \
1105 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1106 "$$@" $$unique; \
1107 else \
1108 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1109 $$unique; \
1110 fi; \
1112 ctags: ctags-recursive
1114 CTAGS: ctags
1115 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1116 $(am__define_uniq_tagged_files); \
1117 test -z "$(CTAGS_ARGS)$$unique" \
1118 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1119 $$unique
1121 GTAGS:
1122 here=`$(am__cd) $(top_builddir) && pwd` \
1123 && $(am__cd) $(top_srcdir) \
1124 && gtags -i $(GTAGS_ARGS) "$$here"
1125 cscope: cscope.files
1126 test ! -s cscope.files \
1127 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1128 clean-cscope:
1129 -rm -f cscope.files
1130 cscope.files: clean-cscope cscopelist
1131 cscopelist: cscopelist-recursive
1133 cscopelist-am: $(am__tagged_files)
1134 list='$(am__tagged_files)'; \
1135 case "$(srcdir)" in \
1136 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1137 *) sdir=$(subdir)/$(srcdir) ;; \
1138 esac; \
1139 for i in $$list; do \
1140 if test -f "$$i"; then \
1141 echo "$(subdir)/$$i"; \
1142 else \
1143 echo "$$sdir/$$i"; \
1144 fi; \
1145 done >> $(top_builddir)/cscope.files
1147 distclean-tags:
1148 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1149 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1150 check-am: all-am
1151 check: check-recursive
1152 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h \
1153 all-local
1154 installdirs: installdirs-recursive
1155 installdirs-am:
1156 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
1157 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1158 done
1159 install: install-recursive
1160 install-exec: install-exec-recursive
1161 install-data: install-data-recursive
1162 uninstall: uninstall-recursive
1164 install-am: all-am
1165 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1167 installcheck: installcheck-recursive
1168 install-strip:
1169 if test -z '$(STRIP)'; then \
1170 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1171 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1172 install; \
1173 else \
1174 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1175 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1176 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1178 mostlyclean-generic:
1180 clean-generic:
1181 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1183 distclean-generic:
1184 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1185 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1187 maintainer-clean-generic:
1188 @echo "This command is intended for maintainers to use"
1189 @echo "it deletes files that may require special tools to rebuild."
1190 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1191 clean: clean-recursive
1193 clean-am: clean-aminfo clean-generic clean-libtool clean-local \
1194 clean-toolexeclibLTLIBRARIES mostlyclean-am
1196 distclean: distclean-recursive
1197 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1198 -rm -f ./$(DEPDIR)/affinity-fmt.Plo
1199 -rm -f ./$(DEPDIR)/affinity.Plo
1200 -rm -f ./$(DEPDIR)/alloc.Plo
1201 -rm -f ./$(DEPDIR)/allocator.Plo
1202 -rm -f ./$(DEPDIR)/atomic.Plo
1203 -rm -f ./$(DEPDIR)/bar.Plo
1204 -rm -f ./$(DEPDIR)/barrier.Plo
1205 -rm -f ./$(DEPDIR)/critical.Plo
1206 -rm -f ./$(DEPDIR)/env.Plo
1207 -rm -f ./$(DEPDIR)/error.Plo
1208 -rm -f ./$(DEPDIR)/fortran.Plo
1209 -rm -f ./$(DEPDIR)/icv-device.Plo
1210 -rm -f ./$(DEPDIR)/icv.Plo
1211 -rm -f ./$(DEPDIR)/iter.Plo
1212 -rm -f ./$(DEPDIR)/iter_ull.Plo
1213 -rm -f ./$(DEPDIR)/libgomp-plugin.Plo
1214 -rm -f ./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo
1215 -rm -f ./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
1216 -rm -f ./$(DEPDIR)/lock.Plo
1217 -rm -f ./$(DEPDIR)/loop.Plo
1218 -rm -f ./$(DEPDIR)/loop_ull.Plo
1219 -rm -f ./$(DEPDIR)/mutex.Plo
1220 -rm -f ./$(DEPDIR)/oacc-async.Plo
1221 -rm -f ./$(DEPDIR)/oacc-cuda.Plo
1222 -rm -f ./$(DEPDIR)/oacc-host.Plo
1223 -rm -f ./$(DEPDIR)/oacc-init.Plo
1224 -rm -f ./$(DEPDIR)/oacc-mem.Plo
1225 -rm -f ./$(DEPDIR)/oacc-parallel.Plo
1226 -rm -f ./$(DEPDIR)/oacc-plugin.Plo
1227 -rm -f ./$(DEPDIR)/oacc-profiling.Plo
1228 -rm -f ./$(DEPDIR)/oacc-target.Plo
1229 -rm -f ./$(DEPDIR)/ordered.Plo
1230 -rm -f ./$(DEPDIR)/parallel.Plo
1231 -rm -f ./$(DEPDIR)/priority_queue.Plo
1232 -rm -f ./$(DEPDIR)/proc.Plo
1233 -rm -f ./$(DEPDIR)/ptrlock.Plo
1234 -rm -f ./$(DEPDIR)/sections.Plo
1235 -rm -f ./$(DEPDIR)/sem.Plo
1236 -rm -f ./$(DEPDIR)/single.Plo
1237 -rm -f ./$(DEPDIR)/splay-tree.Plo
1238 -rm -f ./$(DEPDIR)/target.Plo
1239 -rm -f ./$(DEPDIR)/task.Plo
1240 -rm -f ./$(DEPDIR)/team.Plo
1241 -rm -f ./$(DEPDIR)/teams.Plo
1242 -rm -f ./$(DEPDIR)/time.Plo
1243 -rm -f ./$(DEPDIR)/work.Plo
1244 -rm -f Makefile
1245 distclean-am: clean-am distclean-compile distclean-generic \
1246 distclean-hdr distclean-libtool distclean-local distclean-tags
1248 dvi: dvi-recursive
1250 dvi-am: $(DVIS)
1252 html: html-recursive
1254 html-am: $(HTMLS)
1256 info: info-recursive
1258 info-am: $(INFO_DEPS)
1260 install-data-am: install-info-am install-nodist_fincludeHEADERS \
1261 install-nodist_libsubincludeHEADERS
1263 install-dvi: install-dvi-recursive
1265 install-dvi-am: $(DVIS)
1266 @$(NORMAL_INSTALL)
1267 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1268 if test -n "$$list"; then \
1269 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1270 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1271 fi; \
1272 for p in $$list; do \
1273 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1274 echo "$$d$$p"; \
1275 done | $(am__base_list) | \
1276 while read files; do \
1277 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1278 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1279 done
1280 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS \
1281 install-toolexeclibLTLIBRARIES
1283 install-html: install-html-recursive
1285 install-html-am: $(HTMLS)
1286 @$(NORMAL_INSTALL)
1287 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1288 if test -n "$$list"; then \
1289 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1290 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1291 fi; \
1292 for p in $$list; do \
1293 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1294 $(am__strip_dir) \
1295 d2=$$d$$p; \
1296 if test -d "$$d2"; then \
1297 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1298 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1299 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1300 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
1301 else \
1302 list2="$$list2 $$d2"; \
1303 fi; \
1304 done; \
1305 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1306 while read files; do \
1307 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1308 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1309 done; }
1310 install-info: install-info-recursive
1312 install-info-am: $(INFO_DEPS)
1313 @$(NORMAL_INSTALL)
1314 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1315 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1316 if test -n "$$list"; then \
1317 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1318 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1319 fi; \
1320 for file in $$list; do \
1321 case $$file in \
1322 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1323 esac; \
1324 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1325 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1326 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1327 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1328 if test -f $$ifile; then \
1329 echo "$$ifile"; \
1330 else : ; fi; \
1331 done; \
1332 done | $(am__base_list) | \
1333 while read files; do \
1334 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1335 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1336 @$(POST_INSTALL)
1337 @if $(am__can_run_installinfo); then \
1338 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1339 for file in $$list; do \
1340 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1341 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1342 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1343 done; \
1344 else : ; fi
1345 install-man:
1347 install-pdf: install-pdf-recursive
1349 install-pdf-am: $(PDFS)
1350 @$(NORMAL_INSTALL)
1351 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1352 if test -n "$$list"; then \
1353 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1354 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1355 fi; \
1356 for p in $$list; do \
1357 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1358 echo "$$d$$p"; \
1359 done | $(am__base_list) | \
1360 while read files; do \
1361 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1362 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1363 install-ps: install-ps-recursive
1365 install-ps-am: $(PSS)
1366 @$(NORMAL_INSTALL)
1367 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1368 if test -n "$$list"; then \
1369 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1370 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1371 fi; \
1372 for p in $$list; do \
1373 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1374 echo "$$d$$p"; \
1375 done | $(am__base_list) | \
1376 while read files; do \
1377 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1378 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1379 installcheck-am:
1381 maintainer-clean: maintainer-clean-recursive
1382 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1383 -rm -rf $(top_srcdir)/autom4te.cache
1384 -rm -f ./$(DEPDIR)/affinity-fmt.Plo
1385 -rm -f ./$(DEPDIR)/affinity.Plo
1386 -rm -f ./$(DEPDIR)/alloc.Plo
1387 -rm -f ./$(DEPDIR)/allocator.Plo
1388 -rm -f ./$(DEPDIR)/atomic.Plo
1389 -rm -f ./$(DEPDIR)/bar.Plo
1390 -rm -f ./$(DEPDIR)/barrier.Plo
1391 -rm -f ./$(DEPDIR)/critical.Plo
1392 -rm -f ./$(DEPDIR)/env.Plo
1393 -rm -f ./$(DEPDIR)/error.Plo
1394 -rm -f ./$(DEPDIR)/fortran.Plo
1395 -rm -f ./$(DEPDIR)/icv-device.Plo
1396 -rm -f ./$(DEPDIR)/icv.Plo
1397 -rm -f ./$(DEPDIR)/iter.Plo
1398 -rm -f ./$(DEPDIR)/iter_ull.Plo
1399 -rm -f ./$(DEPDIR)/libgomp-plugin.Plo
1400 -rm -f ./$(DEPDIR)/libgomp_plugin_gcn_la-plugin-gcn.Plo
1401 -rm -f ./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
1402 -rm -f ./$(DEPDIR)/lock.Plo
1403 -rm -f ./$(DEPDIR)/loop.Plo
1404 -rm -f ./$(DEPDIR)/loop_ull.Plo
1405 -rm -f ./$(DEPDIR)/mutex.Plo
1406 -rm -f ./$(DEPDIR)/oacc-async.Plo
1407 -rm -f ./$(DEPDIR)/oacc-cuda.Plo
1408 -rm -f ./$(DEPDIR)/oacc-host.Plo
1409 -rm -f ./$(DEPDIR)/oacc-init.Plo
1410 -rm -f ./$(DEPDIR)/oacc-mem.Plo
1411 -rm -f ./$(DEPDIR)/oacc-parallel.Plo
1412 -rm -f ./$(DEPDIR)/oacc-plugin.Plo
1413 -rm -f ./$(DEPDIR)/oacc-profiling.Plo
1414 -rm -f ./$(DEPDIR)/oacc-target.Plo
1415 -rm -f ./$(DEPDIR)/ordered.Plo
1416 -rm -f ./$(DEPDIR)/parallel.Plo
1417 -rm -f ./$(DEPDIR)/priority_queue.Plo
1418 -rm -f ./$(DEPDIR)/proc.Plo
1419 -rm -f ./$(DEPDIR)/ptrlock.Plo
1420 -rm -f ./$(DEPDIR)/sections.Plo
1421 -rm -f ./$(DEPDIR)/sem.Plo
1422 -rm -f ./$(DEPDIR)/single.Plo
1423 -rm -f ./$(DEPDIR)/splay-tree.Plo
1424 -rm -f ./$(DEPDIR)/target.Plo
1425 -rm -f ./$(DEPDIR)/task.Plo
1426 -rm -f ./$(DEPDIR)/team.Plo
1427 -rm -f ./$(DEPDIR)/teams.Plo
1428 -rm -f ./$(DEPDIR)/time.Plo
1429 -rm -f ./$(DEPDIR)/work.Plo
1430 -rm -f Makefile
1431 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1432 maintainer-clean-generic maintainer-clean-local
1434 mostlyclean: mostlyclean-recursive
1436 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1437 mostlyclean-generic mostlyclean-libtool mostlyclean-local
1439 pdf: pdf-recursive
1441 pdf-am: $(PDFS)
1443 ps: ps-recursive
1445 ps-am: $(PSS)
1447 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1448 uninstall-nodist_fincludeHEADERS \
1449 uninstall-nodist_libsubincludeHEADERS \
1450 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1451 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1453 .MAKE: $(am__recursive_targets) all install-am install-strip
1455 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1456 am--depfiles am--refresh check check-am clean clean-aminfo \
1457 clean-cscope clean-generic clean-libtool clean-local \
1458 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1459 ctags-am dist-info distclean distclean-compile \
1460 distclean-generic distclean-hdr distclean-libtool \
1461 distclean-local distclean-tags dvi dvi-am html html-am info \
1462 info-am install install-am install-data install-data-am \
1463 install-dvi install-dvi-am install-exec install-exec-am \
1464 install-exec-local install-html install-html-am install-info \
1465 install-info-am install-man install-nodist_fincludeHEADERS \
1466 install-nodist_libsubincludeHEADERS \
1467 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1468 install-ps install-ps-am install-strip \
1469 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1470 installdirs installdirs-am maintainer-clean \
1471 maintainer-clean-aminfo maintainer-clean-generic \
1472 maintainer-clean-local mostlyclean mostlyclean-aminfo \
1473 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1474 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1475 uninstall-am uninstall-dvi-am uninstall-html-am \
1476 uninstall-info-am uninstall-nodist_fincludeHEADERS \
1477 uninstall-nodist_libsubincludeHEADERS \
1478 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1479 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1481 .PRECIOUS: Makefile
1484 vpath % $(strip $(search_path))
1486 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver: $(top_srcdir)/libgomp.map
1487 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(EGREP) -v '#(#| |$$)' $< | \
1488 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(PREPROCESS) -P -include config.h - > $@ || (rm -f $@ ; exit 1)
1489 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver-sun : libgomp.ver \
1490 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1491 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD)
1492 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1493 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ libgomp.ver \
1494 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS:%.lo=.libs/%.o) \
1495 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libgomp_la_LIBADD) | \
1496 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1497 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
1499 omp_lib_kinds.mod: omp_lib.mod
1501 openacc_kinds.mod: openacc.mod
1503 openacc.mod: openacc.lo
1505 %.mod: %.f90
1506 $(FC) $(FCFLAGS) -fsyntax-only $<
1507 fortran.lo: libgomp_f.h
1508 fortran.o: libgomp_f.h
1509 env.lo: libgomp_f.h
1510 env.o: libgomp_f.h
1512 all-local: $(STAMP_GENINSRC)
1514 stamp-geninsrc: libgomp.info
1515 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
1516 @touch $@
1518 libgomp.info: $(STAMP_BUILD_INFO)
1520 stamp-build-info: libgomp.texi
1521 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
1522 @touch $@
1524 # target overrides
1525 -include $(tmake_file)
1527 # GNU Make needs to see an explicit $(MAKE) variable in the command it
1528 # runs to enable its job server during parallel builds. Hence the
1529 # comments below.
1530 all-multi:
1531 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1532 install-multi:
1533 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1534 mostlyclean-multi:
1535 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1536 clean-multi:
1537 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1538 distclean-multi:
1539 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1540 maintainer-clean-multi:
1541 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1543 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
1544 install-multi maintainer-clean-multi mostlyclean-multi
1546 install-exec-local: install-multi
1548 all-local: all-multi
1549 mostlyclean-local: mostlyclean-multi
1550 clean-local: clean-multi
1551 distclean-local: distclean-multi
1552 maintainer-clean-local: maintainer-clean-multi
1554 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1555 # Otherwise a system limit (for SysV at least) may be exceeded.
1556 .NOEXPORT: