]> git.ipfire.org Git - thirdparty/gcc.git/blob - libhsail-rt/Makefile.in
Remove BRIG front-end.
[thirdparty/gcc.git] / libhsail-rt / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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
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; \
72 }
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)/../config/toolexeclibdir.m4 \
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
146 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
147 $(ACLOCAL_M4)
148 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
149 $(am__configure_deps)
150 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
151 configure.lineno config.status.lineno
152 CONFIG_HEADER = target-config.h
153 CONFIG_CLEAN_FILES =
154 CONFIG_CLEAN_VPATH_FILES =
155 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
156 am__vpath_adj = case $$p in \
157 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158 *) f=$$p;; \
159 esac;
160 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
161 am__install_max = 40
162 am__nobase_strip_setup = \
163 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
164 am__nobase_strip = \
165 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
166 am__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] }'
173 am__base_list = \
174 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
175 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
176 am__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 }
182 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
183 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
184 libhsail_rt_la_LIBADD =
185 am__dirstamp = $(am__leading_dot)dirstamp
186 am__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
190 am_libhsail_rt_la_OBJECTS = $(am__objects_1)
191 libhsail_rt_la_OBJECTS = $(am_libhsail_rt_la_OBJECTS)
192 AM_V_lt = $(am__v_lt_@AM_V@)
193 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
194 am__v_lt_0 = --silent
195 am__v_lt_1 =
196 libhsail_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 $@
200 AM_V_P = $(am__v_P_@AM_V@)
201 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
202 am__v_P_0 = false
203 am__v_P_1 = :
204 AM_V_GEN = $(am__v_GEN_@AM_V@)
205 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206 am__v_GEN_0 = @echo " GEN " $@;
207 am__v_GEN_1 =
208 AM_V_at = $(am__v_at_@AM_V@)
209 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
210 am__v_at_0 = @
211 am__v_at_1 =
212 DEFAULT_INCLUDES = -I.@am__isrc@
213 depcomp = $(SHELL) $(top_srcdir)/../depcomp
214 am__depfiles_maybe = depfiles
215 am__mv = mv -f
216 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
218 LTCOMPILE = $(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)
222 AM_V_CC = $(am__v_CC_@AM_V@)
223 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
224 am__v_CC_0 = @echo " CC " $@;
225 am__v_CC_1 =
226 CCLD = $(CC)
227 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
230 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
231 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
232 am__v_CCLD_0 = @echo " CCLD " $@;
233 am__v_CCLD_1 =
234 SOURCES = $(libhsail_rt_la_SOURCES)
235 am__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
240 am__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.
245 am__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.
253 am__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)`
258 ETAGS = etags
259 CTAGS = ctags
260 CSCOPE = cscope
261 AM_RECURSIVE_TARGETS = cscope
262 ACLOCAL = @ACLOCAL@
263 AMTAR = @AMTAR@
264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
265 AR = @AR@
266 AUTOCONF = @AUTOCONF@
267 AUTOHEADER = @AUTOHEADER@
268 AUTOMAKE = @AUTOMAKE@
269 AWK = @AWK@
270 CC = @CC@
271 CCDEPMODE = @CCDEPMODE@
272 CFLAGS = @CFLAGS@
273 CPP = @CPP@
274 CPPFLAGS = @CPPFLAGS@
275 CXX = @CXX@
276 CXXCPP = @CXXCPP@
277 CXXDEPMODE = @CXXDEPMODE@
278 CXXFLAGS = @CXXFLAGS@
279 CYGPATH_W = @CYGPATH_W@
280 DEFS = @DEFS@
281 DEPDIR = @DEPDIR@
282 DSYMUTIL = @DSYMUTIL@
283 DUMPBIN = @DUMPBIN@
284 ECHO_C = @ECHO_C@
285 ECHO_N = @ECHO_N@
286 ECHO_T = @ECHO_T@
287 EGREP = @EGREP@
288 EXEEXT = @EXEEXT@
289 FGREP = @FGREP@
290 GREP = @GREP@
291 INSTALL = @INSTALL@
292 INSTALL_DATA = @INSTALL_DATA@
293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296 LD = @LD@
297 LDFLAGS = @LDFLAGS@
298 LIBOBJS = @LIBOBJS@
299 LIBS = @LIBS@
300 LIBTOOL = @LIBTOOL@
301 LIPO = @LIPO@
302 LN_S = @LN_S@
303 LTLIBOBJS = @LTLIBOBJS@
304 MAINT = @MAINT@
305 MAKEINFO = @MAKEINFO@
306 MKDIR_P = @MKDIR_P@
307 NM = @NM@
308 NMEDIT = @NMEDIT@
309 OBJDUMP = @OBJDUMP@
310 OBJEXT = @OBJEXT@
311 OTOOL = @OTOOL@
312 OTOOL64 = @OTOOL64@
313 PACKAGE = @PACKAGE@
314 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315 PACKAGE_NAME = @PACKAGE_NAME@
316 PACKAGE_STRING = @PACKAGE_STRING@
317 PACKAGE_TARNAME = @PACKAGE_TARNAME@
318 PACKAGE_URL = @PACKAGE_URL@
319 PACKAGE_VERSION = @PACKAGE_VERSION@
320 PATH_SEPARATOR = @PATH_SEPARATOR@
321 RANLIB = @RANLIB@
322 SED = @SED@
323 SET_MAKE = @SET_MAKE@
324 SHELL = @SHELL@
325 STRIP = @STRIP@
326 VERSION = @VERSION@
327 abs_builddir = @abs_builddir@
328 abs_srcdir = @abs_srcdir@
329 abs_top_builddir = @abs_top_builddir@
330 abs_top_srcdir = @abs_top_srcdir@
331 ac_ct_CC = @ac_ct_CC@
332 ac_ct_CXX = @ac_ct_CXX@
333 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334 am__include = @am__include@
335 am__leading_dot = @am__leading_dot@
336 am__quote = @am__quote@
337 am__tar = @am__tar@
338 am__untar = @am__untar@
339 bindir = @bindir@
340 build = @build@
341 build_alias = @build_alias@
342 build_cpu = @build_cpu@
343 build_os = @build_os@
344 build_vendor = @build_vendor@
345 builddir = @builddir@
346 config_dir = @config_dir@
347 datadir = @datadir@
348 datarootdir = @datarootdir@
349 docdir = @docdir@
350 dvidir = @dvidir@
351 exec_prefix = @exec_prefix@
352 get_gcc_base_ver = @get_gcc_base_ver@
353 host = @host@
354 host_alias = @host_alias@
355 host_cpu = @host_cpu@
356 host_os = @host_os@
357 host_vendor = @host_vendor@
358 htmldir = @htmldir@
359 includedir = @includedir@
360 infodir = @infodir@
361 install_sh = @install_sh@
362 libdir = @libdir@
363 libexecdir = @libexecdir@
364 localedir = @localedir@
365 localstatedir = @localstatedir@
366 mandir = @mandir@
367 mkdir_p = @mkdir_p@
368 oldincludedir = @oldincludedir@
369 pdfdir = @pdfdir@
370 prefix = @prefix@
371 program_transform_name = @program_transform_name@
372 psdir = @psdir@
373 sbindir = @sbindir@
374 sharedstatedir = @sharedstatedir@
375 srcdir = @srcdir@
376 sysconfdir = @sysconfdir@
377 target = @target@
378 target_alias = @target_alias@
379 target_cpu = @target_cpu@
380 target_os = @target_os@
381 target_vendor = @target_vendor@
382 toolexecdir = @toolexecdir@
383 toolexeclibdir = @toolexeclibdir@
384 top_build_prefix = @top_build_prefix@
385 top_builddir = @top_builddir@
386 top_srcdir = @top_srcdir@
387 AUTOMAKE_OPTIONS = foreign subdir-objects
388 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
389 MAINT_CHARSET = latin1
390 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
391 ACLOCAL_AMFLAGS = -I .. -I ../config
392 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
393
394 # -I/-D flags to pass when compiling.
395 AM_CPPFLAGS = -I$(srcdir)/rt -I$(srcdir)/include/internal
396 AM_CFLAGS = \
397 -I $(srcdir)/../include \
398 -I $(srcdir)/../libgcc \
399 -I $(MULTIBUILDTOP)../../gcc/include $(PTH_CFLAGS)
400
401 toolexeclib_LTLIBRARIES = libhsail-rt.la
402 runtime_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
416 libhsail_rt_la_SOURCES = $(runtime_files)
417 libhsail_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.
422 AM_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
457 MAKEOVERRIDES =
458 all: target-config.h
459 $(MAKE) $(AM_MAKEFLAGS) all-am
460
461 .SUFFIXES:
462 .SUFFIXES: .c .lo .o .obj
463 am--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
478 Makefile: $(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
497 target-config.h: stamp-h1
498 @test -f $@ || rm -f stamp-h1
499 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
500
501 stamp-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
509 distclean-hdr:
510 -rm -f target-config.h stamp-h1
511
512 install-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
527 uninstall-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
536 clean-toolexeclibLTLIBRARIES:
537 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
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 }
546 rt/$(am__dirstamp):
547 @$(MKDIR_P) rt
548 @: > rt/$(am__dirstamp)
549 rt/$(DEPDIR)/$(am__dirstamp):
550 @$(MKDIR_P) rt/$(DEPDIR)
551 @: > rt/$(DEPDIR)/$(am__dirstamp)
552 rt/arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
553 rt/atomics.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
554 rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
555 rt/fbarrier.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
556 rt/fp16.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
557 rt/misc.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
558 rt/multimedia.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
559 rt/queue.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
560 rt/sat_arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
561 rt/segment.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
562 rt/workitems.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
563 rt/fibers.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
564
565 libhsail-rt.la: $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_DEPENDENCIES) $(EXTRA_libhsail_rt_la_DEPENDENCIES)
566 $(AM_V_CCLD)$(libhsail_rt_la_LINK) -rpath $(toolexeclibdir) $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_LIBADD) $(LIBS)
567
568 mostlyclean-compile:
569 -rm -f *.$(OBJEXT)
570 -rm -f rt/*.$(OBJEXT)
571 -rm -f rt/*.lo
572
573 distclean-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:
590 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
591 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
592 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
596
597 .c.obj:
598 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
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
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
604
605 .c.lo:
606 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
607 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
608 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
612
613 mostlyclean-libtool:
614 -rm -f *.lo
615
616 clean-libtool:
617 -rm -rf .libs _libs
618 -rm -rf rt/.libs rt/_libs
619
620 distclean-libtool:
621 -rm -f libtool config.lt
622
623 ID: $(am__tagged_files)
624 $(am__define_uniq_tagged_files); mkid -fID $$unique
625 tags: tags-am
626 TAGS: tags
627
628 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
629 set x; \
630 here=`pwd`; \
631 $(am__define_uniq_tagged_files); \
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
643 ctags: ctags-am
644
645 CTAGS: ctags
646 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
647 $(am__define_uniq_tagged_files); \
648 test -z "$(CTAGS_ARGS)$$unique" \
649 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
650 $$unique
651
652 GTAGS:
653 here=`$(am__cd) $(top_builddir) && pwd` \
654 && $(am__cd) $(top_srcdir) \
655 && gtags -i $(GTAGS_ARGS) "$$here"
656 cscope: cscope.files
657 test ! -s cscope.files \
658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
659 clean-cscope:
660 -rm -f cscope.files
661 cscope.files: clean-cscope cscopelist
662 cscopelist: cscopelist-am
663
664 cscopelist-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
677
678 distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
681 check-am: all-am
682 check: check-am
683 all-am: Makefile $(LTLIBRARIES) target-config.h
684 installdirs:
685 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
686 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
687 done
688 install: install-am
689 install-exec: install-exec-am
690 install-data: install-data-am
691 uninstall: uninstall-am
692
693 install-am: all-am
694 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695
696 installcheck: installcheck-am
697 install-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
707 mostlyclean-generic:
708
709 clean-generic:
710
711 distclean-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
717 maintainer-clean-generic:
718 @echo "This command is intended for maintainers to use"
719 @echo "it deletes files that may require special tools to rebuild."
720 clean: clean-am
721
722 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
723 mostlyclean-am
724
725 distclean: distclean-am
726 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
727 -rm -rf rt/$(DEPDIR)
728 -rm -f Makefile
729 distclean-am: clean-am distclean-compile distclean-generic \
730 distclean-hdr distclean-libtool distclean-tags
731
732 dvi: dvi-am
733
734 dvi-am:
735
736 html: html-am
737
738 html-am:
739
740 info: info-am
741
742 info-am:
743
744 install-data-am:
745
746 install-dvi: install-dvi-am
747
748 install-dvi-am:
749
750 install-exec-am: install-toolexeclibLTLIBRARIES
751
752 install-html: install-html-am
753
754 install-html-am:
755
756 install-info: install-info-am
757
758 install-info-am:
759
760 install-man:
761
762 install-pdf: install-pdf-am
763
764 install-pdf-am:
765
766 install-ps: install-ps-am
767
768 install-ps-am:
769
770 installcheck-am:
771
772 maintainer-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
777 maintainer-clean-am: distclean-am maintainer-clean-generic
778
779 mostlyclean: mostlyclean-am
780
781 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
782 mostlyclean-libtool
783
784 pdf: pdf-am
785
786 pdf-am:
787
788 ps: ps-am
789
790 ps-am:
791
792 uninstall-am: uninstall-toolexeclibLTLIBRARIES
793
794 .MAKE: all install-am install-strip
795
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
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: