]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/python/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libstdc++-v3 / python / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = python
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/enable.m4 \
96 $(top_srcdir)/../config/futex.m4 \
97 $(top_srcdir)/../config/hwcaps.m4 \
98 $(top_srcdir)/../config/iconv.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/lib-ld.m4 \
101 $(top_srcdir)/../config/lib-link.m4 \
102 $(top_srcdir)/../config/lib-prefix.m4 \
103 $(top_srcdir)/../config/lthostflags.m4 \
104 $(top_srcdir)/../config/multi.m4 \
105 $(top_srcdir)/../config/no-executables.m4 \
106 $(top_srcdir)/../config/override.m4 \
107 $(top_srcdir)/../config/stdint.m4 \
108 $(top_srcdir)/../config/unwind_ipinfo.m4 \
109 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
110 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
111 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
112 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
113 $(top_srcdir)/../config/gc++filt.m4 \
114 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am
119 CONFIG_HEADER = $(top_builddir)/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 AM_V_P = $(am__v_P_@AM_V@)
123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124 am__v_P_0 = false
125 am__v_P_1 = :
126 AM_V_GEN = $(am__v_GEN_@AM_V@)
127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128 am__v_GEN_0 = @echo " GEN " $@;
129 am__v_GEN_1 =
130 AM_V_at = $(am__v_at_@AM_V@)
131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132 am__v_at_0 = @
133 am__v_at_1 =
134 depcomp =
135 am__depfiles_maybe =
136 SOURCES =
137 am__can_run_installinfo = \
138 case $$AM_UPDATE_INFO_DIR in \
139 n|no|NO) false;; \
140 *) (install-info --version) >/dev/null 2>&1;; \
141 esac
142 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143 am__vpath_adj = case $$p in \
144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145 *) f=$$p;; \
146 esac;
147 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148 am__install_max = 40
149 am__nobase_strip_setup = \
150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151 am__nobase_strip = \
152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153 am__nobase_list = $(am__nobase_strip_setup); \
154 for p in $$list; do echo "$$p $$p"; done | \
155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 if (++n[$$2] == $(am__install_max)) \
158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159 END { for (dir in files) print dir, files[dir] }'
160 am__base_list = \
161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163 am__uninstall_files_from_dir = { \
164 test -z "$$files" \
165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167 $(am__cd) "$$dir" && rm -f $$files; }; \
168 }
169 am__installdirs = "$(DESTDIR)$(pythondir)"
170 DATA = $(nobase_python_DATA)
171 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
173 ACLOCAL = @ACLOCAL@
174 ALLOCATOR_H = @ALLOCATOR_H@
175 ALLOCATOR_NAME = @ALLOCATOR_NAME@
176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178 AR = @AR@
179 AS = @AS@
180 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
181 ATOMIC_FLAGS = @ATOMIC_FLAGS@
182 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
186 AWK = @AWK@
187 BASIC_FILE_CC = @BASIC_FILE_CC@
188 BASIC_FILE_H = @BASIC_FILE_H@
189 CC = @CC@
190 CCODECVT_CC = @CCODECVT_CC@
191 CCOLLATE_CC = @CCOLLATE_CC@
192 CCTYPE_CC = @CCTYPE_CC@
193 CFLAGS = @CFLAGS@
194 CLOCALE_CC = @CLOCALE_CC@
195 CLOCALE_H = @CLOCALE_H@
196 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
197 CMESSAGES_CC = @CMESSAGES_CC@
198 CMESSAGES_H = @CMESSAGES_H@
199 CMONEY_CC = @CMONEY_CC@
200 CNUMERIC_CC = @CNUMERIC_CC@
201 CPP = @CPP@
202 CPPFLAGS = @CPPFLAGS@
203 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
204 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
205 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
206 CSTDIO_H = @CSTDIO_H@
207 CTIME_CC = @CTIME_CC@
208 CTIME_H = @CTIME_H@
209 CXX = @CXX@
210 CXXCPP = @CXXCPP@
211 CXXFILT = @CXXFILT@
212 CXXFLAGS = @CXXFLAGS@
213 CYGPATH_W = @CYGPATH_W@
214 C_INCLUDE_DIR = @C_INCLUDE_DIR@
215 DBLATEX = @DBLATEX@
216 DEBUG_FLAGS = @DEBUG_FLAGS@
217 DEFS = @DEFS@
218 DOT = @DOT@
219 DOXYGEN = @DOXYGEN@
220 DSYMUTIL = @DSYMUTIL@
221 DUMPBIN = @DUMPBIN@
222 ECHO_C = @ECHO_C@
223 ECHO_N = @ECHO_N@
224 ECHO_T = @ECHO_T@
225 EGREP = @EGREP@
226 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
227 EXEEXT = @EXEEXT@
228 EXTRA_CFLAGS = @EXTRA_CFLAGS@
229 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
230 FGREP = @FGREP@
231 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
232 GLIBCXX_LIBS = @GLIBCXX_LIBS@
233 GREP = @GREP@
234 HWCAP_CFLAGS = @HWCAP_CFLAGS@
235 INSTALL = @INSTALL@
236 INSTALL_DATA = @INSTALL_DATA@
237 INSTALL_PROGRAM = @INSTALL_PROGRAM@
238 INSTALL_SCRIPT = @INSTALL_SCRIPT@
239 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240 LD = @LD@
241 LDFLAGS = @LDFLAGS@
242 LIBICONV = @LIBICONV@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LIBTOOL = @LIBTOOL@
246 LIPO = @LIPO@
247 LN_S = @LN_S@
248 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
249 LTLIBICONV = @LTLIBICONV@
250 LTLIBOBJS = @LTLIBOBJS@
251 MAINT = @MAINT@
252 MAKEINFO = @MAKEINFO@
253 MKDIR_P = @MKDIR_P@
254 NM = @NM@
255 NMEDIT = @NMEDIT@
256 OBJDUMP = @OBJDUMP@
257 OBJEXT = @OBJEXT@
258 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
259 OPT_LDFLAGS = @OPT_LDFLAGS@
260 OS_INC_SRCDIR = @OS_INC_SRCDIR@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 PACKAGE = @PACKAGE@
264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265 PACKAGE_NAME = @PACKAGE_NAME@
266 PACKAGE_STRING = @PACKAGE_STRING@
267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
268 PACKAGE_URL = @PACKAGE_URL@
269 PACKAGE_VERSION = @PACKAGE_VERSION@
270 PATH_SEPARATOR = @PATH_SEPARATOR@
271 PDFLATEX = @PDFLATEX@
272 RANLIB = @RANLIB@
273 SECTION_FLAGS = @SECTION_FLAGS@
274 SECTION_LDFLAGS = @SECTION_LDFLAGS@
275 SED = @SED@
276 SET_MAKE = @SET_MAKE@
277 SHELL = @SHELL@
278 STRIP = @STRIP@
279 SYMVER_FILE = @SYMVER_FILE@
280 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
281 USE_NLS = @USE_NLS@
282 VERSION = @VERSION@
283 VTV_CXXFLAGS = @VTV_CXXFLAGS@
284 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
285 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
286 WARN_FLAGS = @WARN_FLAGS@
287 XMLLINT = @XMLLINT@
288 XSLTPROC = @XSLTPROC@
289 XSL_STYLE_DIR = @XSL_STYLE_DIR@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_CXX = @ac_ct_CXX@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__leading_dot = @am__leading_dot@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 baseline_dir = @baseline_dir@
301 baseline_subdir_switch = @baseline_subdir_switch@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 check_msgfmt = @check_msgfmt@
310 datadir = @datadir@
311 datarootdir = @datarootdir@
312 docdir = @docdir@
313 dvidir = @dvidir@
314 enable_shared = @enable_shared@
315 enable_static = @enable_static@
316 exec_prefix = @exec_prefix@
317 get_gcc_base_ver = @get_gcc_base_ver@
318 glibcxx_MOFILES = @glibcxx_MOFILES@
319 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
320 glibcxx_POFILES = @glibcxx_POFILES@
321 glibcxx_builddir = @glibcxx_builddir@
322 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
323 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
324 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
325 glibcxx_localedir = @glibcxx_localedir@
326 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
327 glibcxx_prefixdir = @glibcxx_prefixdir@
328 glibcxx_srcdir = @glibcxx_srcdir@
329 glibcxx_toolexecdir = @glibcxx_toolexecdir@
330 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
331 gxx_include_dir = @gxx_include_dir@
332 host = @host@
333 host_alias = @host_alias@
334 host_cpu = @host_cpu@
335 host_os = @host_os@
336 host_vendor = @host_vendor@
337 htmldir = @htmldir@
338 includedir = @includedir@
339 infodir = @infodir@
340 install_sh = @install_sh@
341 libdir = @libdir@
342 libexecdir = @libexecdir@
343 libtool_VERSION = @libtool_VERSION@
344 localedir = @localedir@
345 localstatedir = @localstatedir@
346 lt_host_flags = @lt_host_flags@
347 mandir = @mandir@
348 mkdir_p = @mkdir_p@
349 multi_basedir = @multi_basedir@
350 oldincludedir = @oldincludedir@
351 pdfdir = @pdfdir@
352 port_specific_symbol_files = @port_specific_symbol_files@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 python_mod_dir = @python_mod_dir@
357 sbindir = @sbindir@
358 sharedstatedir = @sharedstatedir@
359 srcdir = @srcdir@
360 sysconfdir = @sysconfdir@
361 target = @target@
362 target_alias = @target_alias@
363 target_cpu = @target_cpu@
364 target_os = @target_os@
365 target_vendor = @target_vendor@
366 thread_header = @thread_header@
367 top_build_prefix = @top_build_prefix@
368 top_builddir = @top_builddir@
369 top_srcdir = @top_srcdir@
370 toplevel_builddir = @toplevel_builddir@
371 toplevel_srcdir = @toplevel_srcdir@
372
373 # May be used by various substitution variables.
374 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
375 MAINT_CHARSET = latin1
376 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
377 PWD_COMMAND = $${PWDCMD-pwd}
378 STAMP = echo timestamp >
379 toolexecdir = $(glibcxx_toolexecdir)
380 toolexeclibdir = $(glibcxx_toolexeclibdir)
381 @ENABLE_WERROR_FALSE@WERROR_FLAG =
382 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
383 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
384 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
385
386 # These bits are all figured out from configure. Look in acinclude.m4
387 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
388 CONFIG_CXXFLAGS = \
389 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
390
391 WARN_CXXFLAGS = \
392 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
393
394
395 # -I/-D flags to pass when compiling.
396 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
397 @ENABLE_PYTHONDIR_FALSE@pythondir = $(datadir)/gcc-$(gcc_version)/python
398 @ENABLE_PYTHONDIR_TRUE@pythondir = $(prefix)/$(python_mod_dir)
399 nobase_python_DATA = \
400 libstdcxx/v6/printers.py \
401 libstdcxx/v6/xmethods.py \
402 libstdcxx/v6/__init__.py \
403 libstdcxx/__init__.py
404
405 all: all-am
406
407 .SUFFIXES:
408 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
409 @for dep in $?; do \
410 case '$(am__configure_deps)' in \
411 *$$dep*) \
412 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
413 && { if test -f $@; then exit 0; else break; fi; }; \
414 exit 1;; \
415 esac; \
416 done; \
417 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps python/Makefile'; \
418 $(am__cd) $(top_srcdir) && \
419 $(AUTOMAKE) --foreign --ignore-deps python/Makefile
420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421 @case '$?' in \
422 *config.status*) \
423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
424 *) \
425 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
426 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
427 esac;
428 $(top_srcdir)/fragment.am $(am__empty):
429
430 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
433 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(am__aclocal_m4_deps):
438
439 mostlyclean-libtool:
440 -rm -f *.lo
441
442 clean-libtool:
443 -rm -rf .libs _libs
444 install-nobase_pythonDATA: $(nobase_python_DATA)
445 @$(NORMAL_INSTALL)
446 @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
447 if test -n "$$list"; then \
448 echo " $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
449 $(MKDIR_P) "$(DESTDIR)$(pythondir)" || exit 1; \
450 fi; \
451 $(am__nobase_list) | while read dir files; do \
452 xfiles=; for file in $$files; do \
453 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
454 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
455 test -z "$$xfiles" || { \
456 test "x$$dir" = x. || { \
457 echo " $(MKDIR_P) '$(DESTDIR)$(pythondir)/$$dir'"; \
458 $(MKDIR_P) "$(DESTDIR)$(pythondir)/$$dir"; }; \
459 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pythondir)/$$dir'"; \
460 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pythondir)/$$dir" || exit $$?; }; \
461 done
462
463 uninstall-nobase_pythonDATA:
464 @$(NORMAL_UNINSTALL)
465 @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
466 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
467 dir='$(DESTDIR)$(pythondir)'; $(am__uninstall_files_from_dir)
468 tags TAGS:
469
470 ctags CTAGS:
471
472 cscope cscopelist:
473
474 check-am: all-am
475 check: check-am
476 all-am: Makefile $(DATA) all-local
477 installdirs:
478 for dir in "$(DESTDIR)$(pythondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481 install: install-am
482 install-exec: install-exec-am
483 install-data: install-data-am
484 uninstall: uninstall-am
485
486 install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489 installcheck: installcheck-am
490 install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500 mostlyclean-generic:
501
502 clean-generic:
503
504 distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508 maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511 clean: clean-am
512
513 clean-am: clean-generic clean-libtool mostlyclean-am
514
515 distclean: distclean-am
516 -rm -f Makefile
517 distclean-am: clean-am distclean-generic
518
519 dvi: dvi-am
520
521 dvi-am:
522
523 html: html-am
524
525 html-am:
526
527 info: info-am
528
529 info-am:
530
531 install-data-am: install-data-local install-nobase_pythonDATA
532
533 install-dvi: install-dvi-am
534
535 install-dvi-am:
536
537 install-exec-am:
538
539 install-html: install-html-am
540
541 install-html-am:
542
543 install-info: install-info-am
544
545 install-info-am:
546
547 install-man:
548
549 install-pdf: install-pdf-am
550
551 install-pdf-am:
552
553 install-ps: install-ps-am
554
555 install-ps-am:
556
557 installcheck-am:
558
559 maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561 maintainer-clean-am: distclean-am maintainer-clean-generic
562
563 mostlyclean: mostlyclean-am
564
565 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567 pdf: pdf-am
568
569 pdf-am:
570
571 ps: ps-am
572
573 ps-am:
574
575 uninstall-am: uninstall-nobase_pythonDATA
576
577 .MAKE: install-am install-strip
578
579 .PHONY: all all-am all-local check check-am clean clean-generic \
580 clean-libtool cscopelist-am ctags-am distclean \
581 distclean-generic distclean-libtool dvi dvi-am html html-am \
582 info info-am install install-am install-data install-data-am \
583 install-data-local install-dvi install-dvi-am install-exec \
584 install-exec-am install-html install-html-am install-info \
585 install-info-am install-man install-nobase_pythonDATA \
586 install-pdf install-pdf-am install-ps install-ps-am \
587 install-strip installcheck installcheck-am installdirs \
588 maintainer-clean maintainer-clean-generic mostlyclean \
589 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
590 tags-am uninstall uninstall-am uninstall-nobase_pythonDATA
591
592 .PRECIOUS: Makefile
593
594
595 all-local: gdb.py
596
597 gdb.py: hook.in Makefile
598 sed -e 's,@pythondir@,$(pythondir),' \
599 -e 's,@toolexeclibdir@,$(toolexeclibdir),' < $(srcdir)/hook.in > $@
600
601 install-data-local: gdb.py
602 @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
603 @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
604 for file in libstdc++.*; do \
605 case $$file in \
606 *-gdb.py) ;; \
607 *.la) ;; \
608 *) if test -h $$file; then \
609 continue; \
610 fi; \
611 libname=$$file;; \
612 esac; \
613 done; \
614 cd $$here; \
615 echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \
616 $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py
617
618 # Tell versions [3.59,3.63) of GNU make to not export all variables.
619 # Otherwise a system limit (for SysV at least) may be exceeded.
620 .NOEXPORT: