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