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