]> git.ipfire.org Git - thirdparty/gcc.git/blob - lto-plugin/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / lto-plugin / 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 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; \
28 }
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/depstand.m4 \
96 $(top_srcdir)/../config/lead-dot.m4 \
97 $(top_srcdir)/../config/lthostflags.m4 \
98 $(top_srcdir)/../config/override.m4 \
99 $(top_srcdir)/../config/warnings.m4 \
100 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
101 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
102 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106 $(am__configure_deps)
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES =
112 CONFIG_CLEAN_VPATH_FILES =
113 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
114 am__vpath_adj = case $$p in \
115 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
116 *) f=$$p;; \
117 esac;
118 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
119 am__install_max = 40
120 am__nobase_strip_setup = \
121 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
122 am__nobase_strip = \
123 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
124 am__nobase_list = $(am__nobase_strip_setup); \
125 for p in $$list; do echo "$$p $$p"; done | \
126 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
127 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
128 if (++n[$$2] == $(am__install_max)) \
129 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
130 END { for (dir in files) print dir, files[dir] }'
131 am__base_list = \
132 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
133 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
134 am__uninstall_files_from_dir = { \
135 test -z "$$files" \
136 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
137 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
138 $(am__cd) "$$dir" && rm -f $$files; }; \
139 }
140 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
141 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
142 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
143 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
144 AM_V_P = $(am__v_P_@AM_V@)
145 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146 am__v_P_0 = false
147 am__v_P_1 = :
148 AM_V_GEN = $(am__v_GEN_@AM_V@)
149 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150 am__v_GEN_0 = @echo " GEN " $@;
151 am__v_GEN_1 =
152 AM_V_at = $(am__v_at_@AM_V@)
153 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154 am__v_at_0 = @
155 am__v_at_1 =
156 DEFAULT_INCLUDES = -I.@am__isrc@
157 depcomp =
158 am__depfiles_maybe =
159 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161 AM_V_lt = $(am__v_lt_@AM_V@)
162 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163 am__v_lt_0 = --silent
164 am__v_lt_1 =
165 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168 $(AM_CFLAGS) $(CFLAGS)
169 AM_V_CC = $(am__v_CC_@AM_V@)
170 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171 am__v_CC_0 = @echo " CC " $@;
172 am__v_CC_1 =
173 CCLD = $(CC)
174 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 $(AM_LDFLAGS) $(LDFLAGS) -o $@
177 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179 am__v_CCLD_0 = @echo " CCLD " $@;
180 am__v_CCLD_1 =
181 SOURCES = $(liblto_plugin_la_SOURCES)
182 am__can_run_installinfo = \
183 case $$AM_UPDATE_INFO_DIR in \
184 n|no|NO) false;; \
185 *) (install-info --version) >/dev/null 2>&1;; \
186 esac
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
188 $(LISP)config.h.in
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
196 '
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
205 ETAGS = etags
206 CTAGS = ctags
207 CSCOPE = cscope
208 AM_RECURSIVE_TARGETS = cscope
209 ACLOCAL = @ACLOCAL@
210 AMTAR = @AMTAR@
211 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
212 AR = @AR@
213 AUTOCONF = @AUTOCONF@
214 AUTOHEADER = @AUTOHEADER@
215 AUTOMAKE = @AUTOMAKE@
216 AWK = @AWK@
217 CC = @CC@
218 CCDEPMODE = @CCDEPMODE@
219 CFLAGS = @CFLAGS@
220 CPP = @CPP@
221 CPPFLAGS = @CPPFLAGS@
222 CYGPATH_W = @CYGPATH_W@
223 DEFS = @DEFS@
224 DEPDIR = @DEPDIR@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 FGREP = @FGREP@
233 GREP = @GREP@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LIBOBJS = @LIBOBJS@
242 LIBS = @LIBS@
243 LIBTOOL = @LIBTOOL@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 MAINT = @MAINT@
248 MAKEINFO = @MAKEINFO@
249 MKDIR_P = @MKDIR_P@
250 NM = @NM@
251 NMEDIT = @NMEDIT@
252 OBJDUMP = @OBJDUMP@
253 OBJEXT = @OBJEXT@
254 OTOOL = @OTOOL@
255 OTOOL64 = @OTOOL64@
256 PACKAGE = @PACKAGE@
257 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258 PACKAGE_NAME = @PACKAGE_NAME@
259 PACKAGE_STRING = @PACKAGE_STRING@
260 PACKAGE_TARNAME = @PACKAGE_TARNAME@
261 PACKAGE_URL = @PACKAGE_URL@
262 PACKAGE_VERSION = @PACKAGE_VERSION@
263 PATH_SEPARATOR = @PATH_SEPARATOR@
264 RANLIB = @RANLIB@
265 SED = @SED@
266 SET_MAKE = @SET_MAKE@
267 SHELL = @SHELL@
268 STRIP = @STRIP@
269 VERSION = @VERSION@
270 abs_builddir = @abs_builddir@
271 abs_srcdir = @abs_srcdir@
272 abs_top_builddir = @abs_top_builddir@
273 abs_top_srcdir = @abs_top_srcdir@
274 ac_ct_CC = @ac_ct_CC@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
277 ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
278 accel_dir_suffix = @accel_dir_suffix@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_libsubdir = @build_libsubdir@
289 build_os = @build_os@
290 build_subdir = @build_subdir@
291 build_vendor = @build_vendor@
292 builddir = @builddir@
293 datadir = @datadir@
294 datarootdir = @datarootdir@
295 docdir = @docdir@
296 dvidir = @dvidir@
297 exec_prefix = @exec_prefix@
298 gcc_build_dir = @gcc_build_dir@
299 get_gcc_base_ver = @get_gcc_base_ver@
300 host = @host@
301 host_alias = @host_alias@
302 host_cpu = @host_cpu@
303 host_os = @host_os@
304 host_subdir = @host_subdir@
305 host_vendor = @host_vendor@
306 htmldir = @htmldir@
307 includedir = @includedir@
308 infodir = @infodir@
309 install_sh = @install_sh@
310 libdir = @libdir@
311 libexecdir = @libexecdir@
312 localedir = @localedir@
313 localstatedir = @localstatedir@
314 lt_host_flags = @lt_host_flags@
315 mandir = @mandir@
316 mkdir_p = @mkdir_p@
317 oldincludedir = @oldincludedir@
318 pdfdir = @pdfdir@
319 prefix = @prefix@
320 program_transform_name = @program_transform_name@
321 psdir = @psdir@
322 real_target_noncanonical = @real_target_noncanonical@
323 sbindir = @sbindir@
324 sharedstatedir = @sharedstatedir@
325 srcdir = @srcdir@
326 sysconfdir = @sysconfdir@
327 target = @target@
328 target_alias = @target_alias@
329 target_cpu = @target_cpu@
330 target_noncanonical := @target_noncanonical@
331 target_os = @target_os@
332 target_subdir = @target_subdir@
333 target_vendor = @target_vendor@
334 top_build_prefix = @top_build_prefix@
335 top_builddir = @top_builddir@
336 top_srcdir = @top_srcdir@
337 with_libiberty = @with_libiberty@
338 ACLOCAL_AMFLAGS = -I .. -I ../config
339 AUTOMAKE_OPTIONS = no-dependencies
340 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
341 libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
342 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
343 AM_CFLAGS = @ac_lto_plugin_warn_cflags@
344 AM_LDFLAGS = @ac_lto_plugin_ldflags@
345 AM_LIBTOOLFLAGS = --tag=disable-static
346 libexecsub_LTLIBRARIES = liblto_plugin.la
347 in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
348 liblto_plugin_la_SOURCES = lto-plugin.c
349 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
350 liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
351 -bindir $(libexecsubdir) $(if $(wildcard \
352 $(libiberty_noasan)),, $(if $(wildcard \
353 $(libiberty_pic)),,-Wc,$(libiberty)))
354 # Can be simplified when libiberty becomes a normal convenience library.
355 libiberty = $(with_libiberty)/libiberty.a
356 libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
357 libiberty_pic = $(with_libiberty)/pic/libiberty.a
358 Wc = -Wc,
359 liblto_plugin_la_LIBADD = \
360 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
361 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
362
363 liblto_plugin_la_DEPENDENCIES = \
364 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
365 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
366
367 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
368 liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
369 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
370 $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
371
372 all: config.h
373 $(MAKE) $(AM_MAKEFLAGS) all-am
374
375 .SUFFIXES:
376 .SUFFIXES: .c .lo .o .obj
377 am--refresh: Makefile
378 @:
379 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
380 @for dep in $?; do \
381 case '$(am__configure_deps)' in \
382 *$$dep*) \
383 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
384 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
385 && exit 0; \
386 exit 1;; \
387 esac; \
388 done; \
389 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
390 $(am__cd) $(top_srcdir) && \
391 $(AUTOMAKE) --foreign Makefile
392 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393 @case '$?' in \
394 *config.status*) \
395 echo ' $(SHELL) ./config.status'; \
396 $(SHELL) ./config.status;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
400 esac;
401
402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 $(SHELL) ./config.status --recheck
404
405 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 $(am__cd) $(srcdir) && $(AUTOCONF)
407 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
409 $(am__aclocal_m4_deps):
410
411 config.h: stamp-h1
412 @test -f $@ || rm -f stamp-h1
413 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
414
415 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
417 cd $(top_builddir) && $(SHELL) ./config.status config.h
418 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
419 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
420 rm -f stamp-h1
421 touch $@
422
423 distclean-hdr:
424 -rm -f config.h stamp-h1
425
426 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
427 @$(NORMAL_INSTALL)
428 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
429 list2=; for p in $$list; do \
430 if test -f $$p; then \
431 list2="$$list2 $$p"; \
432 else :; fi; \
433 done; \
434 test -z "$$list2" || { \
435 echo " $(MKDIR_P) '$(DESTDIR)$(libexecsubdir)'"; \
436 $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)" || exit 1; \
437 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
438 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
439 }
440
441 uninstall-libexecsubLTLIBRARIES:
442 @$(NORMAL_UNINSTALL)
443 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
444 for p in $$list; do \
445 $(am__strip_dir) \
446 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
447 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
448 done
449
450 clean-libexecsubLTLIBRARIES:
451 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
452 @list='$(libexecsub_LTLIBRARIES)'; \
453 locs=`for p in $$list; do echo $$p; done | \
454 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
455 sort -u`; \
456 test -z "$$locs" || { \
457 echo rm -f $${locs}; \
458 rm -f $${locs}; \
459 }
460
461 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) $(EXTRA_liblto_plugin_la_DEPENDENCIES)
462 $(AM_V_GEN)$(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
463
464 mostlyclean-compile:
465 -rm -f *.$(OBJEXT)
466
467 distclean-compile:
468 -rm -f *.tab.c
469
470 .c.o:
471 $(AM_V_CC)$(COMPILE) -c -o $@ $<
472
473 .c.obj:
474 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
475
476 .c.lo:
477 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
478
479 mostlyclean-libtool:
480 -rm -f *.lo
481
482 clean-libtool:
483 -rm -rf .libs _libs
484
485 distclean-libtool:
486 -rm -f libtool config.lt
487
488 ID: $(am__tagged_files)
489 $(am__define_uniq_tagged_files); mkid -fID $$unique
490 tags: tags-am
491 TAGS: tags
492
493 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494 set x; \
495 here=`pwd`; \
496 $(am__define_uniq_tagged_files); \
497 shift; \
498 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499 test -n "$$unique" || unique=$$empty_fix; \
500 if test $$# -gt 0; then \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 "$$@" $$unique; \
503 else \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 $$unique; \
506 fi; \
507 fi
508 ctags: ctags-am
509
510 CTAGS: ctags
511 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
512 $(am__define_uniq_tagged_files); \
513 test -z "$(CTAGS_ARGS)$$unique" \
514 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515 $$unique
516
517 GTAGS:
518 here=`$(am__cd) $(top_builddir) && pwd` \
519 && $(am__cd) $(top_srcdir) \
520 && gtags -i $(GTAGS_ARGS) "$$here"
521 cscope: cscope.files
522 test ! -s cscope.files \
523 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
524 clean-cscope:
525 -rm -f cscope.files
526 cscope.files: clean-cscope cscopelist
527 cscopelist: cscopelist-am
528
529 cscopelist-am: $(am__tagged_files)
530 list='$(am__tagged_files)'; \
531 case "$(srcdir)" in \
532 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
533 *) sdir=$(subdir)/$(srcdir) ;; \
534 esac; \
535 for i in $$list; do \
536 if test -f "$$i"; then \
537 echo "$(subdir)/$$i"; \
538 else \
539 echo "$$sdir/$$i"; \
540 fi; \
541 done >> $(top_builddir)/cscope.files
542
543 distclean-tags:
544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(LTLIBRARIES) config.h all-local
549 installdirs:
550 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575
576 distclean-generic:
577 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
578 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
579
580 maintainer-clean-generic:
581 @echo "This command is intended for maintainers to use"
582 @echo "it deletes files that may require special tools to rebuild."
583 clean: clean-am
584
585 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
586 mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
590 -rm -f Makefile
591 distclean-am: clean-am distclean-compile distclean-generic \
592 distclean-hdr distclean-libtool distclean-tags
593
594 dvi: dvi-am
595
596 dvi-am:
597
598 html: html-am
599
600 html-am:
601
602 info: info-am
603
604 info-am:
605
606 install-data-am:
607
608 install-dvi: install-dvi-am
609
610 install-dvi-am:
611
612 install-exec-am: install-libexecsubLTLIBRARIES
613
614 install-html: install-html-am
615
616 install-html-am:
617
618 install-info: install-info-am
619
620 install-info-am:
621
622 install-man:
623
624 install-pdf: install-pdf-am
625
626 install-pdf-am:
627
628 install-ps: install-ps-am
629
630 install-ps-am:
631
632 installcheck-am:
633
634 maintainer-clean: maintainer-clean-am
635 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
636 -rm -rf $(top_srcdir)/autom4te.cache
637 -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-am
641
642 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643 mostlyclean-libtool
644
645 pdf: pdf-am
646
647 pdf-am:
648
649 ps: ps-am
650
651 ps-am:
652
653 uninstall-am: uninstall-libexecsubLTLIBRARIES
654
655 .MAKE: all install-am install-strip
656
657 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
658 check-am clean clean-cscope clean-generic \
659 clean-libexecsubLTLIBRARIES clean-libtool cscope cscopelist-am \
660 ctags ctags-am distclean distclean-compile distclean-generic \
661 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
662 html-am info info-am install install-am install-data \
663 install-data-am install-dvi install-dvi-am install-exec \
664 install-exec-am install-html install-html-am install-info \
665 install-info-am install-libexecsubLTLIBRARIES install-man \
666 install-pdf install-pdf-am install-ps install-ps-am \
667 install-strip installcheck installcheck-am installdirs \
668 maintainer-clean maintainer-clean-generic mostlyclean \
669 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
670 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
671 uninstall-libexecsubLTLIBRARIES
672
673 .PRECIOUS: Makefile
674
675 override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
676 override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
677
678 all-local: $(in_gcc_libs)
679
680 $(in_gcc_libs) : $(gcc_build_dir)/%: %
681 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
682 echo WARNING: $* is static, not copying to $@ >&2 ; \
683 else \
684 $(mkinstalldirs) $(gcc_build_dir) && \
685 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
686 fi
687
688 # Tell versions [3.59,3.63) of GNU make to not export all variables.
689 # Otherwise a system limit (for SysV at least) may be exceeded.
690 .NOEXPORT: