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