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@ 202VTV_CXXFLAGS = @VTV_CXXFLAGS@ 203VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@ 204VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@ 205WARN_FLAGS = @WARN_FLAGS@ 206WERROR = @WERROR@ 207XMLLINT = @XMLLINT@ 208XSLTPROC = @XSLTPROC@ 209XSL_STYLE_DIR = @XSL_STYLE_DIR@ 210abs_builddir = @abs_builddir@ 211abs_srcdir = @abs_srcdir@ 212abs_top_builddir = @abs_top_builddir@ 213abs_top_srcdir = @abs_top_srcdir@ 214ac_ct_CC = @ac_ct_CC@ 215ac_ct_CXX = @ac_ct_CXX@ 216ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 217am__leading_dot = @am__leading_dot@ 218am__tar = @am__tar@ 219am__untar = @am__untar@ 220baseline_dir = @baseline_dir@ 221baseline_subdir_switch = @baseline_subdir_switch@ 222bindir = @bindir@ 223build = @build@ 224build_alias = @build_alias@ 225build_cpu = @build_cpu@ 226build_os = @build_os@ 227build_vendor = @build_vendor@ 228builddir = @builddir@ 229check_msgfmt = @check_msgfmt@ 230datadir = @datadir@ 231datarootdir = @datarootdir@ 232docdir = @docdir@ 233dvidir = @dvidir@ 234enable_shared = @enable_shared@ 235enable_static = @enable_static@ 236exec_prefix = @exec_prefix@ 237glibcxx_MOFILES = @glibcxx_MOFILES@ 238glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@ 239glibcxx_POFILES = @glibcxx_POFILES@ 240glibcxx_builddir = @glibcxx_builddir@ 241glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@ 242glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@ 243glibcxx_localedir = @glibcxx_localedir@ 244glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@ 245glibcxx_prefixdir = @glibcxx_prefixdir@ 246glibcxx_srcdir = @glibcxx_srcdir@ 247glibcxx_toolexecdir = @glibcxx_toolexecdir@ 248glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@ 249gxx_include_dir = @gxx_include_dir@ 250host = @host@ 251host_alias = @host_alias@ 252host_cpu = @host_cpu@ 253host_os = @host_os@ 254host_vendor = @host_vendor@ 255htmldir = @htmldir@ 256includedir = @includedir@ 257infodir = @infodir@ 258install_sh = @install_sh@ 259libdir = @libdir@ 260libexecdir = @libexecdir@ 261libtool_VERSION = @libtool_VERSION@ 262localedir = @localedir@ 263localstatedir = @localstatedir@ 264lt_host_flags = @lt_host_flags@ 265mandir = @mandir@ 266mkdir_p = @mkdir_p@ 267multi_basedir = @multi_basedir@ 268oldincludedir = @oldincludedir@ 269pdfdir = @pdfdir@ 270port_specific_symbol_files = @port_specific_symbol_files@ 271prefix = @prefix@ 272program_transform_name = @program_transform_name@ 273psdir = @psdir@ 274python_mod_dir = @python_mod_dir@ 275sbindir = @sbindir@ 276sharedstatedir = @sharedstatedir@ 277srcdir = @srcdir@ 278sysconfdir = @sysconfdir@ 279target = @target@ 280target_alias = @target_alias@ 281target_cpu = @target_cpu@ 282target_os = @target_os@ 283target_vendor = @target_vendor@ 284thread_header = @thread_header@ 285top_build_prefix = @top_build_prefix@ 286top_builddir = @top_builddir@ 287top_srcdir = @top_srcdir@ 288toplevel_builddir = @toplevel_builddir@ 289toplevel_srcdir = @toplevel_srcdir@ 290 291# May be used by various substitution variables. 292gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 293MAINT_CHARSET = latin1 294mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs 295PWD_COMMAND = $${PWDCMD-pwd} 296STAMP = echo timestamp > 297toolexecdir = $(glibcxx_toolexecdir) 298toolexeclibdir = $(glibcxx_toolexeclibdir) 299@ENABLE_WERROR_FALSE@WERROR_FLAG = 300@ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR) 301@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS = 302@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates 303 304# These bits are all figured out from configure. Look in acinclude.m4 305# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS. 306CONFIG_CXXFLAGS = \ 307 $(SECTION_FLAGS) $(HWCAP_FLAGS) -frandom-seed=$@ 308 309WARN_CXXFLAGS = \ 310 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once 311 312 313# -I/-D flags to pass when compiling. 314AM_CPPFLAGS = $(GLIBCXX_INCLUDES) 315@ENABLE_PYTHONDIR_FALSE@pythondir = $(datadir)/gcc-$(gcc_version)/python 316@ENABLE_PYTHONDIR_TRUE@pythondir = $(prefix)/$(python_mod_dir) 317nobase_python_DATA = \ 318 libstdcxx/v6/printers.py \ 319 libstdcxx/v6/__init__.py \ 320 libstdcxx/__init__.py 321 322all: all-am 323 324.SUFFIXES: 325$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps) 326 @for dep in $?; do \ 327 case '$(am__configure_deps)' in \ 328 *$$dep*) \ 329 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 330 && { if test -f $@; then exit 0; else break; fi; }; \ 331 exit 1;; \ 332 esac; \ 333 done; \ 334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps python/Makefile'; \ 335 $(am__cd) $(top_srcdir) && \ 336 $(AUTOMAKE) --foreign --ignore-deps python/Makefile 337.PRECIOUS: Makefile 338Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 339 @case '$?' in \ 340 *config.status*) \ 341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 342 *) \ 343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 345 esac; 346 347$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349 350$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354$(am__aclocal_m4_deps): 355 356mostlyclean-libtool: 357 -rm -f *.lo 358 359clean-libtool: 360 -rm -rf .libs _libs 361install-nobase_pythonDATA: $(nobase_python_DATA) 362 @$(NORMAL_INSTALL) 363 test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)" 364 @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \ 365 $(am__nobase_list) | while read dir files; do \ 366 xfiles=; for file in $$files; do \ 367 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 368 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 369 test -z "$$xfiles" || { \ 370 test "x$$dir" = x. || { \ 371 echo "$(MKDIR_P) '$(DESTDIR)$(pythondir)/$$dir'"; \ 372 $(MKDIR_P) "$(DESTDIR)$(pythondir)/$$dir"; }; \ 373 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pythondir)/$$dir'"; \ 374 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pythondir)/$$dir" || exit $$?; }; \ 375 done 376 377uninstall-nobase_pythonDATA: 378 @$(NORMAL_UNINSTALL) 379 @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \ 380 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 381 test -n "$$files" || exit 0; \ 382 echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \ 383 cd "$(DESTDIR)$(pythondir)" && rm -f $$files 384tags: TAGS 385TAGS: 386 387ctags: CTAGS 388CTAGS: 389 390check-am: all-am 391check: check-am 392all-am: Makefile $(DATA) all-local 393installdirs: 394 for dir in "$(DESTDIR)$(pythondir)"; do \ 395 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 396 done 397install: install-am 398install-exec: install-exec-am 399install-data: install-data-am 400uninstall: uninstall-am 401 402install-am: all-am 403 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 404 405installcheck: installcheck-am 406install-strip: 407 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 408 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 409 `test -z '$(STRIP)' || \ 410 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 411mostlyclean-generic: 412 413clean-generic: 414 415distclean-generic: 416 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 417 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 418 419maintainer-clean-generic: 420 @echo "This command is intended for maintainers to use" 421 @echo "it deletes files that may require special tools to rebuild." 422clean: clean-am 423 424clean-am: clean-generic clean-libtool mostlyclean-am 425 426distclean: distclean-am 427 -rm -f Makefile 428distclean-am: clean-am distclean-generic 429 430dvi: dvi-am 431 432dvi-am: 433 434html: html-am 435 436html-am: 437 438info: info-am 439 440info-am: 441 442install-data-am: install-data-local install-nobase_pythonDATA 443 444install-dvi: install-dvi-am 445 446install-dvi-am: 447 448install-exec-am: 449 450install-html: install-html-am 451 452install-html-am: 453 454install-info: install-info-am 455 456install-info-am: 457 458install-man: 459 460install-pdf: install-pdf-am 461 462install-pdf-am: 463 464install-ps: install-ps-am 465 466install-ps-am: 467 468installcheck-am: 469 470maintainer-clean: maintainer-clean-am 471 -rm -f Makefile 472maintainer-clean-am: distclean-am maintainer-clean-generic 473 474mostlyclean: mostlyclean-am 475 476mostlyclean-am: mostlyclean-generic mostlyclean-libtool 477 478pdf: pdf-am 479 480pdf-am: 481 482ps: ps-am 483 484ps-am: 485 486uninstall-am: uninstall-nobase_pythonDATA 487 488.MAKE: install-am install-strip 489 490.PHONY: all all-am all-local check check-am clean clean-generic \ 491 clean-libtool distclean distclean-generic distclean-libtool \ 492 dvi dvi-am html html-am info info-am install install-am \ 493 install-data install-data-am install-data-local install-dvi \ 494 install-dvi-am install-exec install-exec-am install-html \ 495 install-html-am install-info install-info-am install-man \ 496 install-nobase_pythonDATA install-pdf install-pdf-am \ 497 install-ps install-ps-am install-strip installcheck \ 498 installcheck-am installdirs maintainer-clean \ 499 maintainer-clean-generic mostlyclean mostlyclean-generic \ 500 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 501 uninstall-nobase_pythonDATA 502 503 504all-local: gdb.py 505 506gdb.py: hook.in Makefile 507 sed -e 's,@pythondir@,$(pythondir),' \ 508 -e 's,@toolexeclibdir@,$(toolexeclibdir),' < $(srcdir)/hook.in > $@ 509 510install-data-local: gdb.py 511 @$(mkdir_p) $(DESTDIR)$(toolexeclibdir) 512 @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \ 513 for file in libstdc++*; do \ 514 case $$file in \ 515 *-gdb.py) ;; \ 516 *.la) ;; \ 517 *) if test -h $$file; then \ 518 continue; \ 519 fi; \ 520 libname=$$file;; \ 521 esac; \ 522 done; \ 523 cd $$here; \ 524 echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \ 525 $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py 526 527# Tell versions [3.59,3.63) of GNU make to not export all variables. 528# Otherwise a system limit (for SysV at least) may be exceeded. 529.NOEXPORT: 530