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