annotate liboffloadmic/plugin/Makefile.in @ 145:1830386684a0

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