2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / libgomp / Makefile.in
blob6aff7fc0d965a507ec426a8b370d719e30a15b00
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Plugins for offload execution, Makefile.am fragment.
20 # Copyright (C) 2014-2017 Free Software Foundation, Inc.
22 # Contributed by Mentor Embedded.
24 # This file is part of the GNU Offloading and Multi Processing Library
25 # (libgomp).
27 # Libgomp is free software; you can redistribute it and/or modify it
28 # under the terms of the GNU General Public License as published by
29 # the Free Software Foundation; either version 3, or (at your option)
30 # any later version.
32 # Libgomp is distributed in the hope that it will be useful, but WITHOUT ANY
33 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
34 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for
35 # more details.
37 # Under Section 7 of GPL version 3, you are granted additional
38 # permissions described in the GCC Runtime Library Exception, version
39 # 3.1, as published by the Free Software Foundation.
41 # You should have received a copy of the GNU General Public License and
42 # a copy of the GCC Runtime Library Exception along with this program;
43 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
44 # <http://www.gnu.org/licenses/>.
47 VPATH = @srcdir@
48 am__make_dryrun = \
49 { \
50 am__dry=no; \
51 case $$MAKEFLAGS in \
52 *\\[\ \ ]*) \
53 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
54 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
55 *) \
56 for am__flg in $$MAKEFLAGS; do \
57 case $$am__flg in \
58 *=*|--*) ;; \
59 *n*) am__dry=yes; break;; \
60 esac; \
61 done;; \
62 esac; \
63 test $$am__dry = yes; \
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = @build@
82 host_triplet = @host@
83 target_triplet = @target@
84 DIST_COMMON = $(top_srcdir)/plugin/Makefrag.am ChangeLog \
85 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86 $(top_srcdir)/configure $(am__configure_deps) \
87 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
88 $(srcdir)/omp.h.in $(srcdir)/omp_lib.h.in \
89 $(srcdir)/omp_lib.f90.in $(srcdir)/libgomp_f.h.in \
90 $(srcdir)/libgomp.spec.in $(srcdir)/../depcomp
91 @PLUGIN_NVPTX_TRUE@am__append_1 = libgomp-plugin-nvptx.la
92 @PLUGIN_HSA_TRUE@am__append_2 = libgomp-plugin-hsa.la
93 @USE_FORTRAN_TRUE@am__append_3 = openacc.f90
94 subdir = .
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
97 $(top_srcdir)/../config/depstand.m4 \
98 $(top_srcdir)/../config/enable.m4 \
99 $(top_srcdir)/../config/futex.m4 \
100 $(top_srcdir)/../config/lead-dot.m4 \
101 $(top_srcdir)/../config/lthostflags.m4 \
102 $(top_srcdir)/../config/multi.m4 \
103 $(top_srcdir)/../config/override.m4 \
104 $(top_srcdir)/../config/stdint.m4 \
105 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
106 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
107 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
108 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../config/cet.m4 \
109 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
113 configure.lineno config.status.lineno
114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
115 CONFIG_HEADER = config.h
116 CONFIG_CLEAN_FILES = omp.h omp_lib.h omp_lib.f90 libgomp_f.h \
117 libgomp.spec
118 CONFIG_CLEAN_VPATH_FILES =
119 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120 am__vpath_adj = case $$p in \
121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122 *) f=$$p;; \
123 esac;
124 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125 am__install_max = 40
126 am__nobase_strip_setup = \
127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128 am__nobase_strip = \
129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130 am__nobase_list = $(am__nobase_strip_setup); \
131 for p in $$list; do echo "$$p $$p"; done | \
132 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
133 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134 if (++n[$$2] == $(am__install_max)) \
135 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
136 END { for (dir in files) print dir, files[dir] }'
137 am__base_list = \
138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
140 am__uninstall_files_from_dir = { \
141 test -z "$$files" \
142 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
144 $(am__cd) "$$dir" && rm -f $$files; }; \
146 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \
147 "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" \
148 "$(DESTDIR)$(toolexeclibdir)"
149 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
150 am__DEPENDENCIES_1 =
151 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_DEPENDENCIES = libgomp.la \
152 @PLUGIN_HSA_TRUE@ $(am__DEPENDENCIES_1)
153 @PLUGIN_HSA_TRUE@am_libgomp_plugin_hsa_la_OBJECTS = \
154 @PLUGIN_HSA_TRUE@ libgomp_plugin_hsa_la-plugin-hsa.lo
155 libgomp_plugin_hsa_la_OBJECTS = $(am_libgomp_plugin_hsa_la_OBJECTS)
156 libgomp_plugin_hsa_la_LINK = $(LIBTOOL) --tag=CC \
157 $(libgomp_plugin_hsa_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
158 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
159 $(libgomp_plugin_hsa_la_LDFLAGS) $(LDFLAGS) -o $@
160 @PLUGIN_HSA_TRUE@am_libgomp_plugin_hsa_la_rpath = -rpath \
161 @PLUGIN_HSA_TRUE@ $(toolexeclibdir)
162 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_DEPENDENCIES = libgomp.la \
163 @PLUGIN_NVPTX_TRUE@ $(am__DEPENDENCIES_1)
164 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_OBJECTS = \
165 @PLUGIN_NVPTX_TRUE@ libgomp_plugin_nvptx_la-plugin-nvptx.lo
166 libgomp_plugin_nvptx_la_OBJECTS = \
167 $(am_libgomp_plugin_nvptx_la_OBJECTS)
168 libgomp_plugin_nvptx_la_LINK = $(LIBTOOL) --tag=CC \
169 $(libgomp_plugin_nvptx_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
170 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171 $(libgomp_plugin_nvptx_la_LDFLAGS) $(LDFLAGS) -o $@
172 @PLUGIN_NVPTX_TRUE@am_libgomp_plugin_nvptx_la_rpath = -rpath \
173 @PLUGIN_NVPTX_TRUE@ $(toolexeclibdir)
174 libgomp_la_LIBADD =
175 @USE_FORTRAN_TRUE@am__objects_1 = openacc.lo
176 am_libgomp_la_OBJECTS = alloc.lo atomic.lo barrier.lo critical.lo \
177 env.lo error.lo icv.lo icv-device.lo iter.lo iter_ull.lo \
178 loop.lo loop_ull.lo ordered.lo parallel.lo sections.lo \
179 single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo \
180 sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo \
181 target.lo splay-tree.lo libgomp-plugin.lo oacc-parallel.lo \
182 oacc-host.lo oacc-init.lo oacc-mem.lo oacc-async.lo \
183 oacc-plugin.lo oacc-cuda.lo priority_queue.lo $(am__objects_1)
184 libgomp_la_OBJECTS = $(am_libgomp_la_OBJECTS)
185 DEFAULT_INCLUDES = -I.@am__isrc@
186 depcomp = $(SHELL) $(top_srcdir)/../depcomp
187 am__depfiles_maybe = depfiles
188 am__mv = mv -f
189 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
190 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
191 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
192 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
193 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194 CCLD = $(CC)
195 FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
196 LTFCCOMPILE = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197 --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
198 FCLD = $(FC)
199 FCLINK = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
200 --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) $(AM_LDFLAGS) \
201 $(LDFLAGS) -o $@
202 SOURCES = $(libgomp_plugin_hsa_la_SOURCES) \
203 $(libgomp_plugin_nvptx_la_SOURCES) $(libgomp_la_SOURCES)
204 MULTISRCTOP =
205 MULTIBUILDTOP =
206 MULTIDIRS =
207 MULTISUBDIR =
208 MULTIDO = true
209 MULTICLEAN = true
210 INFO_DEPS = libgomp.info
211 am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
212 DVIS = libgomp.dvi
213 PDFS = libgomp.pdf
214 PSS = libgomp.ps
215 HTMLS = libgomp.html
216 TEXINFOS = libgomp.texi
217 TEXI2DVI = texi2dvi
218 TEXI2PDF = $(TEXI2DVI) --pdf --batch
219 MAKEINFOHTML = $(MAKEINFO) --html
220 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
221 DVIPS = dvips
222 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
223 html-recursive info-recursive install-data-recursive \
224 install-dvi-recursive install-exec-recursive \
225 install-html-recursive install-info-recursive \
226 install-pdf-recursive install-ps-recursive install-recursive \
227 installcheck-recursive installdirs-recursive pdf-recursive \
228 ps-recursive uninstall-recursive
229 am__can_run_installinfo = \
230 case $$AM_UPDATE_INFO_DIR in \
231 n|no|NO) false;; \
232 *) (install-info --version) >/dev/null 2>&1;; \
233 esac
234 HEADERS = $(nodist_finclude_HEADERS) $(nodist_libsubinclude_HEADERS) \
235 $(nodist_noinst_HEADERS) $(nodist_toolexeclib_HEADERS)
236 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
237 distclean-recursive maintainer-clean-recursive
238 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
239 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
240 ETAGS = etags
241 CTAGS = ctags
242 DIST_SUBDIRS = $(SUBDIRS)
243 ACLOCAL = @ACLOCAL@
244 AMTAR = @AMTAR@
245 AR = @AR@
246 AUTOCONF = @AUTOCONF@
247 AUTOHEADER = @AUTOHEADER@
248 AUTOMAKE = @AUTOMAKE@
249 AWK = @AWK@
250 CC = @CC@
251 CCDEPMODE = @CCDEPMODE@
252 CFLAGS = @CFLAGS@
253 CPP = @CPP@
254 CPPFLAGS = @CPPFLAGS@
255 CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
256 CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
257 CYGPATH_W = @CYGPATH_W@
258 DEFS = @DEFS@
259 DEPDIR = @DEPDIR@
260 DSYMUTIL = @DSYMUTIL@
261 DUMPBIN = @DUMPBIN@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EGREP = @EGREP@
266 EXEEXT = @EXEEXT@
267 FC = @FC@
268 FCFLAGS = @FCFLAGS@
269 FGREP = @FGREP@
270 GREP = @GREP@
271 HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
272 HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
273 INSTALL = @INSTALL@
274 INSTALL_DATA = @INSTALL_DATA@
275 INSTALL_PROGRAM = @INSTALL_PROGRAM@
276 INSTALL_SCRIPT = @INSTALL_SCRIPT@
277 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278 LD = @LD@
279 LDFLAGS = @LDFLAGS@
280 LIBOBJS = @LIBOBJS@
281 LIBS = @LIBS@
282 LIBTOOL = @LIBTOOL@
283 LIPO = @LIPO@
284 LN_S = @LN_S@
285 LTLIBOBJS = @LTLIBOBJS@
286 MAINT = @MAINT@
287 MAKEINFO = @MAKEINFO@
288 MKDIR_P = @MKDIR_P@
289 NM = @NM@
290 NMEDIT = @NMEDIT@
291 OBJDUMP = @OBJDUMP@
292 OBJEXT = @OBJEXT@
293 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
294 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
295 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
296 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
297 OMP_LOCK_KIND = @OMP_LOCK_KIND@
298 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
299 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
300 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
301 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
302 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
303 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
304 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
305 OPT_LDFLAGS = @OPT_LDFLAGS@
306 OTOOL = @OTOOL@
307 OTOOL64 = @OTOOL64@
308 PACKAGE = @PACKAGE@
309 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310 PACKAGE_NAME = @PACKAGE_NAME@
311 PACKAGE_STRING = @PACKAGE_STRING@
312 PACKAGE_TARNAME = @PACKAGE_TARNAME@
313 PACKAGE_URL = @PACKAGE_URL@
314 PACKAGE_VERSION = @PACKAGE_VERSION@
315 PATH_SEPARATOR = @PATH_SEPARATOR@
316 PERL = @PERL@
317 PLUGIN_HSA = @PLUGIN_HSA@
318 PLUGIN_HSA_CPPFLAGS = @PLUGIN_HSA_CPPFLAGS@
319 PLUGIN_HSA_LDFLAGS = @PLUGIN_HSA_LDFLAGS@
320 PLUGIN_HSA_LIBS = @PLUGIN_HSA_LIBS@
321 PLUGIN_NVPTX = @PLUGIN_NVPTX@
322 PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
323 PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
324 PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
325 RANLIB = @RANLIB@
326 SECTION_LDFLAGS = @SECTION_LDFLAGS@
327 SED = @SED@
328 SET_MAKE = @SET_MAKE@
329 SHELL = @SHELL@
330 STRIP = @STRIP@
331 VERSION = @VERSION@
332 XCFLAGS = @XCFLAGS@
333 XLDFLAGS = @XLDFLAGS@
334 abs_builddir = @abs_builddir@
335 abs_srcdir = @abs_srcdir@
336 abs_top_builddir = @abs_top_builddir@
337 abs_top_srcdir = @abs_top_srcdir@
338 ac_ct_CC = @ac_ct_CC@
339 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340 ac_ct_FC = @ac_ct_FC@
341 am__include = @am__include@
342 am__leading_dot = @am__leading_dot@
343 am__quote = @am__quote@
344 am__tar = @am__tar@
345 am__untar = @am__untar@
346 bindir = @bindir@
347 build = @build@
348 build_alias = @build_alias@
349 build_cpu = @build_cpu@
350 build_os = @build_os@
351 build_vendor = @build_vendor@
352 builddir = @builddir@
353 config_path = @config_path@
354 datadir = @datadir@
355 datarootdir = @datarootdir@
356 docdir = @docdir@
357 dvidir = @dvidir@
358 enable_shared = @enable_shared@
359 enable_static = @enable_static@
360 exec_prefix = @exec_prefix@
361 get_gcc_base_ver = @get_gcc_base_ver@
362 host = @host@
363 host_alias = @host_alias@
364 host_cpu = @host_cpu@
365 host_os = @host_os@
366 host_vendor = @host_vendor@
367 htmldir = @htmldir@
368 includedir = @includedir@
369 infodir = @infodir@
370 install_sh = @install_sh@
371 libdir = @libdir@
372 libexecdir = @libexecdir@
373 libtool_VERSION = @libtool_VERSION@
374 link_gomp = @link_gomp@
375 localedir = @localedir@
376 localstatedir = @localstatedir@
377 lt_host_flags = @lt_host_flags@
378 mandir = @mandir@
379 mkdir_p = @mkdir_p@
380 multi_basedir = @multi_basedir@
381 offload_additional_lib_paths = @offload_additional_lib_paths@
382 offload_additional_options = @offload_additional_options@
383 offload_targets = @offload_targets@
384 oldincludedir = @oldincludedir@
385 pdfdir = @pdfdir@
386 prefix = @prefix@
387 program_transform_name = @program_transform_name@
388 psdir = @psdir@
389 sbindir = @sbindir@
390 sharedstatedir = @sharedstatedir@
391 srcdir = @srcdir@
392 sysconfdir = @sysconfdir@
393 target = @target@
394 target_alias = @target_alias@
395 target_cpu = @target_cpu@
396 target_os = @target_os@
397 target_vendor = @target_vendor@
398 toolexecdir = @toolexecdir@
399 toolexeclibdir = @toolexeclibdir@
400 top_build_prefix = @top_build_prefix@
401 top_builddir = @top_builddir@
402 top_srcdir = @top_srcdir@
403 ACLOCAL_AMFLAGS = -I .. -I ../config
404 SUBDIRS = testsuite
405 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
406 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
407 $(top_srcdir)/../include
409 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/finclude
410 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
411 AM_CPPFLAGS = $(addprefix -I, $(search_path))
412 AM_CFLAGS = $(XCFLAGS)
413 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)
414 toolexeclib_LTLIBRARIES = libgomp.la $(am__append_1) $(am__append_2)
415 nodist_toolexeclib_HEADERS = libgomp.spec
417 # -Wc is only a libtool option.
418 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@comma = ,
419 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
420 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script =
421 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,libgomp.ver
422 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,-M,libgomp.ver-sun
423 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_dep =
424 @LIBGOMP_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver
425 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_dep = libgomp.ver-sun
426 libgomp_version_info = -version-info $(libtool_VERSION)
427 libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
428 $(lt_host_flags)
430 libgomp_la_DEPENDENCIES = $(libgomp_version_dep)
431 libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS)
432 libgomp_la_SOURCES = alloc.c atomic.c barrier.c critical.c env.c \
433 error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c \
434 ordered.c parallel.c sections.c single.c task.c team.c work.c \
435 lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c \
436 affinity.c target.c splay-tree.c libgomp-plugin.c \
437 oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c \
438 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
439 $(am__append_3)
441 # Nvidia PTX OpenACC plugin.
442 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_version_info = -version-info $(libtool_VERSION)
443 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_SOURCES = plugin/plugin-nvptx.c
444 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_NVPTX_CPPFLAGS)
445 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LDFLAGS = \
446 @PLUGIN_NVPTX_TRUE@ $(libgomp_plugin_nvptx_version_info) \
447 @PLUGIN_NVPTX_TRUE@ $(lt_host_flags) $(PLUGIN_NVPTX_LDFLAGS)
448 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBADD = libgomp.la $(PLUGIN_NVPTX_LIBS)
449 @PLUGIN_NVPTX_TRUE@libgomp_plugin_nvptx_la_LIBTOOLFLAGS = --tag=disable-static
451 # Heterogenous Systems Architecture plugin
452 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_version_info = -version-info $(libtool_VERSION)
453 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_SOURCES = plugin/plugin-hsa.c
454 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_HSA_CPPFLAGS) \
455 @PLUGIN_HSA_TRUE@ -D_GNU_SOURCE
457 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_LDFLAGS = \
458 @PLUGIN_HSA_TRUE@ $(libgomp_plugin_hsa_version_info) \
459 @PLUGIN_HSA_TRUE@ $(lt_host_flags) $(PLUGIN_HSA_LDFLAGS)
460 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_LIBADD = libgomp.la $(PLUGIN_HSA_LIBS)
461 @PLUGIN_HSA_TRUE@libgomp_plugin_hsa_la_LIBTOOLFLAGS = --tag=disable-static
462 nodist_noinst_HEADERS = libgomp_f.h
463 nodist_libsubinclude_HEADERS = omp.h openacc.h
464 @USE_FORTRAN_TRUE@nodist_finclude_HEADERS = omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod \
465 @USE_FORTRAN_TRUE@ openacc_lib.h openacc.f90 openacc.mod openacc_kinds.mod
467 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
468 LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
469 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LTLDFLAGS) -o $@
472 # Automake Documentation:
473 # If your package has Texinfo files in many directories, you can use the
474 # variable TEXINFO_TEX to tell Automake where to find the canonical
475 # `texinfo.tex' for your package. The value of this variable should be
476 # the relative path from the current `Makefile.am' to `texinfo.tex'.
477 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
479 # Defines info, dvi, pdf and html targets
480 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
481 info_TEXINFOS = libgomp.texi
482 @GENINSRC_FALSE@STAMP_GENINSRC =
484 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
485 @GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
486 @BUILD_INFO_FALSE@STAMP_BUILD_INFO =
488 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
489 @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
490 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libgomp.info
491 MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
492 all: config.h
493 $(MAKE) $(AM_MAKEFLAGS) all-recursive
495 .SUFFIXES:
496 .SUFFIXES: .c .dvi .f90 .lo .o .obj .ps
497 am--refresh: Makefile
499 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/plugin/Makefrag.am $(am__configure_deps)
500 @for dep in $?; do \
501 case '$(am__configure_deps)' in \
502 *$$dep*) \
503 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
504 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
505 && exit 0; \
506 exit 1;; \
507 esac; \
508 done; \
509 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
510 $(am__cd) $(top_srcdir) && \
511 $(AUTOMAKE) --foreign Makefile
512 .PRECIOUS: Makefile
513 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
514 @case '$?' in \
515 *config.status*) \
516 echo ' $(SHELL) ./config.status'; \
517 $(SHELL) ./config.status;; \
518 *) \
519 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
520 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
521 esac;
522 $(top_srcdir)/plugin/Makefrag.am:
524 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525 $(SHELL) ./config.status --recheck
527 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
528 $(am__cd) $(srcdir) && $(AUTOCONF)
529 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
530 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
531 $(am__aclocal_m4_deps):
533 config.h: stamp-h1
534 @if test ! -f $@; then rm -f stamp-h1; else :; fi
535 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
537 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
538 @rm -f stamp-h1
539 cd $(top_builddir) && $(SHELL) ./config.status config.h
540 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
541 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
542 rm -f stamp-h1
543 touch $@
545 distclean-hdr:
546 -rm -f config.h stamp-h1
547 omp.h: $(top_builddir)/config.status $(srcdir)/omp.h.in
548 cd $(top_builddir) && $(SHELL) ./config.status $@
549 omp_lib.h: $(top_builddir)/config.status $(srcdir)/omp_lib.h.in
550 cd $(top_builddir) && $(SHELL) ./config.status $@
551 omp_lib.f90: $(top_builddir)/config.status $(srcdir)/omp_lib.f90.in
552 cd $(top_builddir) && $(SHELL) ./config.status $@
553 libgomp_f.h: $(top_builddir)/config.status $(srcdir)/libgomp_f.h.in
554 cd $(top_builddir) && $(SHELL) ./config.status $@
555 libgomp.spec: $(top_builddir)/config.status $(srcdir)/libgomp.spec.in
556 cd $(top_builddir) && $(SHELL) ./config.status $@
557 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
558 @$(NORMAL_INSTALL)
559 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
560 list2=; for p in $$list; do \
561 if test -f $$p; then \
562 list2="$$list2 $$p"; \
563 else :; fi; \
564 done; \
565 test -z "$$list2" || { \
566 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
567 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
568 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
569 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
572 uninstall-toolexeclibLTLIBRARIES:
573 @$(NORMAL_UNINSTALL)
574 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
575 for p in $$list; do \
576 $(am__strip_dir) \
577 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
578 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
579 done
581 clean-toolexeclibLTLIBRARIES:
582 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
583 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
584 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
585 test "$$dir" != "$$p" || dir=.; \
586 echo "rm -f \"$${dir}/so_locations\""; \
587 rm -f "$${dir}/so_locations"; \
588 done
589 libgomp-plugin-hsa.la: $(libgomp_plugin_hsa_la_OBJECTS) $(libgomp_plugin_hsa_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_hsa_la_DEPENDENCIES)
590 $(libgomp_plugin_hsa_la_LINK) $(am_libgomp_plugin_hsa_la_rpath) $(libgomp_plugin_hsa_la_OBJECTS) $(libgomp_plugin_hsa_la_LIBADD) $(LIBS)
591 libgomp-plugin-nvptx.la: $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_nvptx_la_DEPENDENCIES)
592 $(libgomp_plugin_nvptx_la_LINK) $(am_libgomp_plugin_nvptx_la_rpath) $(libgomp_plugin_nvptx_la_OBJECTS) $(libgomp_plugin_nvptx_la_LIBADD) $(LIBS)
593 libgomp.la: $(libgomp_la_OBJECTS) $(libgomp_la_DEPENDENCIES) $(EXTRA_libgomp_la_DEPENDENCIES)
594 $(libgomp_la_LINK) -rpath $(toolexeclibdir) $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD) $(LIBS)
596 mostlyclean-compile:
597 -rm -f *.$(OBJEXT)
599 distclean-compile:
600 -rm -f *.tab.c
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bar.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/critical.Plo@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fortran.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv-device.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icv.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iter_ull.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp-plugin.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_hsa_la-plugin-hsa.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_ull.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-async.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-host.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-init.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-mem.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-parallel.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-plugin.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ordered.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parallel.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priority_queue.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptrlock.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sections.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sem.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay-tree.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/team.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@
644 .c.o:
645 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
646 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
651 .c.obj:
652 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
653 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
658 .c.lo:
659 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
660 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
665 libgomp_plugin_hsa_la-plugin-hsa.lo: plugin/plugin-hsa.c
666 @am__fastdepCC_TRUE@ $(LIBTOOL) --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
667 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgomp_plugin_hsa_la-plugin-hsa.Tpo $(DEPDIR)/libgomp_plugin_hsa_la-plugin-hsa.Plo
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugin/plugin-hsa.c' object='libgomp_plugin_hsa_la-plugin-hsa.lo' libtool=yes @AMDEPBACKSLASH@
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670 @am__fastdepCC_FALSE@ $(LIBTOOL) --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
672 libgomp_plugin_nvptx_la-plugin-nvptx.lo: plugin/plugin-nvptx.c
673 @am__fastdepCC_TRUE@ $(LIBTOOL) --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
674 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Tpo $(DEPDIR)/libgomp_plugin_nvptx_la-plugin-nvptx.Plo
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugin/plugin-nvptx.c' object='libgomp_plugin_nvptx_la-plugin-nvptx.lo' libtool=yes @AMDEPBACKSLASH@
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677 @am__fastdepCC_FALSE@ $(LIBTOOL) --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
679 .f90.o:
680 $(FCCOMPILE) -c -o $@ $<
682 .f90.obj:
683 $(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
685 .f90.lo:
686 $(LTFCCOMPILE) -c -o $@ $<
688 mostlyclean-libtool:
689 -rm -f *.lo
691 clean-libtool:
692 -rm -rf .libs _libs
694 distclean-libtool:
695 -rm -f libtool config.lt
697 # GNU Make needs to see an explicit $(MAKE) variable in the command it
698 # runs to enable its job server during parallel builds. Hence the
699 # comments below.
700 all-multi:
701 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
702 install-multi:
703 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
705 mostlyclean-multi:
706 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
707 clean-multi:
708 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
709 distclean-multi:
710 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
711 maintainer-clean-multi:
712 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
714 libgomp.dvi: libgomp.texi
715 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
716 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
717 $(TEXI2DVI) -o $@ `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
719 libgomp.pdf: libgomp.texi
720 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
721 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
722 $(TEXI2PDF) -o $@ `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi
724 libgomp.html: libgomp.texi
725 rm -rf $(@:.html=.htp)
726 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
727 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
728 then \
729 rm -rf $@; \
730 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
731 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
732 else \
733 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
734 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
735 exit 1; \
737 .dvi.ps:
738 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
739 $(DVIPS) -o $@ $<
741 uninstall-dvi-am:
742 @$(NORMAL_UNINSTALL)
743 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
744 for p in $$list; do \
745 $(am__strip_dir) \
746 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
747 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
748 done
750 uninstall-html-am:
751 @$(NORMAL_UNINSTALL)
752 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
753 for p in $$list; do \
754 $(am__strip_dir) \
755 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
756 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
757 done
759 uninstall-info-am:
760 @$(PRE_UNINSTALL)
761 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
762 list='$(INFO_DEPS)'; \
763 for file in $$list; do \
764 relfile=`echo "$$file" | sed 's|^.*/||'`; \
765 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
766 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
767 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
768 done; \
769 else :; fi
770 @$(NORMAL_UNINSTALL)
771 @list='$(INFO_DEPS)'; \
772 for file in $$list; do \
773 relfile=`echo "$$file" | sed 's|^.*/||'`; \
774 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
775 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
776 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]"; \
777 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
778 else :; fi); \
779 done
781 uninstall-pdf-am:
782 @$(NORMAL_UNINSTALL)
783 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
784 for p in $$list; do \
785 $(am__strip_dir) \
786 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
787 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
788 done
790 uninstall-ps-am:
791 @$(NORMAL_UNINSTALL)
792 @list='$(PSS)'; test -n "$(psdir)" || list=; \
793 for p in $$list; do \
794 $(am__strip_dir) \
795 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
796 rm -f "$(DESTDIR)$(psdir)/$$f"; \
797 done
799 dist-info: $(INFO_DEPS)
800 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
801 list='$(INFO_DEPS)'; \
802 for base in $$list; do \
803 case $$base in \
804 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
805 esac; \
806 if test -f $$base; then d=.; else d=$(srcdir); fi; \
807 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
808 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 \
809 if test -f $$file; then \
810 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
811 test -f "$(distdir)/$$relfile" || \
812 cp -p $$file "$(distdir)/$$relfile"; \
813 else :; fi; \
814 done; \
815 done
817 mostlyclean-aminfo:
818 -rm -rf libgomp.aux libgomp.cp libgomp.cps libgomp.fn libgomp.fns \
819 libgomp.ky libgomp.kys libgomp.log libgomp.pg libgomp.pgs \
820 libgomp.tmp libgomp.toc libgomp.tp libgomp.tps libgomp.vr \
821 libgomp.vrs
823 clean-aminfo:
824 -test -z "libgomp.dvi libgomp.pdf libgomp.ps libgomp.html" \
825 || rm -rf libgomp.dvi libgomp.pdf libgomp.ps libgomp.html
827 maintainer-clean-aminfo:
828 @list='$(INFO_DEPS)'; for i in $$list; do \
829 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
830 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
831 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
832 done
833 install-nodist_fincludeHEADERS: $(nodist_finclude_HEADERS)
834 @$(NORMAL_INSTALL)
835 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
836 if test -n "$$list"; then \
837 echo " $(MKDIR_P) '$(DESTDIR)$(fincludedir)'"; \
838 $(MKDIR_P) "$(DESTDIR)$(fincludedir)" || exit 1; \
839 fi; \
840 for p in $$list; do \
841 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
842 echo "$$d$$p"; \
843 done | $(am__base_list) | \
844 while read files; do \
845 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(fincludedir)'"; \
846 $(INSTALL_HEADER) $$files "$(DESTDIR)$(fincludedir)" || exit $$?; \
847 done
849 uninstall-nodist_fincludeHEADERS:
850 @$(NORMAL_UNINSTALL)
851 @list='$(nodist_finclude_HEADERS)'; test -n "$(fincludedir)" || list=; \
852 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
853 dir='$(DESTDIR)$(fincludedir)'; $(am__uninstall_files_from_dir)
854 install-nodist_libsubincludeHEADERS: $(nodist_libsubinclude_HEADERS)
855 @$(NORMAL_INSTALL)
856 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
857 if test -n "$$list"; then \
858 echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
859 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
860 fi; \
861 for p in $$list; do \
862 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
863 echo "$$d$$p"; \
864 done | $(am__base_list) | \
865 while read files; do \
866 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsubincludedir)'"; \
867 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsubincludedir)" || exit $$?; \
868 done
870 uninstall-nodist_libsubincludeHEADERS:
871 @$(NORMAL_UNINSTALL)
872 @list='$(nodist_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
873 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
874 dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
875 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
876 @$(NORMAL_INSTALL)
877 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
878 if test -n "$$list"; then \
879 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
880 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
881 fi; \
882 for p in $$list; do \
883 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
884 echo "$$d$$p"; \
885 done | $(am__base_list) | \
886 while read files; do \
887 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
888 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
889 done
891 uninstall-nodist_toolexeclibHEADERS:
892 @$(NORMAL_UNINSTALL)
893 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
894 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
895 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
897 # This directory's subdirectories are mostly independent; you can cd
898 # into them and run `make' without going through this Makefile.
899 # To change the values of `make' variables: instead of editing Makefiles,
900 # (1) if the variable is set in `config.status', edit `config.status'
901 # (which will cause the Makefiles to be regenerated when you run `make');
902 # (2) otherwise, pass the desired values on the `make' command line.
903 $(RECURSIVE_TARGETS):
904 @fail= failcom='exit 1'; \
905 for f in x $$MAKEFLAGS; do \
906 case $$f in \
907 *=* | --[!k]*);; \
908 *k*) failcom='fail=yes';; \
909 esac; \
910 done; \
911 dot_seen=no; \
912 target=`echo $@ | sed s/-recursive//`; \
913 list='$(SUBDIRS)'; for subdir in $$list; do \
914 echo "Making $$target in $$subdir"; \
915 if test "$$subdir" = "."; then \
916 dot_seen=yes; \
917 local_target="$$target-am"; \
918 else \
919 local_target="$$target"; \
920 fi; \
921 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
922 || eval $$failcom; \
923 done; \
924 if test "$$dot_seen" = "no"; then \
925 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
926 fi; test -z "$$fail"
928 $(RECURSIVE_CLEAN_TARGETS):
929 @fail= failcom='exit 1'; \
930 for f in x $$MAKEFLAGS; do \
931 case $$f in \
932 *=* | --[!k]*);; \
933 *k*) failcom='fail=yes';; \
934 esac; \
935 done; \
936 dot_seen=no; \
937 case "$@" in \
938 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
939 *) list='$(SUBDIRS)' ;; \
940 esac; \
941 rev=''; for subdir in $$list; do \
942 if test "$$subdir" = "."; then :; else \
943 rev="$$subdir $$rev"; \
944 fi; \
945 done; \
946 rev="$$rev ."; \
947 target=`echo $@ | sed s/-recursive//`; \
948 for subdir in $$rev; do \
949 echo "Making $$target in $$subdir"; \
950 if test "$$subdir" = "."; then \
951 local_target="$$target-am"; \
952 else \
953 local_target="$$target"; \
954 fi; \
955 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
956 || eval $$failcom; \
957 done && test -z "$$fail"
958 tags-recursive:
959 list='$(SUBDIRS)'; for subdir in $$list; do \
960 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
961 done
962 ctags-recursive:
963 list='$(SUBDIRS)'; for subdir in $$list; do \
964 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
965 done
967 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
968 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
969 unique=`for i in $$list; do \
970 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
971 done | \
972 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
973 END { if (nonempty) { for (i in files) print i; }; }'`; \
974 mkid -fID $$unique
975 tags: TAGS
977 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
978 $(TAGS_FILES) $(LISP)
979 set x; \
980 here=`pwd`; \
981 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
982 include_option=--etags-include; \
983 empty_fix=.; \
984 else \
985 include_option=--include; \
986 empty_fix=; \
987 fi; \
988 list='$(SUBDIRS)'; for subdir in $$list; do \
989 if test "$$subdir" = .; then :; else \
990 test ! -f $$subdir/TAGS || \
991 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
992 fi; \
993 done; \
994 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
995 unique=`for i in $$list; do \
996 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
997 done | \
998 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
999 END { if (nonempty) { for (i in files) print i; }; }'`; \
1000 shift; \
1001 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1002 test -n "$$unique" || unique=$$empty_fix; \
1003 if test $$# -gt 0; then \
1004 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1005 "$$@" $$unique; \
1006 else \
1007 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1008 $$unique; \
1009 fi; \
1011 ctags: CTAGS
1012 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1013 $(TAGS_FILES) $(LISP)
1014 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1015 unique=`for i in $$list; do \
1016 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1017 done | \
1018 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1019 END { if (nonempty) { for (i in files) print i; }; }'`; \
1020 test -z "$(CTAGS_ARGS)$$unique" \
1021 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1022 $$unique
1024 GTAGS:
1025 here=`$(am__cd) $(top_builddir) && pwd` \
1026 && $(am__cd) $(top_srcdir) \
1027 && gtags -i $(GTAGS_ARGS) "$$here"
1029 distclean-tags:
1030 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1031 check-am: all-am
1032 check: check-recursive
1033 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) all-multi $(HEADERS) \
1034 config.h all-local
1035 installdirs: installdirs-recursive
1036 installdirs-am:
1037 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(fincludedir)" "$(DESTDIR)$(libsubincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
1038 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1039 done
1040 install: install-recursive
1041 install-exec: install-exec-recursive
1042 install-data: install-data-recursive
1043 uninstall: uninstall-recursive
1045 install-am: all-am
1046 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1048 installcheck: installcheck-recursive
1049 install-strip:
1050 if test -z '$(STRIP)'; then \
1051 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1052 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1053 install; \
1054 else \
1055 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1056 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1057 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1059 mostlyclean-generic:
1061 clean-generic:
1062 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1064 distclean-generic:
1065 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1066 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1068 maintainer-clean-generic:
1069 @echo "This command is intended for maintainers to use"
1070 @echo "it deletes files that may require special tools to rebuild."
1071 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1072 clean: clean-multi clean-recursive
1074 clean-am: clean-aminfo clean-generic clean-libtool \
1075 clean-toolexeclibLTLIBRARIES mostlyclean-am
1077 distclean: distclean-multi distclean-recursive
1078 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1079 -rm -rf ./$(DEPDIR)
1080 -rm -f Makefile
1081 distclean-am: clean-am distclean-compile distclean-generic \
1082 distclean-hdr distclean-libtool distclean-tags
1084 dvi: dvi-recursive
1086 dvi-am: $(DVIS)
1088 html: html-recursive
1090 html-am: $(HTMLS)
1092 info: info-recursive
1094 info-am: $(INFO_DEPS)
1096 install-data-am: install-info-am install-nodist_fincludeHEADERS \
1097 install-nodist_libsubincludeHEADERS
1099 install-dvi: install-dvi-recursive
1101 install-dvi-am: $(DVIS)
1102 @$(NORMAL_INSTALL)
1103 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1104 if test -n "$$list"; then \
1105 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1106 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1107 fi; \
1108 for p in $$list; do \
1109 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1110 echo "$$d$$p"; \
1111 done | $(am__base_list) | \
1112 while read files; do \
1113 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1114 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1115 done
1116 install-exec-am: install-multi install-nodist_toolexeclibHEADERS \
1117 install-toolexeclibLTLIBRARIES
1119 install-html: install-html-recursive
1121 install-html-am: $(HTMLS)
1122 @$(NORMAL_INSTALL)
1123 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
1124 if test -n "$$list"; then \
1125 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1126 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1127 fi; \
1128 for p in $$list; do \
1129 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1130 $(am__strip_dir) \
1131 d2=$$d$$p; \
1132 if test -d "$$d2"; then \
1133 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1134 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
1135 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1136 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
1137 else \
1138 list2="$$list2 $$d2"; \
1139 fi; \
1140 done; \
1141 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1142 while read files; do \
1143 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1144 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1145 done; }
1146 install-info: install-info-recursive
1148 install-info-am: $(INFO_DEPS)
1149 @$(NORMAL_INSTALL)
1150 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1151 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1152 if test -n "$$list"; then \
1153 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1154 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1155 fi; \
1156 for file in $$list; do \
1157 case $$file in \
1158 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1159 esac; \
1160 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1161 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1162 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1163 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1164 if test -f $$ifile; then \
1165 echo "$$ifile"; \
1166 else : ; fi; \
1167 done; \
1168 done | $(am__base_list) | \
1169 while read files; do \
1170 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1171 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1172 @$(POST_INSTALL)
1173 @if $(am__can_run_installinfo); then \
1174 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1175 for file in $$list; do \
1176 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1177 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1178 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1179 done; \
1180 else : ; fi
1181 install-man:
1183 install-pdf: install-pdf-recursive
1185 install-pdf-am: $(PDFS)
1186 @$(NORMAL_INSTALL)
1187 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1188 if test -n "$$list"; then \
1189 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1190 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1191 fi; \
1192 for p in $$list; do \
1193 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1194 echo "$$d$$p"; \
1195 done | $(am__base_list) | \
1196 while read files; do \
1197 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1198 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1199 install-ps: install-ps-recursive
1201 install-ps-am: $(PSS)
1202 @$(NORMAL_INSTALL)
1203 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1204 if test -n "$$list"; then \
1205 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1206 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1207 fi; \
1208 for p in $$list; do \
1209 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1210 echo "$$d$$p"; \
1211 done | $(am__base_list) | \
1212 while read files; do \
1213 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1214 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1215 installcheck-am:
1217 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
1218 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1219 -rm -rf $(top_srcdir)/autom4te.cache
1220 -rm -rf ./$(DEPDIR)
1221 -rm -f Makefile
1222 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1223 maintainer-clean-generic
1225 mostlyclean: mostlyclean-multi mostlyclean-recursive
1227 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1228 mostlyclean-generic mostlyclean-libtool
1230 pdf: pdf-recursive
1232 pdf-am: $(PDFS)
1234 ps: ps-recursive
1236 ps-am: $(PSS)
1238 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1239 uninstall-nodist_fincludeHEADERS \
1240 uninstall-nodist_libsubincludeHEADERS \
1241 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1242 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1244 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
1245 clean-multi ctags-recursive distclean-multi install-am \
1246 install-multi install-strip maintainer-clean-multi \
1247 mostlyclean-multi tags-recursive
1249 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1250 all all-am all-local all-multi am--refresh check check-am \
1251 clean clean-aminfo clean-generic clean-libtool clean-multi \
1252 clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist-info \
1253 distclean distclean-compile distclean-generic distclean-hdr \
1254 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
1255 html html-am info info-am install install-am install-data \
1256 install-data-am install-dvi install-dvi-am install-exec \
1257 install-exec-am install-html install-html-am install-info \
1258 install-info-am install-man install-multi \
1259 install-nodist_fincludeHEADERS \
1260 install-nodist_libsubincludeHEADERS \
1261 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1262 install-ps install-ps-am install-strip \
1263 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1264 installdirs installdirs-am maintainer-clean \
1265 maintainer-clean-aminfo maintainer-clean-generic \
1266 maintainer-clean-multi mostlyclean mostlyclean-aminfo \
1267 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1268 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
1269 uninstall uninstall-am uninstall-dvi-am uninstall-html-am \
1270 uninstall-info-am uninstall-nodist_fincludeHEADERS \
1271 uninstall-nodist_libsubincludeHEADERS \
1272 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1273 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1276 vpath % $(strip $(search_path))
1278 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver: $(top_srcdir)/libgomp.map
1279 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(EGREP) -v '#(#| |$$)' $< | \
1280 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(PREPROCESS) -P -include config.h - > $@ || (rm -f $@ ; exit 1)
1281 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp.ver-sun : libgomp.ver \
1282 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1283 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS) $(libgomp_la_LIBADD)
1284 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1285 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ libgomp.ver \
1286 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ $(libgomp_la_OBJECTS:%.lo=.libs/%.o) \
1287 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libgomp_la_LIBADD) | \
1288 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1289 @LIBGOMP_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
1291 omp_lib_kinds.mod: omp_lib.mod
1293 openacc_kinds.mod: openacc.mod
1295 openacc.mod: openacc.lo
1297 %.mod: %.f90
1298 $(FC) $(FCFLAGS) -fsyntax-only $<
1299 fortran.lo: libgomp_f.h
1300 fortran.o: libgomp_f.h
1301 env.lo: libgomp_f.h
1302 env.o: libgomp_f.h
1304 all-local: $(STAMP_GENINSRC)
1306 stamp-geninsrc: libgomp.info
1307 cp -p $(top_builddir)/libgomp.info $(srcdir)/libgomp.info
1308 @touch $@
1310 libgomp.info: $(STAMP_BUILD_INFO)
1312 stamp-build-info: libgomp.texi
1313 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libgomp.info $(srcdir)/libgomp.texi
1314 @touch $@
1316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1317 # Otherwise a system limit (for SysV at least) may be exceeded.
1318 .NOEXPORT: