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