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