Update comments in float128-call.c test.
[official-gcc.git] / lto-plugin / Makefile.in
blob20611c6b1e6f5e381d4690e34ab7a69f2c827bb6
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/cet.m4 \
96 $(top_srcdir)/../config/depstand.m4 \
97 $(top_srcdir)/../config/enable.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/lthostflags.m4 \
100 $(top_srcdir)/../config/override.m4 \
101 $(top_srcdir)/../config/warnings.m4 \
102 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
103 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
104 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
108 $(am__configure_deps)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj = case $$p in \
117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118 *) f=$$p;; \
119 esac;
120 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__install_max = 40
122 am__nobase_strip_setup = \
123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 am__nobase_strip = \
125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126 am__nobase_list = $(am__nobase_strip_setup); \
127 for p in $$list; do echo "$$p $$p"; done | \
128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130 if (++n[$$2] == $(am__install_max)) \
131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132 END { for (dir in files) print dir, files[dir] }'
133 am__base_list = \
134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir = { \
137 test -z "$$files" \
138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140 $(am__cd) "$$dir" && rm -f $$files; }; \
142 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
143 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
144 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
145 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
146 AM_V_P = $(am__v_P_@AM_V@)
147 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148 am__v_P_0 = false
149 am__v_P_1 = :
150 AM_V_GEN = $(am__v_GEN_@AM_V@)
151 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152 am__v_GEN_0 = @echo " GEN " $@;
153 am__v_GEN_1 =
154 AM_V_at = $(am__v_at_@AM_V@)
155 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156 am__v_at_0 = @
157 am__v_at_1 =
158 DEFAULT_INCLUDES = -I.@am__isrc@
159 depcomp =
160 am__depfiles_maybe =
161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163 AM_V_lt = $(am__v_lt_@AM_V@)
164 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
165 am__v_lt_0 = --silent
166 am__v_lt_1 =
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170 $(AM_CFLAGS) $(CFLAGS)
171 AM_V_CC = $(am__v_CC_@AM_V@)
172 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173 am__v_CC_0 = @echo " CC " $@;
174 am__v_CC_1 =
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178 $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181 am__v_CCLD_0 = @echo " CCLD " $@;
182 am__v_CCLD_1 =
183 SOURCES = $(liblto_plugin_la_SOURCES)
184 am__can_run_installinfo = \
185 case $$AM_UPDATE_INFO_DIR in \
186 n|no|NO) false;; \
187 *) (install-info --version) >/dev/null 2>&1;; \
188 esac
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
190 $(LISP)config.h.in
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203 list='$(am__tagged_files)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 CSCOPE = cscope
210 AM_RECURSIVE_TARGETS = cscope
211 ACLOCAL = @ACLOCAL@
212 AMTAR = @AMTAR@
213 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214 AR = @AR@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CET_HOST_FLAGS = @CET_HOST_FLAGS@
222 CFLAGS = @CFLAGS@
223 CPP = @CPP@
224 CPPFLAGS = @CPPFLAGS@
225 CYGPATH_W = @CYGPATH_W@
226 DEFS = @DEFS@
227 DEPDIR = @DEPDIR@
228 DSYMUTIL = @DSYMUTIL@
229 DUMPBIN = @DUMPBIN@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 EXEEXT = @EXEEXT@
235 FGREP = @FGREP@
236 GREP = @GREP@
237 INSTALL = @INSTALL@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242 LD = @LD@
243 LDFLAGS = @LDFLAGS@
244 LIBOBJS = @LIBOBJS@
245 LIBS = @LIBS@
246 LIBTOOL = @LIBTOOL@
247 LIPO = @LIPO@
248 LN_S = @LN_S@
249 LTLIBOBJS = @LTLIBOBJS@
250 MAINT = @MAINT@
251 MAKEINFO = @MAKEINFO@
252 MKDIR_P = @MKDIR_P@
253 NM = @NM@
254 NMEDIT = @NMEDIT@
255 OBJDUMP = @OBJDUMP@
256 OBJEXT = @OBJEXT@
257 OTOOL = @OTOOL@
258 OTOOL64 = @OTOOL64@
259 PACKAGE = @PACKAGE@
260 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261 PACKAGE_NAME = @PACKAGE_NAME@
262 PACKAGE_STRING = @PACKAGE_STRING@
263 PACKAGE_TARNAME = @PACKAGE_TARNAME@
264 PACKAGE_URL = @PACKAGE_URL@
265 PACKAGE_VERSION = @PACKAGE_VERSION@
266 PATH_SEPARATOR = @PATH_SEPARATOR@
267 RANLIB = @RANLIB@
268 SED = @SED@
269 SET_MAKE = @SET_MAKE@
270 SHELL = @SHELL@
271 STRIP = @STRIP@
272 VERSION = @VERSION@
273 abs_builddir = @abs_builddir@
274 abs_srcdir = @abs_srcdir@
275 abs_top_builddir = @abs_top_builddir@
276 abs_top_srcdir = @abs_top_srcdir@
277 ac_ct_CC = @ac_ct_CC@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
280 ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
281 accel_dir_suffix = @accel_dir_suffix@
282 am__include = @am__include@
283 am__leading_dot = @am__leading_dot@
284 am__quote = @am__quote@
285 am__tar = @am__tar@
286 am__untar = @am__untar@
287 bindir = @bindir@
288 build = @build@
289 build_alias = @build_alias@
290 build_cpu = @build_cpu@
291 build_libsubdir = @build_libsubdir@
292 build_os = @build_os@
293 build_subdir = @build_subdir@
294 build_vendor = @build_vendor@
295 builddir = @builddir@
296 datadir = @datadir@
297 datarootdir = @datarootdir@
298 docdir = @docdir@
299 dvidir = @dvidir@
300 exec_prefix = @exec_prefix@
301 gcc_build_dir = @gcc_build_dir@
302 get_gcc_base_ver = @get_gcc_base_ver@
303 host = @host@
304 host_alias = @host_alias@
305 host_cpu = @host_cpu@
306 host_os = @host_os@
307 host_subdir = @host_subdir@
308 host_vendor = @host_vendor@
309 htmldir = @htmldir@
310 includedir = @includedir@
311 infodir = @infodir@
312 install_sh = @install_sh@
313 libdir = @libdir@
314 libexecdir = @libexecdir@
315 localedir = @localedir@
316 localstatedir = @localstatedir@
317 lt_host_flags = @lt_host_flags@
318 mandir = @mandir@
319 mkdir_p = @mkdir_p@
320 oldincludedir = @oldincludedir@
321 pdfdir = @pdfdir@
322 prefix = @prefix@
323 program_transform_name = @program_transform_name@
324 psdir = @psdir@
325 real_target_noncanonical = @real_target_noncanonical@
326 sbindir = @sbindir@
327 sharedstatedir = @sharedstatedir@
328 srcdir = @srcdir@
329 sysconfdir = @sysconfdir@
330 target = @target@
331 target_alias = @target_alias@
332 target_cpu = @target_cpu@
333 target_noncanonical := @target_noncanonical@
334 target_os = @target_os@
335 target_subdir = @target_subdir@
336 target_vendor = @target_vendor@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 with_libiberty = @with_libiberty@
341 ACLOCAL_AMFLAGS = -I .. -I ../config
342 AUTOMAKE_OPTIONS = no-dependencies
343 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
344 libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
345 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
346 AM_CFLAGS = @ac_lto_plugin_warn_cflags@ $(CET_HOST_FLAGS)
347 AM_LDFLAGS = @ac_lto_plugin_ldflags@
348 AM_LIBTOOLFLAGS = --tag=disable-static
349 libexecsub_LTLIBRARIES = liblto_plugin.la
350 in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
351 liblto_plugin_la_SOURCES = lto-plugin.c
352 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
353 liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module -avoid-version \
354 -bindir $(libexecsubdir) $(if $(wildcard \
355 $(libiberty_noasan)),, $(if $(wildcard \
356 $(libiberty_pic)),,-Wc,$(libiberty)))
357 # Can be simplified when libiberty becomes a normal convenience library.
358 libiberty = $(with_libiberty)/libiberty.a
359 libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
360 libiberty_pic = $(with_libiberty)/pic/libiberty.a
361 Wc = -Wc,
362 liblto_plugin_la_LIBADD = \
363 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
364 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
366 liblto_plugin_la_DEPENDENCIES = \
367 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
368 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
370 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
371 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
372 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
373 $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
375 all: 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 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396 @case '$?' in \
397 *config.status*) \
398 echo ' $(SHELL) ./config.status'; \
399 $(SHELL) ./config.status;; \
400 *) \
401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
402 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
403 esac;
405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406 $(SHELL) ./config.status --recheck
408 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
409 $(am__cd) $(srcdir) && $(AUTOCONF)
410 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
411 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
412 $(am__aclocal_m4_deps):
414 config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
420 cd $(top_builddir) && $(SHELL) ./config.status config.h
421 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
422 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
423 rm -f stamp-h1
424 touch $@
426 distclean-hdr:
427 -rm -f config.h stamp-h1
429 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
430 @$(NORMAL_INSTALL)
431 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || 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)$(libexecsubdir)'"; \
439 $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)" || exit 1; \
440 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
441 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
444 uninstall-libexecsubLTLIBRARIES:
445 @$(NORMAL_UNINSTALL)
446 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
447 for p in $$list; do \
448 $(am__strip_dir) \
449 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
450 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
451 done
453 clean-libexecsubLTLIBRARIES:
454 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
455 @list='$(libexecsub_LTLIBRARIES)'; \
456 locs=`for p in $$list; do echo $$p; done | \
457 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
458 sort -u`; \
459 test -z "$$locs" || { \
460 echo rm -f $${locs}; \
461 rm -f $${locs}; \
464 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) $(EXTRA_liblto_plugin_la_DEPENDENCIES)
465 $(AM_V_GEN)$(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
467 mostlyclean-compile:
468 -rm -f *.$(OBJEXT)
470 distclean-compile:
471 -rm -f *.tab.c
473 .c.o:
474 $(AM_V_CC)$(COMPILE) -c -o $@ $<
476 .c.obj:
477 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
479 .c.lo:
480 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
482 mostlyclean-libtool:
483 -rm -f *.lo
485 clean-libtool:
486 -rm -rf .libs _libs
488 distclean-libtool:
489 -rm -f libtool config.lt
491 ID: $(am__tagged_files)
492 $(am__define_uniq_tagged_files); mkid -fID $$unique
493 tags: tags-am
494 TAGS: tags
496 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497 set x; \
498 here=`pwd`; \
499 $(am__define_uniq_tagged_files); \
500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
511 ctags: ctags-am
513 CTAGS: ctags
514 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515 $(am__define_uniq_tagged_files); \
516 test -z "$(CTAGS_ARGS)$$unique" \
517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518 $$unique
520 GTAGS:
521 here=`$(am__cd) $(top_builddir) && pwd` \
522 && $(am__cd) $(top_srcdir) \
523 && gtags -i $(GTAGS_ARGS) "$$here"
524 cscope: cscope.files
525 test ! -s cscope.files \
526 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
527 clean-cscope:
528 -rm -f cscope.files
529 cscope.files: clean-cscope cscopelist
530 cscopelist: cscopelist-am
532 cscopelist-am: $(am__tagged_files)
533 list='$(am__tagged_files)'; \
534 case "$(srcdir)" in \
535 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
536 *) sdir=$(subdir)/$(srcdir) ;; \
537 esac; \
538 for i in $$list; do \
539 if test -f "$$i"; then \
540 echo "$(subdir)/$$i"; \
541 else \
542 echo "$$sdir/$$i"; \
543 fi; \
544 done >> $(top_builddir)/cscope.files
546 distclean-tags:
547 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
549 check-am: all-am
550 check: check-am
551 all-am: Makefile $(LTLIBRARIES) config.h all-local
552 installdirs:
553 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
554 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555 done
556 install: install-am
557 install-exec: install-exec-am
558 install-data: install-data-am
559 uninstall: uninstall-am
561 install-am: all-am
562 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564 installcheck: installcheck-am
565 install-strip:
566 if test -z '$(STRIP)'; then \
567 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569 install; \
570 else \
571 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575 mostlyclean-generic:
577 clean-generic:
579 distclean-generic:
580 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583 maintainer-clean-generic:
584 @echo "This command is intended for maintainers to use"
585 @echo "it deletes files that may require special tools to rebuild."
586 clean: clean-am
588 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
589 mostlyclean-am
591 distclean: distclean-am
592 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
593 -rm -f Makefile
594 distclean-am: clean-am distclean-compile distclean-generic \
595 distclean-hdr distclean-libtool distclean-tags
597 dvi: dvi-am
599 dvi-am:
601 html: html-am
603 html-am:
605 info: info-am
607 info-am:
609 install-data-am:
611 install-dvi: install-dvi-am
613 install-dvi-am:
615 install-exec-am: install-libexecsubLTLIBRARIES
617 install-html: install-html-am
619 install-html-am:
621 install-info: install-info-am
623 install-info-am:
625 install-man:
627 install-pdf: install-pdf-am
629 install-pdf-am:
631 install-ps: install-ps-am
633 install-ps-am:
635 installcheck-am:
637 maintainer-clean: maintainer-clean-am
638 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
639 -rm -rf $(top_srcdir)/autom4te.cache
640 -rm -f Makefile
641 maintainer-clean-am: distclean-am maintainer-clean-generic
643 mostlyclean: mostlyclean-am
645 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646 mostlyclean-libtool
648 pdf: pdf-am
650 pdf-am:
652 ps: ps-am
654 ps-am:
656 uninstall-am: uninstall-libexecsubLTLIBRARIES
658 .MAKE: all install-am install-strip
660 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
661 check-am clean clean-cscope clean-generic \
662 clean-libexecsubLTLIBRARIES clean-libtool cscope cscopelist-am \
663 ctags ctags-am distclean distclean-compile distclean-generic \
664 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
665 html-am info info-am install install-am install-data \
666 install-data-am install-dvi install-dvi-am install-exec \
667 install-exec-am install-html install-html-am install-info \
668 install-info-am install-libexecsubLTLIBRARIES install-man \
669 install-pdf install-pdf-am install-ps install-ps-am \
670 install-strip installcheck installcheck-am installdirs \
671 maintainer-clean maintainer-clean-generic mostlyclean \
672 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
673 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
674 uninstall-libexecsubLTLIBRARIES
676 .PRECIOUS: Makefile
678 override CFLAGS := $(filter-out -fsanitize=address -fsanitize=hwaddress,$(CFLAGS))
679 override LDFLAGS := $(filter-out -fsanitize=address -fsanitize=hwaddress,$(LDFLAGS))
681 all-local: $(in_gcc_libs)
683 $(in_gcc_libs) : $(gcc_build_dir)/%: %
684 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
685 echo WARNING: $* is static, not copying to $@ >&2 ; \
686 else \
687 $(mkinstalldirs) $(gcc_build_dir) && \
688 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
691 # Tell versions [3.59,3.63) of GNU make to not export all variables.
692 # Otherwise a system limit (for SysV at least) may be exceeded.
693 .NOEXPORT: