OSDN Git Service

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