annotate libstdc++-v3/Makefile.in @ 138:fc828634a951

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 08 Nov 2018 14:17:14 +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 VPATH = @srcdir@
kono
parents:
diff changeset
18 am__make_dryrun = \
kono
parents:
diff changeset
19 { \
kono
parents:
diff changeset
20 am__dry=no; \
kono
parents:
diff changeset
21 case $$MAKEFLAGS in \
kono
parents:
diff changeset
22 *\\[\ \ ]*) \
kono
parents:
diff changeset
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
25 *) \
kono
parents:
diff changeset
26 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
27 case $$am__flg in \
kono
parents:
diff changeset
28 *=*|--*) ;; \
kono
parents:
diff changeset
29 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
30 esac; \
kono
parents:
diff changeset
31 done;; \
kono
parents:
diff changeset
32 esac; \
kono
parents:
diff changeset
33 test $$am__dry = yes; \
kono
parents:
diff changeset
34 }
kono
parents:
diff changeset
35 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
36 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
37 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
40 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
41 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
42 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
43 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
44 transform = $(program_transform_name)
kono
parents:
diff changeset
45 NORMAL_INSTALL = :
kono
parents:
diff changeset
46 PRE_INSTALL = :
kono
parents:
diff changeset
47 POST_INSTALL = :
kono
parents:
diff changeset
48 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
49 PRE_UNINSTALL = :
kono
parents:
diff changeset
50 POST_UNINSTALL = :
kono
parents:
diff changeset
51 build_triplet = @build@
kono
parents:
diff changeset
52 host_triplet = @host@
kono
parents:
diff changeset
53 target_triplet = @target@
kono
parents:
diff changeset
54 DIST_COMMON = $(top_srcdir)/fragment.am README ChangeLog \
kono
parents:
diff changeset
55 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
kono
parents:
diff changeset
56 $(top_srcdir)/configure $(am__configure_deps) \
kono
parents:
diff changeset
57 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
kono
parents:
diff changeset
58 $(top_srcdir)/scripts/testsuite_flags.in \
kono
parents:
diff changeset
59 $(top_srcdir)/scripts/extract_symvers.in \
kono
parents:
diff changeset
60 $(top_srcdir)/doc/xsl/customization.xsl.in
kono
parents:
diff changeset
61 subdir = .
kono
parents:
diff changeset
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
63 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
64 $(top_srcdir)/../config/enable.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/../config/futex.m4 \
kono
parents:
diff changeset
66 $(top_srcdir)/../config/hwcaps.m4 \
kono
parents:
diff changeset
67 $(top_srcdir)/../config/iconv.m4 \
kono
parents:
diff changeset
68 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
69 $(top_srcdir)/../config/lib-ld.m4 \
kono
parents:
diff changeset
70 $(top_srcdir)/../config/lib-link.m4 \
kono
parents:
diff changeset
71 $(top_srcdir)/../config/lib-prefix.m4 \
kono
parents:
diff changeset
72 $(top_srcdir)/../config/lthostflags.m4 \
kono
parents:
diff changeset
73 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
74 $(top_srcdir)/../config/no-executables.m4 \
kono
parents:
diff changeset
75 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
76 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
77 $(top_srcdir)/../config/unwind_ipinfo.m4 \
kono
parents:
diff changeset
78 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
79 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
80 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
kono
parents:
diff changeset
81 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
kono
parents:
diff changeset
82 $(top_srcdir)/../config/gc++filt.m4 \
kono
parents:
diff changeset
83 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
84 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
111
kono
parents:
diff changeset
85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
86 $(ACLOCAL_M4)
kono
parents:
diff changeset
87 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
kono
parents:
diff changeset
88 configure.lineno config.status.lineno
kono
parents:
diff changeset
89 CONFIG_HEADER = config.h
kono
parents:
diff changeset
90 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
kono
parents:
diff changeset
91 doc/xsl/customization.xsl
kono
parents:
diff changeset
92 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
93 depcomp =
kono
parents:
diff changeset
94 am__depfiles_maybe =
kono
parents:
diff changeset
95 SOURCES =
kono
parents:
diff changeset
96 MULTISRCTOP =
kono
parents:
diff changeset
97 MULTIBUILDTOP =
kono
parents:
diff changeset
98 MULTIDIRS =
kono
parents:
diff changeset
99 MULTISUBDIR =
kono
parents:
diff changeset
100 MULTIDO = true
kono
parents:
diff changeset
101 MULTICLEAN = true
kono
parents:
diff changeset
102 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
kono
parents:
diff changeset
103 html-recursive info-recursive install-data-recursive \
kono
parents:
diff changeset
104 install-dvi-recursive install-exec-recursive \
kono
parents:
diff changeset
105 install-html-recursive install-info-recursive \
kono
parents:
diff changeset
106 install-pdf-recursive install-ps-recursive install-recursive \
kono
parents:
diff changeset
107 installcheck-recursive installdirs-recursive pdf-recursive \
kono
parents:
diff changeset
108 ps-recursive uninstall-recursive
kono
parents:
diff changeset
109 am__can_run_installinfo = \
kono
parents:
diff changeset
110 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
111 n|no|NO) false;; \
kono
parents:
diff changeset
112 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
113 esac
kono
parents:
diff changeset
114 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
kono
parents:
diff changeset
115 distclean-recursive maintainer-clean-recursive
kono
parents:
diff changeset
116 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
kono
parents:
diff changeset
117 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
kono
parents:
diff changeset
118 ETAGS = etags
kono
parents:
diff changeset
119 CTAGS = ctags
kono
parents:
diff changeset
120 DIST_SUBDIRS = include libsupc++ src doc po testsuite python
kono
parents:
diff changeset
121 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
kono
parents:
diff changeset
122 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
123 ALLOCATOR_H = @ALLOCATOR_H@
kono
parents:
diff changeset
124 ALLOCATOR_NAME = @ALLOCATOR_NAME@
kono
parents:
diff changeset
125 AMTAR = @AMTAR@
kono
parents:
diff changeset
126 AR = @AR@
kono
parents:
diff changeset
127 AS = @AS@
kono
parents:
diff changeset
128 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
kono
parents:
diff changeset
129 ATOMIC_FLAGS = @ATOMIC_FLAGS@
kono
parents:
diff changeset
130 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
kono
parents:
diff changeset
131 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
132 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
133 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
134 AWK = @AWK@
kono
parents:
diff changeset
135 BASIC_FILE_CC = @BASIC_FILE_CC@
kono
parents:
diff changeset
136 BASIC_FILE_H = @BASIC_FILE_H@
kono
parents:
diff changeset
137 CC = @CC@
kono
parents:
diff changeset
138 CCODECVT_CC = @CCODECVT_CC@
kono
parents:
diff changeset
139 CCOLLATE_CC = @CCOLLATE_CC@
kono
parents:
diff changeset
140 CCTYPE_CC = @CCTYPE_CC@
kono
parents:
diff changeset
141 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
142 CLOCALE_CC = @CLOCALE_CC@
kono
parents:
diff changeset
143 CLOCALE_H = @CLOCALE_H@
kono
parents:
diff changeset
144 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
kono
parents:
diff changeset
145 CMESSAGES_CC = @CMESSAGES_CC@
kono
parents:
diff changeset
146 CMESSAGES_H = @CMESSAGES_H@
kono
parents:
diff changeset
147 CMONEY_CC = @CMONEY_CC@
kono
parents:
diff changeset
148 CNUMERIC_CC = @CNUMERIC_CC@
kono
parents:
diff changeset
149 CPP = @CPP@
kono
parents:
diff changeset
150 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
151 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
kono
parents:
diff changeset
152 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
kono
parents:
diff changeset
153 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
kono
parents:
diff changeset
154 CSTDIO_H = @CSTDIO_H@
kono
parents:
diff changeset
155 CTIME_CC = @CTIME_CC@
kono
parents:
diff changeset
156 CTIME_H = @CTIME_H@
kono
parents:
diff changeset
157 CXX = @CXX@
kono
parents:
diff changeset
158 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
159 CXXFILT = @CXXFILT@
kono
parents:
diff changeset
160 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
161 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
162 C_INCLUDE_DIR = @C_INCLUDE_DIR@
kono
parents:
diff changeset
163 DBLATEX = @DBLATEX@
kono
parents:
diff changeset
164 DEBUG_FLAGS = @DEBUG_FLAGS@
kono
parents:
diff changeset
165 DEFS = @DEFS@
kono
parents:
diff changeset
166 DOT = @DOT@
kono
parents:
diff changeset
167 DOXYGEN = @DOXYGEN@
kono
parents:
diff changeset
168 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
169 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
170 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
171 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
172 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
173 EGREP = @EGREP@
kono
parents:
diff changeset
174 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
kono
parents:
diff changeset
175 EXEEXT = @EXEEXT@
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
176 EXTRA_CFLAGS = @EXTRA_CFLAGS@
111
kono
parents:
diff changeset
177 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
kono
parents:
diff changeset
178 FGREP = @FGREP@
kono
parents:
diff changeset
179 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
kono
parents:
diff changeset
180 GLIBCXX_LIBS = @GLIBCXX_LIBS@
kono
parents:
diff changeset
181 GREP = @GREP@
kono
parents:
diff changeset
182 HWCAP_CFLAGS = @HWCAP_CFLAGS@
kono
parents:
diff changeset
183 INSTALL = @INSTALL@
kono
parents:
diff changeset
184 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
188 LD = @LD@
kono
parents:
diff changeset
189 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
190 LIBICONV = @LIBICONV@
kono
parents:
diff changeset
191 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
192 LIBS = @LIBS@
kono
parents:
diff changeset
193 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
194 LIPO = @LIPO@
kono
parents:
diff changeset
195 LN_S = @LN_S@
kono
parents:
diff changeset
196 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
kono
parents:
diff changeset
197 LTLIBICONV = @LTLIBICONV@
kono
parents:
diff changeset
198 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
199 MAINT = @MAINT@
kono
parents:
diff changeset
200 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
201 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
202 NM = @NM@
kono
parents:
diff changeset
203 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
204 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
205 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
206 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
kono
parents:
diff changeset
207 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
208 OS_INC_SRCDIR = @OS_INC_SRCDIR@
kono
parents:
diff changeset
209 OTOOL = @OTOOL@
kono
parents:
diff changeset
210 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
211 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
213 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
214 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
216 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
217 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
218 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
219 PDFLATEX = @PDFLATEX@
kono
parents:
diff changeset
220 RANLIB = @RANLIB@
kono
parents:
diff changeset
221 SECTION_FLAGS = @SECTION_FLAGS@
kono
parents:
diff changeset
222 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
223 SED = @SED@
kono
parents:
diff changeset
224 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
225 SHELL = @SHELL@
kono
parents:
diff changeset
226 STRIP = @STRIP@
kono
parents:
diff changeset
227 SYMVER_FILE = @SYMVER_FILE@
kono
parents:
diff changeset
228 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
kono
parents:
diff changeset
229 USE_NLS = @USE_NLS@
kono
parents:
diff changeset
230 VERSION = @VERSION@
kono
parents:
diff changeset
231 VTV_CXXFLAGS = @VTV_CXXFLAGS@
kono
parents:
diff changeset
232 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
kono
parents:
diff changeset
233 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
kono
parents:
diff changeset
234 WARN_FLAGS = @WARN_FLAGS@
kono
parents:
diff changeset
235 XMLLINT = @XMLLINT@
kono
parents:
diff changeset
236 XSLTPROC = @XSLTPROC@
kono
parents:
diff changeset
237 XSL_STYLE_DIR = @XSL_STYLE_DIR@
kono
parents:
diff changeset
238 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
239 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
240 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
241 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
242 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
243 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
244 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
245 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
246 am__tar = @am__tar@
kono
parents:
diff changeset
247 am__untar = @am__untar@
kono
parents:
diff changeset
248 baseline_dir = @baseline_dir@
kono
parents:
diff changeset
249 baseline_subdir_switch = @baseline_subdir_switch@
kono
parents:
diff changeset
250 bindir = @bindir@
kono
parents:
diff changeset
251 build = @build@
kono
parents:
diff changeset
252 build_alias = @build_alias@
kono
parents:
diff changeset
253 build_cpu = @build_cpu@
kono
parents:
diff changeset
254 build_os = @build_os@
kono
parents:
diff changeset
255 build_vendor = @build_vendor@
kono
parents:
diff changeset
256 builddir = @builddir@
kono
parents:
diff changeset
257 check_msgfmt = @check_msgfmt@
kono
parents:
diff changeset
258 datadir = @datadir@
kono
parents:
diff changeset
259 datarootdir = @datarootdir@
kono
parents:
diff changeset
260 docdir = @docdir@
kono
parents:
diff changeset
261 dvidir = @dvidir@
kono
parents:
diff changeset
262 enable_shared = @enable_shared@
kono
parents:
diff changeset
263 enable_static = @enable_static@
kono
parents:
diff changeset
264 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
265 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
266 glibcxx_MOFILES = @glibcxx_MOFILES@
kono
parents:
diff changeset
267 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
kono
parents:
diff changeset
268 glibcxx_POFILES = @glibcxx_POFILES@
kono
parents:
diff changeset
269 glibcxx_builddir = @glibcxx_builddir@
kono
parents:
diff changeset
270 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
kono
parents:
diff changeset
271 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
kono
parents:
diff changeset
272 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
kono
parents:
diff changeset
273 glibcxx_localedir = @glibcxx_localedir@
kono
parents:
diff changeset
274 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
kono
parents:
diff changeset
275 glibcxx_prefixdir = @glibcxx_prefixdir@
kono
parents:
diff changeset
276 glibcxx_srcdir = @glibcxx_srcdir@
kono
parents:
diff changeset
277 glibcxx_toolexecdir = @glibcxx_toolexecdir@
kono
parents:
diff changeset
278 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
kono
parents:
diff changeset
279 gxx_include_dir = @gxx_include_dir@
kono
parents:
diff changeset
280 host = @host@
kono
parents:
diff changeset
281 host_alias = @host_alias@
kono
parents:
diff changeset
282 host_cpu = @host_cpu@
kono
parents:
diff changeset
283 host_os = @host_os@
kono
parents:
diff changeset
284 host_vendor = @host_vendor@
kono
parents:
diff changeset
285 htmldir = @htmldir@
kono
parents:
diff changeset
286 includedir = @includedir@
kono
parents:
diff changeset
287 infodir = @infodir@
kono
parents:
diff changeset
288 install_sh = @install_sh@
kono
parents:
diff changeset
289 libdir = @libdir@
kono
parents:
diff changeset
290 libexecdir = @libexecdir@
kono
parents:
diff changeset
291 libtool_VERSION = @libtool_VERSION@
kono
parents:
diff changeset
292 localedir = @localedir@
kono
parents:
diff changeset
293 localstatedir = @localstatedir@
kono
parents:
diff changeset
294 lt_host_flags = @lt_host_flags@
kono
parents:
diff changeset
295 mandir = @mandir@
kono
parents:
diff changeset
296 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
297 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
298 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
299 pdfdir = @pdfdir@
kono
parents:
diff changeset
300 port_specific_symbol_files = @port_specific_symbol_files@
kono
parents:
diff changeset
301 prefix = @prefix@
kono
parents:
diff changeset
302 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
303 psdir = @psdir@
kono
parents:
diff changeset
304 python_mod_dir = @python_mod_dir@
kono
parents:
diff changeset
305 sbindir = @sbindir@
kono
parents:
diff changeset
306 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
307 srcdir = @srcdir@
kono
parents:
diff changeset
308 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
309 target = @target@
kono
parents:
diff changeset
310 target_alias = @target_alias@
kono
parents:
diff changeset
311 target_cpu = @target_cpu@
kono
parents:
diff changeset
312 target_os = @target_os@
kono
parents:
diff changeset
313 target_vendor = @target_vendor@
kono
parents:
diff changeset
314 thread_header = @thread_header@
kono
parents:
diff changeset
315 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
316 top_builddir = @top_builddir@
kono
parents:
diff changeset
317 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
318 toplevel_builddir = @toplevel_builddir@
kono
parents:
diff changeset
319 toplevel_srcdir = @toplevel_srcdir@
kono
parents:
diff changeset
320
kono
parents:
diff changeset
321 # May be used by various substitution variables.
kono
parents:
diff changeset
322 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
323 MAINT_CHARSET = latin1
kono
parents:
diff changeset
324 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
kono
parents:
diff changeset
325 PWD_COMMAND = $${PWDCMD-pwd}
kono
parents:
diff changeset
326 STAMP = echo timestamp >
kono
parents:
diff changeset
327 toolexecdir = $(glibcxx_toolexecdir)
kono
parents:
diff changeset
328 toolexeclibdir = $(glibcxx_toolexeclibdir)
kono
parents:
diff changeset
329 @ENABLE_WERROR_FALSE@WERROR_FLAG =
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
330 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
111
kono
parents:
diff changeset
331 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
kono
parents:
diff changeset
332 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
kono
parents:
diff changeset
333
kono
parents:
diff changeset
334 # These bits are all figured out from configure. Look in acinclude.m4
kono
parents:
diff changeset
335 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
kono
parents:
diff changeset
336 CONFIG_CXXFLAGS = \
kono
parents:
diff changeset
337 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
kono
parents:
diff changeset
338
kono
parents:
diff changeset
339 WARN_CXXFLAGS = \
kono
parents:
diff changeset
340 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
kono
parents:
diff changeset
341
kono
parents:
diff changeset
342
kono
parents:
diff changeset
343 # -I/-D flags to pass when compiling.
kono
parents:
diff changeset
344 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
kono
parents:
diff changeset
345 @GLIBCXX_HOSTED_TRUE@hosted_source = src doc po testsuite python
kono
parents:
diff changeset
346 SUBDIRS = include libsupc++ $(hosted_source)
kono
parents:
diff changeset
347 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
kono
parents:
diff changeset
348 @BUILD_XML_FALSE@STAMP_XML =
kono
parents:
diff changeset
349
kono
parents:
diff changeset
350 # Documentation conditionals for output.
kono
parents:
diff changeset
351 @BUILD_XML_TRUE@STAMP_XML = doc-xml
kono
parents:
diff changeset
352 @BUILD_XML_FALSE@STAMP_INSTALL_XML =
kono
parents:
diff changeset
353 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
kono
parents:
diff changeset
354 @BUILD_HTML_FALSE@STAMP_HTML =
kono
parents:
diff changeset
355 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
kono
parents:
diff changeset
356 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
kono
parents:
diff changeset
357 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
kono
parents:
diff changeset
358 @BUILD_MAN_FALSE@STAMP_MAN =
kono
parents:
diff changeset
359 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
kono
parents:
diff changeset
360 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
kono
parents:
diff changeset
361 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
kono
parents:
diff changeset
362 @BUILD_PDF_FALSE@STAMP_PDF =
kono
parents:
diff changeset
363 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
kono
parents:
diff changeset
364 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
kono
parents:
diff changeset
365 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
kono
parents:
diff changeset
366 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
kono
parents:
diff changeset
367 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
kono
parents:
diff changeset
368 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
kono
parents:
diff changeset
369 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
kono
parents:
diff changeset
370
kono
parents:
diff changeset
371 # Multilib support.
kono
parents:
diff changeset
372 MAKEOVERRIDES =
kono
parents:
diff changeset
373
kono
parents:
diff changeset
374 # Work around what appears to be a GNU make bug handling MAKEFLAGS
kono
parents:
diff changeset
375 # values defined in terms of make variables, as is the case for CC and
kono
parents:
diff changeset
376 # friends when we are called from the top level Makefile.
kono
parents:
diff changeset
377 AM_MAKEFLAGS = \
kono
parents:
diff changeset
378 "AR_FLAGS=$(AR_FLAGS)" \
kono
parents:
diff changeset
379 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
kono
parents:
diff changeset
380 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
kono
parents:
diff changeset
381 "CFLAGS=$(CFLAGS)" \
kono
parents:
diff changeset
382 "CXXFLAGS=$(CXXFLAGS)" \
kono
parents:
diff changeset
383 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
kono
parents:
diff changeset
384 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
385 "INSTALL=$(INSTALL)" \
kono
parents:
diff changeset
386 "INSTALL_DATA=$(INSTALL_DATA)" \
kono
parents:
diff changeset
387 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
kono
parents:
diff changeset
388 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
kono
parents:
diff changeset
389 "LDFLAGS=$(LDFLAGS)" \
kono
parents:
diff changeset
390 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
391 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
392 "MAKE=$(MAKE)" \
kono
parents:
diff changeset
393 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
kono
parents:
diff changeset
394 "SHELL=$(SHELL)" \
kono
parents:
diff changeset
395 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
kono
parents:
diff changeset
396 "exec_prefix=$(exec_prefix)" \
kono
parents:
diff changeset
397 "infodir=$(infodir)" \
kono
parents:
diff changeset
398 "libdir=$(libdir)" \
kono
parents:
diff changeset
399 "includedir=$(includedir)" \
kono
parents:
diff changeset
400 "prefix=$(prefix)" \
kono
parents:
diff changeset
401 "tooldir=$(tooldir)" \
kono
parents:
diff changeset
402 "gxx_include_dir=$(gxx_include_dir)" \
kono
parents:
diff changeset
403 "AR=$(AR)" \
kono
parents:
diff changeset
404 "AS=$(AS)" \
kono
parents:
diff changeset
405 "LD=$(LD)" \
kono
parents:
diff changeset
406 "RANLIB=$(RANLIB)" \
kono
parents:
diff changeset
407 "NM=$(NM)" \
kono
parents:
diff changeset
408 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
kono
parents:
diff changeset
409 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
kono
parents:
diff changeset
410 "DESTDIR=$(DESTDIR)" \
kono
parents:
diff changeset
411 "WERROR=$(WERROR)"
kono
parents:
diff changeset
412
kono
parents:
diff changeset
413
kono
parents:
diff changeset
414 # Subdir rules rely on $(FLAGS_TO_PASS)
kono
parents:
diff changeset
415 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
kono
parents:
diff changeset
416 all: config.h
kono
parents:
diff changeset
417 $(MAKE) $(AM_MAKEFLAGS) all-recursive
kono
parents:
diff changeset
418
kono
parents:
diff changeset
419 .SUFFIXES:
kono
parents:
diff changeset
420 am--refresh: Makefile
kono
parents:
diff changeset
421 @:
kono
parents:
diff changeset
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
kono
parents:
diff changeset
423 @for dep in $?; do \
kono
parents:
diff changeset
424 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
425 *$$dep*) \
kono
parents:
diff changeset
426 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
kono
parents:
diff changeset
427 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
kono
parents:
diff changeset
428 && exit 0; \
kono
parents:
diff changeset
429 exit 1;; \
kono
parents:
diff changeset
430 esac; \
kono
parents:
diff changeset
431 done; \
kono
parents:
diff changeset
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
kono
parents:
diff changeset
433 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
434 $(AUTOMAKE) --foreign --ignore-deps Makefile
kono
parents:
diff changeset
435 .PRECIOUS: Makefile
kono
parents:
diff changeset
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
437 @case '$?' in \
kono
parents:
diff changeset
438 *config.status*) \
kono
parents:
diff changeset
439 echo ' $(SHELL) ./config.status'; \
kono
parents:
diff changeset
440 $(SHELL) ./config.status;; \
kono
parents:
diff changeset
441 *) \
kono
parents:
diff changeset
442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
444 esac;
kono
parents:
diff changeset
445 $(top_srcdir)/fragment.am:
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
448 $(SHELL) ./config.status --recheck
kono
parents:
diff changeset
449
kono
parents:
diff changeset
450 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
451 $(am__cd) $(srcdir) && $(AUTOCONF)
kono
parents:
diff changeset
452 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
453 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
kono
parents:
diff changeset
454 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
455
kono
parents:
diff changeset
456 config.h: stamp-h1
kono
parents:
diff changeset
457 @if test ! -f $@; then rm -f stamp-h1; else :; fi
kono
parents:
diff changeset
458 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
kono
parents:
diff changeset
459
kono
parents:
diff changeset
460 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
kono
parents:
diff changeset
461 @rm -f stamp-h1
kono
parents:
diff changeset
462 cd $(top_builddir) && $(SHELL) ./config.status config.h
kono
parents:
diff changeset
463 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
464 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
kono
parents:
diff changeset
465 rm -f stamp-h1
kono
parents:
diff changeset
466 touch $@
kono
parents:
diff changeset
467
kono
parents:
diff changeset
468 distclean-hdr:
kono
parents:
diff changeset
469 -rm -f config.h stamp-h1
kono
parents:
diff changeset
470 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
kono
parents:
diff changeset
471 cd $(top_builddir) && $(SHELL) ./config.status $@
kono
parents:
diff changeset
472 scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
kono
parents:
diff changeset
473 cd $(top_builddir) && $(SHELL) ./config.status $@
kono
parents:
diff changeset
474 doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
kono
parents:
diff changeset
475 cd $(top_builddir) && $(SHELL) ./config.status $@
kono
parents:
diff changeset
476
kono
parents:
diff changeset
477 mostlyclean-libtool:
kono
parents:
diff changeset
478 -rm -f *.lo
kono
parents:
diff changeset
479
kono
parents:
diff changeset
480 clean-libtool:
kono
parents:
diff changeset
481 -rm -rf .libs _libs
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 distclean-libtool:
kono
parents:
diff changeset
484 -rm -f libtool config.lt
kono
parents:
diff changeset
485
kono
parents:
diff changeset
486 # GNU Make needs to see an explicit $(MAKE) variable in the command it
kono
parents:
diff changeset
487 # runs to enable its job server during parallel builds. Hence the
kono
parents:
diff changeset
488 # comments below.
kono
parents:
diff changeset
489 all-multi:
kono
parents:
diff changeset
490 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
kono
parents:
diff changeset
491 install-multi:
kono
parents:
diff changeset
492 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
kono
parents:
diff changeset
493
kono
parents:
diff changeset
494 mostlyclean-multi:
kono
parents:
diff changeset
495 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
kono
parents:
diff changeset
496 clean-multi:
kono
parents:
diff changeset
497 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
kono
parents:
diff changeset
498 distclean-multi:
kono
parents:
diff changeset
499 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
kono
parents:
diff changeset
500 maintainer-clean-multi:
kono
parents:
diff changeset
501 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 # This directory's subdirectories are mostly independent; you can cd
kono
parents:
diff changeset
504 # into them and run `make' without going through this Makefile.
kono
parents:
diff changeset
505 # To change the values of `make' variables: instead of editing Makefiles,
kono
parents:
diff changeset
506 # (1) if the variable is set in `config.status', edit `config.status'
kono
parents:
diff changeset
507 # (which will cause the Makefiles to be regenerated when you run `make');
kono
parents:
diff changeset
508 # (2) otherwise, pass the desired values on the `make' command line.
kono
parents:
diff changeset
509 $(RECURSIVE_TARGETS):
kono
parents:
diff changeset
510 @fail= failcom='exit 1'; \
kono
parents:
diff changeset
511 for f in x $$MAKEFLAGS; do \
kono
parents:
diff changeset
512 case $$f in \
kono
parents:
diff changeset
513 *=* | --[!k]*);; \
kono
parents:
diff changeset
514 *k*) failcom='fail=yes';; \
kono
parents:
diff changeset
515 esac; \
kono
parents:
diff changeset
516 done; \
kono
parents:
diff changeset
517 dot_seen=no; \
kono
parents:
diff changeset
518 target=`echo $@ | sed s/-recursive//`; \
kono
parents:
diff changeset
519 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
520 echo "Making $$target in $$subdir"; \
kono
parents:
diff changeset
521 if test "$$subdir" = "."; then \
kono
parents:
diff changeset
522 dot_seen=yes; \
kono
parents:
diff changeset
523 local_target="$$target-am"; \
kono
parents:
diff changeset
524 else \
kono
parents:
diff changeset
525 local_target="$$target"; \
kono
parents:
diff changeset
526 fi; \
kono
parents:
diff changeset
527 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
kono
parents:
diff changeset
528 || eval $$failcom; \
kono
parents:
diff changeset
529 done; \
kono
parents:
diff changeset
530 if test "$$dot_seen" = "no"; then \
kono
parents:
diff changeset
531 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
kono
parents:
diff changeset
532 fi; test -z "$$fail"
kono
parents:
diff changeset
533
kono
parents:
diff changeset
534 $(RECURSIVE_CLEAN_TARGETS):
kono
parents:
diff changeset
535 @fail= failcom='exit 1'; \
kono
parents:
diff changeset
536 for f in x $$MAKEFLAGS; do \
kono
parents:
diff changeset
537 case $$f in \
kono
parents:
diff changeset
538 *=* | --[!k]*);; \
kono
parents:
diff changeset
539 *k*) failcom='fail=yes';; \
kono
parents:
diff changeset
540 esac; \
kono
parents:
diff changeset
541 done; \
kono
parents:
diff changeset
542 dot_seen=no; \
kono
parents:
diff changeset
543 case "$@" in \
kono
parents:
diff changeset
544 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
kono
parents:
diff changeset
545 *) list='$(SUBDIRS)' ;; \
kono
parents:
diff changeset
546 esac; \
kono
parents:
diff changeset
547 rev=''; for subdir in $$list; do \
kono
parents:
diff changeset
548 if test "$$subdir" = "."; then :; else \
kono
parents:
diff changeset
549 rev="$$subdir $$rev"; \
kono
parents:
diff changeset
550 fi; \
kono
parents:
diff changeset
551 done; \
kono
parents:
diff changeset
552 rev="$$rev ."; \
kono
parents:
diff changeset
553 target=`echo $@ | sed s/-recursive//`; \
kono
parents:
diff changeset
554 for subdir in $$rev; do \
kono
parents:
diff changeset
555 echo "Making $$target in $$subdir"; \
kono
parents:
diff changeset
556 if test "$$subdir" = "."; then \
kono
parents:
diff changeset
557 local_target="$$target-am"; \
kono
parents:
diff changeset
558 else \
kono
parents:
diff changeset
559 local_target="$$target"; \
kono
parents:
diff changeset
560 fi; \
kono
parents:
diff changeset
561 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
kono
parents:
diff changeset
562 || eval $$failcom; \
kono
parents:
diff changeset
563 done && test -z "$$fail"
kono
parents:
diff changeset
564 tags-recursive:
kono
parents:
diff changeset
565 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
566 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
kono
parents:
diff changeset
567 done
kono
parents:
diff changeset
568 ctags-recursive:
kono
parents:
diff changeset
569 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
570 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
kono
parents:
diff changeset
571 done
kono
parents:
diff changeset
572
kono
parents:
diff changeset
573 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
575 unique=`for i in $$list; do \
kono
parents:
diff changeset
576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
577 done | \
kono
parents:
diff changeset
578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
579 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
580 mkid -fID $$unique
kono
parents:
diff changeset
581 tags: TAGS
kono
parents:
diff changeset
582 ctags: CTAGS
kono
parents:
diff changeset
583 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
584 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
585 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
586 unique=`for i in $$list; do \
kono
parents:
diff changeset
587 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
588 done | \
kono
parents:
diff changeset
589 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
590 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
591 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
592 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
593 $$unique
kono
parents:
diff changeset
594
kono
parents:
diff changeset
595 GTAGS:
kono
parents:
diff changeset
596 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
597 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
598 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
599
kono
parents:
diff changeset
600 distclean-tags:
kono
parents:
diff changeset
601 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
602 check-am: all-am
kono
parents:
diff changeset
603 check: check-recursive
kono
parents:
diff changeset
604 all-am: Makefile all-multi config.h
kono
parents:
diff changeset
605 installdirs: installdirs-recursive
kono
parents:
diff changeset
606 installdirs-am:
kono
parents:
diff changeset
607 install: install-recursive
kono
parents:
diff changeset
608 install-exec: install-exec-recursive
kono
parents:
diff changeset
609 install-data: install-data-recursive
kono
parents:
diff changeset
610 uninstall: uninstall-recursive
kono
parents:
diff changeset
611
kono
parents:
diff changeset
612 install-am: all-am
kono
parents:
diff changeset
613 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
614
kono
parents:
diff changeset
615 installcheck: installcheck-recursive
kono
parents:
diff changeset
616 install-strip:
kono
parents:
diff changeset
617 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
618 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
619 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
620 install; \
kono
parents:
diff changeset
621 else \
kono
parents:
diff changeset
622 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
623 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
624 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
625 fi
kono
parents:
diff changeset
626 mostlyclean-generic:
kono
parents:
diff changeset
627
kono
parents:
diff changeset
628 clean-generic:
kono
parents:
diff changeset
629
kono
parents:
diff changeset
630 distclean-generic:
kono
parents:
diff changeset
631 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
632 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
633
kono
parents:
diff changeset
634 maintainer-clean-generic:
kono
parents:
diff changeset
635 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
636 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
637 clean: clean-multi clean-recursive
kono
parents:
diff changeset
638
kono
parents:
diff changeset
639 clean-am: clean-generic clean-libtool mostlyclean-am
kono
parents:
diff changeset
640
kono
parents:
diff changeset
641 distclean: distclean-multi distclean-recursive
kono
parents:
diff changeset
642 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
643 -rm -f Makefile
kono
parents:
diff changeset
644 distclean-am: clean-am distclean-generic distclean-hdr \
kono
parents:
diff changeset
645 distclean-libtool distclean-tags
kono
parents:
diff changeset
646
kono
parents:
diff changeset
647 dvi-am:
kono
parents:
diff changeset
648
kono
parents:
diff changeset
649 html-am:
kono
parents:
diff changeset
650
kono
parents:
diff changeset
651 info-am:
kono
parents:
diff changeset
652
kono
parents:
diff changeset
653 install-data-am:
kono
parents:
diff changeset
654
kono
parents:
diff changeset
655 install-dvi-am:
kono
parents:
diff changeset
656
kono
parents:
diff changeset
657 install-exec-am: install-multi
kono
parents:
diff changeset
658
kono
parents:
diff changeset
659 install-html-am:
kono
parents:
diff changeset
660
kono
parents:
diff changeset
661 install-info-am:
kono
parents:
diff changeset
662
kono
parents:
diff changeset
663 install-pdf-am:
kono
parents:
diff changeset
664
kono
parents:
diff changeset
665 install-ps-am:
kono
parents:
diff changeset
666
kono
parents:
diff changeset
667 installcheck-am:
kono
parents:
diff changeset
668
kono
parents:
diff changeset
669 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
kono
parents:
diff changeset
670 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
671 -rm -rf $(top_srcdir)/autom4te.cache
kono
parents:
diff changeset
672 -rm -f Makefile
kono
parents:
diff changeset
673 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
674
kono
parents:
diff changeset
675 mostlyclean: mostlyclean-multi mostlyclean-recursive
kono
parents:
diff changeset
676
kono
parents:
diff changeset
677 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
kono
parents:
diff changeset
678
kono
parents:
diff changeset
679 pdf-am:
kono
parents:
diff changeset
680
kono
parents:
diff changeset
681 ps-am:
kono
parents:
diff changeset
682
kono
parents:
diff changeset
683 uninstall-am:
kono
parents:
diff changeset
684
kono
parents:
diff changeset
685 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
kono
parents:
diff changeset
686 clean-multi ctags-recursive distclean-multi install-am \
kono
parents:
diff changeset
687 install-multi install-strip maintainer-clean-multi \
kono
parents:
diff changeset
688 mostlyclean-multi tags-recursive
kono
parents:
diff changeset
689
kono
parents:
diff changeset
690 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
kono
parents:
diff changeset
691 all all-am all-multi am--refresh check check-am clean \
kono
parents:
diff changeset
692 clean-generic clean-libtool clean-multi ctags ctags-recursive \
kono
parents:
diff changeset
693 distclean distclean-generic distclean-hdr distclean-libtool \
kono
parents:
diff changeset
694 distclean-multi distclean-tags dvi dvi-am html html-am info \
kono
parents:
diff changeset
695 info-am install install-am install-data install-data-am \
kono
parents:
diff changeset
696 install-dvi install-dvi-am install-exec install-exec-am \
kono
parents:
diff changeset
697 install-html install-html-am install-info install-info-am \
kono
parents:
diff changeset
698 install-man install-multi install-pdf install-pdf-am \
kono
parents:
diff changeset
699 install-ps install-ps-am install-strip installcheck \
kono
parents:
diff changeset
700 installcheck-am installdirs installdirs-am maintainer-clean \
kono
parents:
diff changeset
701 maintainer-clean-generic maintainer-clean-multi mostlyclean \
kono
parents:
diff changeset
702 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
kono
parents:
diff changeset
703 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
kono
parents:
diff changeset
704
kono
parents:
diff changeset
705
kono
parents:
diff changeset
706 # Testsuite/check forwarding targets.
kono
parents:
diff changeset
707 check-%:
kono
parents:
diff changeset
708 cd testsuite && $(MAKE) $@
kono
parents:
diff changeset
709
kono
parents:
diff changeset
710 # Documentation forwarding targets.
kono
parents:
diff changeset
711 doc-%:
kono
parents:
diff changeset
712 cd doc && $(MAKE) $@
kono
parents:
diff changeset
713
kono
parents:
diff changeset
714 # Documentation primary rules.
kono
parents:
diff changeset
715 #
kono
parents:
diff changeset
716 # xml:
kono
parents:
diff changeset
717 # html:
kono
parents:
diff changeset
718 # pdf:
kono
parents:
diff changeset
719 # man:
kono
parents:
diff changeset
720 # info:
kono
parents:
diff changeset
721 # ps:
kono
parents:
diff changeset
722 # dvi:
kono
parents:
diff changeset
723 # epub:
kono
parents:
diff changeset
724 # install-xml:
kono
parents:
diff changeset
725 # install-html:
kono
parents:
diff changeset
726 # install-pdf:
kono
parents:
diff changeset
727 # install-man:
kono
parents:
diff changeset
728 # install-info:
kono
parents:
diff changeset
729 # install-ps:
kono
parents:
diff changeset
730 # install-dvi:
kono
parents:
diff changeset
731 # install-epub:
kono
parents:
diff changeset
732
kono
parents:
diff changeset
733 xml: $(STAMP_XML)
kono
parents:
diff changeset
734 install-xml: $(STAMP_INSTALL_XML)
kono
parents:
diff changeset
735
kono
parents:
diff changeset
736 html: $(STAMP_HTML)
kono
parents:
diff changeset
737 install-html: $(STAMP_INSTALL_HTML)
kono
parents:
diff changeset
738
kono
parents:
diff changeset
739 man: $(STAMP_MAN)
kono
parents:
diff changeset
740 install-man: $(STAMP_INSTALL_MAN)
kono
parents:
diff changeset
741
kono
parents:
diff changeset
742 pdf: $(STAMP_PDF)
kono
parents:
diff changeset
743 install-pdf: $(STAMP_INSTALL_PDF)
kono
parents:
diff changeset
744
kono
parents:
diff changeset
745 epub: $(STAMP_EPUB)
kono
parents:
diff changeset
746 install-epub: $(STAMP_INSTALL_EPUB)
kono
parents:
diff changeset
747
kono
parents:
diff changeset
748 info:
kono
parents:
diff changeset
749 install-info:
kono
parents:
diff changeset
750
kono
parents:
diff changeset
751 ps:
kono
parents:
diff changeset
752 install-ps:
kono
parents:
diff changeset
753
kono
parents:
diff changeset
754 dvi:
kono
parents:
diff changeset
755 install-dvi:
kono
parents:
diff changeset
756
kono
parents:
diff changeset
757 # All the machinations with string instantiations messes up the
kono
parents:
diff changeset
758 # automake-generated TAGS rule. Make a simple one here.
kono
parents:
diff changeset
759 TAGS: tags-recursive $(LISP)
kono
parents:
diff changeset
760
kono
parents:
diff changeset
761 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
762 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
763 .NOEXPORT: