1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Plugin for offload execution on Intel MIC devices.
18#
19# Copyright (C) 2014-2017 Free Software Foundation, Inc.
20#
21# Contributed by Ilya Verbin <ilya.verbin@intel.com> and
22# Andrey Turetskiy <andrey.turetskiy@intel.com>.
23#
24# This file is part of the GNU Offloading and Multi Processing Library
25# (libgomp).
26#
27# Libgomp is free software; you can redistribute it and/or modify it
28# under the terms of the GNU General Public License as published by
29# the Free Software Foundation; either version 3, or (at your option)
30# any later version.
31#
32# Libgomp is distributed in the hope that it will be useful, but WITHOUT ANY
33# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
34# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35# more details.
36#
37# Under Section 7 of GPL version 3, you are granted additional
38# permissions described in the GCC Runtime Library Exception, version
39# 3.1, as published by the Free Software Foundation.
40#
41# You should have received a copy of the GNU General Public License and
42# a copy of the GCC Runtime Library Exception along with this program;
43# see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
44# <http://www.gnu.org/licenses/>.
45
46
47VPATH = @srcdir@
48am__is_gnu_make = { \
49  if test -z '$(MAKELEVEL)'; then \
50    false; \
51  elif test -n '$(MAKE_HOST)'; then \
52    true; \
53  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54    true; \
55  else \
56    false; \
57  fi; \
58}
59am__make_running_with_option = \
60  case $${target_option-} in \
61      ?) ;; \
62      *) echo "am__make_running_with_option: internal error: invalid" \
63              "target option '$${target_option-}' specified" >&2; \
64         exit 1;; \
65  esac; \
66  has_opt=no; \
67  sane_makeflags=$$MAKEFLAGS; \
68  if $(am__is_gnu_make); then \
69    sane_makeflags=$$MFLAGS; \
70  else \
71    case $$MAKEFLAGS in \
72      *\\[\ \	]*) \
73        bs=\\; \
74        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
76    esac; \
77  fi; \
78  skip_next=no; \
79  strip_trailopt () \
80  { \
81    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82  }; \
83  for flg in $$sane_makeflags; do \
84    test $$skip_next = yes && { skip_next=no; continue; }; \
85    case $$flg in \
86      *=*|--*) continue;; \
87        -*I) strip_trailopt 'I'; skip_next=yes;; \
88      -*I?*) strip_trailopt 'I';; \
89        -*O) strip_trailopt 'O'; skip_next=yes;; \
90      -*O?*) strip_trailopt 'O';; \
91        -*l) strip_trailopt 'l'; skip_next=yes;; \
92      -*l?*) strip_trailopt 'l';; \
93      -[dEDm]) skip_next=yes;; \
94      -[JT]) skip_next=yes;; \
95    esac; \
96    case $$flg in \
97      *$$target_option*) has_opt=yes; break;; \
98    esac; \
99  done; \
100  test $$has_opt = yes
101am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103pkgdatadir = $(datadir)/@PACKAGE@
104pkgincludedir = $(includedir)/@PACKAGE@
105pkglibdir = $(libdir)/@PACKAGE@
106pkglibexecdir = $(libexecdir)/@PACKAGE@
107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108install_sh_DATA = $(install_sh) -c -m 644
109install_sh_PROGRAM = $(install_sh) -c
110install_sh_SCRIPT = $(install_sh) -c
111INSTALL_HEADER = $(INSTALL_DATA)
112transform = $(program_transform_name)
113NORMAL_INSTALL = :
114PRE_INSTALL = :
115POST_INSTALL = :
116NORMAL_UNINSTALL = :
117PRE_UNINSTALL = :
118POST_UNINSTALL = :
119build_triplet = @build@
120host_triplet = @host@
121target_triplet = @target@
122subdir = .
123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124am__aclocal_m4_deps = $(top_srcdir)/../../config/acx.m4 \
125	$(top_srcdir)/../../config/depstand.m4 \
126	$(top_srcdir)/../../config/toolexeclibdir.m4 \
127	$(top_srcdir)/../../config/lead-dot.m4 \
128	$(top_srcdir)/../../config/multi.m4 \
129	$(top_srcdir)/../../config/override.m4 \
130	$(top_srcdir)/../../libtool.m4 \
131	$(top_srcdir)/../../ltoptions.m4 \
132	$(top_srcdir)/../../ltsugar.m4 \
133	$(top_srcdir)/../../ltversion.m4 \
134	$(top_srcdir)/../../lt~obsolete.m4 $(top_srcdir)/configure.ac
135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136	$(ACLOCAL_M4)
137DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
138	$(am__configure_deps) $(am__plugin_include_HEADERS_DIST)
139am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
140 configure.lineno config.status.lineno
141mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
172	"$(DESTDIR)$(plugin_includedir)"
173LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
174libgomp_plugin_intelmic_la_LIBADD =
175@PLUGIN_HOST_TRUE@am_libgomp_plugin_intelmic_la_OBJECTS = libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo
176libgomp_plugin_intelmic_la_OBJECTS =  \
177	$(am_libgomp_plugin_intelmic_la_OBJECTS)
178AM_V_lt = $(am__v_lt_@AM_V@)
179am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
180am__v_lt_0 = --silent
181am__v_lt_1 =
182libgomp_plugin_intelmic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
183	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
184	$(AM_CXXFLAGS) $(CXXFLAGS) \
185	$(libgomp_plugin_intelmic_la_LDFLAGS) $(LDFLAGS) -o $@
186@PLUGIN_HOST_TRUE@am_libgomp_plugin_intelmic_la_rpath = -rpath \
187@PLUGIN_HOST_TRUE@	$(toolexeclibdir)
188AM_V_P = $(am__v_P_@AM_V@)
189am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
190am__v_P_0 = false
191am__v_P_1 = :
192AM_V_GEN = $(am__v_GEN_@AM_V@)
193am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194am__v_GEN_0 = @echo "  GEN     " $@;
195am__v_GEN_1 =
196AM_V_at = $(am__v_at_@AM_V@)
197am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198am__v_at_0 = @
199am__v_at_1 =
200DEFAULT_INCLUDES = -I.@am__isrc@
201depcomp = $(SHELL) $(top_srcdir)/../../depcomp
202am__depfiles_maybe = depfiles
203am__mv = mv -f
204CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
205	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
206LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
207	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
208	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209	$(AM_CXXFLAGS) $(CXXFLAGS)
210AM_V_CXX = $(am__v_CXX_@AM_V@)
211am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
212am__v_CXX_0 = @echo "  CXX     " $@;
213am__v_CXX_1 =
214CXXLD = $(CXX)
215CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
216	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
217	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
218AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
219am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
220am__v_CXXLD_0 = @echo "  CXXLD   " $@;
221am__v_CXXLD_1 =
222SOURCES = $(libgomp_plugin_intelmic_la_SOURCES)
223am__can_run_installinfo = \
224  case $$AM_UPDATE_INFO_DIR in \
225    n|no|NO) false;; \
226    *) (install-info --version) >/dev/null 2>&1;; \
227  esac
228am__plugin_include_HEADERS_DIST = main_target_image.h
229HEADERS = $(plugin_include_HEADERS)
230am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231# Read a list of newline-separated strings from the standard input,
232# and print each of them once, without duplicates.  Input order is
233# *not* preserved.
234am__uniquify_input = $(AWK) '\
235  BEGIN { nonempty = 0; } \
236  { items[$$0] = 1; nonempty = 1; } \
237  END { if (nonempty) { for (i in items) print i; }; } \
238'
239# Make sure the list of sources is unique.  This is necessary because,
240# e.g., the same source file might be shared among _SOURCES variables
241# for different programs/libraries.
242am__define_uniq_tagged_files = \
243  list='$(am__tagged_files)'; \
244  unique=`for i in $$list; do \
245    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246  done | $(am__uniquify_input)`
247ETAGS = etags
248CTAGS = ctags
249CSCOPE = cscope
250AM_RECURSIVE_TARGETS = cscope
251ACLOCAL = @ACLOCAL@
252AMTAR = @AMTAR@
253AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
254AR = @AR@
255AUTOCONF = @AUTOCONF@
256AUTOHEADER = @AUTOHEADER@
257AUTOMAKE = @AUTOMAKE@
258AWK = @AWK@
259CC = @CC@
260CCDEPMODE = @CCDEPMODE@
261CFLAGS = @CFLAGS@
262CPP = @CPP@
263CPPFLAGS = @CPPFLAGS@
264CXX = @CXX@
265CXXCPP = @CXXCPP@
266CXXDEPMODE = @CXXDEPMODE@
267CXXFLAGS = @CXXFLAGS@
268CYGPATH_W = @CYGPATH_W@
269DEFS = @DEFS@
270DEPDIR = @DEPDIR@
271DSYMUTIL = @DSYMUTIL@
272DUMPBIN = @DUMPBIN@
273ECHO_C = @ECHO_C@
274ECHO_N = @ECHO_N@
275ECHO_T = @ECHO_T@
276EGREP = @EGREP@
277EXEEXT = @EXEEXT@
278FGREP = @FGREP@
279GREP = @GREP@
280INSTALL = @INSTALL@
281INSTALL_DATA = @INSTALL_DATA@
282INSTALL_PROGRAM = @INSTALL_PROGRAM@
283INSTALL_SCRIPT = @INSTALL_SCRIPT@
284INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285LD = @LD@
286LDFLAGS = @LDFLAGS@
287LIBOBJS = @LIBOBJS@
288LIBS = @LIBS@
289LIBTOOL = @LIBTOOL@
290LIPO = @LIPO@
291LN_S = @LN_S@
292LTLIBOBJS = @LTLIBOBJS@
293MAINT = @MAINT@
294MAKEINFO = @MAKEINFO@
295MKDIR_P = @MKDIR_P@
296NM = @NM@
297NMEDIT = @NMEDIT@
298OBJDUMP = @OBJDUMP@
299OBJEXT = @OBJEXT@
300OTOOL = @OTOOL@
301OTOOL64 = @OTOOL64@
302PACKAGE = @PACKAGE@
303PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304PACKAGE_NAME = @PACKAGE_NAME@
305PACKAGE_STRING = @PACKAGE_STRING@
306PACKAGE_TARNAME = @PACKAGE_TARNAME@
307PACKAGE_URL = @PACKAGE_URL@
308PACKAGE_VERSION = @PACKAGE_VERSION@
309PATH_SEPARATOR = @PATH_SEPARATOR@
310RANLIB = @RANLIB@
311SED = @SED@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314STRIP = @STRIP@
315VERSION = @VERSION@
316abs_builddir = @abs_builddir@
317abs_srcdir = @abs_srcdir@
318abs_top_builddir = @abs_top_builddir@
319abs_top_srcdir = @abs_top_srcdir@
320ac_ct_CC = @ac_ct_CC@
321ac_ct_CXX = @ac_ct_CXX@
322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323accel_search_dir = @accel_search_dir@
324accel_target = @accel_target@
325am__include = @am__include@
326am__leading_dot = @am__leading_dot@
327am__quote = @am__quote@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342get_gcc_base_ver = @get_gcc_base_ver@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354localedir = @localedir@
355localstatedir = @localstatedir@
356mandir = @mandir@
357mkdir_p = @mkdir_p@
358multi_basedir = @multi_basedir@
359oldincludedir = @oldincludedir@
360pdfdir = @pdfdir@
361prefix = @prefix@
362program_transform_name = @program_transform_name@
363psdir = @psdir@
364sbindir = @sbindir@
365sharedstatedir = @sharedstatedir@
366srcdir = @srcdir@
367sysconfdir = @sysconfdir@
368target = @target@
369target_alias = @target_alias@
370target_cpu = @target_cpu@
371target_os = @target_os@
372target_vendor = @target_vendor@
373toolexecdir = @toolexecdir@
374toolexeclibdir = @toolexeclibdir@
375top_build_prefix = @top_build_prefix@
376top_builddir = @top_builddir@
377top_srcdir = @top_srcdir@
378AUTOMAKE_OPTIONS = foreign
379ACLOCAL_AMFLAGS = -I ../.. -I ../../config
380
381# Directories
382build_dir = $(top_builddir)
383source_dir = $(top_srcdir)
384coi_inc_dir = $(top_srcdir)/../include/coi
385include_src_dir = $(top_srcdir)/../../include
386libgomp_src_dir = $(top_srcdir)/../../libgomp
387libgomp_dir = $(build_dir)/../../libgomp
388liboffload_src_dir = $(top_srcdir)/../runtime
389liboffload_dir = $(top_builddir)/..
390
391# May be used by toolexeclibdir.
392gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../../gcc/BASE-VER)
393libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/include
394# Search for main_target_image.h in these directories
395target_prefix_dir = $(libdir)/gcc/$(accel_target)/$(gcc_version)$(MULTISUBDIR)
396target_build_dir = $(accel_search_dir)/$(accel_target)$(MULTISUBDIR)/liboffloadmic/plugin
397target_install_dir = $(accel_search_dir)/lib/gcc/$(accel_target)/$(gcc_version)$(MULTISUBDIR)
398@PLUGIN_HOST_TRUE@toolexeclib_LTLIBRARIES = libgomp-plugin-intelmic.la
399@PLUGIN_HOST_TRUE@libgomp_plugin_intelmic_la_SOURCES = libgomp-plugin-intelmic.cpp
400@PLUGIN_HOST_TRUE@libgomp_plugin_intelmic_la_CPPFLAGS = $(CPPFLAGS) -DLINUX -DCOI_LIBRARY_VERSION=2 -DOFFLOAD_DEBUG=1 -DSEP_SUPPORT -DTIMING_SUPPORT -DHOST_LIBRARY=1 -I$(coi_inc_dir) -I$(liboffload_src_dir) -I$(libgomp_src_dir) -I$(libgomp_dir) -I$(include_src_dir) -I$(target_prefix_dir)/include -I$(target_build_dir) -I$(target_install_dir)/include
401@PLUGIN_HOST_TRUE@libgomp_plugin_intelmic_la_LDFLAGS = -L$(liboffload_dir)/.libs -loffloadmic_host -version-info 1:0:0
402@PLUGIN_HOST_FALSE@plugin_includedir = $(libsubincludedir)
403@PLUGIN_HOST_FALSE@plugin_include_HEADERS = main_target_image.h
404@PLUGIN_HOST_FALSE@AM_CPPFLAGS = $(CPPFLAGS) -DLINUX -DCOI_LIBRARY_VERSION=2 -DOFFLOAD_DEBUG=1 -DSEP_SUPPORT -DTIMING_SUPPORT -DHOST_LIBRARY=0 -I$(coi_inc_dir) -I$(liboffload_src_dir) -I$(libgomp_dir)
405@PLUGIN_HOST_FALSE@AM_CXXFLAGS = $(CXXFLAGS)
406@PLUGIN_HOST_FALSE@AM_LDFLAGS = -L$(liboffload_dir)/.libs -L$(libgomp_dir)/.libs -loffloadmic_target -lcoi_device -lgomp -rdynamic
407
408# Work around what appears to be a GNU make bug handling MAKEFLAGS
409# values defined in terms of make variables, as is the case for CC and
410# friends when we are called from the top level Makefile.
411AM_MAKEFLAGS = \
412       "AR_FLAGS=$(AR_FLAGS)" \
413       "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
414       "CFLAGS=$(CFLAGS)" \
415       "CXXFLAGS=$(CXXFLAGS)" \
416       "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
417       "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
418       "INSTALL=$(INSTALL)" \
419       "INSTALL_DATA=$(INSTALL_DATA)" \
420       "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
421       "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
422       "JC1FLAGS=$(JC1FLAGS)" \
423       "LDFLAGS=$(LDFLAGS)" \
424       "LIBCFLAGS=$(LIBCFLAGS)" \
425       "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
426       "MAKE=$(MAKE)" \
427       "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
428       "PICFLAG=$(PICFLAG)" \
429       "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
430       "SHELL=$(SHELL)" \
431       "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
432       "exec_prefix=$(exec_prefix)" \
433       "infodir=$(infodir)" \
434       "libdir=$(libdir)" \
435       "prefix=$(prefix)" \
436       "includedir=$(includedir)" \
437       "AR=$(AR)" \
438       "AS=$(AS)" \
439       "LD=$(LD)" \
440       "LIBCFLAGS=$(LIBCFLAGS)" \
441       "NM=$(NM)" \
442       "PICFLAG=$(PICFLAG)" \
443       "RANLIB=$(RANLIB)" \
444       "DESTDIR=$(DESTDIR)"
445
446MAKEOVERRIDES =
447MULTISRCTOP =
448MULTIBUILDTOP =
449MULTIDIRS =
450MULTISUBDIR =
451MULTIDO = true
452MULTICLEAN = true
453all: all-am
454
455.SUFFIXES:
456.SUFFIXES: .cpp .lo .o .obj
457am--refresh: Makefile
458	@:
459$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../../multilib.am $(am__configure_deps)
460	@for dep in $?; do \
461	  case '$(am__configure_deps)' in \
462	    *$$dep*) \
463	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
464	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
465		&& exit 0; \
466	      exit 1;; \
467	  esac; \
468	done; \
469	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
470	$(am__cd) $(top_srcdir) && \
471	  $(AUTOMAKE) --foreign Makefile
472Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
473	@case '$?' in \
474	  *config.status*) \
475	    echo ' $(SHELL) ./config.status'; \
476	    $(SHELL) ./config.status;; \
477	  *) \
478	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
479	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
480	esac;
481$(top_srcdir)/../../multilib.am $(am__empty):
482
483$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484	$(SHELL) ./config.status --recheck
485
486$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487	$(am__cd) $(srcdir) && $(AUTOCONF)
488$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
490$(am__aclocal_m4_deps):
491
492install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
493	@$(NORMAL_INSTALL)
494	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
495	list2=; for p in $$list; do \
496	  if test -f $$p; then \
497	    list2="$$list2 $$p"; \
498	  else :; fi; \
499	done; \
500	test -z "$$list2" || { \
501	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
502	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
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
507uninstall-toolexeclibLTLIBRARIES:
508	@$(NORMAL_UNINSTALL)
509	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
510	for p in $$list; do \
511	  $(am__strip_dir) \
512	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
513	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
514	done
515
516clean-toolexeclibLTLIBRARIES:
517	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
518	@list='$(toolexeclib_LTLIBRARIES)'; \
519	locs=`for p in $$list; do echo $$p; done | \
520	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
521	      sort -u`; \
522	test -z "$$locs" || { \
523	  echo rm -f $${locs}; \
524	  rm -f $${locs}; \
525	}
526
527libgomp-plugin-intelmic.la: $(libgomp_plugin_intelmic_la_OBJECTS) $(libgomp_plugin_intelmic_la_DEPENDENCIES) $(EXTRA_libgomp_plugin_intelmic_la_DEPENDENCIES)
528	$(AM_V_CXXLD)$(libgomp_plugin_intelmic_la_LINK) $(am_libgomp_plugin_intelmic_la_rpath) $(libgomp_plugin_intelmic_la_OBJECTS) $(libgomp_plugin_intelmic_la_LIBADD) $(LIBS)
529
530mostlyclean-compile:
531	-rm -f *.$(OBJEXT)
532
533distclean-compile:
534	-rm -f *.tab.c
535
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.Plo@am__quote@
537
538.cpp.o:
539@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
540@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
541@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
542@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
544
545.cpp.obj:
546@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
547@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
548@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
549@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
551
552.cpp.lo:
553@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
554@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
555@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
558
559libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo: libgomp-plugin-intelmic.cpp
560@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_intelmic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo -MD -MP -MF $(DEPDIR)/libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.Tpo -c -o libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo `test -f 'libgomp-plugin-intelmic.cpp' || echo '$(srcdir)/'`libgomp-plugin-intelmic.cpp
561@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.Tpo $(DEPDIR)/libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.Plo
562@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='libgomp-plugin-intelmic.cpp' object='libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo' libtool=yes @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgomp_plugin_intelmic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgomp_plugin_intelmic_la-libgomp-plugin-intelmic.lo `test -f 'libgomp-plugin-intelmic.cpp' || echo '$(srcdir)/'`libgomp-plugin-intelmic.cpp
565
566mostlyclean-libtool:
567	-rm -f *.lo
568
569clean-libtool:
570	-rm -rf .libs _libs
571
572distclean-libtool:
573	-rm -f libtool config.lt
574install-plugin_includeHEADERS: $(plugin_include_HEADERS)
575	@$(NORMAL_INSTALL)
576	@list='$(plugin_include_HEADERS)'; test -n "$(plugin_includedir)" || list=; \
577	if test -n "$$list"; then \
578	  echo " $(MKDIR_P) '$(DESTDIR)$(plugin_includedir)'"; \
579	  $(MKDIR_P) "$(DESTDIR)$(plugin_includedir)" || exit 1; \
580	fi; \
581	for p in $$list; do \
582	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
583	  echo "$$d$$p"; \
584	done | $(am__base_list) | \
585	while read files; do \
586	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(plugin_includedir)'"; \
587	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(plugin_includedir)" || exit $$?; \
588	done
589
590uninstall-plugin_includeHEADERS:
591	@$(NORMAL_UNINSTALL)
592	@list='$(plugin_include_HEADERS)'; test -n "$(plugin_includedir)" || list=; \
593	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
594	dir='$(DESTDIR)$(plugin_includedir)'; $(am__uninstall_files_from_dir)
595
596ID: $(am__tagged_files)
597	$(am__define_uniq_tagged_files); mkid -fID $$unique
598tags: tags-am
599TAGS: tags
600
601tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602	set x; \
603	here=`pwd`; \
604	$(am__define_uniq_tagged_files); \
605	shift; \
606	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607	  test -n "$$unique" || unique=$$empty_fix; \
608	  if test $$# -gt 0; then \
609	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610	      "$$@" $$unique; \
611	  else \
612	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613	      $$unique; \
614	  fi; \
615	fi
616ctags: ctags-am
617
618CTAGS: ctags
619ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620	$(am__define_uniq_tagged_files); \
621	test -z "$(CTAGS_ARGS)$$unique" \
622	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623	     $$unique
624
625GTAGS:
626	here=`$(am__cd) $(top_builddir) && pwd` \
627	  && $(am__cd) $(top_srcdir) \
628	  && gtags -i $(GTAGS_ARGS) "$$here"
629cscope: cscope.files
630	test ! -s cscope.files \
631	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
632clean-cscope:
633	-rm -f cscope.files
634cscope.files: clean-cscope cscopelist
635cscopelist: cscopelist-am
636
637cscopelist-am: $(am__tagged_files)
638	list='$(am__tagged_files)'; \
639	case "$(srcdir)" in \
640	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
641	  *) sdir=$(subdir)/$(srcdir) ;; \
642	esac; \
643	for i in $$list; do \
644	  if test -f "$$i"; then \
645	    echo "$(subdir)/$$i"; \
646	  else \
647	    echo "$$sdir/$$i"; \
648	  fi; \
649	done >> $(top_builddir)/cscope.files
650
651distclean-tags:
652	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
653	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
654check-am: all-am
655check: check-am
656all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
657installdirs:
658	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(plugin_includedir)"; do \
659	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
660	done
661install: install-am
662install-exec: install-exec-am
663install-data: install-data-am
664uninstall: uninstall-am
665
666install-am: all-am
667	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669installcheck: installcheck-am
670install-strip:
671	if test -z '$(STRIP)'; then \
672	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674	      install; \
675	else \
676	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679	fi
680mostlyclean-generic:
681
682clean-generic:
683
684distclean-generic:
685	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687
688maintainer-clean-generic:
689	@echo "This command is intended for maintainers to use"
690	@echo "it deletes files that may require special tools to rebuild."
691clean: clean-am
692
693clean-am: clean-generic clean-libtool clean-local \
694	clean-toolexeclibLTLIBRARIES mostlyclean-am
695
696distclean: distclean-am
697	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
698	-rm -rf ./$(DEPDIR)
699	-rm -f Makefile
700distclean-am: clean-am distclean-compile distclean-generic \
701	distclean-libtool distclean-local distclean-tags
702
703dvi: dvi-am
704
705dvi-am:
706
707html: html-am
708
709html-am:
710
711info: info-am
712
713info-am:
714
715install-data-am: install-plugin_includeHEADERS
716
717install-dvi: install-dvi-am
718
719install-dvi-am:
720
721install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
722
723install-html: install-html-am
724
725install-html-am:
726
727install-info: install-info-am
728
729install-info-am:
730
731install-man:
732
733install-pdf: install-pdf-am
734
735install-pdf-am:
736
737install-ps: install-ps-am
738
739install-ps-am:
740
741installcheck-am:
742
743maintainer-clean: maintainer-clean-am
744	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
745	-rm -rf $(top_srcdir)/autom4te.cache
746	-rm -rf ./$(DEPDIR)
747	-rm -f Makefile
748maintainer-clean-am: distclean-am maintainer-clean-generic \
749	maintainer-clean-local
750
751mostlyclean: mostlyclean-am
752
753mostlyclean-am: mostlyclean-compile mostlyclean-generic \
754	mostlyclean-libtool mostlyclean-local
755
756pdf: pdf-am
757
758pdf-am:
759
760ps: ps-am
761
762ps-am:
763
764uninstall-am: uninstall-plugin_includeHEADERS \
765	uninstall-toolexeclibLTLIBRARIES
766
767.MAKE: install-am install-strip
768
769.PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
770	check-am clean clean-cscope clean-generic clean-libtool \
771	clean-local clean-toolexeclibLTLIBRARIES cscope cscopelist-am \
772	ctags ctags-am distclean distclean-compile distclean-generic \
773	distclean-libtool distclean-local distclean-tags dvi dvi-am \
774	html html-am info info-am install install-am install-data \
775	install-data-am install-dvi install-dvi-am install-exec \
776	install-exec-am install-exec-local install-html \
777	install-html-am install-info install-info-am install-man \
778	install-pdf install-pdf-am install-plugin_includeHEADERS \
779	install-ps install-ps-am install-strip \
780	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
781	installdirs maintainer-clean maintainer-clean-generic \
782	maintainer-clean-local mostlyclean mostlyclean-compile \
783	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
784	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
785	uninstall-plugin_includeHEADERS \
786	uninstall-toolexeclibLTLIBRARIES
787
788.PRECIOUS: Makefile
789
790
791main_target_image.h: offload_target_main
792	@echo -n "const int image_size = " > $@
793	@stat -c '%s' $< >> $@
794	@echo ";" >> $@
795	@echo "struct MainTargetImage {" >> $@
796	@echo "  int64_t size;" >> $@
797	@echo "  char name[sizeof \"offload_target_main\"];" >> $@
798	@echo "  uint8_t data[image_size];" >> $@
799	@echo "};" >> $@
800	@echo "extern \"C\" const MainTargetImage main_target_image = {" >> $@
801	@echo "  image_size, \"offload_target_main\"," >> $@
802	@cat $< | xxd -include >> $@
803	@echo "};" >> $@
804
805offload_target_main: $(liboffload_dir)/ofldbegin.o offload_target_main.o $(liboffload_dir)/ofldend.o
806	$(CXX) $(AM_LDFLAGS) $^ -o $@
807
808offload_target_main.o: offload_target_main.cpp
809	$(CXX) $(AM_CXXFLAGS) $(AM_CPPFLAGS) -c $< -o $@
810
811# GNU Make needs to see an explicit $(MAKE) variable in the command it
812# runs to enable its job server during parallel builds.  Hence the
813# comments below.
814all-multi:
815	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
816install-multi:
817	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
818mostlyclean-multi:
819	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
820clean-multi:
821	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
822distclean-multi:
823	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
824maintainer-clean-multi:
825	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
826
827.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
828	      install-multi maintainer-clean-multi mostlyclean-multi
829
830install-exec-local: install-multi
831
832all-local: all-multi
833mostlyclean-local: mostlyclean-multi
834clean-local: clean-multi
835distclean-local: distclean-multi
836maintainer-clean-local: maintainer-clean-multi
837
838# Tell versions [3.59,3.63) of GNU make to not export all variables.
839# Otherwise a system limit (for SysV at least) may be exceeded.
840.NOEXPORT:
841