OSDN Git Service

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