]> git.ipfire.org Git - thirdparty/gcc.git/blame - libhsail-rt/Makefile.in
Fix typo in c-parser.c.
[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 141 $(top_srcdir)/../config/override.m4 \
e8e66971 142 $(top_srcdir)/../config/toolexeclibdir.m4 \
c48dc2cd
JJ
143 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
144 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
145 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
5fd1486c
PJ
146am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
147 $(ACLOCAL_M4)
22e05272
JM
148DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
149 $(am__configure_deps)
5fd1486c
PJ
150am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
151 configure.lineno config.status.lineno
152CONFIG_HEADER = target-config.h
153CONFIG_CLEAN_FILES =
154CONFIG_CLEAN_VPATH_FILES =
155am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
156am__vpath_adj = case $$p in \
157 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158 *) f=$$p;; \
159 esac;
160am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
161am__install_max = 40
162am__nobase_strip_setup = \
163 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
164am__nobase_strip = \
165 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
166am__nobase_list = $(am__nobase_strip_setup); \
167 for p in $$list; do echo "$$p $$p"; done | \
168 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
169 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
170 if (++n[$$2] == $(am__install_max)) \
171 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
172 END { for (dir in files) print dir, files[dir] }'
173am__base_list = \
174 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
175 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
176am__uninstall_files_from_dir = { \
177 test -z "$$files" \
178 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
179 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
180 $(am__cd) "$$dir" && rm -f $$files; }; \
181 }
182am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
183LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
184libhsail_rt_la_LIBADD =
185am__dirstamp = $(am__leading_dot)dirstamp
186am__objects_1 = rt/arithmetic.lo rt/atomics.lo rt/bitstring.lo \
187 rt/fbarrier.lo rt/fp16.lo rt/misc.lo rt/multimedia.lo \
188 rt/queue.lo rt/sat_arithmetic.lo rt/segment.lo rt/workitems.lo \
189 rt/fibers.lo
190am_libhsail_rt_la_OBJECTS = $(am__objects_1)
191libhsail_rt_la_OBJECTS = $(am_libhsail_rt_la_OBJECTS)
22e05272
JM
192AM_V_lt = $(am__v_lt_@AM_V@)
193am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
194am__v_lt_0 = --silent
195am__v_lt_1 =
196libhsail_rt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
197 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
198 $(AM_CFLAGS) $(CFLAGS) $(libhsail_rt_la_LDFLAGS) $(LDFLAGS) -o \
199 $@
200AM_V_P = $(am__v_P_@AM_V@)
201am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
202am__v_P_0 = false
203am__v_P_1 = :
204AM_V_GEN = $(am__v_GEN_@AM_V@)
205am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206am__v_GEN_0 = @echo " GEN " $@;
207am__v_GEN_1 =
208AM_V_at = $(am__v_at_@AM_V@)
209am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
210am__v_at_0 = @
211am__v_at_1 =
5fd1486c
PJ
212DEFAULT_INCLUDES = -I.@am__isrc@
213depcomp = $(SHELL) $(top_srcdir)/../depcomp
214am__depfiles_maybe = depfiles
215am__mv = mv -f
216COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22e05272
JM
218LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
221 $(AM_CFLAGS) $(CFLAGS)
222AM_V_CC = $(am__v_CC_@AM_V@)
223am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
224am__v_CC_0 = @echo " CC " $@;
225am__v_CC_1 =
5fd1486c 226CCLD = $(CC)
22e05272
JM
227LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
230AM_V_CCLD = $(am__v_CCLD_@AM_V@)
231am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
232am__v_CCLD_0 = @echo " CCLD " $@;
233am__v_CCLD_1 =
5fd1486c
PJ
234SOURCES = $(libhsail_rt_la_SOURCES)
235am__can_run_installinfo = \
236 case $$AM_UPDATE_INFO_DIR in \
237 n|no|NO) false;; \
238 *) (install-info --version) >/dev/null 2>&1;; \
239 esac
22e05272
JM
240am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
241 $(LISP)target-config.h.in
242# Read a list of newline-separated strings from the standard input,
243# and print each of them once, without duplicates. Input order is
244# *not* preserved.
245am__uniquify_input = $(AWK) '\
246 BEGIN { nonempty = 0; } \
247 { items[$$0] = 1; nonempty = 1; } \
248 END { if (nonempty) { for (i in items) print i; }; } \
249'
250# Make sure the list of sources is unique. This is necessary because,
251# e.g., the same source file might be shared among _SOURCES variables
252# for different programs/libraries.
253am__define_uniq_tagged_files = \
254 list='$(am__tagged_files)'; \
255 unique=`for i in $$list; do \
256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257 done | $(am__uniquify_input)`
5fd1486c
PJ
258ETAGS = etags
259CTAGS = ctags
22e05272
JM
260CSCOPE = cscope
261AM_RECURSIVE_TARGETS = cscope
5fd1486c
PJ
262ACLOCAL = @ACLOCAL@
263AMTAR = @AMTAR@
22e05272 264AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
5fd1486c
PJ
265AR = @AR@
266AUTOCONF = @AUTOCONF@
267AUTOHEADER = @AUTOHEADER@
268AUTOMAKE = @AUTOMAKE@
269AWK = @AWK@
270CC = @CC@
271CCDEPMODE = @CCDEPMODE@
272CFLAGS = @CFLAGS@
273CPP = @CPP@
274CPPFLAGS = @CPPFLAGS@
275CXX = @CXX@
276CXXCPP = @CXXCPP@
277CXXDEPMODE = @CXXDEPMODE@
278CXXFLAGS = @CXXFLAGS@
279CYGPATH_W = @CYGPATH_W@
280DEFS = @DEFS@
281DEPDIR = @DEPDIR@
282DSYMUTIL = @DSYMUTIL@
283DUMPBIN = @DUMPBIN@
284ECHO_C = @ECHO_C@
285ECHO_N = @ECHO_N@
286ECHO_T = @ECHO_T@
287EGREP = @EGREP@
288EXEEXT = @EXEEXT@
289FGREP = @FGREP@
290GREP = @GREP@
291INSTALL = @INSTALL@
292INSTALL_DATA = @INSTALL_DATA@
293INSTALL_PROGRAM = @INSTALL_PROGRAM@
294INSTALL_SCRIPT = @INSTALL_SCRIPT@
295INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296LD = @LD@
297LDFLAGS = @LDFLAGS@
298LIBOBJS = @LIBOBJS@
299LIBS = @LIBS@
300LIBTOOL = @LIBTOOL@
301LIPO = @LIPO@
302LN_S = @LN_S@
303LTLIBOBJS = @LTLIBOBJS@
304MAINT = @MAINT@
305MAKEINFO = @MAKEINFO@
306MKDIR_P = @MKDIR_P@
307NM = @NM@
308NMEDIT = @NMEDIT@
309OBJDUMP = @OBJDUMP@
310OBJEXT = @OBJEXT@
311OTOOL = @OTOOL@
312OTOOL64 = @OTOOL64@
313PACKAGE = @PACKAGE@
314PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315PACKAGE_NAME = @PACKAGE_NAME@
316PACKAGE_STRING = @PACKAGE_STRING@
317PACKAGE_TARNAME = @PACKAGE_TARNAME@
318PACKAGE_URL = @PACKAGE_URL@
319PACKAGE_VERSION = @PACKAGE_VERSION@
320PATH_SEPARATOR = @PATH_SEPARATOR@
321RANLIB = @RANLIB@
322SED = @SED@
323SET_MAKE = @SET_MAKE@
324SHELL = @SHELL@
325STRIP = @STRIP@
326VERSION = @VERSION@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_CC = @ac_ct_CC@
332ac_ct_CXX = @ac_ct_CXX@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346config_dir = @config_dir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351exec_prefix = @exec_prefix@
c48dc2cd 352get_gcc_base_ver = @get_gcc_base_ver@
5fd1486c
PJ
353host = @host@
354host_alias = @host_alias@
355host_cpu = @host_cpu@
356host_os = @host_os@
357host_vendor = @host_vendor@
358htmldir = @htmldir@
359includedir = @includedir@
360infodir = @infodir@
361install_sh = @install_sh@
362libdir = @libdir@
363libexecdir = @libexecdir@
364localedir = @localedir@
365localstatedir = @localstatedir@
366mandir = @mandir@
367mkdir_p = @mkdir_p@
368oldincludedir = @oldincludedir@
369pdfdir = @pdfdir@
370prefix = @prefix@
371program_transform_name = @program_transform_name@
372psdir = @psdir@
373sbindir = @sbindir@
374sharedstatedir = @sharedstatedir@
375srcdir = @srcdir@
376sysconfdir = @sysconfdir@
377target = @target@
378target_alias = @target_alias@
379target_cpu = @target_cpu@
380target_os = @target_os@
381target_vendor = @target_vendor@
382toolexecdir = @toolexecdir@
383toolexeclibdir = @toolexeclibdir@
384top_build_prefix = @top_build_prefix@
385top_builddir = @top_builddir@
386top_srcdir = @top_srcdir@
387AUTOMAKE_OPTIONS = foreign subdir-objects
c48dc2cd 388gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
5fd1486c
PJ
389MAINT_CHARSET = latin1
390mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
c48dc2cd 391ACLOCAL_AMFLAGS = -I .. -I ../config
5fd1486c
PJ
392WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
393
394# -I/-D flags to pass when compiling.
395AM_CPPFLAGS = -I$(srcdir)/rt -I$(srcdir)/include/internal
396AM_CFLAGS = \
397 -I $(srcdir)/../include \
398 -I $(srcdir)/../libgcc \
399 -I $(MULTIBUILDTOP)../../gcc/include $(PTH_CFLAGS)
400
401toolexeclib_LTLIBRARIES = libhsail-rt.la
402runtime_files = \
403 rt/arithmetic.c \
404 rt/atomics.c \
405 rt/bitstring.c \
406 rt/fbarrier.c \
407 rt/fp16.c \
408 rt/misc.c \
409 rt/multimedia.c \
410 rt/queue.c \
411 rt/sat_arithmetic.c \
412 rt/segment.c \
413 rt/workitems.c \
414 rt/fibers.c
415
416libhsail_rt_la_SOURCES = $(runtime_files)
417libhsail_rt_la_LDFLAGS = -rpath '$(libdir)'
418
419# Work around what appears to be a GNU make bug handling MAKEFLAGS
420# values defined in terms of make variables, as is the case for CC and
421# friends when we are called from the top level Makefile.
422AM_MAKEFLAGS = \
423 "AR_FLAGS=$(AR_FLAGS)" \
424 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
425 "CFLAGS=$(CFLAGS)" \
426 "CXXFLAGS=$(CXXFLAGS)" \
427 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
428 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
429 "INSTALL=$(INSTALL)" \
430 "INSTALL_DATA=$(INSTALL_DATA)" \
431 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
432 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
433 "JC1FLAGS=$(JC1FLAGS)" \
434 "LDFLAGS=$(LDFLAGS)" \
435 "LIBCFLAGS=$(LIBCFLAGS)" \
436 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
437 "MAKE=$(MAKE)" \
438 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
439 "PICFLAG=$(PICFLAG)" \
440 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
441 "SHELL=$(SHELL)" \
442 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
443 "exec_prefix=$(exec_prefix)" \
444 "infodir=$(infodir)" \
445 "libdir=$(libdir)" \
446 "prefix=$(prefix)" \
447 "includedir=$(includedir)" \
448 "AR=$(AR)" \
449 "AS=$(AS)" \
450 "LD=$(LD)" \
451 "LIBCFLAGS=$(LIBCFLAGS)" \
452 "NM=$(NM)" \
453 "PICFLAG=$(PICFLAG)" \
454 "RANLIB=$(RANLIB)" \
455 "DESTDIR=$(DESTDIR)"
456
457MAKEOVERRIDES =
458all: target-config.h
459 $(MAKE) $(AM_MAKEFLAGS) all-am
460
461.SUFFIXES:
462.SUFFIXES: .c .lo .o .obj
463am--refresh: Makefile
464 @:
465$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
466 @for dep in $?; do \
467 case '$(am__configure_deps)' in \
468 *$$dep*) \
469 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
470 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
471 && exit 0; \
472 exit 1;; \
473 esac; \
474 done; \
475 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
476 $(am__cd) $(top_srcdir) && \
477 $(AUTOMAKE) --foreign Makefile
5fd1486c
PJ
478Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479 @case '$?' in \
480 *config.status*) \
481 echo ' $(SHELL) ./config.status'; \
482 $(SHELL) ./config.status;; \
483 *) \
484 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
485 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
486 esac;
487
488$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489 $(SHELL) ./config.status --recheck
490
491$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
492 $(am__cd) $(srcdir) && $(AUTOCONF)
493$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
494 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
495$(am__aclocal_m4_deps):
496
497target-config.h: stamp-h1
22e05272
JM
498 @test -f $@ || rm -f stamp-h1
499 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
5fd1486c
PJ
500
501stamp-h1: $(srcdir)/target-config.h.in $(top_builddir)/config.status
502 @rm -f stamp-h1
503 cd $(top_builddir) && $(SHELL) ./config.status target-config.h
504$(srcdir)/target-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
505 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
506 rm -f stamp-h1
507 touch $@
508
509distclean-hdr:
510 -rm -f target-config.h stamp-h1
22e05272 511
5fd1486c
PJ
512install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
513 @$(NORMAL_INSTALL)
514 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
515 list2=; for p in $$list; do \
516 if test -f $$p; then \
517 list2="$$list2 $$p"; \
518 else :; fi; \
519 done; \
520 test -z "$$list2" || { \
521 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
522 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
523 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
524 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
525 }
526
527uninstall-toolexeclibLTLIBRARIES:
528 @$(NORMAL_UNINSTALL)
529 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
530 for p in $$list; do \
531 $(am__strip_dir) \
532 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
533 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
534 done
535
536clean-toolexeclibLTLIBRARIES:
537 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
538 @list='$(toolexeclib_LTLIBRARIES)'; \
539 locs=`for p in $$list; do echo $$p; done | \
540 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
541 sort -u`; \
542 test -z "$$locs" || { \
543 echo rm -f $${locs}; \
544 rm -f $${locs}; \
545 }
5fd1486c
PJ
546rt/$(am__dirstamp):
547 @$(MKDIR_P) rt
548 @: > rt/$(am__dirstamp)
549rt/$(DEPDIR)/$(am__dirstamp):
550 @$(MKDIR_P) rt/$(DEPDIR)
551 @: > rt/$(DEPDIR)/$(am__dirstamp)
552rt/arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
553rt/atomics.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
554rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
555rt/fbarrier.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
556rt/fp16.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
557rt/misc.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
558rt/multimedia.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
559rt/queue.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
560rt/sat_arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
561rt/segment.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
562rt/workitems.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
563rt/fibers.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
22e05272 564
5fd1486c 565libhsail-rt.la: $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_DEPENDENCIES) $(EXTRA_libhsail_rt_la_DEPENDENCIES)
22e05272 566 $(AM_V_CCLD)$(libhsail_rt_la_LINK) -rpath $(toolexeclibdir) $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_LIBADD) $(LIBS)
5fd1486c
PJ
567
568mostlyclean-compile:
569 -rm -f *.$(OBJEXT)
22e05272
JM
570 -rm -f rt/*.$(OBJEXT)
571 -rm -f rt/*.lo
5fd1486c
PJ
572
573distclean-compile:
574 -rm -f *.tab.c
575
576@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/arithmetic.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/atomics.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/bitstring.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fbarrier.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fibers.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fp16.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/misc.Plo@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/multimedia.Plo@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/queue.Plo@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/sat_arithmetic.Plo@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/segment.Plo@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/workitems.Plo@am__quote@
588
589.c.o:
22e05272 590@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
5fd1486c
PJ
591@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
592@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
22e05272 593@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5fd1486c 594@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 595@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
5fd1486c
PJ
596
597.c.obj:
22e05272 598@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
5fd1486c
PJ
599@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
600@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
22e05272 601@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
5fd1486c 602@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 603@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
5fd1486c
PJ
604
605.c.lo:
22e05272 606@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
5fd1486c
PJ
607@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
608@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
22e05272 609@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
5fd1486c 610@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 611@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
5fd1486c
PJ
612
613mostlyclean-libtool:
614 -rm -f *.lo
615
616clean-libtool:
617 -rm -rf .libs _libs
618 -rm -rf rt/.libs rt/_libs
619
620distclean-libtool:
621 -rm -f libtool config.lt
622
22e05272
JM
623ID: $(am__tagged_files)
624 $(am__define_uniq_tagged_files); mkid -fID $$unique
625tags: tags-am
626TAGS: tags
627
628tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5fd1486c
PJ
629 set x; \
630 here=`pwd`; \
22e05272 631 $(am__define_uniq_tagged_files); \
5fd1486c
PJ
632 shift; \
633 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
634 test -n "$$unique" || unique=$$empty_fix; \
635 if test $$# -gt 0; then \
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 "$$@" $$unique; \
638 else \
639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
640 $$unique; \
641 fi; \
642 fi
22e05272
JM
643ctags: ctags-am
644
645CTAGS: ctags
646ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
647 $(am__define_uniq_tagged_files); \
5fd1486c
PJ
648 test -z "$(CTAGS_ARGS)$$unique" \
649 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
650 $$unique
651
652GTAGS:
653 here=`$(am__cd) $(top_builddir) && pwd` \
654 && $(am__cd) $(top_srcdir) \
655 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
656cscope: cscope.files
657 test ! -s cscope.files \
658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
659clean-cscope:
660 -rm -f cscope.files
661cscope.files: clean-cscope cscopelist
662cscopelist: cscopelist-am
663
664cscopelist-am: $(am__tagged_files)
665 list='$(am__tagged_files)'; \
666 case "$(srcdir)" in \
667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
668 *) sdir=$(subdir)/$(srcdir) ;; \
669 esac; \
670 for i in $$list; do \
671 if test -f "$$i"; then \
672 echo "$(subdir)/$$i"; \
673 else \
674 echo "$$sdir/$$i"; \
675 fi; \
676 done >> $(top_builddir)/cscope.files
5fd1486c
PJ
677
678distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5fd1486c
PJ
681check-am: all-am
682check: check-am
683all-am: Makefile $(LTLIBRARIES) target-config.h
684installdirs:
685 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
686 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
687 done
688install: install-am
689install-exec: install-exec-am
690install-data: install-data-am
691uninstall: uninstall-am
692
693install-am: all-am
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695
696installcheck: installcheck-am
697install-strip:
698 if test -z '$(STRIP)'; then \
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 install; \
702 else \
703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
706 fi
707mostlyclean-generic:
708
709clean-generic:
710
711distclean-generic:
712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
714 -rm -f rt/$(DEPDIR)/$(am__dirstamp)
715 -rm -f rt/$(am__dirstamp)
716
717maintainer-clean-generic:
718 @echo "This command is intended for maintainers to use"
719 @echo "it deletes files that may require special tools to rebuild."
720clean: clean-am
721
722clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
723 mostlyclean-am
724
725distclean: distclean-am
726 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
727 -rm -rf rt/$(DEPDIR)
728 -rm -f Makefile
729distclean-am: clean-am distclean-compile distclean-generic \
730 distclean-hdr distclean-libtool distclean-tags
731
732dvi: dvi-am
733
734dvi-am:
735
736html: html-am
737
738html-am:
739
740info: info-am
741
742info-am:
743
744install-data-am:
745
746install-dvi: install-dvi-am
747
748install-dvi-am:
749
750install-exec-am: install-toolexeclibLTLIBRARIES
751
752install-html: install-html-am
753
754install-html-am:
755
756install-info: install-info-am
757
758install-info-am:
759
760install-man:
761
762install-pdf: install-pdf-am
763
764install-pdf-am:
765
766install-ps: install-ps-am
767
768install-ps-am:
769
770installcheck-am:
771
772maintainer-clean: maintainer-clean-am
773 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
774 -rm -rf $(top_srcdir)/autom4te.cache
775 -rm -rf rt/$(DEPDIR)
776 -rm -f Makefile
777maintainer-clean-am: distclean-am maintainer-clean-generic
778
779mostlyclean: mostlyclean-am
780
781mostlyclean-am: mostlyclean-compile mostlyclean-generic \
782 mostlyclean-libtool
783
784pdf: pdf-am
785
786pdf-am:
787
788ps: ps-am
789
790ps-am:
791
792uninstall-am: uninstall-toolexeclibLTLIBRARIES
793
794.MAKE: all install-am install-strip
795
22e05272
JM
796.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
797 clean-cscope clean-generic clean-libtool \
798 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
799 ctags-am distclean distclean-compile distclean-generic \
800 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
801 html-am info info-am install install-am install-data \
802 install-data-am install-dvi install-dvi-am install-exec \
803 install-exec-am install-html install-html-am install-info \
804 install-info-am install-man install-pdf install-pdf-am \
805 install-ps install-ps-am install-strip \
806 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
807 installdirs maintainer-clean maintainer-clean-generic \
808 mostlyclean mostlyclean-compile mostlyclean-generic \
809 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
810 uninstall-am uninstall-toolexeclibLTLIBRARIES
811
812.PRECIOUS: Makefile
5fd1486c
PJ
813
814
815# Tell versions [3.59,3.63) of GNU make to not export all variables.
816# Otherwise a system limit (for SysV at least) may be exceeded.
817.NOEXPORT: