annotate libhsail-rt/Makefile.in @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
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 # Makefile.am -- libhsail-rt library Makefile.
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 # Starting point copied from libcilkrts:
kono
parents:
diff changeset
20 # @copyright
kono
parents:
diff changeset
21 # Copyright (C) 2011, 2013, Intel Corporation
kono
parents:
diff changeset
22 # All rights reserved.
kono
parents:
diff changeset
23 #
kono
parents:
diff changeset
24 # @copyright
kono
parents:
diff changeset
25 # Redistribution and use in source and binary forms, with or without
kono
parents:
diff changeset
26 # modification, are permitted provided that the following conditions
kono
parents:
diff changeset
27 # are met:
kono
parents:
diff changeset
28 #
kono
parents:
diff changeset
29 # * Redistributions of source code must retain the above copyright
kono
parents:
diff changeset
30 # notice, this list of conditions and the following disclaimer.
kono
parents:
diff changeset
31 # * Redistributions in binary form must reproduce the above copyright
kono
parents:
diff changeset
32 # notice, this list of conditions and the following disclaimer in
kono
parents:
diff changeset
33 # the documentation and/or other materials provided with the
kono
parents:
diff changeset
34 # distribution.
kono
parents:
diff changeset
35 # * Neither the name of Intel Corporation nor the names of its
kono
parents:
diff changeset
36 # contributors may be used to endorse or promote products derived
kono
parents:
diff changeset
37 # from this software without specific prior written permission.
kono
parents:
diff changeset
38 #
kono
parents:
diff changeset
39 # @copyright
kono
parents:
diff changeset
40 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
kono
parents:
diff changeset
41 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
kono
parents:
diff changeset
42 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
kono
parents:
diff changeset
43 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
kono
parents:
diff changeset
44 # HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
kono
parents:
diff changeset
45 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
kono
parents:
diff changeset
46 # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
kono
parents:
diff changeset
47 # OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
kono
parents:
diff changeset
48 # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
kono
parents:
diff changeset
49 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
kono
parents:
diff changeset
50 # WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
kono
parents:
diff changeset
51 # POSSIBILITY OF SUCH DAMAGE.
kono
parents:
diff changeset
52
kono
parents:
diff changeset
53 # libhsail-rt modifications:
kono
parents:
diff changeset
54 # Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com>
kono
parents:
diff changeset
55 # for General Processor Tech.
kono
parents:
diff changeset
56 # Use of this source code is governed by a BSD-style
kono
parents:
diff changeset
57 # license that can be found in the LICENSE file.
kono
parents:
diff changeset
58
kono
parents:
diff changeset
59 # Process this file with autoreconf to produce Makefile.in.
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 VPATH = @srcdir@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
62 am__is_gnu_make = { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
63 if test -z '$(MAKELEVEL)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
64 false; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
65 elif test -n '$(MAKE_HOST)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
66 true; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
67 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
68 true; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
69 else \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
70 false; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
71 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
72 }
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
73 am__make_running_with_option = \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
74 case $${target_option-} in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
75 ?) ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
76 *) echo "am__make_running_with_option: internal error: invalid" \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
77 "target option '$${target_option-}' specified" >&2; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
78 exit 1;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
79 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
80 has_opt=no; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
81 sane_makeflags=$$MAKEFLAGS; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
82 if $(am__is_gnu_make); then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
83 sane_makeflags=$$MFLAGS; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
84 else \
111
kono
parents:
diff changeset
85 case $$MAKEFLAGS in \
kono
parents:
diff changeset
86 *\\[\ \ ]*) \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
87 bs=\\; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
88 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
89 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
111
kono
parents:
diff changeset
90 esac; \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
91 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
92 skip_next=no; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
93 strip_trailopt () \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
94 { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
95 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
96 }; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
97 for flg in $$sane_makeflags; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
98 test $$skip_next = yes && { skip_next=no; continue; }; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
99 case $$flg in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
100 *=*|--*) continue;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
101 -*I) strip_trailopt 'I'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
102 -*I?*) strip_trailopt 'I';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
103 -*O) strip_trailopt 'O'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
104 -*O?*) strip_trailopt 'O';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
105 -*l) strip_trailopt 'l'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
106 -*l?*) strip_trailopt 'l';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
107 -[dEDm]) skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
108 -[JT]) skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
109 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
110 case $$flg in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
111 *$$target_option*) has_opt=yes; break;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
112 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
113 done; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
114 test $$has_opt = yes
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
115 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
116 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
111
kono
parents:
diff changeset
117 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
118 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
119 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
120 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
121 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
122 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
123 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
124 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
125 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
126 transform = $(program_transform_name)
kono
parents:
diff changeset
127 NORMAL_INSTALL = :
kono
parents:
diff changeset
128 PRE_INSTALL = :
kono
parents:
diff changeset
129 POST_INSTALL = :
kono
parents:
diff changeset
130 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
131 PRE_UNINSTALL = :
kono
parents:
diff changeset
132 POST_UNINSTALL = :
kono
parents:
diff changeset
133 build_triplet = @build@
kono
parents:
diff changeset
134 host_triplet = @host@
kono
parents:
diff changeset
135 target_triplet = @target@
kono
parents:
diff changeset
136 subdir = .
kono
parents:
diff changeset
137 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
138 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
139 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
140 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
141 $(top_srcdir)/../config/override.m4 \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
142 $(top_srcdir)/../config/toolexeclibdir.m4 \
111
kono
parents:
diff changeset
143 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
144 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
145 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
146 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
147 $(ACLOCAL_M4)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
148 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
149 $(am__configure_deps)
111
kono
parents:
diff changeset
150 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
kono
parents:
diff changeset
151 configure.lineno config.status.lineno
kono
parents:
diff changeset
152 CONFIG_HEADER = target-config.h
kono
parents:
diff changeset
153 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
154 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
155 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
156 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
157 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
158 *) f=$$p;; \
kono
parents:
diff changeset
159 esac;
kono
parents:
diff changeset
160 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
161 am__install_max = 40
kono
parents:
diff changeset
162 am__nobase_strip_setup = \
kono
parents:
diff changeset
163 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
164 am__nobase_strip = \
kono
parents:
diff changeset
165 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
166 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
167 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
168 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
169 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
170 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
171 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
172 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
173 am__base_list = \
kono
parents:
diff changeset
174 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
175 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
176 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
177 test -z "$$files" \
kono
parents:
diff changeset
178 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
179 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
180 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
181 }
kono
parents:
diff changeset
182 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
kono
parents:
diff changeset
183 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
184 libhsail_rt_la_LIBADD =
kono
parents:
diff changeset
185 am__dirstamp = $(am__leading_dot)dirstamp
kono
parents:
diff changeset
186 am__objects_1 = rt/arithmetic.lo rt/atomics.lo rt/bitstring.lo \
kono
parents:
diff changeset
187 rt/fbarrier.lo rt/fp16.lo rt/misc.lo rt/multimedia.lo \
kono
parents:
diff changeset
188 rt/queue.lo rt/sat_arithmetic.lo rt/segment.lo rt/workitems.lo \
kono
parents:
diff changeset
189 rt/fibers.lo
kono
parents:
diff changeset
190 am_libhsail_rt_la_OBJECTS = $(am__objects_1)
kono
parents:
diff changeset
191 libhsail_rt_la_OBJECTS = $(am_libhsail_rt_la_OBJECTS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
192 AM_V_lt = $(am__v_lt_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
193 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
194 am__v_lt_0 = --silent
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
195 am__v_lt_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
196 libhsail_rt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
197 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
198 $(AM_CFLAGS) $(CFLAGS) $(libhsail_rt_la_LDFLAGS) $(LDFLAGS) -o \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
199 $@
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
200 AM_V_P = $(am__v_P_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
201 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
202 am__v_P_0 = false
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
203 am__v_P_1 = :
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
204 AM_V_GEN = $(am__v_GEN_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
205 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
206 am__v_GEN_0 = @echo " GEN " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
207 am__v_GEN_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
208 AM_V_at = $(am__v_at_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
209 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
210 am__v_at_0 = @
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
211 am__v_at_1 =
111
kono
parents:
diff changeset
212 DEFAULT_INCLUDES = -I.@am__isrc@
kono
parents:
diff changeset
213 depcomp = $(SHELL) $(top_srcdir)/../depcomp
kono
parents:
diff changeset
214 am__depfiles_maybe = depfiles
kono
parents:
diff changeset
215 am__mv = mv -f
kono
parents:
diff changeset
216 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
218 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
219 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
221 $(AM_CFLAGS) $(CFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
222 AM_V_CC = $(am__v_CC_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
223 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
224 am__v_CC_0 = @echo " CC " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
225 am__v_CC_1 =
111
kono
parents:
diff changeset
226 CCLD = $(CC)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
227 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
230 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
231 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
232 am__v_CCLD_0 = @echo " CCLD " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
233 am__v_CCLD_1 =
111
kono
parents:
diff changeset
234 SOURCES = $(libhsail_rt_la_SOURCES)
kono
parents:
diff changeset
235 am__can_run_installinfo = \
kono
parents:
diff changeset
236 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
237 n|no|NO) false;; \
kono
parents:
diff changeset
238 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
239 esac
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
240 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
241 $(LISP)target-config.h.in
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
242 # Read a list of newline-separated strings from the standard input,
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
243 # and print each of them once, without duplicates. Input order is
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
244 # *not* preserved.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
245 am__uniquify_input = $(AWK) '\
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
246 BEGIN { nonempty = 0; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
247 { items[$$0] = 1; nonempty = 1; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
248 END { if (nonempty) { for (i in items) print i; }; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
249 '
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
250 # Make sure the list of sources is unique. This is necessary because,
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
251 # e.g., the same source file might be shared among _SOURCES variables
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
252 # for different programs/libraries.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
253 am__define_uniq_tagged_files = \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
254 list='$(am__tagged_files)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
255 unique=`for i in $$list; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
257 done | $(am__uniquify_input)`
111
kono
parents:
diff changeset
258 ETAGS = etags
kono
parents:
diff changeset
259 CTAGS = ctags
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
260 CSCOPE = cscope
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
261 AM_RECURSIVE_TARGETS = cscope
111
kono
parents:
diff changeset
262 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
263 AMTAR = @AMTAR@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111
kono
parents:
diff changeset
265 AR = @AR@
kono
parents:
diff changeset
266 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
267 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
268 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
269 AWK = @AWK@
kono
parents:
diff changeset
270 CC = @CC@
kono
parents:
diff changeset
271 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
272 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
273 CPP = @CPP@
kono
parents:
diff changeset
274 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
275 CXX = @CXX@
kono
parents:
diff changeset
276 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
277 CXXDEPMODE = @CXXDEPMODE@
kono
parents:
diff changeset
278 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
279 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
280 DEFS = @DEFS@
kono
parents:
diff changeset
281 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
282 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
283 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
284 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
285 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
286 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
287 EGREP = @EGREP@
kono
parents:
diff changeset
288 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
289 FGREP = @FGREP@
kono
parents:
diff changeset
290 GREP = @GREP@
kono
parents:
diff changeset
291 INSTALL = @INSTALL@
kono
parents:
diff changeset
292 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
296 LD = @LD@
kono
parents:
diff changeset
297 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
298 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
299 LIBS = @LIBS@
kono
parents:
diff changeset
300 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
301 LIPO = @LIPO@
kono
parents:
diff changeset
302 LN_S = @LN_S@
kono
parents:
diff changeset
303 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
304 MAINT = @MAINT@
kono
parents:
diff changeset
305 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
306 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
307 NM = @NM@
kono
parents:
diff changeset
308 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
309 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
310 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
311 OTOOL = @OTOOL@
kono
parents:
diff changeset
312 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
313 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
314 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
315 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
316 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
317 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
318 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
319 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
320 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
321 RANLIB = @RANLIB@
kono
parents:
diff changeset
322 SED = @SED@
kono
parents:
diff changeset
323 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
324 SHELL = @SHELL@
kono
parents:
diff changeset
325 STRIP = @STRIP@
kono
parents:
diff changeset
326 VERSION = @VERSION@
kono
parents:
diff changeset
327 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
328 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
329 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
330 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
331 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
332 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
333 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
334 am__include = @am__include@
kono
parents:
diff changeset
335 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
336 am__quote = @am__quote@
kono
parents:
diff changeset
337 am__tar = @am__tar@
kono
parents:
diff changeset
338 am__untar = @am__untar@
kono
parents:
diff changeset
339 bindir = @bindir@
kono
parents:
diff changeset
340 build = @build@
kono
parents:
diff changeset
341 build_alias = @build_alias@
kono
parents:
diff changeset
342 build_cpu = @build_cpu@
kono
parents:
diff changeset
343 build_os = @build_os@
kono
parents:
diff changeset
344 build_vendor = @build_vendor@
kono
parents:
diff changeset
345 builddir = @builddir@
kono
parents:
diff changeset
346 config_dir = @config_dir@
kono
parents:
diff changeset
347 datadir = @datadir@
kono
parents:
diff changeset
348 datarootdir = @datarootdir@
kono
parents:
diff changeset
349 docdir = @docdir@
kono
parents:
diff changeset
350 dvidir = @dvidir@
kono
parents:
diff changeset
351 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
352 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
353 host = @host@
kono
parents:
diff changeset
354 host_alias = @host_alias@
kono
parents:
diff changeset
355 host_cpu = @host_cpu@
kono
parents:
diff changeset
356 host_os = @host_os@
kono
parents:
diff changeset
357 host_vendor = @host_vendor@
kono
parents:
diff changeset
358 htmldir = @htmldir@
kono
parents:
diff changeset
359 includedir = @includedir@
kono
parents:
diff changeset
360 infodir = @infodir@
kono
parents:
diff changeset
361 install_sh = @install_sh@
kono
parents:
diff changeset
362 libdir = @libdir@
kono
parents:
diff changeset
363 libexecdir = @libexecdir@
kono
parents:
diff changeset
364 localedir = @localedir@
kono
parents:
diff changeset
365 localstatedir = @localstatedir@
kono
parents:
diff changeset
366 mandir = @mandir@
kono
parents:
diff changeset
367 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
368 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
369 pdfdir = @pdfdir@
kono
parents:
diff changeset
370 prefix = @prefix@
kono
parents:
diff changeset
371 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
372 psdir = @psdir@
kono
parents:
diff changeset
373 sbindir = @sbindir@
kono
parents:
diff changeset
374 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
375 srcdir = @srcdir@
kono
parents:
diff changeset
376 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
377 target = @target@
kono
parents:
diff changeset
378 target_alias = @target_alias@
kono
parents:
diff changeset
379 target_cpu = @target_cpu@
kono
parents:
diff changeset
380 target_os = @target_os@
kono
parents:
diff changeset
381 target_vendor = @target_vendor@
kono
parents:
diff changeset
382 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
383 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
384 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
385 top_builddir = @top_builddir@
kono
parents:
diff changeset
386 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
387 AUTOMAKE_OPTIONS = foreign subdir-objects
kono
parents:
diff changeset
388 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
389 MAINT_CHARSET = latin1
kono
parents:
diff changeset
390 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
kono
parents:
diff changeset
391 ACLOCAL_AMFLAGS = -I .. -I ../config
kono
parents:
diff changeset
392 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
kono
parents:
diff changeset
393
kono
parents:
diff changeset
394 # -I/-D flags to pass when compiling.
kono
parents:
diff changeset
395 AM_CPPFLAGS = -I$(srcdir)/rt -I$(srcdir)/include/internal
kono
parents:
diff changeset
396 AM_CFLAGS = \
kono
parents:
diff changeset
397 -I $(srcdir)/../include \
kono
parents:
diff changeset
398 -I $(srcdir)/../libgcc \
kono
parents:
diff changeset
399 -I $(MULTIBUILDTOP)../../gcc/include $(PTH_CFLAGS)
kono
parents:
diff changeset
400
kono
parents:
diff changeset
401 toolexeclib_LTLIBRARIES = libhsail-rt.la
kono
parents:
diff changeset
402 runtime_files = \
kono
parents:
diff changeset
403 rt/arithmetic.c \
kono
parents:
diff changeset
404 rt/atomics.c \
kono
parents:
diff changeset
405 rt/bitstring.c \
kono
parents:
diff changeset
406 rt/fbarrier.c \
kono
parents:
diff changeset
407 rt/fp16.c \
kono
parents:
diff changeset
408 rt/misc.c \
kono
parents:
diff changeset
409 rt/multimedia.c \
kono
parents:
diff changeset
410 rt/queue.c \
kono
parents:
diff changeset
411 rt/sat_arithmetic.c \
kono
parents:
diff changeset
412 rt/segment.c \
kono
parents:
diff changeset
413 rt/workitems.c \
kono
parents:
diff changeset
414 rt/fibers.c
kono
parents:
diff changeset
415
kono
parents:
diff changeset
416 libhsail_rt_la_SOURCES = $(runtime_files)
kono
parents:
diff changeset
417 libhsail_rt_la_LDFLAGS = -rpath '$(libdir)'
kono
parents:
diff changeset
418
kono
parents:
diff changeset
419 # Work around what appears to be a GNU make bug handling MAKEFLAGS
kono
parents:
diff changeset
420 # values defined in terms of make variables, as is the case for CC and
kono
parents:
diff changeset
421 # friends when we are called from the top level Makefile.
kono
parents:
diff changeset
422 AM_MAKEFLAGS = \
kono
parents:
diff changeset
423 "AR_FLAGS=$(AR_FLAGS)" \
kono
parents:
diff changeset
424 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
kono
parents:
diff changeset
425 "CFLAGS=$(CFLAGS)" \
kono
parents:
diff changeset
426 "CXXFLAGS=$(CXXFLAGS)" \
kono
parents:
diff changeset
427 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
kono
parents:
diff changeset
428 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
429 "INSTALL=$(INSTALL)" \
kono
parents:
diff changeset
430 "INSTALL_DATA=$(INSTALL_DATA)" \
kono
parents:
diff changeset
431 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
kono
parents:
diff changeset
432 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
kono
parents:
diff changeset
433 "JC1FLAGS=$(JC1FLAGS)" \
kono
parents:
diff changeset
434 "LDFLAGS=$(LDFLAGS)" \
kono
parents:
diff changeset
435 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
436 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
437 "MAKE=$(MAKE)" \
kono
parents:
diff changeset
438 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
kono
parents:
diff changeset
439 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
440 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
kono
parents:
diff changeset
441 "SHELL=$(SHELL)" \
kono
parents:
diff changeset
442 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
kono
parents:
diff changeset
443 "exec_prefix=$(exec_prefix)" \
kono
parents:
diff changeset
444 "infodir=$(infodir)" \
kono
parents:
diff changeset
445 "libdir=$(libdir)" \
kono
parents:
diff changeset
446 "prefix=$(prefix)" \
kono
parents:
diff changeset
447 "includedir=$(includedir)" \
kono
parents:
diff changeset
448 "AR=$(AR)" \
kono
parents:
diff changeset
449 "AS=$(AS)" \
kono
parents:
diff changeset
450 "LD=$(LD)" \
kono
parents:
diff changeset
451 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
452 "NM=$(NM)" \
kono
parents:
diff changeset
453 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
454 "RANLIB=$(RANLIB)" \
kono
parents:
diff changeset
455 "DESTDIR=$(DESTDIR)"
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 MAKEOVERRIDES =
kono
parents:
diff changeset
458 all: target-config.h
kono
parents:
diff changeset
459 $(MAKE) $(AM_MAKEFLAGS) all-am
kono
parents:
diff changeset
460
kono
parents:
diff changeset
461 .SUFFIXES:
kono
parents:
diff changeset
462 .SUFFIXES: .c .lo .o .obj
kono
parents:
diff changeset
463 am--refresh: Makefile
kono
parents:
diff changeset
464 @:
kono
parents:
diff changeset
465 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
466 @for dep in $?; do \
kono
parents:
diff changeset
467 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
468 *$$dep*) \
kono
parents:
diff changeset
469 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
kono
parents:
diff changeset
470 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
kono
parents:
diff changeset
471 && exit 0; \
kono
parents:
diff changeset
472 exit 1;; \
kono
parents:
diff changeset
473 esac; \
kono
parents:
diff changeset
474 done; \
kono
parents:
diff changeset
475 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
kono
parents:
diff changeset
476 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
477 $(AUTOMAKE) --foreign Makefile
kono
parents:
diff changeset
478 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
479 @case '$?' in \
kono
parents:
diff changeset
480 *config.status*) \
kono
parents:
diff changeset
481 echo ' $(SHELL) ./config.status'; \
kono
parents:
diff changeset
482 $(SHELL) ./config.status;; \
kono
parents:
diff changeset
483 *) \
kono
parents:
diff changeset
484 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
485 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
486 esac;
kono
parents:
diff changeset
487
kono
parents:
diff changeset
488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
489 $(SHELL) ./config.status --recheck
kono
parents:
diff changeset
490
kono
parents:
diff changeset
491 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
492 $(am__cd) $(srcdir) && $(AUTOCONF)
kono
parents:
diff changeset
493 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
494 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
kono
parents:
diff changeset
495 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
496
kono
parents:
diff changeset
497 target-config.h: stamp-h1
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
498 @test -f $@ || rm -f stamp-h1
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
499 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
111
kono
parents:
diff changeset
500
kono
parents:
diff changeset
501 stamp-h1: $(srcdir)/target-config.h.in $(top_builddir)/config.status
kono
parents:
diff changeset
502 @rm -f stamp-h1
kono
parents:
diff changeset
503 cd $(top_builddir) && $(SHELL) ./config.status target-config.h
kono
parents:
diff changeset
504 $(srcdir)/target-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
505 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
kono
parents:
diff changeset
506 rm -f stamp-h1
kono
parents:
diff changeset
507 touch $@
kono
parents:
diff changeset
508
kono
parents:
diff changeset
509 distclean-hdr:
kono
parents:
diff changeset
510 -rm -f target-config.h stamp-h1
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
511
111
kono
parents:
diff changeset
512 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
513 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
514 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
515 list2=; for p in $$list; do \
kono
parents:
diff changeset
516 if test -f $$p; then \
kono
parents:
diff changeset
517 list2="$$list2 $$p"; \
kono
parents:
diff changeset
518 else :; fi; \
kono
parents:
diff changeset
519 done; \
kono
parents:
diff changeset
520 test -z "$$list2" || { \
kono
parents:
diff changeset
521 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
522 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
523 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
524 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
kono
parents:
diff changeset
525 }
kono
parents:
diff changeset
526
kono
parents:
diff changeset
527 uninstall-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
528 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
529 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
530 for p in $$list; do \
kono
parents:
diff changeset
531 $(am__strip_dir) \
kono
parents:
diff changeset
532 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
kono
parents:
diff changeset
533 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
kono
parents:
diff changeset
534 done
kono
parents:
diff changeset
535
kono
parents:
diff changeset
536 clean-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
537 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
538 @list='$(toolexeclib_LTLIBRARIES)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
539 locs=`for p in $$list; do echo $$p; done | \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
540 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
541 sort -u`; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
542 test -z "$$locs" || { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
543 echo rm -f $${locs}; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
544 rm -f $${locs}; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
545 }
111
kono
parents:
diff changeset
546 rt/$(am__dirstamp):
kono
parents:
diff changeset
547 @$(MKDIR_P) rt
kono
parents:
diff changeset
548 @: > rt/$(am__dirstamp)
kono
parents:
diff changeset
549 rt/$(DEPDIR)/$(am__dirstamp):
kono
parents:
diff changeset
550 @$(MKDIR_P) rt/$(DEPDIR)
kono
parents:
diff changeset
551 @: > rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
552 rt/arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
553 rt/atomics.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
554 rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
555 rt/fbarrier.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
556 rt/fp16.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
557 rt/misc.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
558 rt/multimedia.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
559 rt/queue.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
560 rt/sat_arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
561 rt/segment.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
562 rt/workitems.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
563 rt/fibers.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
564
111
kono
parents:
diff changeset
565 libhsail-rt.la: $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_DEPENDENCIES) $(EXTRA_libhsail_rt_la_DEPENDENCIES)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
566 $(AM_V_CCLD)$(libhsail_rt_la_LINK) -rpath $(toolexeclibdir) $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_LIBADD) $(LIBS)
111
kono
parents:
diff changeset
567
kono
parents:
diff changeset
568 mostlyclean-compile:
kono
parents:
diff changeset
569 -rm -f *.$(OBJEXT)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
570 -rm -f rt/*.$(OBJEXT)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
571 -rm -f rt/*.lo
111
kono
parents:
diff changeset
572
kono
parents:
diff changeset
573 distclean-compile:
kono
parents:
diff changeset
574 -rm -f *.tab.c
kono
parents:
diff changeset
575
kono
parents:
diff changeset
576 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/arithmetic.Plo@am__quote@
kono
parents:
diff changeset
577 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/atomics.Plo@am__quote@
kono
parents:
diff changeset
578 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/bitstring.Plo@am__quote@
kono
parents:
diff changeset
579 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fbarrier.Plo@am__quote@
kono
parents:
diff changeset
580 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fibers.Plo@am__quote@
kono
parents:
diff changeset
581 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fp16.Plo@am__quote@
kono
parents:
diff changeset
582 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/misc.Plo@am__quote@
kono
parents:
diff changeset
583 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/multimedia.Plo@am__quote@
kono
parents:
diff changeset
584 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/queue.Plo@am__quote@
kono
parents:
diff changeset
585 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/sat_arithmetic.Plo@am__quote@
kono
parents:
diff changeset
586 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/segment.Plo@am__quote@
kono
parents:
diff changeset
587 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/workitems.Plo@am__quote@
kono
parents:
diff changeset
588
kono
parents:
diff changeset
589 .c.o:
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
590 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
111
kono
parents:
diff changeset
591 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
kono
parents:
diff changeset
592 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
111
kono
parents:
diff changeset
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
595 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
111
kono
parents:
diff changeset
596
kono
parents:
diff changeset
597 .c.obj:
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
598 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
111
kono
parents:
diff changeset
599 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
kono
parents:
diff changeset
600 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
111
kono
parents:
diff changeset
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
603 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
111
kono
parents:
diff changeset
604
kono
parents:
diff changeset
605 .c.lo:
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
606 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
111
kono
parents:
diff changeset
607 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
kono
parents:
diff changeset
608 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
111
kono
parents:
diff changeset
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
611 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
111
kono
parents:
diff changeset
612
kono
parents:
diff changeset
613 mostlyclean-libtool:
kono
parents:
diff changeset
614 -rm -f *.lo
kono
parents:
diff changeset
615
kono
parents:
diff changeset
616 clean-libtool:
kono
parents:
diff changeset
617 -rm -rf .libs _libs
kono
parents:
diff changeset
618 -rm -rf rt/.libs rt/_libs
kono
parents:
diff changeset
619
kono
parents:
diff changeset
620 distclean-libtool:
kono
parents:
diff changeset
621 -rm -f libtool config.lt
kono
parents:
diff changeset
622
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
623 ID: $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
624 $(am__define_uniq_tagged_files); mkid -fID $$unique
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
625 tags: tags-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
626 TAGS: tags
111
kono
parents:
diff changeset
627
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
628 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
111
kono
parents:
diff changeset
629 set x; \
kono
parents:
diff changeset
630 here=`pwd`; \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
631 $(am__define_uniq_tagged_files); \
111
kono
parents:
diff changeset
632 shift; \
kono
parents:
diff changeset
633 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
634 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
635 if test $$# -gt 0; then \
kono
parents:
diff changeset
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
637 "$$@" $$unique; \
kono
parents:
diff changeset
638 else \
kono
parents:
diff changeset
639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
640 $$unique; \
kono
parents:
diff changeset
641 fi; \
kono
parents:
diff changeset
642 fi
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
643 ctags: ctags-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
644
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
645 CTAGS: ctags
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
646 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
647 $(am__define_uniq_tagged_files); \
111
kono
parents:
diff changeset
648 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
649 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
650 $$unique
kono
parents:
diff changeset
651
kono
parents:
diff changeset
652 GTAGS:
kono
parents:
diff changeset
653 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
654 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
655 && gtags -i $(GTAGS_ARGS) "$$here"
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
656 cscope: cscope.files
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
657 test ! -s cscope.files \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
659 clean-cscope:
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
660 -rm -f cscope.files
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
661 cscope.files: clean-cscope cscopelist
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
662 cscopelist: cscopelist-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
663
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
664 cscopelist-am: $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
665 list='$(am__tagged_files)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
666 case "$(srcdir)" in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
668 *) sdir=$(subdir)/$(srcdir) ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
669 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
670 for i in $$list; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
671 if test -f "$$i"; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
672 echo "$(subdir)/$$i"; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
673 else \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
674 echo "$$sdir/$$i"; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
675 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
676 done >> $(top_builddir)/cscope.files
111
kono
parents:
diff changeset
677
kono
parents:
diff changeset
678 distclean-tags:
kono
parents:
diff changeset
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
111
kono
parents:
diff changeset
681 check-am: all-am
kono
parents:
diff changeset
682 check: check-am
kono
parents:
diff changeset
683 all-am: Makefile $(LTLIBRARIES) target-config.h
kono
parents:
diff changeset
684 installdirs:
kono
parents:
diff changeset
685 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
kono
parents:
diff changeset
686 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
687 done
kono
parents:
diff changeset
688 install: install-am
kono
parents:
diff changeset
689 install-exec: install-exec-am
kono
parents:
diff changeset
690 install-data: install-data-am
kono
parents:
diff changeset
691 uninstall: uninstall-am
kono
parents:
diff changeset
692
kono
parents:
diff changeset
693 install-am: all-am
kono
parents:
diff changeset
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
695
kono
parents:
diff changeset
696 installcheck: installcheck-am
kono
parents:
diff changeset
697 install-strip:
kono
parents:
diff changeset
698 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
701 install; \
kono
parents:
diff changeset
702 else \
kono
parents:
diff changeset
703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
705 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
706 fi
kono
parents:
diff changeset
707 mostlyclean-generic:
kono
parents:
diff changeset
708
kono
parents:
diff changeset
709 clean-generic:
kono
parents:
diff changeset
710
kono
parents:
diff changeset
711 distclean-generic:
kono
parents:
diff changeset
712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
714 -rm -f rt/$(DEPDIR)/$(am__dirstamp)
kono
parents:
diff changeset
715 -rm -f rt/$(am__dirstamp)
kono
parents:
diff changeset
716
kono
parents:
diff changeset
717 maintainer-clean-generic:
kono
parents:
diff changeset
718 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
719 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
720 clean: clean-am
kono
parents:
diff changeset
721
kono
parents:
diff changeset
722 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
kono
parents:
diff changeset
723 mostlyclean-am
kono
parents:
diff changeset
724
kono
parents:
diff changeset
725 distclean: distclean-am
kono
parents:
diff changeset
726 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
727 -rm -rf rt/$(DEPDIR)
kono
parents:
diff changeset
728 -rm -f Makefile
kono
parents:
diff changeset
729 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
730 distclean-hdr distclean-libtool distclean-tags
kono
parents:
diff changeset
731
kono
parents:
diff changeset
732 dvi: dvi-am
kono
parents:
diff changeset
733
kono
parents:
diff changeset
734 dvi-am:
kono
parents:
diff changeset
735
kono
parents:
diff changeset
736 html: html-am
kono
parents:
diff changeset
737
kono
parents:
diff changeset
738 html-am:
kono
parents:
diff changeset
739
kono
parents:
diff changeset
740 info: info-am
kono
parents:
diff changeset
741
kono
parents:
diff changeset
742 info-am:
kono
parents:
diff changeset
743
kono
parents:
diff changeset
744 install-data-am:
kono
parents:
diff changeset
745
kono
parents:
diff changeset
746 install-dvi: install-dvi-am
kono
parents:
diff changeset
747
kono
parents:
diff changeset
748 install-dvi-am:
kono
parents:
diff changeset
749
kono
parents:
diff changeset
750 install-exec-am: install-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
751
kono
parents:
diff changeset
752 install-html: install-html-am
kono
parents:
diff changeset
753
kono
parents:
diff changeset
754 install-html-am:
kono
parents:
diff changeset
755
kono
parents:
diff changeset
756 install-info: install-info-am
kono
parents:
diff changeset
757
kono
parents:
diff changeset
758 install-info-am:
kono
parents:
diff changeset
759
kono
parents:
diff changeset
760 install-man:
kono
parents:
diff changeset
761
kono
parents:
diff changeset
762 install-pdf: install-pdf-am
kono
parents:
diff changeset
763
kono
parents:
diff changeset
764 install-pdf-am:
kono
parents:
diff changeset
765
kono
parents:
diff changeset
766 install-ps: install-ps-am
kono
parents:
diff changeset
767
kono
parents:
diff changeset
768 install-ps-am:
kono
parents:
diff changeset
769
kono
parents:
diff changeset
770 installcheck-am:
kono
parents:
diff changeset
771
kono
parents:
diff changeset
772 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
773 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
774 -rm -rf $(top_srcdir)/autom4te.cache
kono
parents:
diff changeset
775 -rm -rf rt/$(DEPDIR)
kono
parents:
diff changeset
776 -rm -f Makefile
kono
parents:
diff changeset
777 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
778
kono
parents:
diff changeset
779 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
780
kono
parents:
diff changeset
781 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
782 mostlyclean-libtool
kono
parents:
diff changeset
783
kono
parents:
diff changeset
784 pdf: pdf-am
kono
parents:
diff changeset
785
kono
parents:
diff changeset
786 pdf-am:
kono
parents:
diff changeset
787
kono
parents:
diff changeset
788 ps: ps-am
kono
parents:
diff changeset
789
kono
parents:
diff changeset
790 ps-am:
kono
parents:
diff changeset
791
kono
parents:
diff changeset
792 uninstall-am: uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
793
kono
parents:
diff changeset
794 .MAKE: all install-am install-strip
kono
parents:
diff changeset
795
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
796 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
797 clean-cscope clean-generic clean-libtool \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
798 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
799 ctags-am distclean distclean-compile distclean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
800 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
801 html-am info info-am install install-am install-data \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
802 install-data-am install-dvi install-dvi-am install-exec \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
803 install-exec-am install-html install-html-am install-info \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
804 install-info-am install-man install-pdf install-pdf-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
805 install-ps install-ps-am install-strip \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
806 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
807 installdirs maintainer-clean maintainer-clean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
808 mostlyclean mostlyclean-compile mostlyclean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
809 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
810 uninstall-am uninstall-toolexeclibLTLIBRARIES
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
811
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
812 .PRECIOUS: Makefile
111
kono
parents:
diff changeset
813
kono
parents:
diff changeset
814
kono
parents:
diff changeset
815 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
816 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
817 .NOEXPORT: