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