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