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