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
17VPATH = @srcdir@
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 \
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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
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@
91target_triplet = @target@
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__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
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106	$(am__configure_deps)
107am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110CONFIG_HEADER = config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
114am__vpath_adj = case $$p in \
115    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
116    *) f=$$p;; \
117  esac;
118am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
119am__install_max = 40
120am__nobase_strip_setup = \
121  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
122am__nobase_strip = \
123  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
124am__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] }'
131am__base_list = \
132  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
133  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
134am__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  }
140am__installdirs = "$(DESTDIR)$(libexecsubdir)"
141LTLIBRARIES = $(libexecsub_LTLIBRARIES)
142am_liblto_plugin_la_OBJECTS = lto-plugin.lo
143liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
144AM_V_P = $(am__v_P_@AM_V@)
145am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146am__v_P_0 = false
147am__v_P_1 = :
148AM_V_GEN = $(am__v_GEN_@AM_V@)
149am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150am__v_GEN_0 = @echo "  GEN     " $@;
151am__v_GEN_1 =
152AM_V_at = $(am__v_at_@AM_V@)
153am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154am__v_at_0 = @
155am__v_at_1 =
156DEFAULT_INCLUDES = -I.@am__isrc@
157depcomp =
158am__depfiles_maybe =
159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161AM_V_lt = $(am__v_lt_@AM_V@)
162am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163am__v_lt_0 = --silent
164am__v_lt_1 =
165LTCOMPILE = $(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)
169AM_V_CC = $(am__v_CC_@AM_V@)
170am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171am__v_CC_0 = @echo "  CC      " $@;
172am__v_CC_1 =
173CCLD = $(CC)
174LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179am__v_CCLD_0 = @echo "  CCLD    " $@;
180am__v_CCLD_1 =
181SOURCES = $(liblto_plugin_la_SOURCES)
182am__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
187am__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.
192am__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.
200am__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)`
205ETAGS = etags
206CTAGS = ctags
207CSCOPE = cscope
208AM_RECURSIVE_TARGETS = cscope
209ACLOCAL = @ACLOCAL@
210AMTAR = @AMTAR@
211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
212AR = @AR@
213AUTOCONF = @AUTOCONF@
214AUTOHEADER = @AUTOHEADER@
215AUTOMAKE = @AUTOMAKE@
216AWK = @AWK@
217CC = @CC@
218CCDEPMODE = @CCDEPMODE@
219CFLAGS = @CFLAGS@
220CPP = @CPP@
221CPPFLAGS = @CPPFLAGS@
222CYGPATH_W = @CYGPATH_W@
223DEFS = @DEFS@
224DEPDIR = @DEPDIR@
225DSYMUTIL = @DSYMUTIL@
226DUMPBIN = @DUMPBIN@
227ECHO_C = @ECHO_C@
228ECHO_N = @ECHO_N@
229ECHO_T = @ECHO_T@
230EGREP = @EGREP@
231EXEEXT = @EXEEXT@
232FGREP = @FGREP@
233GREP = @GREP@
234INSTALL = @INSTALL@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
244LIPO = @LIPO@
245LN_S = @LN_S@
246LTLIBOBJS = @LTLIBOBJS@
247MAINT = @MAINT@
248MAKEINFO = @MAKEINFO@
249MKDIR_P = @MKDIR_P@
250NM = @NM@
251NMEDIT = @NMEDIT@
252OBJDUMP = @OBJDUMP@
253OBJEXT = @OBJEXT@
254OTOOL = @OTOOL@
255OTOOL64 = @OTOOL64@
256PACKAGE = @PACKAGE@
257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258PACKAGE_NAME = @PACKAGE_NAME@
259PACKAGE_STRING = @PACKAGE_STRING@
260PACKAGE_TARNAME = @PACKAGE_TARNAME@
261PACKAGE_URL = @PACKAGE_URL@
262PACKAGE_VERSION = @PACKAGE_VERSION@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264RANLIB = @RANLIB@
265SED = @SED@
266SET_MAKE = @SET_MAKE@
267SHELL = @SHELL@
268STRIP = @STRIP@
269VERSION = @VERSION@
270abs_builddir = @abs_builddir@
271abs_srcdir = @abs_srcdir@
272abs_top_builddir = @abs_top_builddir@
273abs_top_srcdir = @abs_top_srcdir@
274ac_ct_CC = @ac_ct_CC@
275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
277ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
278accel_dir_suffix = @accel_dir_suffix@
279am__include = @am__include@
280am__leading_dot = @am__leading_dot@
281am__quote = @am__quote@
282am__tar = @am__tar@
283am__untar = @am__untar@
284bindir = @bindir@
285build = @build@
286build_alias = @build_alias@
287build_cpu = @build_cpu@
288build_libsubdir = @build_libsubdir@
289build_os = @build_os@
290build_subdir = @build_subdir@
291build_vendor = @build_vendor@
292builddir = @builddir@
293datadir = @datadir@
294datarootdir = @datarootdir@
295docdir = @docdir@
296dvidir = @dvidir@
297exec_prefix = @exec_prefix@
298gcc_build_dir = @gcc_build_dir@
299get_gcc_base_ver = @get_gcc_base_ver@
300host = @host@
301host_alias = @host_alias@
302host_cpu = @host_cpu@
303host_os = @host_os@
304host_subdir = @host_subdir@
305host_vendor = @host_vendor@
306htmldir = @htmldir@
307includedir = @includedir@
308infodir = @infodir@
309install_sh = @install_sh@
310libdir = @libdir@
311libexecdir = @libexecdir@
312localedir = @localedir@
313localstatedir = @localstatedir@
314lt_host_flags = @lt_host_flags@
315mandir = @mandir@
316mkdir_p = @mkdir_p@
317oldincludedir = @oldincludedir@
318pdfdir = @pdfdir@
319prefix = @prefix@
320program_transform_name = @program_transform_name@
321psdir = @psdir@
322real_target_noncanonical = @real_target_noncanonical@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target = @target@
328target_alias = @target_alias@
329target_cpu = @target_cpu@
330target_noncanonical := @target_noncanonical@
331target_os = @target_os@
332target_subdir = @target_subdir@
333target_vendor = @target_vendor@
334top_build_prefix = @top_build_prefix@
335top_builddir = @top_builddir@
336top_srcdir = @top_srcdir@
337with_libiberty = @with_libiberty@
338ACLOCAL_AMFLAGS = -I .. -I ../config
339AUTOMAKE_OPTIONS = no-dependencies
340gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
341libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
342AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
343AM_CFLAGS = @ac_lto_plugin_warn_cflags@
344AM_LDFLAGS = @ac_lto_plugin_ldflags@
345AM_LIBTOOLFLAGS = --tag=disable-static
346libexecsub_LTLIBRARIES = liblto_plugin.la
347in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
348liblto_plugin_la_SOURCES = lto-plugin.c
349# Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
350liblto_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.
355libiberty = $(with_libiberty)/libiberty.a
356libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
357libiberty_pic = $(with_libiberty)/pic/libiberty.a
358Wc = -Wc,
359liblto_plugin_la_LIBADD = \
360	$(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
361	$(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
362
363liblto_plugin_la_DEPENDENCIES = \
364	$(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
365	$(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
366
367LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
368liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
369	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
370	$(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
371
372all: config.h
373	$(MAKE) $(AM_MAKEFLAGS) all-am
374
375.SUFFIXES:
376.SUFFIXES: .c .lo .o .obj
377am--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
392Makefile: $(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
411config.h: stamp-h1
412	@test -f $@ || rm -f stamp-h1
413	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
414
415stamp-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
423distclean-hdr:
424	-rm -f config.h stamp-h1
425
426install-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
441uninstall-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
450clean-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
461liblto_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
464mostlyclean-compile:
465	-rm -f *.$(OBJEXT)
466
467distclean-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
479mostlyclean-libtool:
480	-rm -f *.lo
481
482clean-libtool:
483	-rm -rf .libs _libs
484
485distclean-libtool:
486	-rm -f libtool config.lt
487
488ID: $(am__tagged_files)
489	$(am__define_uniq_tagged_files); mkid -fID $$unique
490tags: tags-am
491TAGS: tags
492
493tags-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
508ctags: ctags-am
509
510CTAGS: ctags
511ctags-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
517GTAGS:
518	here=`$(am__cd) $(top_builddir) && pwd` \
519	  && $(am__cd) $(top_srcdir) \
520	  && gtags -i $(GTAGS_ARGS) "$$here"
521cscope: cscope.files
522	test ! -s cscope.files \
523	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
524clean-cscope:
525	-rm -f cscope.files
526cscope.files: clean-cscope cscopelist
527cscopelist: cscopelist-am
528
529cscopelist-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
543distclean-tags:
544	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
546check-am: all-am
547check: check-am
548all-am: Makefile $(LTLIBRARIES) config.h all-local
549installdirs:
550	for dir in "$(DESTDIR)$(libexecsubdir)"; do \
551	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552	done
553install: install-am
554install-exec: install-exec-am
555install-data: install-data-am
556uninstall: uninstall-am
557
558install-am: all-am
559	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561installcheck: installcheck-am
562install-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
572mostlyclean-generic:
573
574clean-generic:
575
576distclean-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
580maintainer-clean-generic:
581	@echo "This command is intended for maintainers to use"
582	@echo "it deletes files that may require special tools to rebuild."
583clean: clean-am
584
585clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
586	mostlyclean-am
587
588distclean: distclean-am
589	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
590	-rm -f Makefile
591distclean-am: clean-am distclean-compile distclean-generic \
592	distclean-hdr distclean-libtool distclean-tags
593
594dvi: dvi-am
595
596dvi-am:
597
598html: html-am
599
600html-am:
601
602info: info-am
603
604info-am:
605
606install-data-am:
607
608install-dvi: install-dvi-am
609
610install-dvi-am:
611
612install-exec-am: install-libexecsubLTLIBRARIES
613
614install-html: install-html-am
615
616install-html-am:
617
618install-info: install-info-am
619
620install-info-am:
621
622install-man:
623
624install-pdf: install-pdf-am
625
626install-pdf-am:
627
628install-ps: install-ps-am
629
630install-ps-am:
631
632installcheck-am:
633
634maintainer-clean: maintainer-clean-am
635	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
636	-rm -rf $(top_srcdir)/autom4te.cache
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic \
643	mostlyclean-libtool
644
645pdf: pdf-am
646
647pdf-am:
648
649ps: ps-am
650
651ps-am:
652
653uninstall-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
675override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
676override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
677
678all-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:
691