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