Makefile.in 56 KB

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