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