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