OSDN Git Service

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