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