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