]> git.ipfire.org Git - thirdparty/gcc.git/blame - lto-plugin/Makefile.in
Use POINTER_SIZE to check for pointer size
[thirdparty/gcc.git] / lto-plugin / Makefile.in
CommitLineData
4d9e8446 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
d7f09764
DN
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@
48215350 39target_triplet = @target@
d7f09764 40subdir = .
13917ae3
RW
41DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
42 $(top_srcdir)/configure $(am__configure_deps) \
48215350 43 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs
d7f09764 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
029c8f3e 45am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
d7f09764
DN
46 $(top_srcdir)/../config/depstand.m4 \
47 $(top_srcdir)/../config/lead-dot.m4 \
7de6ba7a 48 $(top_srcdir)/../config/lthostflags.m4 \
029c8f3e 49 $(top_srcdir)/../config/override.m4 \
f3016c47 50 $(top_srcdir)/../config/warnings.m4 \
029c8f3e
RW
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
d7f09764
DN
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
48215350 59CONFIG_HEADER = config.h
d7f09764
DN
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)
48215350 85am_liblto_plugin_la_OBJECTS = lto-plugin.lo
d7f09764
DN
86liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
87DEFAULT_INCLUDES = -I.@am__isrc@
c164615b
RG
88depcomp =
89am__depfiles_maybe =
d7f09764
DN
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)
d7f09764
DN
100ETAGS = etags
101CTAGS = ctags
d7f09764
DN
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@
d7f09764
DN
133LIBOBJS = @LIBOBJS@
134LIBS = @LIBS@
135LIBTOOL = @LIBTOOL@
136LIPO = @LIPO@
137LN_S = @LN_S@
138LTLIBOBJS = @LTLIBOBJS@
03428d41 139MAINT = @MAINT@
d7f09764
DN
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@
5523efdf 168ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
f3016c47 169ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
d7f09764
DN
170am__include = @am__include@
171am__leading_dot = @am__leading_dot@
172am__quote = @am__quote@
173am__tar = @am__tar@
174am__untar = @am__untar@
175bindir = @bindir@
176build = @build@
177build_alias = @build_alias@
178build_cpu = @build_cpu@
179build_libsubdir = @build_libsubdir@
180build_os = @build_os@
181build_subdir = @build_subdir@
182build_vendor = @build_vendor@
183builddir = @builddir@
184datadir = @datadir@
185datarootdir = @datarootdir@
186docdir = @docdir@
187dvidir = @dvidir@
188exec_prefix = @exec_prefix@
43f4a446 189gcc_build_dir = @gcc_build_dir@
d7f09764
DN
190host = @host@
191host_alias = @host_alias@
192host_cpu = @host_cpu@
193host_os = @host_os@
194host_subdir = @host_subdir@
195host_vendor = @host_vendor@
196htmldir = @htmldir@
197includedir = @includedir@
198infodir = @infodir@
199install_sh = @install_sh@
200libdir = @libdir@
201libexecdir = @libexecdir@
202localedir = @localedir@
203localstatedir = @localstatedir@
7de6ba7a 204lt_host_flags = @lt_host_flags@
d7f09764
DN
205mandir = @mandir@
206mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@
208pdfdir = @pdfdir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211psdir = @psdir@
212sbindir = @sbindir@
213sharedstatedir = @sharedstatedir@
214srcdir = @srcdir@
215sysconfdir = @sysconfdir@
48215350 216target = @target@
d7f09764 217target_alias = @target_alias@
48215350 218target_cpu = @target_cpu@
d7f09764 219target_noncanonical := @target_noncanonical@
48215350 220target_os = @target_os@
d7f09764 221target_subdir = @target_subdir@
48215350 222target_vendor = @target_vendor@
d7f09764
DN
223top_build_prefix = @top_build_prefix@
224top_builddir = @top_builddir@
225top_srcdir = @top_srcdir@
2a7a8388 226with_libiberty = @with_libiberty@
d7f09764 227ACLOCAL_AMFLAGS = -I .. -I ../config
c164615b 228AUTOMAKE_OPTIONS = no-dependencies
d7f09764
DN
229gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
230libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
48215350 231AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
f3016c47 232AM_CFLAGS = @ac_lto_plugin_warn_cflags@
5523efdf 233AM_LDFLAGS = @ac_lto_plugin_ldflags@
5b64bab9 234AM_LIBTOOLFLAGS = --tag=disable-static
d7f09764 235libexecsub_LTLIBRARIES = liblto_plugin.la
f3d533d3 236in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
48215350 237liblto_plugin_la_SOURCES = lto-plugin.c
2a7a8388
TS
238# Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
239liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
240 -bindir $(libexecsubdir) $(if $(wildcard \
241 $(libiberty_noasan)),, $(if $(wildcard \
242 $(libiberty_pic)),,-Wc,$(libiberty)))
243# Can be simplified when libiberty becomes a normal convenience library.
244libiberty = $(with_libiberty)/libiberty.a
245libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
246libiberty_pic = $(with_libiberty)/pic/libiberty.a
247Wc = -Wc,
dd8587d6 248liblto_plugin_la_LIBADD = \
2a7a8388
TS
249 $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
250 $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
1cd0b716 251
2a7a8388
TS
252liblto_plugin_la_DEPENDENCIES = \
253 $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
254 $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
f43c3935 255
2a7a8388 256LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
ffe7f7a7
JJ
257liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
258 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
259 $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
260
48215350
DK
261all: config.h
262 $(MAKE) $(AM_MAKEFLAGS) all-am
d7f09764
DN
263
264.SUFFIXES:
265.SUFFIXES: .c .lo .o .obj
266am--refresh:
267 @:
03428d41 268$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
d7f09764
DN
269 @for dep in $?; do \
270 case '$(am__configure_deps)' in \
271 *$$dep*) \
272 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
273 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
274 && exit 0; \
275 exit 1;; \
276 esac; \
277 done; \
278 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
279 $(am__cd) $(top_srcdir) && \
280 $(AUTOMAKE) --foreign Makefile
281.PRECIOUS: Makefile
282Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283 @case '$?' in \
284 *config.status*) \
285 echo ' $(SHELL) ./config.status'; \
286 $(SHELL) ./config.status;; \
287 *) \
288 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
289 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
290 esac;
291
292$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293 $(SHELL) ./config.status --recheck
294
03428d41 295$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
d7f09764 296 $(am__cd) $(srcdir) && $(AUTOCONF)
03428d41 297$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
d7f09764
DN
298 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
299$(am__aclocal_m4_deps):
48215350
DK
300
301config.h: stamp-h1
302 @if test ! -f $@; then \
303 rm -f stamp-h1; \
304 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
305 else :; fi
306
307stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
308 @rm -f stamp-h1
309 cd $(top_builddir) && $(SHELL) ./config.status config.h
310$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
311 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
312 rm -f stamp-h1
313 touch $@
314
315distclean-hdr:
316 -rm -f config.h stamp-h1
d7f09764
DN
317install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
318 @$(NORMAL_INSTALL)
319 test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
320 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
321 list2=; for p in $$list; do \
322 if test -f $$p; then \
323 list2="$$list2 $$p"; \
324 else :; fi; \
325 done; \
326 test -z "$$list2" || { \
327 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
328 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
329 }
330
331uninstall-libexecsubLTLIBRARIES:
332 @$(NORMAL_UNINSTALL)
333 @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
334 for p in $$list; do \
335 $(am__strip_dir) \
336 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
337 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
338 done
339
340clean-libexecsubLTLIBRARIES:
341 -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
342 @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
343 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
344 test "$$dir" != "$$p" || dir=.; \
345 echo "rm -f \"$${dir}/so_locations\""; \
346 rm -f "$${dir}/so_locations"; \
347 done
348liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
1cd0b716 349 $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
d7f09764
DN
350
351mostlyclean-compile:
352 -rm -f *.$(OBJEXT)
353
354distclean-compile:
355 -rm -f *.tab.c
356
d7f09764 357.c.o:
c164615b 358 $(COMPILE) -c $<
d7f09764
DN
359
360.c.obj:
c164615b 361 $(COMPILE) -c `$(CYGPATH_W) '$<'`
d7f09764
DN
362
363.c.lo:
c164615b 364 $(LTCOMPILE) -c -o $@ $<
d7f09764
DN
365
366mostlyclean-libtool:
367 -rm -f *.lo
368
369clean-libtool:
370 -rm -rf .libs _libs
371
372distclean-libtool:
373 -rm -f libtool config.lt
374
375ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 mkid -fID $$unique
383tags: TAGS
384
48215350 385TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
d7f09764
DN
386 $(TAGS_FILES) $(LISP)
387 set x; \
388 here=`pwd`; \
48215350 389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
d7f09764
DN
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
395 shift; \
396 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
397 test -n "$$unique" || unique=$$empty_fix; \
398 if test $$# -gt 0; then \
399 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400 "$$@" $$unique; \
401 else \
402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403 $$unique; \
404 fi; \
405 fi
406ctags: CTAGS
48215350 407CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
d7f09764 408 $(TAGS_FILES) $(LISP)
48215350 409 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
d7f09764
DN
410 unique=`for i in $$list; do \
411 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412 done | \
413 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414 END { if (nonempty) { for (i in files) print i; }; }'`; \
415 test -z "$(CTAGS_ARGS)$$unique" \
416 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417 $$unique
418
419GTAGS:
420 here=`$(am__cd) $(top_builddir) && pwd` \
421 && $(am__cd) $(top_srcdir) \
422 && gtags -i $(GTAGS_ARGS) "$$here"
423
424distclean-tags:
425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
d7f09764
DN
426check-am: all-am
427check: check-am
3917813c 428all-am: Makefile $(LTLIBRARIES) config.h all-local
d7f09764
DN
429installdirs:
430 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
431 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
432 done
433install: install-am
434install-exec: install-exec-am
435install-data: install-data-am
436uninstall: uninstall-am
437
438install-am: all-am
439 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440
441installcheck: installcheck-am
442install-strip:
443 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
444 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
445 `test -z '$(STRIP)' || \
446 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447mostlyclean-generic:
448
449clean-generic:
450
451distclean-generic:
452 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
453 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
454
455maintainer-clean-generic:
456 @echo "This command is intended for maintainers to use"
457 @echo "it deletes files that may require special tools to rebuild."
458clean: clean-am
459
460clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
461 mostlyclean-am
462
463distclean: distclean-am
464 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
d7f09764
DN
465 -rm -f Makefile
466distclean-am: clean-am distclean-compile distclean-generic \
48215350 467 distclean-hdr distclean-libtool distclean-tags
d7f09764
DN
468
469dvi: dvi-am
470
471dvi-am:
472
473html: html-am
474
475html-am:
476
477info: info-am
478
479info-am:
480
481install-data-am:
482
483install-dvi: install-dvi-am
484
485install-dvi-am:
486
487install-exec-am: install-libexecsubLTLIBRARIES
488
489install-html: install-html-am
490
491install-html-am:
492
493install-info: install-info-am
494
495install-info-am:
496
497install-man:
498
499install-pdf: install-pdf-am
500
501install-pdf-am:
502
503install-ps: install-ps-am
504
505install-ps-am:
506
507installcheck-am:
508
509maintainer-clean: maintainer-clean-am
510 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
511 -rm -rf $(top_srcdir)/autom4te.cache
d7f09764
DN
512 -rm -f Makefile
513maintainer-clean-am: distclean-am maintainer-clean-generic
514
515mostlyclean: mostlyclean-am
516
517mostlyclean-am: mostlyclean-compile mostlyclean-generic \
518 mostlyclean-libtool
519
520pdf: pdf-am
521
522pdf-am:
523
524ps: ps-am
525
526ps-am:
527
528uninstall-am: uninstall-libexecsubLTLIBRARIES
529
48215350 530.MAKE: all install-am install-strip
d7f09764 531
3917813c
RW
532.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
533 clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
534 ctags distclean distclean-compile distclean-generic \
535 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
536 html-am info info-am install install-am install-data \
537 install-data-am install-dvi install-dvi-am install-exec \
538 install-exec-am install-html install-html-am install-info \
539 install-info-am install-libexecsubLTLIBRARIES install-man \
540 install-pdf install-pdf-am install-ps install-ps-am \
541 install-strip installcheck installcheck-am installdirs \
542 maintainer-clean maintainer-clean-generic mostlyclean \
543 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
544 pdf pdf-am ps ps-am tags uninstall uninstall-am \
545 uninstall-libexecsubLTLIBRARIES
546
4f148bbc
JJ
547override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
548override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
3917813c
RW
549
550all-local: $(in_gcc_libs)
553fc582 551
f3d533d3
AO
552$(in_gcc_libs) : $(gcc_build_dir)/%: %
553 @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
554 echo WARNING: $* is static, not copying to $@ >&2 ; \
555 else \
556 $(mkinstalldirs) $(gcc_build_dir) && \
557 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
558 fi
553fc582 559
d7f09764
DN
560# Tell versions [3.59,3.63) of GNU make to not export all variables.
561# Otherwise a system limit (for SysV at least) may be exceeded.
562.NOEXPORT: