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