annotate libstdc++-v3/python/Makefile.in @ 143:76e1cf5455ef

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