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