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