1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Makefile.am is used by automake 1.11 to generate Makefile.in.
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40subdir = .
41DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
42	$(top_srcdir)/configure $(am__configure_deps) \
43	$(srcdir)/config.h.in $(srcdir)/../mkinstalldirs
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
46	$(top_srcdir)/../config/depstand.m4 \
47	$(top_srcdir)/../config/lead-dot.m4 \
48	$(top_srcdir)/../config/lthostflags.m4 \
49	$(top_srcdir)/../config/override.m4 \
50	$(top_srcdir)/../config/warnings.m4 \
51	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
52	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
53	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
54am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55	$(ACLOCAL_M4)
56am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno config.status.lineno
58mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
59CONFIG_HEADER = config.h
60CONFIG_CLEAN_FILES =
61CONFIG_CLEAN_VPATH_FILES =
62am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63am__vpath_adj = case $$p in \
64    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65    *) f=$$p;; \
66  esac;
67am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68am__install_max = 40
69am__nobase_strip_setup = \
70  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71am__nobase_strip = \
72  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73am__nobase_list = $(am__nobase_strip_setup); \
74  for p in $$list; do echo "$$p $$p"; done | \
75  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77    if (++n[$$2] == $(am__install_max)) \
78      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79    END { for (dir in files) print dir, files[dir] }'
80am__base_list = \
81  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83am__installdirs = "$(DESTDIR)$(libexecsubdir)"
84LTLIBRARIES = $(libexecsub_LTLIBRARIES)
85am_liblto_plugin_la_OBJECTS = lto-plugin.lo
86liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
87DEFAULT_INCLUDES = -I.@am__isrc@
88depcomp =
89am__depfiles_maybe =
90COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98	$(LDFLAGS) -o $@
99SOURCES = $(liblto_plugin_la_SOURCES)
100ETAGS = etags
101CTAGS = ctags
102ACLOCAL = @ACLOCAL@
103AMTAR = @AMTAR@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CYGPATH_W = @CYGPATH_W@
115DEFS = @DEFS@
116DEPDIR = @DEPDIR@
117DSYMUTIL = @DSYMUTIL@
118DUMPBIN = @DUMPBIN@
119ECHO_C = @ECHO_C@
120ECHO_N = @ECHO_N@
121ECHO_T = @ECHO_T@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
124FGREP = @FGREP@
125GREP = @GREP@
126INSTALL = @INSTALL@
127INSTALL_DATA = @INSTALL_DATA@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LD = @LD@
132LDFLAGS = @LDFLAGS@
133LIBOBJS = @LIBOBJS@
134LIBS = @LIBS@
135LIBTOOL = @LIBTOOL@
136LIPO = @LIPO@
137LN_S = @LN_S@
138LTLIBOBJS = @LTLIBOBJS@
139MAINT = @MAINT@
140MAKEINFO = @MAKEINFO@
141MKDIR_P = @MKDIR_P@
142NM = @NM@
143NMEDIT = @NMEDIT@
144OBJDUMP = @OBJDUMP@
145OBJEXT = @OBJEXT@
146OTOOL = @OTOOL@
147OTOOL64 = @OTOOL64@
148PACKAGE = @PACKAGE@
149PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150PACKAGE_NAME = @PACKAGE_NAME@
151PACKAGE_STRING = @PACKAGE_STRING@
152PACKAGE_TARNAME = @PACKAGE_TARNAME@
153PACKAGE_URL = @PACKAGE_URL@
154PACKAGE_VERSION = @PACKAGE_VERSION@
155PATH_SEPARATOR = @PATH_SEPARATOR@
156RANLIB = @RANLIB@
157SED = @SED@
158SET_MAKE = @SET_MAKE@
159SHELL = @SHELL@
160STRIP = @STRIP@
161VERSION = @VERSION@
162abs_builddir = @abs_builddir@
163abs_srcdir = @abs_srcdir@
164abs_top_builddir = @abs_top_builddir@
165abs_top_srcdir = @abs_top_srcdir@
166ac_ct_CC = @ac_ct_CC@
167ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
169ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
170accel_dir_suffix = @accel_dir_suffix@
171am__include = @am__include@
172am__leading_dot = @am__leading_dot@
173am__quote = @am__quote@
174am__tar = @am__tar@
175am__untar = @am__untar@
176bindir = @bindir@
177build = @build@
178build_alias = @build_alias@
179build_cpu = @build_cpu@
180build_libsubdir = @build_libsubdir@
181build_os = @build_os@
182build_subdir = @build_subdir@
183build_vendor = @build_vendor@
184builddir = @builddir@
185datadir = @datadir@
186datarootdir = @datarootdir@
187docdir = @docdir@
188dvidir = @dvidir@
189exec_prefix = @exec_prefix@
190gcc_build_dir = @gcc_build_dir@
191host = @host@
192host_alias = @host_alias@
193host_cpu = @host_cpu@
194host_os = @host_os@
195host_subdir = @host_subdir@
196host_vendor = @host_vendor@
197htmldir = @htmldir@
198includedir = @includedir@
199infodir = @infodir@
200install_sh = @install_sh@
201libdir = @libdir@
202libexecdir = @libexecdir@
203localedir = @localedir@
204localstatedir = @localstatedir@
205lt_host_flags = @lt_host_flags@
206mandir = @mandir@
207mkdir_p = @mkdir_p@
208oldincludedir = @oldincludedir@
209pdfdir = @pdfdir@
210prefix = @prefix@
211program_transform_name = @program_transform_name@
212psdir = @psdir@
213real_target_noncanonical = @real_target_noncanonical@
214sbindir = @sbindir@
215sharedstatedir = @sharedstatedir@
216srcdir = @srcdir@
217sysconfdir = @sysconfdir@
218target = @target@
219target_alias = @target_alias@
220target_cpu = @target_cpu@
221target_noncanonical := @target_noncanonical@
222target_os = @target_os@
223target_subdir = @target_subdir@
224target_vendor = @target_vendor@
225top_build_prefix = @top_build_prefix@
226top_builddir = @top_builddir@
227top_srcdir = @top_srcdir@
228with_libiberty = @with_libiberty@
229ACLOCAL_AMFLAGS = -I .. -I ../config
230AUTOMAKE_OPTIONS = no-dependencies
231gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
232libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
233AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
234AM_CFLAGS = @ac_lto_plugin_warn_cflags@
235AM_LDFLAGS = @ac_lto_plugin_ldflags@
236AM_LIBTOOLFLAGS = --tag=disable-static
237libexecsub_LTLIBRARIES = liblto_plugin.la
238in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
239liblto_plugin_la_SOURCES = lto-plugin.c
240# Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
241liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
242	-bindir $(libexecsubdir) $(if $(wildcard \
243	$(libiberty_noasan)),, $(if $(wildcard \
244	$(libiberty_pic)),,-Wc,$(libiberty)))
245# Can be simplified when libiberty becomes a normal convenience library.
246libiberty = $(with_libiberty)/libiberty.a
247libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
248libiberty_pic = $(with_libiberty)/pic/libiberty.a
249Wc = -Wc,
250liblto_plugin_la_LIBADD = \
251	$(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
252	$(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
253
254liblto_plugin_la_DEPENDENCIES = \
255	$(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
256	$(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
257
258LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
259liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
260	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
261	$(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
262
263all: config.h
264	$(MAKE) $(AM_MAKEFLAGS) all-am
265
266.SUFFIXES:
267.SUFFIXES: .c .lo .o .obj
268am--refresh:
269	@:
270$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
271	@for dep in $?; do \
272	  case '$(am__configure_deps)' in \
273	    *$$dep*) \
274	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
275	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
276		&& exit 0; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    echo ' $(SHELL) ./config.status'; \
288	    $(SHELL) ./config.status;; \
289	  *) \
290	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292	esac;
293
294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295	$(SHELL) ./config.status --recheck
296
297$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298	$(am__cd) $(srcdir) && $(AUTOCONF)
299$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301$(am__aclocal_m4_deps):
302
303config.h: stamp-h1
304	@if test ! -f $@; then \
305	  rm -f stamp-h1; \
306	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
307	else :; fi
308
309stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
310	@rm -f stamp-h1
311	cd $(top_builddir) && $(SHELL) ./config.status config.h
312$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
313	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
314	rm -f stamp-h1
315	touch $@
316
317distclean-hdr:
318	-rm -f config.h stamp-h1
319install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
320	@$(NORMAL_INSTALL)
321	test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
322	@list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
323	list2=; for p in $$list; do \
324	  if test -f $$p; then \
325	    list2="$$list2 $$p"; \
326	  else :; fi; \
327	done; \
328	test -z "$$list2" || { \
329	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
330	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
331	}
332
333uninstall-libexecsubLTLIBRARIES:
334	@$(NORMAL_UNINSTALL)
335	@list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
336	for p in $$list; do \
337	  $(am__strip_dir) \
338	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
339	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
340	done
341
342clean-libexecsubLTLIBRARIES:
343	-test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
344	@list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
345	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
346	  test "$$dir" != "$$p" || dir=.; \
347	  echo "rm -f \"$${dir}/so_locations\""; \
348	  rm -f "$${dir}/so_locations"; \
349	done
350liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
351	$(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
352
353mostlyclean-compile:
354	-rm -f *.$(OBJEXT)
355
356distclean-compile:
357	-rm -f *.tab.c
358
359.c.o:
360	$(COMPILE) -c $<
361
362.c.obj:
363	$(COMPILE) -c `$(CYGPATH_W) '$<'`
364
365.c.lo:
366	$(LTCOMPILE) -c -o $@ $<
367
368mostlyclean-libtool:
369	-rm -f *.lo
370
371clean-libtool:
372	-rm -rf .libs _libs
373
374distclean-libtool:
375	-rm -f libtool config.lt
376
377ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383	      END { if (nonempty) { for (i in files) print i; }; }'`; \
384	mkid -fID $$unique
385tags: TAGS
386
387TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
388		$(TAGS_FILES) $(LISP)
389	set x; \
390	here=`pwd`; \
391	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	shift; \
398	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399	  test -n "$$unique" || unique=$$empty_fix; \
400	  if test $$# -gt 0; then \
401	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402	      "$$@" $$unique; \
403	  else \
404	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405	      $$unique; \
406	  fi; \
407	fi
408ctags: CTAGS
409CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
410		$(TAGS_FILES) $(LISP)
411	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
412	unique=`for i in $$list; do \
413	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414	  done | \
415	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416	      END { if (nonempty) { for (i in files) print i; }; }'`; \
417	test -z "$(CTAGS_ARGS)$$unique" \
418	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419	     $$unique
420
421GTAGS:
422	here=`$(am__cd) $(top_builddir) && pwd` \
423	  && $(am__cd) $(top_srcdir) \
424	  && gtags -i $(GTAGS_ARGS) "$$here"
425
426distclean-tags:
427	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428check-am: all-am
429check: check-am
430all-am: Makefile $(LTLIBRARIES) config.h all-local
431installdirs:
432	for dir in "$(DESTDIR)$(libexecsubdir)"; do \
433	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
434	done
435install: install-am
436install-exec: install-exec-am
437install-data: install-data-am
438uninstall: uninstall-am
439
440install-am: all-am
441	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
442
443installcheck: installcheck-am
444install-strip:
445	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447	  `test -z '$(STRIP)' || \
448	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
449mostlyclean-generic:
450
451clean-generic:
452
453distclean-generic:
454	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
456
457maintainer-clean-generic:
458	@echo "This command is intended for maintainers to use"
459	@echo "it deletes files that may require special tools to rebuild."
460clean: clean-am
461
462clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
463	mostlyclean-am
464
465distclean: distclean-am
466	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
467	-rm -f Makefile
468distclean-am: clean-am distclean-compile distclean-generic \
469	distclean-hdr distclean-libtool distclean-tags
470
471dvi: dvi-am
472
473dvi-am:
474
475html: html-am
476
477html-am:
478
479info: info-am
480
481info-am:
482
483install-data-am:
484
485install-dvi: install-dvi-am
486
487install-dvi-am:
488
489install-exec-am: install-libexecsubLTLIBRARIES
490
491install-html: install-html-am
492
493install-html-am:
494
495install-info: install-info-am
496
497install-info-am:
498
499install-man:
500
501install-pdf: install-pdf-am
502
503install-pdf-am:
504
505install-ps: install-ps-am
506
507install-ps-am:
508
509installcheck-am:
510
511maintainer-clean: maintainer-clean-am
512	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
513	-rm -rf $(top_srcdir)/autom4te.cache
514	-rm -f Makefile
515maintainer-clean-am: distclean-am maintainer-clean-generic
516
517mostlyclean: mostlyclean-am
518
519mostlyclean-am: mostlyclean-compile mostlyclean-generic \
520	mostlyclean-libtool
521
522pdf: pdf-am
523
524pdf-am:
525
526ps: ps-am
527
528ps-am:
529
530uninstall-am: uninstall-libexecsubLTLIBRARIES
531
532.MAKE: all install-am install-strip
533
534.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
535	clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
536	ctags distclean distclean-compile distclean-generic \
537	distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
538	html-am info info-am install install-am install-data \
539	install-data-am install-dvi install-dvi-am install-exec \
540	install-exec-am install-html install-html-am install-info \
541	install-info-am install-libexecsubLTLIBRARIES install-man \
542	install-pdf install-pdf-am install-ps install-ps-am \
543	install-strip installcheck installcheck-am installdirs \
544	maintainer-clean maintainer-clean-generic mostlyclean \
545	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
546	pdf pdf-am ps ps-am tags uninstall uninstall-am \
547	uninstall-libexecsubLTLIBRARIES
548
549override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
550override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
551
552all-local: $(in_gcc_libs)
553
554$(in_gcc_libs) : $(gcc_build_dir)/%: %
555	@if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
556	  echo WARNING: $* is static, not copying to $@ >&2 ; \
557	else \
558	  $(mkinstalldirs) $(gcc_build_dir) && \
559	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
560	fi
561
562# Tell versions [3.59,3.63) of GNU make to not export all variables.
563# Otherwise a system limit (for SysV at least) may be exceeded.
564.NOEXPORT:
565