1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
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
17 # Makefile.am -- libhsail-rt library Makefile.
19 # Starting point copied from libcilkrts:
21 # Copyright (C) 2011, 2013, Intel Corporation
22 # All rights reserved.
25 # Redistribution and use in source and binary forms, with or without
26 # modification, are permitted provided that the following conditions
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
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.
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.
63 if
test -z
'$(MAKELEVEL)'; then \
65 elif
test -n
'$(MAKE_HOST)'; then \
67 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
73 am__make_running_with_option
= \
74 case
$${target_option-
} in \
76 *) echo
"am__make_running_with_option: internal error: invalid" \
77 "target option '$${target_option-}' specified" >&2; \
81 sane_makeflags
=$$MAKEFLAGS; \
82 if
$(am__is_gnu_make
); then \
83 sane_makeflags
=$$MFLAGS; \
88 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
89 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
95 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
97 for flg in
$$sane_makeflags; do \
98 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
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
;; \
111 *$$target_option*) has_opt
=yes
; break
;; \
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
)
133 build_triplet
= @build@
134 host_triplet
= @host@
135 target_triplet
= @target@
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
) \
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
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/||"`;; \
159 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
161 am__nobase_strip_setup
= \
162 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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
= { \
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 \
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
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@
)
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 " $@
;
207 AM_V_at
= $(am__v_at_@AM_V@
)
208 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
211 DEFAULT_INCLUDES
= -I.@am__isrc@
212 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
213 am__depfiles_maybe
= depfiles
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 " $@
;
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 " $@
;
233 SOURCES
= $(libhsail_rt_la_SOURCES
)
234 am__can_run_installinfo
= \
235 case
$$AM_UPDATE_INFO_DIR in \
237 *) (install-info
--version
) >/dev
/null
2>&1;; \
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
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)`
260 AM_RECURSIVE_TARGETS
= cscope
263 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
265 AUTOCONF
= @AUTOCONF@
266 AUTOHEADER
= @AUTOHEADER@
267 AUTOMAKE
= @AUTOMAKE@
270 CCDEPMODE
= @CCDEPMODE@
273 CPPFLAGS
= @CPPFLAGS@
276 CXXDEPMODE
= @CXXDEPMODE@
277 CXXFLAGS
= @CXXFLAGS@
278 CYGPATH_W
= @CYGPATH_W@
281 DSYMUTIL
= @DSYMUTIL@
291 INSTALL_DATA
= @INSTALL_DATA@
292 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
293 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
294 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
302 LTLIBOBJS
= @LTLIBOBJS@
304 MAKEINFO
= @MAKEINFO@
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@
322 SET_MAKE
= @SET_MAKE@
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@
337 am__untar
= @am__untar@
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@
347 datarootdir
= @datarootdir@
350 exec_prefix = @
exec_prefix@
351 get_gcc_base_ver
= @get_gcc_base_ver@
353 host_alias
= @host_alias@
354 host_cpu
= @host_cpu@
356 host_vendor
= @host_vendor@
358 includedir = @
includedir@
360 install_sh
= @install_sh@
362 libexecdir
= @libexecdir@
363 localedir
= @localedir@
364 localstatedir
= @localstatedir@
367 oldincludedir = @
oldincludedir@
370 program_transform_name
= @program_transform_name@
373 sharedstatedir
= @sharedstatedir@
375 sysconfdir
= @sysconfdir@
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
396 -I
$(srcdir)/..
/include \
397 -I
$(srcdir)/..
/libgcc \
398 -I
$(MULTIBUILDTOP
)..
/..
/gcc
/include $(PTH_CFLAGS
)
400 toolexeclib_LTLIBRARIES
= libhsail-rt.la
410 rt
/sat_arithmetic.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.
422 "AR_FLAGS=$(AR_FLAGS)" \
423 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
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)" \
437 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
438 "PICFLAG=$(PICFLAG)" \
439 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
441 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
442 "exec_prefix=$(exec_prefix)" \
443 "infodir=$(infodir)" \
446 "includedir=$(includedir)" \
450 "LIBCFLAGS=$(LIBCFLAGS)" \
452 "PICFLAG=$(PICFLAG)" \
458 $(MAKE
) $(AM_MAKEFLAGS
) all-am
461 .SUFFIXES
: .c .lo .o .obj
462 am--refresh
: Makefile
464 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
466 case
'$(am__configure_deps)' in \
468 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
469 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
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
480 echo
' $(SHELL) ./config.status'; \
481 $(SHELL
) .
/config.status
;; \
483 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
484 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
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
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
))
509 -rm -f target-config.h stamp-h1
511 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
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"; \
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
:
528 @list
='$(toolexeclib_LTLIBRARIES)'; test -n
"$(toolexeclibdir)" || list
=; \
529 for p in
$$list; do \
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"; \
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|' | \
541 test -z
"$$locs" ||
{ \
542 echo
rm -f
$${locs}; \
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
)
569 -rm -f rt
/*.
$(OBJEXT
)
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@
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
$@
$<
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) '$<'`
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
$@
$<
617 -rm -rf rt
/.libs rt
/_libs
620 -rm -f libtool config.lt
622 ID
: $(am__tagged_files
)
623 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
627 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
630 $(am__define_uniq_tagged_files
); \
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
) \
638 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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
) \
652 here
=`$(am__cd) $(top_builddir) && pwd` \
653 && $(am__cd
) $(top_srcdir
) \
654 && gtags
-i
$(GTAGS_ARGS
) "$$here"
656 test ! -s cscope.files \
657 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
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) ;; \
669 for i in
$$list; do \
670 if
test -f
"$$i"; then \
671 echo
"$(subdir)/$$i"; \
675 done
>> $(top_builddir
)/cscope.files
678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
679 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
682 all-am
: Makefile
$(LTLIBRARIES
) target-config.h
684 for
dir in
"$(DESTDIR)$(toolexeclibdir)"; do \
685 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
688 install-exec
: install-exec-am
689 install-data
: install-data-am
690 uninstall: uninstall-am
693 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
695 installcheck: installcheck-am
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 \
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; \
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."
721 clean-am
: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
724 distclean: distclean-am
725 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
728 distclean-am
: clean-am distclean-compile distclean-generic \
729 distclean-hdr distclean-libtool distclean-tags
745 install-dvi
: install-dvi-am
749 install-exec-am
: install-toolexeclibLTLIBRARIES
751 install-html
: install-html-am
755 install-info
: install-info-am
761 install-pdf
: install-pdf-am
765 install-ps
: install-ps-am
771 maintainer-clean
: maintainer-clean-am
772 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
773 -rm -rf
$(top_srcdir
)/autom4te.cache
776 maintainer-clean-am
: distclean-am maintainer-clean-generic
778 mostlyclean: mostlyclean-am
780 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
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
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.