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