[doc] Correct optimisation levels documentation for -fstore-merging
[official-gcc.git] / libhsail-rt / Makefile.in
blob250cfbca544bb104bb8f3e7516a2a01bdb1f6ceb
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 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
101 $(top_srcdir)/configure $(am__configure_deps) \
102 $(srcdir)/target-config.h.in $(srcdir)/../mkinstalldirs \
103 $(srcdir)/../depcomp
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
106 $(top_srcdir)/../config/lead-dot.m4 \
107 $(top_srcdir)/../config/multi.m4 $(top_srcdir)/../libtool.m4 \
108 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
109 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
110 $(top_srcdir)/configure.ac
111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112 $(ACLOCAL_M4)
113 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114 configure.lineno config.status.lineno
115 CONFIG_HEADER = target-config.h
116 CONFIG_CLEAN_FILES =
117 CONFIG_CLEAN_VPATH_FILES =
118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
119 am__vpath_adj = case $$p in \
120 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
121 *) f=$$p;; \
122 esac;
123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
124 am__install_max = 40
125 am__nobase_strip_setup = \
126 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
127 am__nobase_strip = \
128 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
129 am__nobase_list = $(am__nobase_strip_setup); \
130 for p in $$list; do echo "$$p $$p"; done | \
131 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
132 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
133 if (++n[$$2] == $(am__install_max)) \
134 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
135 END { for (dir in files) print dir, files[dir] }'
136 am__base_list = \
137 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
138 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
139 am__uninstall_files_from_dir = { \
140 test -z "$$files" \
141 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
142 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
143 $(am__cd) "$$dir" && rm -f $$files; }; \
145 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
146 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
147 libhsail_rt_la_LIBADD =
148 am__dirstamp = $(am__leading_dot)dirstamp
149 am__objects_1 = rt/arithmetic.lo rt/atomics.lo rt/bitstring.lo \
150 rt/fbarrier.lo rt/fp16.lo rt/misc.lo rt/multimedia.lo \
151 rt/queue.lo rt/sat_arithmetic.lo rt/segment.lo rt/workitems.lo \
152 rt/fibers.lo
153 am_libhsail_rt_la_OBJECTS = $(am__objects_1)
154 libhsail_rt_la_OBJECTS = $(am_libhsail_rt_la_OBJECTS)
155 libhsail_rt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157 $(libhsail_rt_la_LDFLAGS) $(LDFLAGS) -o $@
158 DEFAULT_INCLUDES = -I.@am__isrc@
159 depcomp = $(SHELL) $(top_srcdir)/../depcomp
160 am__depfiles_maybe = depfiles
161 am__mv = mv -f
162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
165 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
169 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
170 $(LDFLAGS) -o $@
171 SOURCES = $(libhsail_rt_la_SOURCES)
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 ETAGS = etags
178 CTAGS = ctags
179 ACLOCAL = @ACLOCAL@
180 AMTAR = @AMTAR@
181 AR = @AR@
182 AUTOCONF = @AUTOCONF@
183 AUTOHEADER = @AUTOHEADER@
184 AUTOMAKE = @AUTOMAKE@
185 AWK = @AWK@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CPP = @CPP@
190 CPPFLAGS = @CPPFLAGS@
191 CXX = @CXX@
192 CXXCPP = @CXXCPP@
193 CXXDEPMODE = @CXXDEPMODE@
194 CXXFLAGS = @CXXFLAGS@
195 CYGPATH_W = @CYGPATH_W@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 DSYMUTIL = @DSYMUTIL@
199 DUMPBIN = @DUMPBIN@
200 ECHO_C = @ECHO_C@
201 ECHO_N = @ECHO_N@
202 ECHO_T = @ECHO_T@
203 EGREP = @EGREP@
204 EXEEXT = @EXEEXT@
205 FGREP = @FGREP@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 LD = @LD@
213 LDFLAGS = @LDFLAGS@
214 LIBOBJS = @LIBOBJS@
215 LIBS = @LIBS@
216 LIBTOOL = @LIBTOOL@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAINT = @MAINT@
221 MAKEINFO = @MAKEINFO@
222 MKDIR_P = @MKDIR_P@
223 NM = @NM@
224 NMEDIT = @NMEDIT@
225 OBJDUMP = @OBJDUMP@
226 OBJEXT = @OBJEXT@
227 OTOOL = @OTOOL@
228 OTOOL64 = @OTOOL64@
229 PACKAGE = @PACKAGE@
230 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231 PACKAGE_NAME = @PACKAGE_NAME@
232 PACKAGE_STRING = @PACKAGE_STRING@
233 PACKAGE_TARNAME = @PACKAGE_TARNAME@
234 PACKAGE_URL = @PACKAGE_URL@
235 PACKAGE_VERSION = @PACKAGE_VERSION@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 RANLIB = @RANLIB@
238 SED = @SED@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 VERSION = @VERSION@
243 abs_builddir = @abs_builddir@
244 abs_srcdir = @abs_srcdir@
245 abs_top_builddir = @abs_top_builddir@
246 abs_top_srcdir = @abs_top_srcdir@
247 ac_ct_CC = @ac_ct_CC@
248 ac_ct_CXX = @ac_ct_CXX@
249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250 am__include = @am__include@
251 am__leading_dot = @am__leading_dot@
252 am__quote = @am__quote@
253 am__tar = @am__tar@
254 am__untar = @am__untar@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_os = @build_os@
260 build_vendor = @build_vendor@
261 builddir = @builddir@
262 config_dir = @config_dir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 prefix = @prefix@
286 program_transform_name = @program_transform_name@
287 psdir = @psdir@
288 sbindir = @sbindir@
289 sharedstatedir = @sharedstatedir@
290 srcdir = @srcdir@
291 sysconfdir = @sysconfdir@
292 target = @target@
293 target_alias = @target_alias@
294 target_cpu = @target_cpu@
295 target_os = @target_os@
296 target_vendor = @target_vendor@
297 toolexecdir = @toolexecdir@
298 toolexeclibdir = @toolexeclibdir@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 AUTOMAKE_OPTIONS = foreign subdir-objects
303 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
304 MAINT_CHARSET = latin1
305 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
306 ACLOCAL_AMFLAGS = -I m4
307 WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
309 # -I/-D flags to pass when compiling.
310 AM_CPPFLAGS = -I$(srcdir)/rt -I$(srcdir)/include/internal
311 AM_CFLAGS = \
312 -I $(srcdir)/../include \
313 -I $(srcdir)/../libgcc \
314 -I $(MULTIBUILDTOP)../../gcc/include $(PTH_CFLAGS)
316 toolexeclib_LTLIBRARIES = libhsail-rt.la
317 runtime_files = \
318 rt/arithmetic.c \
319 rt/atomics.c \
320 rt/bitstring.c \
321 rt/fbarrier.c \
322 rt/fp16.c \
323 rt/misc.c \
324 rt/multimedia.c \
325 rt/queue.c \
326 rt/sat_arithmetic.c \
327 rt/segment.c \
328 rt/workitems.c \
329 rt/fibers.c
331 libhsail_rt_la_SOURCES = $(runtime_files)
332 libhsail_rt_la_LDFLAGS = -rpath '$(libdir)'
334 # Work around what appears to be a GNU make bug handling MAKEFLAGS
335 # values defined in terms of make variables, as is the case for CC and
336 # friends when we are called from the top level Makefile.
337 AM_MAKEFLAGS = \
338 "AR_FLAGS=$(AR_FLAGS)" \
339 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
340 "CFLAGS=$(CFLAGS)" \
341 "CXXFLAGS=$(CXXFLAGS)" \
342 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
343 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
344 "INSTALL=$(INSTALL)" \
345 "INSTALL_DATA=$(INSTALL_DATA)" \
346 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
347 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
348 "JC1FLAGS=$(JC1FLAGS)" \
349 "LDFLAGS=$(LDFLAGS)" \
350 "LIBCFLAGS=$(LIBCFLAGS)" \
351 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
352 "MAKE=$(MAKE)" \
353 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
354 "PICFLAG=$(PICFLAG)" \
355 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
356 "SHELL=$(SHELL)" \
357 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
358 "exec_prefix=$(exec_prefix)" \
359 "infodir=$(infodir)" \
360 "libdir=$(libdir)" \
361 "prefix=$(prefix)" \
362 "includedir=$(includedir)" \
363 "AR=$(AR)" \
364 "AS=$(AS)" \
365 "LD=$(LD)" \
366 "LIBCFLAGS=$(LIBCFLAGS)" \
367 "NM=$(NM)" \
368 "PICFLAG=$(PICFLAG)" \
369 "RANLIB=$(RANLIB)" \
370 "DESTDIR=$(DESTDIR)"
372 MAKEOVERRIDES =
373 all: target-config.h
374 $(MAKE) $(AM_MAKEFLAGS) all-am
376 .SUFFIXES:
377 .SUFFIXES: .c .lo .o .obj
378 am--refresh: Makefile
380 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
381 @for dep in $?; do \
382 case '$(am__configure_deps)' in \
383 *$$dep*) \
384 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
385 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
386 && exit 0; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign Makefile
393 .PRECIOUS: Makefile
394 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
395 @case '$?' in \
396 *config.status*) \
397 echo ' $(SHELL) ./config.status'; \
398 $(SHELL) ./config.status;; \
399 *) \
400 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
401 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
402 esac;
404 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405 $(SHELL) ./config.status --recheck
407 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408 $(am__cd) $(srcdir) && $(AUTOCONF)
409 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
411 $(am__aclocal_m4_deps):
413 target-config.h: stamp-h1
414 @if test ! -f $@; then rm -f stamp-h1; else :; fi
415 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
417 stamp-h1: $(srcdir)/target-config.h.in $(top_builddir)/config.status
418 @rm -f stamp-h1
419 cd $(top_builddir) && $(SHELL) ./config.status target-config.h
420 $(srcdir)/target-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
421 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
422 rm -f stamp-h1
423 touch $@
425 distclean-hdr:
426 -rm -f target-config.h stamp-h1
427 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
428 @$(NORMAL_INSTALL)
429 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
430 list2=; for p in $$list; do \
431 if test -f $$p; then \
432 list2="$$list2 $$p"; \
433 else :; fi; \
434 done; \
435 test -z "$$list2" || { \
436 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
437 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
438 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
439 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
442 uninstall-toolexeclibLTLIBRARIES:
443 @$(NORMAL_UNINSTALL)
444 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
445 for p in $$list; do \
446 $(am__strip_dir) \
447 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
448 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
449 done
451 clean-toolexeclibLTLIBRARIES:
452 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
453 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
454 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
455 test "$$dir" != "$$p" || dir=.; \
456 echo "rm -f \"$${dir}/so_locations\""; \
457 rm -f "$${dir}/so_locations"; \
458 done
459 rt/$(am__dirstamp):
460 @$(MKDIR_P) rt
461 @: > rt/$(am__dirstamp)
462 rt/$(DEPDIR)/$(am__dirstamp):
463 @$(MKDIR_P) rt/$(DEPDIR)
464 @: > rt/$(DEPDIR)/$(am__dirstamp)
465 rt/arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
466 rt/atomics.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
467 rt/bitstring.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
468 rt/fbarrier.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
469 rt/fp16.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
470 rt/misc.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
471 rt/multimedia.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
472 rt/queue.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
473 rt/sat_arithmetic.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
474 rt/segment.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
475 rt/workitems.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
476 rt/fibers.lo: rt/$(am__dirstamp) rt/$(DEPDIR)/$(am__dirstamp)
477 libhsail-rt.la: $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_DEPENDENCIES) $(EXTRA_libhsail_rt_la_DEPENDENCIES)
478 $(libhsail_rt_la_LINK) -rpath $(toolexeclibdir) $(libhsail_rt_la_OBJECTS) $(libhsail_rt_la_LIBADD) $(LIBS)
480 mostlyclean-compile:
481 -rm -f *.$(OBJEXT)
482 -rm -f rt/arithmetic.$(OBJEXT)
483 -rm -f rt/arithmetic.lo
484 -rm -f rt/atomics.$(OBJEXT)
485 -rm -f rt/atomics.lo
486 -rm -f rt/bitstring.$(OBJEXT)
487 -rm -f rt/bitstring.lo
488 -rm -f rt/fbarrier.$(OBJEXT)
489 -rm -f rt/fbarrier.lo
490 -rm -f rt/fibers.$(OBJEXT)
491 -rm -f rt/fibers.lo
492 -rm -f rt/fp16.$(OBJEXT)
493 -rm -f rt/fp16.lo
494 -rm -f rt/misc.$(OBJEXT)
495 -rm -f rt/misc.lo
496 -rm -f rt/multimedia.$(OBJEXT)
497 -rm -f rt/multimedia.lo
498 -rm -f rt/queue.$(OBJEXT)
499 -rm -f rt/queue.lo
500 -rm -f rt/sat_arithmetic.$(OBJEXT)
501 -rm -f rt/sat_arithmetic.lo
502 -rm -f rt/segment.$(OBJEXT)
503 -rm -f rt/segment.lo
504 -rm -f rt/workitems.$(OBJEXT)
505 -rm -f rt/workitems.lo
507 distclean-compile:
508 -rm -f *.tab.c
510 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/arithmetic.Plo@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/atomics.Plo@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/bitstring.Plo@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fbarrier.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fibers.Plo@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/fp16.Plo@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/misc.Plo@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/multimedia.Plo@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/queue.Plo@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/sat_arithmetic.Plo@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/segment.Plo@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@rt/$(DEPDIR)/workitems.Plo@am__quote@
523 .c.o:
524 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
525 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
526 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
531 .c.obj:
532 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
533 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
534 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
539 .c.lo:
540 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
541 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
542 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
547 mostlyclean-libtool:
548 -rm -f *.lo
550 clean-libtool:
551 -rm -rf .libs _libs
552 -rm -rf rt/.libs rt/_libs
554 distclean-libtool:
555 -rm -f libtool config.lt
557 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
558 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
559 unique=`for i in $$list; do \
560 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561 done | \
562 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563 END { if (nonempty) { for (i in files) print i; }; }'`; \
564 mkid -fID $$unique
565 tags: TAGS
567 TAGS: $(HEADERS) $(SOURCES) target-config.h.in $(TAGS_DEPENDENCIES) \
568 $(TAGS_FILES) $(LISP)
569 set x; \
570 here=`pwd`; \
571 list='$(SOURCES) $(HEADERS) target-config.h.in $(LISP) $(TAGS_FILES)'; \
572 unique=`for i in $$list; do \
573 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574 done | \
575 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576 END { if (nonempty) { for (i in files) print i; }; }'`; \
577 shift; \
578 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579 test -n "$$unique" || unique=$$empty_fix; \
580 if test $$# -gt 0; then \
581 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582 "$$@" $$unique; \
583 else \
584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585 $$unique; \
586 fi; \
588 ctags: CTAGS
589 CTAGS: $(HEADERS) $(SOURCES) target-config.h.in $(TAGS_DEPENDENCIES) \
590 $(TAGS_FILES) $(LISP)
591 list='$(SOURCES) $(HEADERS) target-config.h.in $(LISP) $(TAGS_FILES)'; \
592 unique=`for i in $$list; do \
593 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594 done | \
595 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596 END { if (nonempty) { for (i in files) print i; }; }'`; \
597 test -z "$(CTAGS_ARGS)$$unique" \
598 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599 $$unique
601 GTAGS:
602 here=`$(am__cd) $(top_builddir) && pwd` \
603 && $(am__cd) $(top_srcdir) \
604 && gtags -i $(GTAGS_ARGS) "$$here"
606 distclean-tags:
607 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
608 check-am: all-am
609 check: check-am
610 all-am: Makefile $(LTLIBRARIES) target-config.h
611 installdirs:
612 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
613 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
614 done
615 install: install-am
616 install-exec: install-exec-am
617 install-data: install-data-am
618 uninstall: uninstall-am
620 install-am: all-am
621 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
623 installcheck: installcheck-am
624 install-strip:
625 if test -z '$(STRIP)'; then \
626 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628 install; \
629 else \
630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
634 mostlyclean-generic:
636 clean-generic:
638 distclean-generic:
639 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
640 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
641 -rm -f rt/$(DEPDIR)/$(am__dirstamp)
642 -rm -f rt/$(am__dirstamp)
644 maintainer-clean-generic:
645 @echo "This command is intended for maintainers to use"
646 @echo "it deletes files that may require special tools to rebuild."
647 clean: clean-am
649 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
650 mostlyclean-am
652 distclean: distclean-am
653 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
654 -rm -rf rt/$(DEPDIR)
655 -rm -f Makefile
656 distclean-am: clean-am distclean-compile distclean-generic \
657 distclean-hdr distclean-libtool distclean-tags
659 dvi: dvi-am
661 dvi-am:
663 html: html-am
665 html-am:
667 info: info-am
669 info-am:
671 install-data-am:
673 install-dvi: install-dvi-am
675 install-dvi-am:
677 install-exec-am: install-toolexeclibLTLIBRARIES
679 install-html: install-html-am
681 install-html-am:
683 install-info: install-info-am
685 install-info-am:
687 install-man:
689 install-pdf: install-pdf-am
691 install-pdf-am:
693 install-ps: install-ps-am
695 install-ps-am:
697 installcheck-am:
699 maintainer-clean: maintainer-clean-am
700 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
701 -rm -rf $(top_srcdir)/autom4te.cache
702 -rm -rf rt/$(DEPDIR)
703 -rm -f Makefile
704 maintainer-clean-am: distclean-am maintainer-clean-generic
706 mostlyclean: mostlyclean-am
708 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709 mostlyclean-libtool
711 pdf: pdf-am
713 pdf-am:
715 ps: ps-am
717 ps-am:
719 uninstall-am: uninstall-toolexeclibLTLIBRARIES
721 .MAKE: all install-am install-strip
723 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
724 clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
725 distclean distclean-compile distclean-generic distclean-hdr \
726 distclean-libtool distclean-tags dvi dvi-am html html-am info \
727 info-am install install-am install-data install-data-am \
728 install-dvi install-dvi-am install-exec install-exec-am \
729 install-html install-html-am install-info install-info-am \
730 install-man install-pdf install-pdf-am install-ps \
731 install-ps-am install-strip install-toolexeclibLTLIBRARIES \
732 installcheck installcheck-am installdirs maintainer-clean \
733 maintainer-clean-generic mostlyclean mostlyclean-compile \
734 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
735 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
738 # Tell versions [3.59,3.63) of GNU make to not export all variables.
739 # Otherwise a system limit (for SysV at least) may be exceeded.
740 .NOEXPORT: