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