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