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