OSDN Git Service

* configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / python / 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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
39         $(srcdir)/Makefile.am
40 subdir = python
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
43         $(top_srcdir)/../config/futex.m4 \
44         $(top_srcdir)/../config/iconv.m4 \
45         $(top_srcdir)/../config/lead-dot.m4 \
46         $(top_srcdir)/../config/lib-ld.m4 \
47         $(top_srcdir)/../config/lib-link.m4 \
48         $(top_srcdir)/../config/lib-prefix.m4 \
49         $(top_srcdir)/../config/multi.m4 \
50         $(top_srcdir)/../config/no-executables.m4 \
51         $(top_srcdir)/../config/override.m4 \
52         $(top_srcdir)/../config/stdint.m4 \
53         $(top_srcdir)/../config/unwind_ipinfo.m4 \
54         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
55         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
56         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
57         $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
58         $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 depcomp =
65 am__depfiles_maybe =
66 SOURCES =
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70     *) f=$$p;; \
71   esac;
72 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
73 am__install_max = 40
74 am__nobase_strip_setup = \
75   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
76 am__nobase_strip = \
77   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
78 am__nobase_list = $(am__nobase_strip_setup); \
79   for p in $$list; do echo "$$p $$p"; done | \
80   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
81   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
82     if (++n[$$2] == $(am__install_max)) \
83       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
84     END { for (dir in files) print dir, files[dir] }'
85 am__base_list = \
86   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88 am__installdirs = "$(DESTDIR)$(pythondir)"
89 DATA = $(nobase_python_DATA)
90 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
91 ACLOCAL = @ACLOCAL@
92 ALLOCATOR_H = @ALLOCATOR_H@
93 ALLOCATOR_NAME = @ALLOCATOR_NAME@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AS = @AS@
97 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
98 ATOMIC_FLAGS = @ATOMIC_FLAGS@
99 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 BASIC_FILE_CC = @BASIC_FILE_CC@
105 BASIC_FILE_H = @BASIC_FILE_H@
106 CC = @CC@
107 CCODECVT_CC = @CCODECVT_CC@
108 CCOLLATE_CC = @CCOLLATE_CC@
109 CCTYPE_CC = @CCTYPE_CC@
110 CFLAGS = @CFLAGS@
111 CLOCALE_CC = @CLOCALE_CC@
112 CLOCALE_H = @CLOCALE_H@
113 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
114 CMESSAGES_CC = @CMESSAGES_CC@
115 CMESSAGES_H = @CMESSAGES_H@
116 CMONEY_CC = @CMONEY_CC@
117 CNUMERIC_CC = @CNUMERIC_CC@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
121 CSTDIO_H = @CSTDIO_H@
122 CTIME_CC = @CTIME_CC@
123 CTIME_H = @CTIME_H@
124 CXX = @CXX@
125 CXXCPP = @CXXCPP@
126 CXXFLAGS = @CXXFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 C_INCLUDE_DIR = @C_INCLUDE_DIR@
129 DEBUG_FLAGS = @DEBUG_FLAGS@
130 DEFS = @DEFS@
131 DSYMUTIL = @DSYMUTIL@
132 DUMPBIN = @DUMPBIN@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
138 EXEEXT = @EXEEXT@
139 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
140 FGREP = @FGREP@
141 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
142 GLIBCXX_LIBS = @GLIBCXX_LIBS@
143 GREP = @GREP@
144 INSTALL = @INSTALL@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 LD = @LD@
150 LDFLAGS = @LDFLAGS@
151 LIBICONV = @LIBICONV@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
155 LIBTOOL = @LIBTOOL@
156 LIPO = @LIPO@
157 LN_S = @LN_S@
158 LTLIBICONV = @LTLIBICONV@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAINT = @MAINT@
161 MAKEINFO = @MAKEINFO@
162 MKDIR_P = @MKDIR_P@
163 NM = @NM@
164 NMEDIT = @NMEDIT@
165 OBJDUMP = @OBJDUMP@
166 OBJEXT = @OBJEXT@
167 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
168 OPT_LDFLAGS = @OPT_LDFLAGS@
169 OS_INC_SRCDIR = @OS_INC_SRCDIR@
170 OTOOL = @OTOOL@
171 OTOOL64 = @OTOOL64@
172 PACKAGE = @PACKAGE@
173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174 PACKAGE_NAME = @PACKAGE_NAME@
175 PACKAGE_STRING = @PACKAGE_STRING@
176 PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 PACKAGE_URL = @PACKAGE_URL@
178 PACKAGE_VERSION = @PACKAGE_VERSION@
179 PATH_SEPARATOR = @PATH_SEPARATOR@
180 RANLIB = @RANLIB@
181 SECTION_FLAGS = @SECTION_FLAGS@
182 SECTION_LDFLAGS = @SECTION_LDFLAGS@
183 SED = @SED@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRIP = @STRIP@
187 SYMVER_FILE = @SYMVER_FILE@
188 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
189 USE_NLS = @USE_NLS@
190 VERSION = @VERSION@
191 WARN_FLAGS = @WARN_FLAGS@
192 WERROR = @WERROR@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_ct_CC = @ac_ct_CC@
198 ac_ct_CXX = @ac_ct_CXX@
199 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200 am__leading_dot = @am__leading_dot@
201 am__tar = @am__tar@
202 am__untar = @am__untar@
203 baseline_dir = @baseline_dir@
204 bindir = @bindir@
205 build = @build@
206 build_alias = @build_alias@
207 build_cpu = @build_cpu@
208 build_os = @build_os@
209 build_vendor = @build_vendor@
210 builddir = @builddir@
211 check_msgfmt = @check_msgfmt@
212 datadir = @datadir@
213 datarootdir = @datarootdir@
214 docdir = @docdir@
215 dvidir = @dvidir@
216 enable_shared = @enable_shared@
217 enable_static = @enable_static@
218 exec_prefix = @exec_prefix@
219 glibcxx_MOFILES = @glibcxx_MOFILES@
220 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
221 glibcxx_POFILES = @glibcxx_POFILES@
222 glibcxx_builddir = @glibcxx_builddir@
223 glibcxx_localedir = @glibcxx_localedir@
224 glibcxx_prefixdir = @glibcxx_prefixdir@
225 glibcxx_srcdir = @glibcxx_srcdir@
226 glibcxx_thread_h = @glibcxx_thread_h@
227 glibcxx_toolexecdir = @glibcxx_toolexecdir@
228 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
229 gxx_include_dir = @gxx_include_dir@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 libtool_VERSION = @libtool_VERSION@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 multi_basedir = @multi_basedir@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 port_specific_symbol_files = @port_specific_symbol_files@
250 prefix = @prefix@
251 program_transform_name = @program_transform_name@
252 psdir = @psdir@
253 sbindir = @sbindir@
254 sharedstatedir = @sharedstatedir@
255 srcdir = @srcdir@
256 sysconfdir = @sysconfdir@
257 target = @target@
258 target_alias = @target_alias@
259 target_cpu = @target_cpu@
260 target_os = @target_os@
261 target_vendor = @target_vendor@
262 top_build_prefix = @top_build_prefix@
263 top_builddir = @top_builddir@
264 top_srcdir = @top_srcdir@
265 toplevel_srcdir = @toplevel_srcdir@
266
267 # May be used by various substitution variables.
268 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
269 MAINT_CHARSET = latin1
270 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
271 PWD_COMMAND = $${PWDCMD-pwd}
272 STAMP = echo timestamp >
273 toolexecdir = $(glibcxx_toolexecdir)
274 toolexeclibdir = $(glibcxx_toolexeclibdir)
275
276 # These bits are all figured out from configure.  Look in acinclude.m4
277 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
278 CONFIG_CXXFLAGS = \
279         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
280
281 WARN_CXXFLAGS = \
282         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
283
284
285 # -I/-D flags to pass when compiling.
286 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
287 pythondir = $(datadir)/gcc-$(gcc_version)/python
288 nobase_python_DATA = \
289     libstdcxx/v6/printers.py \
290     libstdcxx/v6/__init__.py \
291     libstdcxx/__init__.py
292
293 all: all-am
294
295 .SUFFIXES:
296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
297         @for dep in $?; do \
298           case '$(am__configure_deps)' in \
299             *$$dep*) \
300               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301                 && { if test -f $@; then exit 0; else break; fi; }; \
302               exit 1;; \
303           esac; \
304         done; \
305         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps python/Makefile'; \
306         $(am__cd) $(top_srcdir) && \
307           $(AUTOMAKE) --foreign --ignore-deps python/Makefile
308 .PRECIOUS: Makefile
309 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310         @case '$?' in \
311           *config.status*) \
312             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313           *) \
314             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316         esac;
317
318 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
321 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
322         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(am__aclocal_m4_deps):
326
327 mostlyclean-libtool:
328         -rm -f *.lo
329
330 clean-libtool:
331         -rm -rf .libs _libs
332 install-nobase_pythonDATA: $(nobase_python_DATA)
333         @$(NORMAL_INSTALL)
334         test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
335         @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
336         $(am__nobase_list) | while read dir files; do \
337           xfiles=; for file in $$files; do \
338             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
339             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
340           test -z "$$xfiles" || { \
341             test "x$$dir" = x. || { \
342               echo "$(MKDIR_P) '$(DESTDIR)$(pythondir)/$$dir'"; \
343               $(MKDIR_P) "$(DESTDIR)$(pythondir)/$$dir"; }; \
344             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pythondir)/$$dir'"; \
345             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pythondir)/$$dir" || exit $$?; }; \
346         done
347
348 uninstall-nobase_pythonDATA:
349         @$(NORMAL_UNINSTALL)
350         @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
351         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
352         test -n "$$files" || exit 0; \
353         echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
354         cd "$(DESTDIR)$(pythondir)" && rm -f $$files
355 tags: TAGS
356 TAGS:
357
358 ctags: CTAGS
359 CTAGS:
360
361 check-am: all-am
362 check: check-am
363 all-am: Makefile $(DATA) all-local
364 installdirs:
365         for dir in "$(DESTDIR)$(pythondir)"; do \
366           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
367         done
368 install: install-am
369 install-exec: install-exec-am
370 install-data: install-data-am
371 uninstall: uninstall-am
372
373 install-am: all-am
374         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
375
376 installcheck: installcheck-am
377 install-strip:
378         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
379           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
380           `test -z '$(STRIP)' || \
381             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
382 mostlyclean-generic:
383
384 clean-generic:
385
386 distclean-generic:
387         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
388         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
389
390 maintainer-clean-generic:
391         @echo "This command is intended for maintainers to use"
392         @echo "it deletes files that may require special tools to rebuild."
393 clean: clean-am
394
395 clean-am: clean-generic clean-libtool mostlyclean-am
396
397 distclean: distclean-am
398         -rm -f Makefile
399 distclean-am: clean-am distclean-generic
400
401 dvi: dvi-am
402
403 dvi-am:
404
405 html: html-am
406
407 html-am:
408
409 info: info-am
410
411 info-am:
412
413 install-data-am: install-data-local install-nobase_pythonDATA
414
415 install-dvi: install-dvi-am
416
417 install-dvi-am:
418
419 install-exec-am:
420
421 install-html: install-html-am
422
423 install-html-am:
424
425 install-info: install-info-am
426
427 install-info-am:
428
429 install-man:
430
431 install-pdf: install-pdf-am
432
433 install-pdf-am:
434
435 install-ps: install-ps-am
436
437 install-ps-am:
438
439 installcheck-am:
440
441 maintainer-clean: maintainer-clean-am
442         -rm -f Makefile
443 maintainer-clean-am: distclean-am maintainer-clean-generic
444
445 mostlyclean: mostlyclean-am
446
447 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
448
449 pdf: pdf-am
450
451 pdf-am:
452
453 ps: ps-am
454
455 ps-am:
456
457 uninstall-am: uninstall-nobase_pythonDATA
458
459 .MAKE: install-am install-strip
460
461 .PHONY: all all-am all-local check check-am clean clean-generic \
462         clean-libtool distclean distclean-generic distclean-libtool \
463         dvi dvi-am html html-am info info-am install install-am \
464         install-data install-data-am install-data-local install-dvi \
465         install-dvi-am install-exec install-exec-am install-html \
466         install-html-am install-info install-info-am install-man \
467         install-nobase_pythonDATA install-pdf install-pdf-am \
468         install-ps install-ps-am install-strip installcheck \
469         installcheck-am installdirs maintainer-clean \
470         maintainer-clean-generic mostlyclean mostlyclean-generic \
471         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
472         uninstall-nobase_pythonDATA
473
474
475 all-local: gdb.py
476
477 gdb.py: hook.in Makefile
478         sed -e 's,@pythondir@,$(pythondir),' \
479             -e 's,@toolexeclibdir@,$(toolexeclibdir),' < $(srcdir)/hook.in > $@
480
481 install-data-local: gdb.py
482         @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
483         @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
484           for file in libstdc++*; do \
485             case $$file in \
486               *-gdb.py) ;; \
487               *.la) ;; \
488               *) if test -h $$file; then \
489                    continue; \
490                  fi; \
491                  libname=$$file;; \
492             esac; \
493           done; \
494         cd $$here; \
495         echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \
496         $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py
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: