OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.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 subdir = .
40 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41         $(top_srcdir)/configure $(am__configure_deps) \
42         $(srcdir)/../mkinstalldirs
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
45         $(top_srcdir)/../config/depstand.m4 \
46         $(top_srcdir)/../config/lead-dot.m4 \
47         $(top_srcdir)/../config/override.m4 \
48         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
49         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
50         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54  configure.lineno config.status.lineno
55 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70   for p in $$list; do echo "$$p $$p"; done | \
71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73     if (++n[$$2] == $(am__install_max)) \
74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75     END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
80 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
81 am__DEPENDENCIES_1 =
82 liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
83         ../libiberty/pic/libiberty.a
84 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
85 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
86 DEFAULT_INCLUDES = -I.@am__isrc@
87 depcomp =
88 am__depfiles_maybe =
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
93         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
97         $(LDFLAGS) -o $@
98 SOURCES = $(liblto_plugin_la_SOURCES)
99 ETAGS = etags
100 CTAGS = ctags
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CYGPATH_W = @CYGPATH_W@
114 DEFS = @DEFS@
115 DEPDIR = @DEPDIR@
116 DSYMUTIL = @DSYMUTIL@
117 DUMPBIN = @DUMPBIN@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 EGREP = @EGREP@
122 EXEEXT = @EXEEXT@
123 FGREP = @FGREP@
124 GREP = @GREP@
125 INSTALL = @INSTALL@
126 INSTALL_DATA = @INSTALL_DATA@
127 INSTALL_PROGRAM = @INSTALL_PROGRAM@
128 INSTALL_SCRIPT = @INSTALL_SCRIPT@
129 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130 LD = @LD@
131 LDFLAGS = @LDFLAGS@
132 LIBELFINC = @LIBELFINC@
133
134 # How to find libelf
135 LIBELFLIBS = @LIBELFLIBS@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@
138 LIBTOOL = @LIBTOOL@
139 LIPO = @LIPO@
140 LN_S = @LN_S@
141 LTLIBOBJS = @LTLIBOBJS@
142 MAINT = @MAINT@
143 MAKEINFO = @MAKEINFO@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 STRIP = @STRIP@
164 VERSION = @VERSION@
165 abs_builddir = @abs_builddir@
166 abs_srcdir = @abs_srcdir@
167 abs_top_builddir = @abs_top_builddir@
168 abs_top_srcdir = @abs_top_srcdir@
169 ac_ct_CC = @ac_ct_CC@
170 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_libsubdir = @build_libsubdir@
181 build_os = @build_os@
182 build_subdir = @build_subdir@
183 build_vendor = @build_vendor@
184 builddir = @builddir@
185 datadir = @datadir@
186 datarootdir = @datarootdir@
187 docdir = @docdir@
188 dvidir = @dvidir@
189 exec_prefix = @exec_prefix@
190 host = @host@
191 host_alias = @host_alias@
192 host_cpu = @host_cpu@
193 host_os = @host_os@
194 host_subdir = @host_subdir@
195 host_vendor = @host_vendor@
196 htmldir = @htmldir@
197 includedir = @includedir@
198 infodir = @infodir@
199 install_sh = @install_sh@
200 libdir = @libdir@
201 libexecdir = @libexecdir@
202 localedir = @localedir@
203 localstatedir = @localstatedir@
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_alias = @target_alias@
216 target_noncanonical := @target_noncanonical@
217 target_subdir = @target_subdir@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221 ACLOCAL_AMFLAGS = -I .. -I ../config
222 AUTOMAKE_OPTIONS = no-dependencies
223 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
224 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
225 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
226 AM_CFLAGS = -Wall -Werror
227 libexecsub_LTLIBRARIES = liblto_plugin.la
228 liblto_plugin_la_SOURCES = lto-plugin.c
229 liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
230 all: all-am
231
232 .SUFFIXES:
233 .SUFFIXES: .c .lo .o .obj
234 am--refresh:
235         @:
236 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237         @for dep in $?; do \
238           case '$(am__configure_deps)' in \
239             *$$dep*) \
240               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
241               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
242                 && exit 0; \
243               exit 1;; \
244           esac; \
245         done; \
246         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
247         $(am__cd) $(top_srcdir) && \
248           $(AUTOMAKE) --foreign Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251         @case '$?' in \
252           *config.status*) \
253             echo ' $(SHELL) ./config.status'; \
254             $(SHELL) ./config.status;; \
255           *) \
256             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
257             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
258         esac;
259
260 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261         $(SHELL) ./config.status --recheck
262
263 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
264         $(am__cd) $(srcdir) && $(AUTOCONF)
265 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
266         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
267 $(am__aclocal_m4_deps):
268 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
269         @$(NORMAL_INSTALL)
270         test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
271         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
272         list2=; for p in $$list; do \
273           if test -f $$p; then \
274             list2="$$list2 $$p"; \
275           else :; fi; \
276         done; \
277         test -z "$$list2" || { \
278           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
279           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
280         }
281
282 uninstall-libexecsubLTLIBRARIES:
283         @$(NORMAL_UNINSTALL)
284         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
285         for p in $$list; do \
286           $(am__strip_dir) \
287           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
288           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
289         done
290
291 clean-libexecsubLTLIBRARIES:
292         -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
293         @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
294           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
295           test "$$dir" != "$$p" || dir=.; \
296           echo "rm -f \"$${dir}/so_locations\""; \
297           rm -f "$${dir}/so_locations"; \
298         done
299 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
300         $(LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
301
302 mostlyclean-compile:
303         -rm -f *.$(OBJEXT)
304
305 distclean-compile:
306         -rm -f *.tab.c
307
308 .c.o:
309         $(COMPILE) -c $<
310
311 .c.obj:
312         $(COMPILE) -c `$(CYGPATH_W) '$<'`
313
314 .c.lo:
315         $(LTCOMPILE) -c -o $@ $<
316
317 mostlyclean-libtool:
318         -rm -f *.lo
319
320 clean-libtool:
321         -rm -rf .libs _libs
322
323 distclean-libtool:
324         -rm -f libtool config.lt
325
326 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
327         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328         unique=`for i in $$list; do \
329             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330           done | \
331           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
332               END { if (nonempty) { for (i in files) print i; }; }'`; \
333         mkid -fID $$unique
334 tags: TAGS
335
336 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
337                 $(TAGS_FILES) $(LISP)
338         set x; \
339         here=`pwd`; \
340         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341         unique=`for i in $$list; do \
342             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343           done | \
344           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345               END { if (nonempty) { for (i in files) print i; }; }'`; \
346         shift; \
347         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
348           test -n "$$unique" || unique=$$empty_fix; \
349           if test $$# -gt 0; then \
350             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351               "$$@" $$unique; \
352           else \
353             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354               $$unique; \
355           fi; \
356         fi
357 ctags: CTAGS
358 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359                 $(TAGS_FILES) $(LISP)
360         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365               END { if (nonempty) { for (i in files) print i; }; }'`; \
366         test -z "$(CTAGS_ARGS)$$unique" \
367           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
368              $$unique
369
370 GTAGS:
371         here=`$(am__cd) $(top_builddir) && pwd` \
372           && $(am__cd) $(top_srcdir) \
373           && gtags -i $(GTAGS_ARGS) "$$here"
374
375 distclean-tags:
376         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
377 check-am: all-am
378 check: check-am
379 all-am: Makefile $(LTLIBRARIES)
380 installdirs:
381         for dir in "$(DESTDIR)$(libexecsubdir)"; do \
382           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
383         done
384 install: install-am
385 install-exec: install-exec-am
386 install-data: install-data-am
387 uninstall: uninstall-am
388
389 install-am: all-am
390         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
391
392 installcheck: installcheck-am
393 install-strip:
394         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396           `test -z '$(STRIP)' || \
397             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
398 mostlyclean-generic:
399
400 clean-generic:
401
402 distclean-generic:
403         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
404         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
405
406 maintainer-clean-generic:
407         @echo "This command is intended for maintainers to use"
408         @echo "it deletes files that may require special tools to rebuild."
409 clean: clean-am
410
411 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
412         mostlyclean-am
413
414 distclean: distclean-am
415         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
416         -rm -f Makefile
417 distclean-am: clean-am distclean-compile distclean-generic \
418         distclean-libtool distclean-tags
419
420 dvi: dvi-am
421
422 dvi-am:
423
424 html: html-am
425
426 html-am:
427
428 info: info-am
429
430 info-am:
431
432 install-data-am:
433
434 install-dvi: install-dvi-am
435
436 install-dvi-am:
437
438 install-exec-am: install-libexecsubLTLIBRARIES
439
440 install-html: install-html-am
441
442 install-html-am:
443
444 install-info: install-info-am
445
446 install-info-am:
447
448 install-man:
449
450 install-pdf: install-pdf-am
451
452 install-pdf-am:
453
454 install-ps: install-ps-am
455
456 install-ps-am:
457
458 installcheck-am:
459
460 maintainer-clean: maintainer-clean-am
461         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
462         -rm -rf $(top_srcdir)/autom4te.cache
463         -rm -f Makefile
464 maintainer-clean-am: distclean-am maintainer-clean-generic
465
466 mostlyclean: mostlyclean-am
467
468 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
469         mostlyclean-libtool
470
471 pdf: pdf-am
472
473 pdf-am:
474
475 ps: ps-am
476
477 ps-am:
478
479 uninstall-am: uninstall-libexecsubLTLIBRARIES
480
481 .MAKE: install-am install-strip
482
483 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
484         clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
485         distclean distclean-compile distclean-generic \
486         distclean-libtool distclean-tags dvi dvi-am html html-am info \
487         info-am install install-am install-data install-data-am \
488         install-dvi install-dvi-am install-exec install-exec-am \
489         install-html install-html-am install-info install-info-am \
490         install-libexecsubLTLIBRARIES install-man install-pdf \
491         install-pdf-am install-ps install-ps-am install-strip \
492         installcheck installcheck-am installdirs maintainer-clean \
493         maintainer-clean-generic mostlyclean mostlyclean-compile \
494         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
495         tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
496
497
498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499 # Otherwise a system limit (for SysV at least) may be exceeded.
500 .NOEXPORT: