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