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