]> git.ipfire.org Git - thirdparty/gcc.git/blame - libhsail-rt/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libhsail-rt / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
5fd1486c
PJ
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
5fd1486c
PJ
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.
9
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.
14
15@SET_MAKE@
16
17# Makefile.am -- libhsail-rt library Makefile.
18
19# Starting point copied from libcilkrts:
20# @copyright
21# Copyright (C) 2011, 2013, Intel Corporation
22# All rights reserved.
23#
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:
28#
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.
38#
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.
52
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.
58
59# Process this file with autoreconf to produce Makefile.in.
60
61VPATH = @srcdir@
22e05272
JM
62am__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; \
72}
73am__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 \
5fd1486c
PJ
85 case $$MAKEFLAGS in \
86 *\\[\ \ ]*) \
22e05272
JM
87 bs=\\; \
88 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
89 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
5fd1486c 90 esac; \
22e05272
JM
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
115am__make_dryrun = (target_option=n; $(am__make_running_with_option))
116am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
5fd1486c
PJ
117pkgdatadir = $(datadir)/@PACKAGE@
118pkgincludedir = $(includedir)/@PACKAGE@
119pkglibdir = $(libdir)/@PACKAGE@
120pkglibexecdir = $(libexecdir)/@PACKAGE@
121am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
122install_sh_DATA = $(install_sh) -c -m 644
123install_sh_PROGRAM = $(install_sh) -c
124install_sh_SCRIPT = $(install_sh) -c
125INSTALL_HEADER = $(INSTALL_DATA)
126transform = $(program_transform_name)
127NORMAL_INSTALL = :
128PRE_INSTALL = :
129POST_INSTALL = :
130NORMAL_UNINSTALL = :
131PRE_UNINSTALL = :
132POST_UNINSTALL = :
133build_triplet = @build@
134host_triplet = @host@
135target_triplet = @target@
136subdir = .
5fd1486c 137ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
c48dc2cd
JJ
138am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
139 $(top_srcdir)/../config/depstand.m4 \
5fd1486c 140 $(top_srcdir)/../config/lead-dot.m4 \
c48dc2cd
JJ
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
5fd1486c
PJ
145am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
146 $(ACLOCAL_M4)
22e05272
JM
147DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
148 $(am__configure_deps)
5fd1486c
PJ
149am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
150 configure.lineno config.status.lineno
151CONFIG_HEADER = target-config.h
152CONFIG_CLEAN_FILES =
153CONFIG_CLEAN_VPATH_FILES =
154am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155am__vpath_adj = case $$p in \
156 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157 *) f=$$p;; \
158 esac;
159am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160am__install_max = 40
161am__nobase_strip_setup = \
162 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163am__nobase_strip = \
164 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165am__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] }'
172am__base_list = \
173 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175am__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; }; \
180 }
181am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
182LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
183libhsail_rt_la_LIBADD =
184am__dirstamp = $(am__leading_dot)dirstamp
185am__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
189am_libhsail_rt_la_OBJECTS = $(am__objects_1)
190libhsail_rt_la_OBJECTS = $(am_libhsail_rt_la_OBJECTS)
22e05272
JM
191AM_V_lt = $(am__v_lt_@AM_V@)
192am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
193am__v_lt_0 = --silent
194am__v_lt_1 =
195libhsail_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 \
198 $@
199AM_V_P = $(am__v_P_@AM_V@)
200am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
201am__v_P_0 = false
202am__v_P_1 = :
203AM_V_GEN = $(am__v_GEN_@AM_V@)
204am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
205am__v_GEN_0 = @echo " GEN " $@;
206am__v_GEN_1 =
207AM_V_at = $(am__v_at_@AM_V@)
208am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
209am__v_at_0 = @
210am__v_at_1 =
5fd1486c
PJ
211DEFAULT_INCLUDES = -I.@am__isrc@
212depcomp = $(SHELL) $(top_srcdir)/../depcomp
213am__depfiles_maybe = depfiles
214am__mv = mv -f
215COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
216 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22e05272
JM
217LTCOMPILE = $(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)
221AM_V_CC = $(am__v_CC_@AM_V@)
222am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
223am__v_CC_0 = @echo " CC " $@;
224am__v_CC_1 =
5fd1486c 225CCLD = $(CC)
22e05272
JM
226LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
228 $(AM_LDFLAGS) $(LDFLAGS) -o $@
229AM_V_CCLD = $(am__v_CCLD_@AM_V@)
230am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
231am__v_CCLD_0 = @echo " CCLD " $@;
232am__v_CCLD_1 =
5fd1486c
PJ
233SOURCES = $(libhsail_rt_la_SOURCES)
234am__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
22e05272
JM
239am__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.
244am__uniquify_input = $(AWK) '\
245 BEGIN { nonempty = 0; } \
246 { items[$$0] = 1; nonempty = 1; } \
247 END { if (nonempty) { for (i in items) print i; }; } \
248'
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.
252am__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)`
5fd1486c
PJ
257ETAGS = etags
258CTAGS = ctags
22e05272
JM
259CSCOPE = cscope
260AM_RECURSIVE_TARGETS = cscope
5fd1486c
PJ
261ACLOCAL = @ACLOCAL@
262AMTAR = @AMTAR@
22e05272 263AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
5fd1486c
PJ
264AR = @AR@
265AUTOCONF = @AUTOCONF@
266AUTOHEADER = @AUTOHEADER@
267AUTOMAKE = @AUTOMAKE@
268AWK = @AWK@
269CC = @CC@
270CCDEPMODE = @CCDEPMODE@
271CFLAGS = @CFLAGS@
272CPP = @CPP@
273CPPFLAGS = @CPPFLAGS@
274CXX = @CXX@
275CXXCPP = @CXXCPP@
276CXXDEPMODE = @CXXDEPMODE@
277CXXFLAGS = @CXXFLAGS@
278CYGPATH_W = @CYGPATH_W@
279DEFS = @DEFS@
280DEPDIR = @DEPDIR@
281DSYMUTIL = @DSYMUTIL@
282DUMPBIN = @DUMPBIN@
283ECHO_C = @ECHO_C@
284ECHO_N = @ECHO_N@
285ECHO_T = @ECHO_T@
286EGREP = @EGREP@
287EXEEXT = @EXEEXT@
288FGREP = @FGREP@
289GREP = @GREP@
290INSTALL = @INSTALL@
291INSTALL_DATA = @INSTALL_DATA@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LIBTOOL = @LIBTOOL@
300LIPO = @LIPO@
301LN_S = @LN_S@
302LTLIBOBJS = @LTLIBOBJS@
303MAINT = @MAINT@
304MAKEINFO = @MAKEINFO@
305MKDIR_P = @MKDIR_P@
306NM = @NM@
307NMEDIT = @NMEDIT@
308OBJDUMP = @OBJDUMP@
309OBJEXT = @OBJEXT@
310OTOOL = @OTOOL@
311OTOOL64 = @OTOOL64@
312PACKAGE = @PACKAGE@
313PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
314PACKAGE_NAME = @PACKAGE_NAME@
315PACKAGE_STRING = @PACKAGE_STRING@
316PACKAGE_TARNAME = @PACKAGE_TARNAME@
317PACKAGE_URL = @PACKAGE_URL@
318PACKAGE_VERSION = @PACKAGE_VERSION@
319PATH_SEPARATOR = @PATH_SEPARATOR@
320RANLIB = @RANLIB@
321SED = @SED@
322SET_MAKE = @SET_MAKE@
323SHELL = @SHELL@
324STRIP = @STRIP@
325VERSION = @VERSION@
326abs_builddir = @abs_builddir@
327abs_srcdir = @abs_srcdir@
328abs_top_builddir = @abs_top_builddir@
329abs_top_srcdir = @abs_top_srcdir@
330ac_ct_CC = @ac_ct_CC@
331ac_ct_CXX = @ac_ct_CXX@
332ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
333am__include = @am__include@
334am__leading_dot = @am__leading_dot@
335am__quote = @am__quote@
336am__tar = @am__tar@
337am__untar = @am__untar@
338bindir = @bindir@
339build = @build@
340build_alias = @build_alias@
341build_cpu = @build_cpu@
342build_os = @build_os@
343build_vendor = @build_vendor@
344builddir = @builddir@
345config_dir = @config_dir@
346datadir = @datadir@
347datarootdir = @datarootdir@
348docdir = @docdir@
349dvidir = @dvidir@
350exec_prefix = @exec_prefix@
c48dc2cd 351get_gcc_base_ver = @get_gcc_base_ver@
5fd1486c
PJ
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366mkdir_p = @mkdir_p@
367oldincludedir = @oldincludedir@
368pdfdir = @pdfdir@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target = @target@
377target_alias = @target_alias@
378target_cpu = @target_cpu@
379target_os = @target_os@
380target_vendor = @target_vendor@
381toolexecdir = @toolexecdir@
382toolexeclibdir = @toolexeclibdir@
383top_build_prefix = @top_build_prefix@
384top_builddir = @top_builddir@
385top_srcdir = @top_srcdir@
386AUTOMAKE_OPTIONS = foreign subdir-objects
c48dc2cd 387gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
5fd1486c
PJ
388MAINT_CHARSET = latin1
389mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
c48dc2cd 390ACLOCAL_AMFLAGS = -I .. -I ../config
5fd1486c
PJ
391WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
392
393# -I/-D flags to pass when compiling.
394AM_CPPFLAGS = -I$(srcdir)/rt -I$(srcdir)/include/internal
395AM_CFLAGS = \
396 -I $(srcdir)/../include \
397 -I $(srcdir)/../libgcc \
398 -I $(MULTIBUILDTOP)../../gcc/include $(PTH_CFLAGS)
399
400toolexeclib_LTLIBRARIES = libhsail-rt.la
401runtime_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
414
415libhsail_rt_la_SOURCES = $(runtime_files)
416libhsail_rt_la_LDFLAGS = -rpath '$(libdir)'
417
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.
421AM_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)"
455
456MAKEOVERRIDES =
457all: target-config.h
458 $(MAKE) $(AM_MAKEFLAGS) all-am
459
460.SUFFIXES:
461.SUFFIXES: .c .lo .o .obj
462am--refresh: Makefile
463 @:
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
5fd1486c
PJ
477Makefile: $(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;
486
487$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488 $(SHELL) ./config.status --recheck
489
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):
495
496target-config.h: stamp-h1
22e05272
JM
497 @test -f $@ || rm -f stamp-h1
498 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
5fd1486c
PJ
499
500stamp-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 $@
507
508distclean-hdr:
509 -rm -f target-config.h stamp-h1
22e05272 510
5fd1486c
PJ
511install-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)"; \
524 }
525
526uninstall-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
534
535clean-toolexeclibLTLIBRARIES:
536 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
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}; \
544 }
5fd1486c
PJ
545rt/$(am__dirstamp):
546 @$(MKDIR_P) rt
547 @: > rt/$(am__dirstamp)
548rt/$(DEPDIR)/$(am__dirstamp):
549 @$(MKDIR_P) rt/$(DEPDIR)
550 @: > rt/$(DEPDIR)/$(am__dirstamp)
551rt/arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
552rt/atomics.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
553rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
554rt/fbarrier.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
555rt/fp16.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
556rt/misc.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
557rt/multimedia.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
558rt/queue.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
559rt/sat_arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
560rt/segment.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
561rt/workitems.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
562rt/fibers.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
22e05272 563
5fd1486c 564libhsail-rt.la: $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_DEPENDENCIES) $(EXTRA_libhsail_rt_la_DEPENDENCIES)
22e05272 565 $(AM_V_CCLD)$(libhsail_rt_la_LINK) -rpath $(toolexeclibdir) $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_LIBADD) $(LIBS)
5fd1486c
PJ
566
567mostlyclean-compile:
568 -rm -f *.$(OBJEXT)
22e05272
JM
569 -rm -f rt/*.$(OBJEXT)
570 -rm -f rt/*.lo
5fd1486c
PJ
571
572distclean-compile:
573 -rm -f *.tab.c
574
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@
587
588.c.o:
22e05272 589@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
5fd1486c
PJ
590@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
591@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
22e05272 592@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5fd1486c 593@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 594@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
5fd1486c
PJ
595
596.c.obj:
22e05272 597@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
5fd1486c
PJ
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
22e05272 600@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5fd1486c 601@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 602@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
5fd1486c
PJ
603
604.c.lo:
22e05272 605@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
5fd1486c
PJ
606@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
607@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
22e05272 608@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
5fd1486c 609@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 610@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
5fd1486c
PJ
611
612mostlyclean-libtool:
613 -rm -f *.lo
614
615clean-libtool:
616 -rm -rf .libs _libs
617 -rm -rf rt/.libs rt/_libs
618
619distclean-libtool:
620 -rm -f libtool config.lt
621
22e05272
JM
622ID: $(am__tagged_files)
623 $(am__define_uniq_tagged_files); mkid -fID $$unique
624tags: tags-am
625TAGS: tags
626
627tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5fd1486c
PJ
628 set x; \
629 here=`pwd`; \
22e05272 630 $(am__define_uniq_tagged_files); \
5fd1486c
PJ
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; \
641 fi
22e05272
JM
642ctags: ctags-am
643
644CTAGS: ctags
645ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
646 $(am__define_uniq_tagged_files); \
5fd1486c
PJ
647 test -z "$(CTAGS_ARGS)$$unique" \
648 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
649 $$unique
650
651GTAGS:
652 here=`$(am__cd) $(top_builddir) && pwd` \
653 && $(am__cd) $(top_srcdir) \
654 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
655cscope: cscope.files
656 test ! -s cscope.files \
657 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
658clean-cscope:
659 -rm -f cscope.files
660cscope.files: clean-cscope cscopelist
661cscopelist: cscopelist-am
662
663cscopelist-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
5fd1486c
PJ
676
677distclean-tags:
678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 679 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5fd1486c
PJ
680check-am: all-am
681check: check-am
682all-am: Makefile $(LTLIBRARIES) target-config.h
683installdirs:
684 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
685 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
686 done
687install: install-am
688install-exec: install-exec-am
689install-data: install-data-am
690uninstall: uninstall-am
691
692install-am: all-am
693 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
694
695installcheck: installcheck-am
696install-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; \
705 fi
706mostlyclean-generic:
707
708clean-generic:
709
710distclean-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)
715
716maintainer-clean-generic:
717 @echo "This command is intended for maintainers to use"
718 @echo "it deletes files that may require special tools to rebuild."
719clean: clean-am
720
721clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
722 mostlyclean-am
723
724distclean: distclean-am
725 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
726 -rm -rf rt/$(DEPDIR)
727 -rm -f Makefile
728distclean-am: clean-am distclean-compile distclean-generic \
729 distclean-hdr distclean-libtool distclean-tags
730
731dvi: dvi-am
732
733dvi-am:
734
735html: html-am
736
737html-am:
738
739info: info-am
740
741info-am:
742
743install-data-am:
744
745install-dvi: install-dvi-am
746
747install-dvi-am:
748
749install-exec-am: install-toolexeclibLTLIBRARIES
750
751install-html: install-html-am
752
753install-html-am:
754
755install-info: install-info-am
756
757install-info-am:
758
759install-man:
760
761install-pdf: install-pdf-am
762
763install-pdf-am:
764
765install-ps: install-ps-am
766
767install-ps-am:
768
769installcheck-am:
770
771maintainer-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
776maintainer-clean-am: distclean-am maintainer-clean-generic
777
778mostlyclean: mostlyclean-am
779
780mostlyclean-am: mostlyclean-compile mostlyclean-generic \
781 mostlyclean-libtool
782
783pdf: pdf-am
784
785pdf-am:
786
787ps: ps-am
788
789ps-am:
790
791uninstall-am: uninstall-toolexeclibLTLIBRARIES
792
793.MAKE: all install-am install-strip
794
22e05272
JM
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
810
811.PRECIOUS: Makefile
5fd1486c
PJ
812
813
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: