Makefile.in 50 KB

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