1# Makefile.in generated by automake 1.16 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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# Copyright (C) 2002-2021 Free Software Foundation, Inc.
18#
19# This file is free software; you can redistribute it and/or modify
20# it under the terms of the GNU General Public License as published by
21# the Free Software Foundation; either version 3 of the License, or
22# (at your option) any later version.
23#
24# This file is distributed in the hope that it will be useful,
25# but WITHOUT ANY WARRANTY; without even the implied warranty of
26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27# GNU General Public License for more details.
28#
29# You should have received a copy of the GNU General Public License
30# along with this file.  If not, see <https://www.gnu.org/licenses/>.
31#
32# As a special exception to the GNU General Public License,
33# this file may be distributed as part of a program that
34# contains a configuration script generated by Autoconf, under
35# the same distribution terms as the rest of that program.
36#
37# Generated by gnulib-tool.
38# Reproduce by:
39# gnulib-tool --import \
40#  --lib=libgnu \
41#  --source-base=gl-libpoke \
42#  --m4-base=m4/libpoke \
43#  --doc-base=doc \
44#  --tests-base=tests \
45#  --aux-dir=build-aux \
46#  --no-conditional-dependencies \
47#  --libtool \
48#  --macro-prefix=libpoke \
49#  basename-lgpl \
50#  byteswap \
51#  free-posix \
52#  fstat \
53#  gcd \
54#  gettext-h \
55#  gettime \
56#  intprops \
57#  isatty \
58#  lib-symbol-visibility \
59#  mkstemp \
60#  printf-posix \
61#  random \
62#  secure_getenv \
63#  signal-h \
64#  snprintf \
65#  stdarg \
66#  stdbool \
67#  stddef \
68#  strchrnul \
69#  streq \
70#  string-buffer \
71#  strstr \
72#  strtoull \
73#  tempname \
74#  timespec \
75#  tmpdir \
76#  vasprintf-posix \
77#  xalloc
78
79
80
81VPATH = @srcdir@
82am__is_gnu_make = { \
83  if test -z '$(MAKELEVEL)'; then \
84    false; \
85  elif test -n '$(MAKE_HOST)'; then \
86    true; \
87  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
88    true; \
89  else \
90    false; \
91  fi; \
92}
93am__make_running_with_option = \
94  case $${target_option-} in \
95      ?) ;; \
96      *) echo "am__make_running_with_option: internal error: invalid" \
97              "target option '$${target_option-}' specified" >&2; \
98         exit 1;; \
99  esac; \
100  has_opt=no; \
101  sane_makeflags=$$MAKEFLAGS; \
102  if $(am__is_gnu_make); then \
103    sane_makeflags=$$MFLAGS; \
104  else \
105    case $$MAKEFLAGS in \
106      *\\[\ \	]*) \
107        bs=\\; \
108        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
109          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
110    esac; \
111  fi; \
112  skip_next=no; \
113  strip_trailopt () \
114  { \
115    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
116  }; \
117  for flg in $$sane_makeflags; do \
118    test $$skip_next = yes && { skip_next=no; continue; }; \
119    case $$flg in \
120      *=*|--*) continue;; \
121        -*I) strip_trailopt 'I'; skip_next=yes;; \
122      -*I?*) strip_trailopt 'I';; \
123        -*O) strip_trailopt 'O'; skip_next=yes;; \
124      -*O?*) strip_trailopt 'O';; \
125        -*l) strip_trailopt 'l'; skip_next=yes;; \
126      -*l?*) strip_trailopt 'l';; \
127      -[dEDm]) skip_next=yes;; \
128      -[JT]) skip_next=yes;; \
129    esac; \
130    case $$flg in \
131      *$$target_option*) has_opt=yes; break;; \
132    esac; \
133  done; \
134  test $$has_opt = yes
135am__make_dryrun = (target_option=n; $(am__make_running_with_option))
136am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
137pkgdatadir = $(datadir)/@PACKAGE@
138pkgincludedir = $(includedir)/@PACKAGE@
139pkglibdir = $(libdir)/@PACKAGE@
140pkglibexecdir = $(libexecdir)/@PACKAGE@
141am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
142install_sh_DATA = $(install_sh) -c -m 644
143install_sh_PROGRAM = $(install_sh) -c
144install_sh_SCRIPT = $(install_sh) -c
145INSTALL_HEADER = $(INSTALL_DATA)
146transform = $(program_transform_name)
147NORMAL_INSTALL = :
148PRE_INSTALL = :
149POST_INSTALL = :
150NORMAL_UNINSTALL = :
151PRE_UNINSTALL = :
152POST_UNINSTALL = :
153build_triplet = @build@
154host_triplet = @host@
155subdir = gl-libpoke
156ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
157am__aclocal_m4_deps = $(top_srcdir)/m4/gui/gnulib-comp.m4 \
158	$(top_srcdir)/m4/libpoke/gnulib-comp.m4 \
159	$(top_srcdir)/m4/libpoke/random.m4 \
160	$(top_srcdir)/m4/libpoke/random_r.m4 \
161	$(top_srcdir)/m4/libpoke/snprintf.m4 \
162	$(top_srcdir)/m4/libpoke/strtoull.m4 \
163	$(top_srcdir)/m4/libpoke/vsnprintf-posix.m4 \
164	$(top_srcdir)/m4/libpoke/vsnprintf.m4 \
165	$(top_srcdir)/m4/00gnulib.m4 $(top_srcdir)/m4/__inline.m4 \
166	$(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/access.m4 \
167	$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/asm-underscore.m4 \
168	$(top_srcdir)/m4/ax_check_awk_gensub.m4 \
169	$(top_srcdir)/m4/ax_need_awk.m4 \
170	$(top_srcdir)/m4/ax_try_awk_expout.m4 \
171	$(top_srcdir)/m4/bison.m4 $(top_srcdir)/m4/btowc.m4 \
172	$(top_srcdir)/m4/builtin-expect.m4 \
173	$(top_srcdir)/m4/byteswap.m4 $(top_srcdir)/m4/clock_time.m4 \
174	$(top_srcdir)/m4/close.m4 $(top_srcdir)/m4/closedir.m4 \
175	$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/ctype.m4 \
176	$(top_srcdir)/m4/d-type.m4 $(top_srcdir)/m4/dirent_h.m4 \
177	$(top_srcdir)/m4/dirfd.m4 \
178	$(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \
179	$(top_srcdir)/m4/eaccess.m4 $(top_srcdir)/m4/eealloc.m4 \
180	$(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
181	$(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/explicit_bzero.m4 \
182	$(top_srcdir)/m4/exponentd.m4 $(top_srcdir)/m4/exponentf.m4 \
183	$(top_srcdir)/m4/exponentl.m4 $(top_srcdir)/m4/extensions.m4 \
184	$(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
185	$(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \
186	$(top_srcdir)/m4/findprog.m4 $(top_srcdir)/m4/flexmember.m4 \
187	$(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fnmatch.m4 \
188	$(top_srcdir)/m4/fnmatch_h.m4 $(top_srcdir)/m4/fopen.m4 \
189	$(top_srcdir)/m4/fpieee.m4 $(top_srcdir)/m4/free.m4 \
190	$(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
191	$(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/fseterr.m4 \
192	$(top_srcdir)/m4/fstat.m4 $(top_srcdir)/m4/fsync.m4 \
193	$(top_srcdir)/m4/ftell.m4 $(top_srcdir)/m4/ftello.m4 \
194	$(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \
195	$(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
196	$(top_srcdir)/m4/getlogin.m4 $(top_srcdir)/m4/getlogin_r.m4 \
197	$(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getprogname.m4 \
198	$(top_srcdir)/m4/getrandom.m4 $(top_srcdir)/m4/gettext.m4 \
199	$(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
200	$(top_srcdir)/m4/glob.m4 $(top_srcdir)/m4/glob_h.m4 \
201	$(top_srcdir)/m4/gnulib-common.m4 \
202	$(top_srcdir)/m4/gnulib-comp.m4 \
203	$(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
204	$(top_srcdir)/m4/include_next.m4 \
205	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
206	$(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
207	$(top_srcdir)/m4/isatty.m4 $(top_srcdir)/m4/isblank.m4 \
208	$(top_srcdir)/m4/isnand.m4 $(top_srcdir)/m4/isnanf.m4 \
209	$(top_srcdir)/m4/isnanl.m4 $(top_srcdir)/m4/largefile.m4 \
210	$(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
211	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
212	$(top_srcdir)/m4/libtextstyle-hyperlink.m4 \
213	$(top_srcdir)/m4/libtextstyle-optional.m4 \
214	$(top_srcdir)/m4/libtextstyle.m4 $(top_srcdir)/m4/libtool.m4 \
215	$(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/localcharset.m4 \
216	$(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/locale-ja.m4 \
217	$(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/locale_h.m4 \
218	$(top_srcdir)/m4/lseek.m4 $(top_srcdir)/m4/lstat.m4 \
219	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
220	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
221	$(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/malloca.m4 \
222	$(top_srcdir)/m4/math_h.m4 $(top_srcdir)/m4/mbrtowc.m4 \
223	$(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbsrtowcs.m4 \
224	$(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbtowc.m4 \
225	$(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/memcpy.m4 \
226	$(top_srcdir)/m4/mempcpy.m4 $(top_srcdir)/m4/minmax.m4 \
227	$(top_srcdir)/m4/mkdir.m4 $(top_srcdir)/m4/mkstemp.m4 \
228	$(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/mmap-anon.m4 \
229	$(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \
230	$(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
231	$(top_srcdir)/m4/nanosleep.m4 $(top_srcdir)/m4/nls.m4 \
232	$(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/nstrftime.m4 \
233	$(top_srcdir)/m4/off_t.m4 $(top_srcdir)/m4/open-cloexec.m4 \
234	$(top_srcdir)/m4/open-slash.m4 $(top_srcdir)/m4/open.m4 \
235	$(top_srcdir)/m4/opendir.m4 $(top_srcdir)/m4/parse-datetime.m4 \
236	$(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/pid_t.m4 \
237	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
238	$(top_srcdir)/m4/printf-frexp.m4 \
239	$(top_srcdir)/m4/printf-frexpl.m4 \
240	$(top_srcdir)/m4/printf-posix-rpl.m4 \
241	$(top_srcdir)/m4/printf.m4 $(top_srcdir)/m4/progtest.m4 \
242	$(top_srcdir)/m4/pthread-cond.m4 \
243	$(top_srcdir)/m4/pthread-mutex.m4 \
244	$(top_srcdir)/m4/pthread-once.m4 \
245	$(top_srcdir)/m4/pthread-rwlock.m4 \
246	$(top_srcdir)/m4/pthread-spin.m4 \
247	$(top_srcdir)/m4/pthread-thread.m4 \
248	$(top_srcdir)/m4/pthread-tss.m4 $(top_srcdir)/m4/pthread_h.m4 \
249	$(top_srcdir)/m4/pthread_mutex_timedlock.m4 \
250	$(top_srcdir)/m4/raise.m4 $(top_srcdir)/m4/rawmemchr.m4 \
251	$(top_srcdir)/m4/read-file.m4 $(top_srcdir)/m4/readdir.m4 \
252	$(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/realloc.m4 \
253	$(top_srcdir)/m4/sched_h.m4 $(top_srcdir)/m4/secure_getenv.m4 \
254	$(top_srcdir)/m4/select.m4 $(top_srcdir)/m4/setenv.m4 \
255	$(top_srcdir)/m4/setlocale_null.m4 \
256	$(top_srcdir)/m4/sigaction.m4 $(top_srcdir)/m4/signal_h.m4 \
257	$(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/signbit.m4 \
258	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/socketlib.m4 \
259	$(top_srcdir)/m4/sockets.m4 $(top_srcdir)/m4/socklen.m4 \
260	$(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat-time.m4 \
261	$(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/std-gnu11.m4 \
262	$(top_srcdir)/m4/stdalign.m4 $(top_srcdir)/m4/stdarg.m4 \
263	$(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
264	$(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
265	$(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
266	$(top_srcdir)/m4/stpcpy.m4 $(top_srcdir)/m4/strchrnul.m4 \
267	$(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \
268	$(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
269	$(top_srcdir)/m4/strstr.m4 $(top_srcdir)/m4/sys_random_h.m4 \
270	$(top_srcdir)/m4/sys_select_h.m4 \
271	$(top_srcdir)/m4/sys_socket_h.m4 \
272	$(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
273	$(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/sys_uio_h.m4 \
274	$(top_srcdir)/m4/tcl.m4 $(top_srcdir)/m4/tempname.m4 \
275	$(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/time_h.m4 \
276	$(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/time_rz.m4 \
277	$(top_srcdir)/m4/timegm.m4 $(top_srcdir)/m4/timespec.m4 \
278	$(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/tmpdir.m4 \
279	$(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unistd_h.m4 \
280	$(top_srcdir)/m4/unlink.m4 $(top_srcdir)/m4/vasnprintf.m4 \
281	$(top_srcdir)/m4/vasprintf-posix.m4 \
282	$(top_srcdir)/m4/vasprintf.m4 \
283	$(top_srcdir)/m4/vfprintf-posix.m4 \
284	$(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/warn-on-use.m4 \
285	$(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
286	$(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wint_t.m4 \
287	$(top_srcdir)/m4/wmemchr.m4 $(top_srcdir)/m4/wmempcpy.m4 \
288	$(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \
289	$(top_srcdir)/m4/xstrndup.m4 $(top_srcdir)/m4/zzgnulib.m4 \
290	$(top_srcdir)/m4/jitter.m4 $(top_srcdir)/configure.ac
291am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
292	$(ACLOCAL_M4)
293DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
294	$(am__DIST_COMMON)
295mkinstalldirs = $(install_sh) -d
296CONFIG_HEADER = $(top_builddir)/poke/config.h
297CONFIG_CLEAN_FILES =
298CONFIG_CLEAN_VPATH_FILES =
299LIBRARIES = $(noinst_LIBRARIES)
300LTLIBRARIES = $(noinst_LTLIBRARIES)
301am__DEPENDENCIES_1 =
302am_libgnu_la_OBJECTS = basename-lgpl.lo cloexec.lo dirname-lgpl.lo \
303	stripslash.lo exitfail.lo fd-hook.lo gcd.lo getprogname.lo \
304	gettime.lo malloca.lo math.lo printf-frexp.lo printf-frexpl.lo \
305	stat-time.lo string-buffer.lo tempname.lo timespec.lo \
306	tmpdir.lo unistd.lo xmalloc.lo xalloc-die.lo xsize.lo
307libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
308AM_V_lt = $(am__v_lt_@AM_V@)
309am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
310am__v_lt_0 = --silent
311am__v_lt_1 =
312libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
313	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
314	$(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@
315AM_V_P = $(am__v_P_@AM_V@)
316am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
317am__v_P_0 = false
318am__v_P_1 = :
319AM_V_GEN = $(am__v_GEN_@AM_V@)
320am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
321am__v_GEN_0 = @echo "  GEN     " $@;
322am__v_GEN_1 =
323AM_V_at = $(am__v_at_@AM_V@)
324am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
325am__v_at_0 = @
326am__v_at_1 =
327DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/poke
328depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
329am__maybe_remake_depfiles = depfiles
330am__depfiles_remade = ./$(DEPDIR)/asnprintf.Plo \
331	./$(DEPDIR)/asprintf.Plo ./$(DEPDIR)/basename-lgpl.Plo \
332	./$(DEPDIR)/cloexec.Plo ./$(DEPDIR)/close.Plo \
333	./$(DEPDIR)/dirname-lgpl.Plo ./$(DEPDIR)/dup2.Plo \
334	./$(DEPDIR)/error.Plo ./$(DEPDIR)/exitfail.Plo \
335	./$(DEPDIR)/fcntl.Plo ./$(DEPDIR)/fd-hook.Plo \
336	./$(DEPDIR)/float.Plo ./$(DEPDIR)/free.Plo \
337	./$(DEPDIR)/frexp.Plo ./$(DEPDIR)/frexpl.Plo \
338	./$(DEPDIR)/fseterr.Plo ./$(DEPDIR)/fstat.Plo \
339	./$(DEPDIR)/gcd.Plo ./$(DEPDIR)/getdtablesize.Plo \
340	./$(DEPDIR)/getprogname.Plo ./$(DEPDIR)/getrandom.Plo \
341	./$(DEPDIR)/gettime.Plo ./$(DEPDIR)/gettimeofday.Plo \
342	./$(DEPDIR)/isatty.Plo ./$(DEPDIR)/isnan.Plo \
343	./$(DEPDIR)/isnand.Plo ./$(DEPDIR)/isnanf.Plo \
344	./$(DEPDIR)/isnanl.Plo ./$(DEPDIR)/itold.Plo \
345	./$(DEPDIR)/lstat.Plo ./$(DEPDIR)/malloc.Plo \
346	./$(DEPDIR)/malloca.Plo ./$(DEPDIR)/math.Plo \
347	./$(DEPDIR)/memchr.Plo ./$(DEPDIR)/mkdir.Plo \
348	./$(DEPDIR)/mkstemp.Plo ./$(DEPDIR)/msvc-inval.Plo \
349	./$(DEPDIR)/msvc-nothrow.Plo ./$(DEPDIR)/open.Plo \
350	./$(DEPDIR)/printf-args.Plo ./$(DEPDIR)/printf-frexp.Plo \
351	./$(DEPDIR)/printf-frexpl.Plo ./$(DEPDIR)/printf-parse.Plo \
352	./$(DEPDIR)/printf.Plo ./$(DEPDIR)/random.Plo \
353	./$(DEPDIR)/random_r.Plo ./$(DEPDIR)/rawmemchr.Plo \
354	./$(DEPDIR)/secure_getenv.Plo ./$(DEPDIR)/signbitd.Plo \
355	./$(DEPDIR)/signbitf.Plo ./$(DEPDIR)/signbitl.Plo \
356	./$(DEPDIR)/snprintf.Plo ./$(DEPDIR)/stat-time.Plo \
357	./$(DEPDIR)/stat-w32.Plo ./$(DEPDIR)/stat.Plo \
358	./$(DEPDIR)/strchrnul.Plo ./$(DEPDIR)/strerror-override.Plo \
359	./$(DEPDIR)/strerror.Plo ./$(DEPDIR)/string-buffer.Plo \
360	./$(DEPDIR)/stripslash.Plo ./$(DEPDIR)/strstr.Plo \
361	./$(DEPDIR)/strtol.Plo ./$(DEPDIR)/strtoul.Plo \
362	./$(DEPDIR)/strtoull.Plo ./$(DEPDIR)/tempname.Plo \
363	./$(DEPDIR)/timespec.Plo ./$(DEPDIR)/tmpdir.Plo \
364	./$(DEPDIR)/unistd.Plo ./$(DEPDIR)/vasnprintf.Plo \
365	./$(DEPDIR)/vasprintf.Plo ./$(DEPDIR)/vfprintf.Plo \
366	./$(DEPDIR)/vsnprintf.Plo ./$(DEPDIR)/xalloc-die.Plo \
367	./$(DEPDIR)/xmalloc.Plo ./$(DEPDIR)/xsize.Plo
368am__mv = mv -f
369COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
370	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
371LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
372	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
373	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
374	$(AM_CFLAGS) $(CFLAGS)
375AM_V_CC = $(am__v_CC_@AM_V@)
376am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
377am__v_CC_0 = @echo "  CC      " $@;
378am__v_CC_1 =
379CCLD = $(CC)
380LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
381	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
382	$(AM_LDFLAGS) $(LDFLAGS) -o $@
383AM_V_CCLD = $(am__v_CCLD_@AM_V@)
384am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
385am__v_CCLD_0 = @echo "  CCLD    " $@;
386am__v_CCLD_1 =
387SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
388DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
389RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
390	ctags-recursive dvi-recursive html-recursive info-recursive \
391	install-data-recursive install-dvi-recursive \
392	install-exec-recursive install-html-recursive \
393	install-info-recursive install-pdf-recursive \
394	install-ps-recursive install-recursive installcheck-recursive \
395	installdirs-recursive pdf-recursive ps-recursive \
396	tags-recursive uninstall-recursive
397am__can_run_installinfo = \
398  case $$AM_UPDATE_INFO_DIR in \
399    n|no|NO) false;; \
400    *) (install-info --version) >/dev/null 2>&1;; \
401  esac
402HEADERS = $(noinst_HEADERS)
403RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
404  distclean-recursive maintainer-clean-recursive
405am__recursive_targets = \
406  $(RECURSIVE_TARGETS) \
407  $(RECURSIVE_CLEAN_TARGETS) \
408  $(am__extra_recursive_targets)
409AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
410	distdir distdir-am
411am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
412# Read a list of newline-separated strings from the standard input,
413# and print each of them once, without duplicates.  Input order is
414# *not* preserved.
415am__uniquify_input = $(AWK) '\
416  BEGIN { nonempty = 0; } \
417  { items[$$0] = 1; nonempty = 1; } \
418  END { if (nonempty) { for (i in items) print i; }; } \
419'
420# Make sure the list of sources is unique.  This is necessary because,
421# e.g., the same source file might be shared among _SOURCES variables
422# for different programs/libraries.
423am__define_uniq_tagged_files = \
424  list='$(am__tagged_files)'; \
425  unique=`for i in $$list; do \
426    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427  done | $(am__uniquify_input)`
428ETAGS = etags
429CTAGS = ctags
430DIST_SUBDIRS = $(SUBDIRS)
431am__DIST_COMMON = $(srcdir)/Makefile.in \
432	$(top_srcdir)/build-aux/depcomp
433DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
434am__relativize = \
435  dir0=`pwd`; \
436  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
437  sed_rest='s,^[^/]*/*,,'; \
438  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
439  sed_butlast='s,/*[^/]*$$,,'; \
440  while test -n "$$dir1"; do \
441    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
442    if test "$$first" != "."; then \
443      if test "$$first" = ".."; then \
444        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
445        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
446      else \
447        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
448        if test "$$first2" = "$$first"; then \
449          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
450        else \
451          dir2="../$$dir2"; \
452        fi; \
453        dir0="$$dir0"/"$$first"; \
454      fi; \
455    fi; \
456    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
457  done; \
458  reldir="$$dir2"
459ACLOCAL = @ACLOCAL@
460ALLOCA = @ALLOCA@
461ALLOCA_H = @ALLOCA_H@
462AMTAR = @AMTAR@
463AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
464APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
465AR = @AR@
466ARFLAGS = @ARFLAGS@
467ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@
468AUTOCONF = @AUTOCONF@
469AUTOHEADER = @AUTOHEADER@
470AUTOMAKE = @AUTOMAKE@
471AWK = @AWK@
472BDW_GC_CFLAGS = @BDW_GC_CFLAGS@
473BDW_GC_LIBS = @BDW_GC_LIBS@
474BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
475BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
476BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
477BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
478BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
479BYTESWAP_H = @BYTESWAP_H@
480CC = @CC@
481CCDEPMODE = @CCDEPMODE@
482CFLAGS = @CFLAGS@
483CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
484CONFIG_INCLUDE = @CONFIG_INCLUDE@
485CPP = @CPP@
486CPPFLAGS = @CPPFLAGS@
487CYGPATH = @CYGPATH@
488CYGPATH_W = @CYGPATH_W@
489DEFS = @DEFS@
490DEPDIR = @DEPDIR@
491DLLTOOL = @DLLTOOL@
492DSYMUTIL = @DSYMUTIL@
493DUMPBIN = @DUMPBIN@
494ECHO_C = @ECHO_C@
495ECHO_N = @ECHO_N@
496ECHO_T = @ECHO_T@
497EGREP = @EGREP@
498EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
499EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
500ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
501ENOLINK_VALUE = @ENOLINK_VALUE@
502EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
503EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
504ERRNO_H = @ERRNO_H@
505EXEEXT = @EXEEXT@
506FGREP = @FGREP@
507FLOAT_H = @FLOAT_H@
508FNMATCH_H = @FNMATCH_H@
509GETHOSTNAME_LIB = @GETHOSTNAME_LIB@
510GETOPT_CDEFS_H = @GETOPT_CDEFS_H@
511GETOPT_H = @GETOPT_H@
512GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
513GLOB_H = @GLOB_H@
514GMSGFMT = @GMSGFMT@
515GMSGFMT_015 = @GMSGFMT_015@
516GNULIB_ACCEPT = @GNULIB_ACCEPT@
517GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@
518GNULIB_ACCESS = @GNULIB_ACCESS@
519GNULIB_ACOSF = @GNULIB_ACOSF@
520GNULIB_ACOSL = @GNULIB_ACOSL@
521GNULIB_ALIGNED_ALLOC = @GNULIB_ALIGNED_ALLOC@
522GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
523GNULIB_ASINF = @GNULIB_ASINF@
524GNULIB_ASINL = @GNULIB_ASINL@
525GNULIB_ATAN2F = @GNULIB_ATAN2F@
526GNULIB_ATANF = @GNULIB_ATANF@
527GNULIB_ATANL = @GNULIB_ATANL@
528GNULIB_ATOLL = @GNULIB_ATOLL@
529GNULIB_BIND = @GNULIB_BIND@
530GNULIB_BTOWC = @GNULIB_BTOWC@
531GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
532GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
533GNULIB_CBRT = @GNULIB_CBRT@
534GNULIB_CBRTF = @GNULIB_CBRTF@
535GNULIB_CBRTL = @GNULIB_CBRTL@
536GNULIB_CEIL = @GNULIB_CEIL@
537GNULIB_CEILF = @GNULIB_CEILF@
538GNULIB_CEILL = @GNULIB_CEILL@
539GNULIB_CHDIR = @GNULIB_CHDIR@
540GNULIB_CHOWN = @GNULIB_CHOWN@
541GNULIB_CLOSE = @GNULIB_CLOSE@
542GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
543GNULIB_CONNECT = @GNULIB_CONNECT@
544GNULIB_COPYSIGN = @GNULIB_COPYSIGN@
545GNULIB_COPYSIGNF = @GNULIB_COPYSIGNF@
546GNULIB_COPYSIGNL = @GNULIB_COPYSIGNL@
547GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@
548GNULIB_COSF = @GNULIB_COSF@
549GNULIB_COSHF = @GNULIB_COSHF@
550GNULIB_COSL = @GNULIB_COSL@
551GNULIB_CREAT = @GNULIB_CREAT@
552GNULIB_CTIME = @GNULIB_CTIME@
553GNULIB_DIRFD = @GNULIB_DIRFD@
554GNULIB_DPRINTF = @GNULIB_DPRINTF@
555GNULIB_DUP = @GNULIB_DUP@
556GNULIB_DUP2 = @GNULIB_DUP2@
557GNULIB_DUP3 = @GNULIB_DUP3@
558GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
559GNULIB_ENVIRON = @GNULIB_ENVIRON@
560GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
561GNULIB_EXECL = @GNULIB_EXECL@
562GNULIB_EXECLE = @GNULIB_EXECLE@
563GNULIB_EXECLP = @GNULIB_EXECLP@
564GNULIB_EXECV = @GNULIB_EXECV@
565GNULIB_EXECVE = @GNULIB_EXECVE@
566GNULIB_EXECVP = @GNULIB_EXECVP@
567GNULIB_EXECVPE = @GNULIB_EXECVPE@
568GNULIB_EXP2 = @GNULIB_EXP2@
569GNULIB_EXP2F = @GNULIB_EXP2F@
570GNULIB_EXP2L = @GNULIB_EXP2L@
571GNULIB_EXPF = @GNULIB_EXPF@
572GNULIB_EXPL = @GNULIB_EXPL@
573GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
574GNULIB_EXPM1 = @GNULIB_EXPM1@
575GNULIB_EXPM1F = @GNULIB_EXPM1F@
576GNULIB_EXPM1L = @GNULIB_EXPM1L@
577GNULIB_FABSF = @GNULIB_FABSF@
578GNULIB_FABSL = @GNULIB_FABSL@
579GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
580GNULIB_FCHDIR = @GNULIB_FCHDIR@
581GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
582GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
583GNULIB_FCLOSE = @GNULIB_FCLOSE@
584GNULIB_FCNTL = @GNULIB_FCNTL@
585GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
586GNULIB_FDOPEN = @GNULIB_FDOPEN@
587GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
588GNULIB_FFLUSH = @GNULIB_FFLUSH@
589GNULIB_FFSL = @GNULIB_FFSL@
590GNULIB_FFSLL = @GNULIB_FFSLL@
591GNULIB_FGETC = @GNULIB_FGETC@
592GNULIB_FGETS = @GNULIB_FGETS@
593GNULIB_FLOOR = @GNULIB_FLOOR@
594GNULIB_FLOORF = @GNULIB_FLOORF@
595GNULIB_FLOORL = @GNULIB_FLOORL@
596GNULIB_FMA = @GNULIB_FMA@
597GNULIB_FMAF = @GNULIB_FMAF@
598GNULIB_FMAL = @GNULIB_FMAL@
599GNULIB_FMOD = @GNULIB_FMOD@
600GNULIB_FMODF = @GNULIB_FMODF@
601GNULIB_FMODL = @GNULIB_FMODL@
602GNULIB_FNMATCH = @GNULIB_FNMATCH@
603GNULIB_FOPEN = @GNULIB_FOPEN@
604GNULIB_FPRINTF = @GNULIB_FPRINTF@
605GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
606GNULIB_FPURGE = @GNULIB_FPURGE@
607GNULIB_FPUTC = @GNULIB_FPUTC@
608GNULIB_FPUTS = @GNULIB_FPUTS@
609GNULIB_FREAD = @GNULIB_FREAD@
610GNULIB_FREE_POSIX = @GNULIB_FREE_POSIX@
611GNULIB_FREOPEN = @GNULIB_FREOPEN@
612GNULIB_FREXP = @GNULIB_FREXP@
613GNULIB_FREXPF = @GNULIB_FREXPF@
614GNULIB_FREXPL = @GNULIB_FREXPL@
615GNULIB_FSCANF = @GNULIB_FSCANF@
616GNULIB_FSEEK = @GNULIB_FSEEK@
617GNULIB_FSEEKO = @GNULIB_FSEEKO@
618GNULIB_FSTAT = @GNULIB_FSTAT@
619GNULIB_FSTATAT = @GNULIB_FSTATAT@
620GNULIB_FSYNC = @GNULIB_FSYNC@
621GNULIB_FTELL = @GNULIB_FTELL@
622GNULIB_FTELLO = @GNULIB_FTELLO@
623GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
624GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
625GNULIB_FWRITE = @GNULIB_FWRITE@
626GNULIB_GETC = @GNULIB_GETC@
627GNULIB_GETCHAR = @GNULIB_GETCHAR@
628GNULIB_GETCWD = @GNULIB_GETCWD@
629GNULIB_GETDELIM = @GNULIB_GETDELIM@
630GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
631GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
632GNULIB_GETENTROPY = @GNULIB_GETENTROPY@
633GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
634GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
635GNULIB_GETLINE = @GNULIB_GETLINE@
636GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
637GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
638GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
639GNULIB_GETOPT_POSIX = @GNULIB_GETOPT_POSIX@
640GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
641GNULIB_GETPASS = @GNULIB_GETPASS@
642GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
643GNULIB_GETRANDOM = @GNULIB_GETRANDOM@
644GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
645GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
646GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
647GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
648GNULIB_GETUMASK = @GNULIB_GETUMASK@
649GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
650GNULIB_GLOB = @GNULIB_GLOB@
651GNULIB_GL_GUI_UNISTD_H_GETOPT = @GNULIB_GL_GUI_UNISTD_H_GETOPT@
652GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
653GNULIB_GRANTPT = @GNULIB_GRANTPT@
654GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
655GNULIB_HYPOT = @GNULIB_HYPOT@
656GNULIB_HYPOTF = @GNULIB_HYPOTF@
657GNULIB_HYPOTL = @GNULIB_HYPOTL@
658GNULIB_ILOGB = @GNULIB_ILOGB@
659GNULIB_ILOGBF = @GNULIB_ILOGBF@
660GNULIB_ILOGBL = @GNULIB_ILOGBL@
661GNULIB_IMAXABS = @GNULIB_IMAXABS@
662GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
663GNULIB_ISATTY = @GNULIB_ISATTY@
664GNULIB_ISBLANK = @GNULIB_ISBLANK@
665GNULIB_ISFINITE = @GNULIB_ISFINITE@
666GNULIB_ISINF = @GNULIB_ISINF@
667GNULIB_ISNAN = @GNULIB_ISNAN@
668GNULIB_ISNAND = @GNULIB_ISNAND@
669GNULIB_ISNANF = @GNULIB_ISNANF@
670GNULIB_ISNANL = @GNULIB_ISNANL@
671GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
672GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
673GNULIB_ISWDIGIT = @GNULIB_ISWDIGIT@
674GNULIB_ISWXDIGIT = @GNULIB_ISWXDIGIT@
675GNULIB_LCHMOD = @GNULIB_LCHMOD@
676GNULIB_LCHOWN = @GNULIB_LCHOWN@
677GNULIB_LDEXPF = @GNULIB_LDEXPF@
678GNULIB_LDEXPL = @GNULIB_LDEXPL@
679GNULIB_LINK = @GNULIB_LINK@
680GNULIB_LINKAT = @GNULIB_LINKAT@
681GNULIB_LISTEN = @GNULIB_LISTEN@
682GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
683GNULIB_LOCALENAME = @GNULIB_LOCALENAME@
684GNULIB_LOCALTIME = @GNULIB_LOCALTIME@
685GNULIB_LOG = @GNULIB_LOG@
686GNULIB_LOG10 = @GNULIB_LOG10@
687GNULIB_LOG10F = @GNULIB_LOG10F@
688GNULIB_LOG10L = @GNULIB_LOG10L@
689GNULIB_LOG1P = @GNULIB_LOG1P@
690GNULIB_LOG1PF = @GNULIB_LOG1PF@
691GNULIB_LOG1PL = @GNULIB_LOG1PL@
692GNULIB_LOG2 = @GNULIB_LOG2@
693GNULIB_LOG2F = @GNULIB_LOG2F@
694GNULIB_LOG2L = @GNULIB_LOG2L@
695GNULIB_LOGB = @GNULIB_LOGB@
696GNULIB_LOGBF = @GNULIB_LOGBF@
697GNULIB_LOGBL = @GNULIB_LOGBL@
698GNULIB_LOGF = @GNULIB_LOGF@
699GNULIB_LOGL = @GNULIB_LOGL@
700GNULIB_LSEEK = @GNULIB_LSEEK@
701GNULIB_LSTAT = @GNULIB_LSTAT@
702GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
703GNULIB_MBRLEN = @GNULIB_MBRLEN@
704GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
705GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
706GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
707GNULIB_MBSCHR = @GNULIB_MBSCHR@
708GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
709GNULIB_MBSINIT = @GNULIB_MBSINIT@
710GNULIB_MBSLEN = @GNULIB_MBSLEN@
711GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
712GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
713GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
714GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
715GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
716GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
717GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
718GNULIB_MBSSEP = @GNULIB_MBSSEP@
719GNULIB_MBSSPN = @GNULIB_MBSSPN@
720GNULIB_MBSSTR = @GNULIB_MBSSTR@
721GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
722GNULIB_MBTOWC = @GNULIB_MBTOWC@
723GNULIB_MDA_ACCESS = @GNULIB_MDA_ACCESS@
724GNULIB_MDA_CHDIR = @GNULIB_MDA_CHDIR@
725GNULIB_MDA_CHMOD = @GNULIB_MDA_CHMOD@
726GNULIB_MDA_CLOSE = @GNULIB_MDA_CLOSE@
727GNULIB_MDA_CREAT = @GNULIB_MDA_CREAT@
728GNULIB_MDA_DUP = @GNULIB_MDA_DUP@
729GNULIB_MDA_DUP2 = @GNULIB_MDA_DUP2@
730GNULIB_MDA_ECVT = @GNULIB_MDA_ECVT@
731GNULIB_MDA_EXECL = @GNULIB_MDA_EXECL@
732GNULIB_MDA_EXECLE = @GNULIB_MDA_EXECLE@
733GNULIB_MDA_EXECLP = @GNULIB_MDA_EXECLP@
734GNULIB_MDA_EXECV = @GNULIB_MDA_EXECV@
735GNULIB_MDA_EXECVE = @GNULIB_MDA_EXECVE@
736GNULIB_MDA_EXECVP = @GNULIB_MDA_EXECVP@
737GNULIB_MDA_EXECVPE = @GNULIB_MDA_EXECVPE@
738GNULIB_MDA_FCLOSEALL = @GNULIB_MDA_FCLOSEALL@
739GNULIB_MDA_FCVT = @GNULIB_MDA_FCVT@
740GNULIB_MDA_FDOPEN = @GNULIB_MDA_FDOPEN@
741GNULIB_MDA_FILENO = @GNULIB_MDA_FILENO@
742GNULIB_MDA_GCVT = @GNULIB_MDA_GCVT@
743GNULIB_MDA_GETCWD = @GNULIB_MDA_GETCWD@
744GNULIB_MDA_GETPID = @GNULIB_MDA_GETPID@
745GNULIB_MDA_GETW = @GNULIB_MDA_GETW@
746GNULIB_MDA_ISATTY = @GNULIB_MDA_ISATTY@
747GNULIB_MDA_J0 = @GNULIB_MDA_J0@
748GNULIB_MDA_J1 = @GNULIB_MDA_J1@
749GNULIB_MDA_JN = @GNULIB_MDA_JN@
750GNULIB_MDA_LSEEK = @GNULIB_MDA_LSEEK@
751GNULIB_MDA_MEMCCPY = @GNULIB_MDA_MEMCCPY@
752GNULIB_MDA_MKDIR = @GNULIB_MDA_MKDIR@
753GNULIB_MDA_MKTEMP = @GNULIB_MDA_MKTEMP@
754GNULIB_MDA_OPEN = @GNULIB_MDA_OPEN@
755GNULIB_MDA_PUTENV = @GNULIB_MDA_PUTENV@
756GNULIB_MDA_PUTW = @GNULIB_MDA_PUTW@
757GNULIB_MDA_READ = @GNULIB_MDA_READ@
758GNULIB_MDA_RMDIR = @GNULIB_MDA_RMDIR@
759GNULIB_MDA_STRDUP = @GNULIB_MDA_STRDUP@
760GNULIB_MDA_SWAB = @GNULIB_MDA_SWAB@
761GNULIB_MDA_TEMPNAM = @GNULIB_MDA_TEMPNAM@
762GNULIB_MDA_TZSET = @GNULIB_MDA_TZSET@
763GNULIB_MDA_UMASK = @GNULIB_MDA_UMASK@
764GNULIB_MDA_UNLINK = @GNULIB_MDA_UNLINK@
765GNULIB_MDA_WCSDUP = @GNULIB_MDA_WCSDUP@
766GNULIB_MDA_WRITE = @GNULIB_MDA_WRITE@
767GNULIB_MDA_Y0 = @GNULIB_MDA_Y0@
768GNULIB_MDA_Y1 = @GNULIB_MDA_Y1@
769GNULIB_MDA_YN = @GNULIB_MDA_YN@
770GNULIB_MEMCHR = @GNULIB_MEMCHR@
771GNULIB_MEMMEM = @GNULIB_MEMMEM@
772GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
773GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
774GNULIB_MKDIR = @GNULIB_MKDIR@
775GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
776GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
777GNULIB_MKFIFO = @GNULIB_MKFIFO@
778GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
779GNULIB_MKNOD = @GNULIB_MKNOD@
780GNULIB_MKNODAT = @GNULIB_MKNODAT@
781GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
782GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
783GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
784GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
785GNULIB_MKTIME = @GNULIB_MKTIME@
786GNULIB_MODF = @GNULIB_MODF@
787GNULIB_MODFF = @GNULIB_MODFF@
788GNULIB_MODFL = @GNULIB_MODFL@
789GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
790GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
791GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
792GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
793GNULIB_OPEN = @GNULIB_OPEN@
794GNULIB_OPENAT = @GNULIB_OPENAT@
795GNULIB_OPENDIR = @GNULIB_OPENDIR@
796GNULIB_OVERRIDES_STRUCT_STAT = @GNULIB_OVERRIDES_STRUCT_STAT@
797GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
798GNULIB_PCLOSE = @GNULIB_PCLOSE@
799GNULIB_PERROR = @GNULIB_PERROR@
800GNULIB_PIPE = @GNULIB_PIPE@
801GNULIB_PIPE2 = @GNULIB_PIPE2@
802GNULIB_POPEN = @GNULIB_POPEN@
803GNULIB_POSIX_MEMALIGN = @GNULIB_POSIX_MEMALIGN@
804GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
805GNULIB_POWF = @GNULIB_POWF@
806GNULIB_PREAD = @GNULIB_PREAD@
807GNULIB_PRINTF = @GNULIB_PRINTF@
808GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
809GNULIB_PSELECT = @GNULIB_PSELECT@
810GNULIB_PTHREAD_COND = @GNULIB_PTHREAD_COND@
811GNULIB_PTHREAD_MUTEX = @GNULIB_PTHREAD_MUTEX@
812GNULIB_PTHREAD_MUTEX_TIMEDLOCK = @GNULIB_PTHREAD_MUTEX_TIMEDLOCK@
813GNULIB_PTHREAD_ONCE = @GNULIB_PTHREAD_ONCE@
814GNULIB_PTHREAD_RWLOCK = @GNULIB_PTHREAD_RWLOCK@
815GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@
816GNULIB_PTHREAD_SPIN = @GNULIB_PTHREAD_SPIN@
817GNULIB_PTHREAD_THREAD = @GNULIB_PTHREAD_THREAD@
818GNULIB_PTHREAD_TSS = @GNULIB_PTHREAD_TSS@
819GNULIB_PTSNAME = @GNULIB_PTSNAME@
820GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
821GNULIB_PUTC = @GNULIB_PUTC@
822GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
823GNULIB_PUTENV = @GNULIB_PUTENV@
824GNULIB_PUTS = @GNULIB_PUTS@
825GNULIB_PWRITE = @GNULIB_PWRITE@
826GNULIB_QSORT_R = @GNULIB_QSORT_R@
827GNULIB_RAISE = @GNULIB_RAISE@
828GNULIB_RANDOM = @GNULIB_RANDOM@
829GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
830GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
831GNULIB_READ = @GNULIB_READ@
832GNULIB_READDIR = @GNULIB_READDIR@
833GNULIB_READLINK = @GNULIB_READLINK@
834GNULIB_READLINKAT = @GNULIB_READLINKAT@
835GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@
836GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
837GNULIB_REALPATH = @GNULIB_REALPATH@
838GNULIB_RECV = @GNULIB_RECV@
839GNULIB_RECVFROM = @GNULIB_RECVFROM@
840GNULIB_REMAINDER = @GNULIB_REMAINDER@
841GNULIB_REMAINDERF = @GNULIB_REMAINDERF@
842GNULIB_REMAINDERL = @GNULIB_REMAINDERL@
843GNULIB_REMOVE = @GNULIB_REMOVE@
844GNULIB_RENAME = @GNULIB_RENAME@
845GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
846GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
847GNULIB_RINT = @GNULIB_RINT@
848GNULIB_RINTF = @GNULIB_RINTF@
849GNULIB_RINTL = @GNULIB_RINTL@
850GNULIB_RMDIR = @GNULIB_RMDIR@
851GNULIB_ROUND = @GNULIB_ROUND@
852GNULIB_ROUNDF = @GNULIB_ROUNDF@
853GNULIB_ROUNDL = @GNULIB_ROUNDL@
854GNULIB_RPMATCH = @GNULIB_RPMATCH@
855GNULIB_SCANDIR = @GNULIB_SCANDIR@
856GNULIB_SCANF = @GNULIB_SCANF@
857GNULIB_SCHED_YIELD = @GNULIB_SCHED_YIELD@
858GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
859GNULIB_SELECT = @GNULIB_SELECT@
860GNULIB_SEND = @GNULIB_SEND@
861GNULIB_SENDTO = @GNULIB_SENDTO@
862GNULIB_SETENV = @GNULIB_SETENV@
863GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
864GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
865GNULIB_SETLOCALE_NULL = @GNULIB_SETLOCALE_NULL@
866GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
867GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
868GNULIB_SIGABBREV_NP = @GNULIB_SIGABBREV_NP@
869GNULIB_SIGACTION = @GNULIB_SIGACTION@
870GNULIB_SIGDESCR_NP = @GNULIB_SIGDESCR_NP@
871GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
872GNULIB_SIGNBIT = @GNULIB_SIGNBIT@
873GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
874GNULIB_SINF = @GNULIB_SINF@
875GNULIB_SINHF = @GNULIB_SINHF@
876GNULIB_SINL = @GNULIB_SINL@
877GNULIB_SLEEP = @GNULIB_SLEEP@
878GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
879GNULIB_SOCKET = @GNULIB_SOCKET@
880GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
881GNULIB_SQRTF = @GNULIB_SQRTF@
882GNULIB_SQRTL = @GNULIB_SQRTL@
883GNULIB_STAT = @GNULIB_STAT@
884GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
885GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
886GNULIB_STPCPY = @GNULIB_STPCPY@
887GNULIB_STPNCPY = @GNULIB_STPNCPY@
888GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
889GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
890GNULIB_STRDUP = @GNULIB_STRDUP@
891GNULIB_STRERROR = @GNULIB_STRERROR@
892GNULIB_STRERRORNAME_NP = @GNULIB_STRERRORNAME_NP@
893GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
894GNULIB_STRFTIME = @GNULIB_STRFTIME@
895GNULIB_STRNCAT = @GNULIB_STRNCAT@
896GNULIB_STRNDUP = @GNULIB_STRNDUP@
897GNULIB_STRNLEN = @GNULIB_STRNLEN@
898GNULIB_STRPBRK = @GNULIB_STRPBRK@
899GNULIB_STRPTIME = @GNULIB_STRPTIME@
900GNULIB_STRSEP = @GNULIB_STRSEP@
901GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
902GNULIB_STRSTR = @GNULIB_STRSTR@
903GNULIB_STRTOD = @GNULIB_STRTOD@
904GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
905GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
906GNULIB_STRTOLD = @GNULIB_STRTOLD@
907GNULIB_STRTOLL = @GNULIB_STRTOLL@
908GNULIB_STRTOULL = @GNULIB_STRTOULL@
909GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
910GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
911GNULIB_SYMLINK = @GNULIB_SYMLINK@
912GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
913GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
914GNULIB_TANF = @GNULIB_TANF@
915GNULIB_TANHF = @GNULIB_TANHF@
916GNULIB_TANL = @GNULIB_TANL@
917GNULIB_TIMEGM = @GNULIB_TIMEGM@
918GNULIB_TIMESPEC_GET = @GNULIB_TIMESPEC_GET@
919GNULIB_TIME_R = @GNULIB_TIME_R@
920GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
921GNULIB_TMPFILE = @GNULIB_TMPFILE@
922GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
923GNULIB_TRUNC = @GNULIB_TRUNC@
924GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
925GNULIB_TRUNCF = @GNULIB_TRUNCF@
926GNULIB_TRUNCL = @GNULIB_TRUNCL@
927GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
928GNULIB_TZSET = @GNULIB_TZSET@
929GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
930GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
931GNULIB_UNLINK = @GNULIB_UNLINK@
932GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
933GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
934GNULIB_UNSETENV = @GNULIB_UNSETENV@
935GNULIB_USLEEP = @GNULIB_USLEEP@
936GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
937GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
938GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
939GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
940GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
941GNULIB_VFSCANF = @GNULIB_VFSCANF@
942GNULIB_VPRINTF = @GNULIB_VPRINTF@
943GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
944GNULIB_VSCANF = @GNULIB_VSCANF@
945GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
946GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
947GNULIB_WCPCPY = @GNULIB_WCPCPY@
948GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
949GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
950GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
951GNULIB_WCSCAT = @GNULIB_WCSCAT@
952GNULIB_WCSCHR = @GNULIB_WCSCHR@
953GNULIB_WCSCMP = @GNULIB_WCSCMP@
954GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
955GNULIB_WCSCPY = @GNULIB_WCSCPY@
956GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
957GNULIB_WCSDUP = @GNULIB_WCSDUP@
958GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
959GNULIB_WCSLEN = @GNULIB_WCSLEN@
960GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
961GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
962GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
963GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
964GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
965GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
966GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
967GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
968GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
969GNULIB_WCSSPN = @GNULIB_WCSSPN@
970GNULIB_WCSSTR = @GNULIB_WCSSTR@
971GNULIB_WCSTOK = @GNULIB_WCSTOK@
972GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
973GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
974GNULIB_WCTOB = @GNULIB_WCTOB@
975GNULIB_WCTOMB = @GNULIB_WCTOMB@
976GNULIB_WCTRANS = @GNULIB_WCTRANS@
977GNULIB_WCTYPE = @GNULIB_WCTYPE@
978GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
979GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
980GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
981GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
982GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
983GNULIB_WMEMPCPY = @GNULIB_WMEMPCPY@
984GNULIB_WMEMSET = @GNULIB_WMEMSET@
985GNULIB_WRITE = @GNULIB_WRITE@
986GNULIB__EXIT = @GNULIB__EXIT@
987GREP = @GREP@
988HAVE_ACCEPT4 = @HAVE_ACCEPT4@
989HAVE_ACOSF = @HAVE_ACOSF@
990HAVE_ACOSL = @HAVE_ACOSL@
991HAVE_ALIGNED_ALLOC = @HAVE_ALIGNED_ALLOC@
992HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
993HAVE_ALPHASORT = @HAVE_ALPHASORT@
994HAVE_ASINF = @HAVE_ASINF@
995HAVE_ASINL = @HAVE_ASINL@
996HAVE_ATAN2F = @HAVE_ATAN2F@
997HAVE_ATANF = @HAVE_ATANF@
998HAVE_ATANL = @HAVE_ATANL@
999HAVE_ATOLL = @HAVE_ATOLL@
1000HAVE_BTOWC = @HAVE_BTOWC@
1001HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
1002HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
1003HAVE_CBRT = @HAVE_CBRT@
1004HAVE_CBRTF = @HAVE_CBRTF@
1005HAVE_CBRTL = @HAVE_CBRTL@
1006HAVE_CHOWN = @HAVE_CHOWN@
1007HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
1008HAVE_COPYSIGN = @HAVE_COPYSIGN@
1009HAVE_COPYSIGNL = @HAVE_COPYSIGNL@
1010HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
1011HAVE_COSF = @HAVE_COSF@
1012HAVE_COSHF = @HAVE_COSHF@
1013HAVE_COSL = @HAVE_COSL@
1014HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
1015HAVE_DECL_ACOSL = @HAVE_DECL_ACOSL@
1016HAVE_DECL_ASINL = @HAVE_DECL_ASINL@
1017HAVE_DECL_ATANL = @HAVE_DECL_ATANL@
1018HAVE_DECL_CBRTF = @HAVE_DECL_CBRTF@
1019HAVE_DECL_CBRTL = @HAVE_DECL_CBRTL@
1020HAVE_DECL_CEILF = @HAVE_DECL_CEILF@
1021HAVE_DECL_CEILL = @HAVE_DECL_CEILL@
1022HAVE_DECL_COPYSIGNF = @HAVE_DECL_COPYSIGNF@
1023HAVE_DECL_COSL = @HAVE_DECL_COSL@
1024HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
1025HAVE_DECL_ECVT = @HAVE_DECL_ECVT@
1026HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
1027HAVE_DECL_EXECVPE = @HAVE_DECL_EXECVPE@
1028HAVE_DECL_EXP2 = @HAVE_DECL_EXP2@
1029HAVE_DECL_EXP2F = @HAVE_DECL_EXP2F@
1030HAVE_DECL_EXP2L = @HAVE_DECL_EXP2L@
1031HAVE_DECL_EXPL = @HAVE_DECL_EXPL@
1032HAVE_DECL_EXPM1L = @HAVE_DECL_EXPM1L@
1033HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
1034HAVE_DECL_FCLOSEALL = @HAVE_DECL_FCLOSEALL@
1035HAVE_DECL_FCVT = @HAVE_DECL_FCVT@
1036HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
1037HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
1038HAVE_DECL_FLOORF = @HAVE_DECL_FLOORF@
1039HAVE_DECL_FLOORL = @HAVE_DECL_FLOORL@
1040HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
1041HAVE_DECL_FREXPL = @HAVE_DECL_FREXPL@
1042HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
1043HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
1044HAVE_DECL_GCVT = @HAVE_DECL_GCVT@
1045HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
1046HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
1047HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
1048HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
1049HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
1050HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
1051HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
1052HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
1053HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
1054HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
1055HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
1056HAVE_DECL_LDEXPL = @HAVE_DECL_LDEXPL@
1057HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
1058HAVE_DECL_LOG10L = @HAVE_DECL_LOG10L@
1059HAVE_DECL_LOG2 = @HAVE_DECL_LOG2@
1060HAVE_DECL_LOG2F = @HAVE_DECL_LOG2F@
1061HAVE_DECL_LOG2L = @HAVE_DECL_LOG2L@
1062HAVE_DECL_LOGB = @HAVE_DECL_LOGB@
1063HAVE_DECL_LOGL = @HAVE_DECL_LOGL@
1064HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
1065HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
1066HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
1067HAVE_DECL_REMAINDER = @HAVE_DECL_REMAINDER@
1068HAVE_DECL_REMAINDERL = @HAVE_DECL_REMAINDERL@
1069HAVE_DECL_RINTF = @HAVE_DECL_RINTF@
1070HAVE_DECL_ROUND = @HAVE_DECL_ROUND@
1071HAVE_DECL_ROUNDF = @HAVE_DECL_ROUNDF@
1072HAVE_DECL_ROUNDL = @HAVE_DECL_ROUNDL@
1073HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
1074HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
1075HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
1076HAVE_DECL_SINL = @HAVE_DECL_SINL@
1077HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
1078HAVE_DECL_SQRTL = @HAVE_DECL_SQRTL@
1079HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
1080HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
1081HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
1082HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
1083HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
1084HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
1085HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
1086HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
1087HAVE_DECL_TANL = @HAVE_DECL_TANL@
1088HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@
1089HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
1090HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@
1091HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@
1092HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
1093HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
1094HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
1095HAVE_DECL_WCSDUP = @HAVE_DECL_WCSDUP@
1096HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
1097HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
1098HAVE_DIRENT_H = @HAVE_DIRENT_H@
1099HAVE_DPRINTF = @HAVE_DPRINTF@
1100HAVE_DUP3 = @HAVE_DUP3@
1101HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
1102HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
1103HAVE_EXECVPE = @HAVE_EXECVPE@
1104HAVE_EXPF = @HAVE_EXPF@
1105HAVE_EXPL = @HAVE_EXPL@
1106HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
1107HAVE_EXPM1 = @HAVE_EXPM1@
1108HAVE_EXPM1F = @HAVE_EXPM1F@
1109HAVE_FABSF = @HAVE_FABSF@
1110HAVE_FABSL = @HAVE_FABSL@
1111HAVE_FACCESSAT = @HAVE_FACCESSAT@
1112HAVE_FCHDIR = @HAVE_FCHDIR@
1113HAVE_FCHMODAT = @HAVE_FCHMODAT@
1114HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
1115HAVE_FCNTL = @HAVE_FCNTL@
1116HAVE_FDATASYNC = @HAVE_FDATASYNC@
1117HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
1118HAVE_FEATURES_H = @HAVE_FEATURES_H@
1119HAVE_FFSL = @HAVE_FFSL@
1120HAVE_FFSLL = @HAVE_FFSLL@
1121HAVE_FMA = @HAVE_FMA@
1122HAVE_FMAF = @HAVE_FMAF@
1123HAVE_FMAL = @HAVE_FMAL@
1124HAVE_FMODF = @HAVE_FMODF@
1125HAVE_FMODL = @HAVE_FMODL@
1126HAVE_FNMATCH = @HAVE_FNMATCH@
1127HAVE_FNMATCH_H = @HAVE_FNMATCH_H@
1128HAVE_FREELOCALE = @HAVE_FREELOCALE@
1129HAVE_FREXPF = @HAVE_FREXPF@
1130HAVE_FSEEKO = @HAVE_FSEEKO@
1131HAVE_FSTATAT = @HAVE_FSTATAT@
1132HAVE_FSYNC = @HAVE_FSYNC@
1133HAVE_FTELLO = @HAVE_FTELLO@
1134HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
1135HAVE_FUTIMENS = @HAVE_FUTIMENS@
1136HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
1137HAVE_GETENTROPY = @HAVE_GETENTROPY@
1138HAVE_GETGROUPS = @HAVE_GETGROUPS@
1139HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
1140HAVE_GETLOGIN = @HAVE_GETLOGIN@
1141HAVE_GETOPT_H = @HAVE_GETOPT_H@
1142HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
1143HAVE_GETPASS = @HAVE_GETPASS@
1144HAVE_GETRANDOM = @HAVE_GETRANDOM@
1145HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
1146HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
1147HAVE_GETUMASK = @HAVE_GETUMASK@
1148HAVE_GLOB = @HAVE_GLOB@
1149HAVE_GLOB_H = @HAVE_GLOB_H@
1150HAVE_GLOB_PATTERN_P = @HAVE_GLOB_PATTERN_P@
1151HAVE_GRANTPT = @HAVE_GRANTPT@
1152HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
1153HAVE_HYPOTF = @HAVE_HYPOTF@
1154HAVE_HYPOTL = @HAVE_HYPOTL@
1155HAVE_ILOGB = @HAVE_ILOGB@
1156HAVE_ILOGBF = @HAVE_ILOGBF@
1157HAVE_ILOGBL = @HAVE_ILOGBL@
1158HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
1159HAVE_INITSTATE = @HAVE_INITSTATE@
1160HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
1161HAVE_ISBLANK = @HAVE_ISBLANK@
1162HAVE_ISNAND = @HAVE_ISNAND@
1163HAVE_ISNANF = @HAVE_ISNANF@
1164HAVE_ISNANL = @HAVE_ISNANL@
1165HAVE_ISWBLANK = @HAVE_ISWBLANK@
1166HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
1167HAVE_LCHMOD = @HAVE_LCHMOD@
1168HAVE_LCHOWN = @HAVE_LCHOWN@
1169HAVE_LDEXPF = @HAVE_LDEXPF@
1170HAVE_LIBTEXTSTYLE = @HAVE_LIBTEXTSTYLE@
1171HAVE_LINK = @HAVE_LINK@
1172HAVE_LINKAT = @HAVE_LINKAT@
1173HAVE_LOG10F = @HAVE_LOG10F@
1174HAVE_LOG10L = @HAVE_LOG10L@
1175HAVE_LOG1P = @HAVE_LOG1P@
1176HAVE_LOG1PF = @HAVE_LOG1PF@
1177HAVE_LOG1PL = @HAVE_LOG1PL@
1178HAVE_LOGBF = @HAVE_LOGBF@
1179HAVE_LOGBL = @HAVE_LOGBL@
1180HAVE_LOGF = @HAVE_LOGF@
1181HAVE_LOGL = @HAVE_LOGL@
1182HAVE_LSTAT = @HAVE_LSTAT@
1183HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
1184HAVE_MBRLEN = @HAVE_MBRLEN@
1185HAVE_MBRTOWC = @HAVE_MBRTOWC@
1186HAVE_MBSINIT = @HAVE_MBSINIT@
1187HAVE_MBSLEN = @HAVE_MBSLEN@
1188HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
1189HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
1190HAVE_MBTOWC = @HAVE_MBTOWC@
1191HAVE_MEMPCPY = @HAVE_MEMPCPY@
1192HAVE_MKDIRAT = @HAVE_MKDIRAT@
1193HAVE_MKDTEMP = @HAVE_MKDTEMP@
1194HAVE_MKFIFO = @HAVE_MKFIFO@
1195HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
1196HAVE_MKNOD = @HAVE_MKNOD@
1197HAVE_MKNODAT = @HAVE_MKNODAT@
1198HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
1199HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
1200HAVE_MKSTEMP = @HAVE_MKSTEMP@
1201HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
1202HAVE_MODFF = @HAVE_MODFF@
1203HAVE_MODFL = @HAVE_MODFL@
1204HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
1205HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
1206HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
1207HAVE_OPENAT = @HAVE_OPENAT@
1208HAVE_OPENDIR = @HAVE_OPENDIR@
1209HAVE_OS_H = @HAVE_OS_H@
1210HAVE_PCLOSE = @HAVE_PCLOSE@
1211HAVE_PIPE = @HAVE_PIPE@
1212HAVE_PIPE2 = @HAVE_PIPE2@
1213HAVE_POPEN = @HAVE_POPEN@
1214HAVE_POSIX_MEMALIGN = @HAVE_POSIX_MEMALIGN@
1215HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
1216HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
1217HAVE_POWF = @HAVE_POWF@
1218HAVE_PREAD = @HAVE_PREAD@
1219HAVE_PSELECT = @HAVE_PSELECT@
1220HAVE_PTHREAD_ATTR_DESTROY = @HAVE_PTHREAD_ATTR_DESTROY@
1221HAVE_PTHREAD_ATTR_GETDETACHSTATE = @HAVE_PTHREAD_ATTR_GETDETACHSTATE@
1222HAVE_PTHREAD_ATTR_INIT = @HAVE_PTHREAD_ATTR_INIT@
1223HAVE_PTHREAD_ATTR_SETDETACHSTATE = @HAVE_PTHREAD_ATTR_SETDETACHSTATE@
1224HAVE_PTHREAD_CONDATTR_DESTROY = @HAVE_PTHREAD_CONDATTR_DESTROY@
1225HAVE_PTHREAD_CONDATTR_INIT = @HAVE_PTHREAD_CONDATTR_INIT@
1226HAVE_PTHREAD_COND_BROADCAST = @HAVE_PTHREAD_COND_BROADCAST@
1227HAVE_PTHREAD_COND_DESTROY = @HAVE_PTHREAD_COND_DESTROY@
1228HAVE_PTHREAD_COND_INIT = @HAVE_PTHREAD_COND_INIT@
1229HAVE_PTHREAD_COND_SIGNAL = @HAVE_PTHREAD_COND_SIGNAL@
1230HAVE_PTHREAD_COND_TIMEDWAIT = @HAVE_PTHREAD_COND_TIMEDWAIT@
1231HAVE_PTHREAD_COND_WAIT = @HAVE_PTHREAD_COND_WAIT@
1232HAVE_PTHREAD_CREATE = @HAVE_PTHREAD_CREATE@
1233HAVE_PTHREAD_CREATE_DETACHED = @HAVE_PTHREAD_CREATE_DETACHED@
1234HAVE_PTHREAD_DETACH = @HAVE_PTHREAD_DETACH@
1235HAVE_PTHREAD_EQUAL = @HAVE_PTHREAD_EQUAL@
1236HAVE_PTHREAD_EXIT = @HAVE_PTHREAD_EXIT@
1237HAVE_PTHREAD_GETSPECIFIC = @HAVE_PTHREAD_GETSPECIFIC@
1238HAVE_PTHREAD_H = @HAVE_PTHREAD_H@
1239HAVE_PTHREAD_JOIN = @HAVE_PTHREAD_JOIN@
1240HAVE_PTHREAD_KEY_CREATE = @HAVE_PTHREAD_KEY_CREATE@
1241HAVE_PTHREAD_KEY_DELETE = @HAVE_PTHREAD_KEY_DELETE@
1242HAVE_PTHREAD_MUTEXATTR_DESTROY = @HAVE_PTHREAD_MUTEXATTR_DESTROY@
1243HAVE_PTHREAD_MUTEXATTR_GETROBUST = @HAVE_PTHREAD_MUTEXATTR_GETROBUST@
1244HAVE_PTHREAD_MUTEXATTR_GETTYPE = @HAVE_PTHREAD_MUTEXATTR_GETTYPE@
1245HAVE_PTHREAD_MUTEXATTR_INIT = @HAVE_PTHREAD_MUTEXATTR_INIT@
1246HAVE_PTHREAD_MUTEXATTR_SETROBUST = @HAVE_PTHREAD_MUTEXATTR_SETROBUST@
1247HAVE_PTHREAD_MUTEXATTR_SETTYPE = @HAVE_PTHREAD_MUTEXATTR_SETTYPE@
1248HAVE_PTHREAD_MUTEX_DESTROY = @HAVE_PTHREAD_MUTEX_DESTROY@
1249HAVE_PTHREAD_MUTEX_INIT = @HAVE_PTHREAD_MUTEX_INIT@
1250HAVE_PTHREAD_MUTEX_LOCK = @HAVE_PTHREAD_MUTEX_LOCK@
1251HAVE_PTHREAD_MUTEX_RECURSIVE = @HAVE_PTHREAD_MUTEX_RECURSIVE@
1252HAVE_PTHREAD_MUTEX_ROBUST = @HAVE_PTHREAD_MUTEX_ROBUST@
1253HAVE_PTHREAD_MUTEX_TIMEDLOCK = @HAVE_PTHREAD_MUTEX_TIMEDLOCK@
1254HAVE_PTHREAD_MUTEX_TRYLOCK = @HAVE_PTHREAD_MUTEX_TRYLOCK@
1255HAVE_PTHREAD_MUTEX_UNLOCK = @HAVE_PTHREAD_MUTEX_UNLOCK@
1256HAVE_PTHREAD_ONCE = @HAVE_PTHREAD_ONCE@
1257HAVE_PTHREAD_PROCESS_SHARED = @HAVE_PTHREAD_PROCESS_SHARED@
1258HAVE_PTHREAD_RWLOCKATTR_DESTROY = @HAVE_PTHREAD_RWLOCKATTR_DESTROY@
1259HAVE_PTHREAD_RWLOCKATTR_INIT = @HAVE_PTHREAD_RWLOCKATTR_INIT@
1260HAVE_PTHREAD_RWLOCK_DESTROY = @HAVE_PTHREAD_RWLOCK_DESTROY@
1261HAVE_PTHREAD_RWLOCK_INIT = @HAVE_PTHREAD_RWLOCK_INIT@
1262HAVE_PTHREAD_RWLOCK_RDLOCK = @HAVE_PTHREAD_RWLOCK_RDLOCK@
1263HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = @HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK@
1264HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK = @HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK@
1265HAVE_PTHREAD_RWLOCK_TRYRDLOCK = @HAVE_PTHREAD_RWLOCK_TRYRDLOCK@
1266HAVE_PTHREAD_RWLOCK_TRYWRLOCK = @HAVE_PTHREAD_RWLOCK_TRYWRLOCK@
1267HAVE_PTHREAD_RWLOCK_UNLOCK = @HAVE_PTHREAD_RWLOCK_UNLOCK@
1268HAVE_PTHREAD_RWLOCK_WRLOCK = @HAVE_PTHREAD_RWLOCK_WRLOCK@
1269HAVE_PTHREAD_SELF = @HAVE_PTHREAD_SELF@
1270HAVE_PTHREAD_SETSPECIFIC = @HAVE_PTHREAD_SETSPECIFIC@
1271HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@
1272HAVE_PTHREAD_SPINLOCK_T = @HAVE_PTHREAD_SPINLOCK_T@
1273HAVE_PTHREAD_SPIN_DESTROY = @HAVE_PTHREAD_SPIN_DESTROY@
1274HAVE_PTHREAD_SPIN_INIT = @HAVE_PTHREAD_SPIN_INIT@
1275HAVE_PTHREAD_SPIN_LOCK = @HAVE_PTHREAD_SPIN_LOCK@
1276HAVE_PTHREAD_SPIN_TRYLOCK = @HAVE_PTHREAD_SPIN_TRYLOCK@
1277HAVE_PTHREAD_SPIN_UNLOCK = @HAVE_PTHREAD_SPIN_UNLOCK@
1278HAVE_PTHREAD_T = @HAVE_PTHREAD_T@
1279HAVE_PTSNAME = @HAVE_PTSNAME@
1280HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
1281HAVE_PWRITE = @HAVE_PWRITE@
1282HAVE_QSORT_R = @HAVE_QSORT_R@
1283HAVE_RAISE = @HAVE_RAISE@
1284HAVE_RANDOM = @HAVE_RANDOM@
1285HAVE_RANDOM_H = @HAVE_RANDOM_H@
1286HAVE_RANDOM_R = @HAVE_RANDOM_R@
1287HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
1288HAVE_READDIR = @HAVE_READDIR@
1289HAVE_READLINK = @HAVE_READLINK@
1290HAVE_READLINKAT = @HAVE_READLINKAT@
1291HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
1292HAVE_REALPATH = @HAVE_REALPATH@
1293HAVE_REMAINDER = @HAVE_REMAINDER@
1294HAVE_REMAINDERF = @HAVE_REMAINDERF@
1295HAVE_RENAMEAT = @HAVE_RENAMEAT@
1296HAVE_REWINDDIR = @HAVE_REWINDDIR@
1297HAVE_RINT = @HAVE_RINT@
1298HAVE_RINTL = @HAVE_RINTL@
1299HAVE_RPMATCH = @HAVE_RPMATCH@
1300HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
1301HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
1302HAVE_SCANDIR = @HAVE_SCANDIR@
1303HAVE_SCHED_H = @HAVE_SCHED_H@
1304HAVE_SCHED_YIELD = @HAVE_SCHED_YIELD@
1305HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
1306HAVE_SETENV = @HAVE_SETENV@
1307HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
1308HAVE_SETSTATE = @HAVE_SETSTATE@
1309HAVE_SIGABBREV_NP = @HAVE_SIGABBREV_NP@
1310HAVE_SIGACTION = @HAVE_SIGACTION@
1311HAVE_SIGDESCR_NP = @HAVE_SIGDESCR_NP@
1312HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
1313HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
1314HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
1315HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
1316HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
1317HAVE_SIGSET_T = @HAVE_SIGSET_T@
1318HAVE_SINF = @HAVE_SINF@
1319HAVE_SINHF = @HAVE_SINHF@
1320HAVE_SINL = @HAVE_SINL@
1321HAVE_SLEEP = @HAVE_SLEEP@
1322HAVE_SQRTF = @HAVE_SQRTF@
1323HAVE_SQRTL = @HAVE_SQRTL@
1324HAVE_STDINT_H = @HAVE_STDINT_H@
1325HAVE_STPCPY = @HAVE_STPCPY@
1326HAVE_STPNCPY = @HAVE_STPNCPY@
1327HAVE_STRCASESTR = @HAVE_STRCASESTR@
1328HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
1329HAVE_STRERRORNAME_NP = @HAVE_STRERRORNAME_NP@
1330HAVE_STRPBRK = @HAVE_STRPBRK@
1331HAVE_STRPTIME = @HAVE_STRPTIME@
1332HAVE_STRSEP = @HAVE_STRSEP@
1333HAVE_STRTOD = @HAVE_STRTOD@
1334HAVE_STRTOLD = @HAVE_STRTOLD@
1335HAVE_STRTOLL = @HAVE_STRTOLL@
1336HAVE_STRTOULL = @HAVE_STRTOULL@
1337HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
1338HAVE_STRUCT_SCHED_PARAM = @HAVE_STRUCT_SCHED_PARAM@
1339HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
1340HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@
1341HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@
1342HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
1343HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
1344HAVE_SYMLINK = @HAVE_SYMLINK@
1345HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
1346HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
1347HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
1348HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
1349HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
1350HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
1351HAVE_SYS_RANDOM_H = @HAVE_SYS_RANDOM_H@
1352HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@
1353HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
1354HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
1355HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
1356HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@
1357HAVE_TANF = @HAVE_TANF@
1358HAVE_TANHF = @HAVE_TANHF@
1359HAVE_TANL = @HAVE_TANL@
1360HAVE_TIMEGM = @HAVE_TIMEGM@
1361HAVE_TIMESPEC_GET = @HAVE_TIMESPEC_GET@
1362HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
1363HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
1364HAVE_UNISTD_H = @HAVE_UNISTD_H@
1365HAVE_UNLINKAT = @HAVE_UNLINKAT@
1366HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
1367HAVE_USLEEP = @HAVE_USLEEP@
1368HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
1369HAVE_VASPRINTF = @HAVE_VASPRINTF@
1370HAVE_VDPRINTF = @HAVE_VDPRINTF@
1371HAVE_VISIBILITY = @HAVE_VISIBILITY@
1372HAVE_WCHAR_H = @HAVE_WCHAR_H@
1373HAVE_WCHAR_T = @HAVE_WCHAR_T@
1374HAVE_WCPCPY = @HAVE_WCPCPY@
1375HAVE_WCPNCPY = @HAVE_WCPNCPY@
1376HAVE_WCRTOMB = @HAVE_WCRTOMB@
1377HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
1378HAVE_WCSCAT = @HAVE_WCSCAT@
1379HAVE_WCSCHR = @HAVE_WCSCHR@
1380HAVE_WCSCMP = @HAVE_WCSCMP@
1381HAVE_WCSCOLL = @HAVE_WCSCOLL@
1382HAVE_WCSCPY = @HAVE_WCSCPY@
1383HAVE_WCSCSPN = @HAVE_WCSCSPN@
1384HAVE_WCSDUP = @HAVE_WCSDUP@
1385HAVE_WCSFTIME = @HAVE_WCSFTIME@
1386HAVE_WCSLEN = @HAVE_WCSLEN@
1387HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
1388HAVE_WCSNCAT = @HAVE_WCSNCAT@
1389HAVE_WCSNCMP = @HAVE_WCSNCMP@
1390HAVE_WCSNCPY = @HAVE_WCSNCPY@
1391HAVE_WCSNLEN = @HAVE_WCSNLEN@
1392HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
1393HAVE_WCSPBRK = @HAVE_WCSPBRK@
1394HAVE_WCSRCHR = @HAVE_WCSRCHR@
1395HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
1396HAVE_WCSSPN = @HAVE_WCSSPN@
1397HAVE_WCSSTR = @HAVE_WCSSTR@
1398HAVE_WCSTOK = @HAVE_WCSTOK@
1399HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
1400HAVE_WCSXFRM = @HAVE_WCSXFRM@
1401HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
1402HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
1403HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
1404HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
1405HAVE_WINT_T = @HAVE_WINT_T@
1406HAVE_WMEMCHR = @HAVE_WMEMCHR@
1407HAVE_WMEMCMP = @HAVE_WMEMCMP@
1408HAVE_WMEMCPY = @HAVE_WMEMCPY@
1409HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
1410HAVE_WMEMPCPY = @HAVE_WMEMPCPY@
1411HAVE_WMEMSET = @HAVE_WMEMSET@
1412HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
1413HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
1414HAVE__BOOL = @HAVE__BOOL@
1415HAVE__EXIT = @HAVE__EXIT@
1416HELP2MAN = @HELP2MAN@
1417HOST_CPU = @HOST_CPU@
1418HOST_CPU_C_ABI = @HOST_CPU_C_ABI@
1419INCLUDE_NEXT = @INCLUDE_NEXT@
1420INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
1421INSTALL = @INSTALL@
1422INSTALL_DATA = @INSTALL_DATA@
1423INSTALL_PROGRAM = @INSTALL_PROGRAM@
1424INSTALL_SCRIPT = @INSTALL_SCRIPT@
1425INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1426INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
1427INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
1428INTLLIBS = @INTLLIBS@
1429INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1430JITTER = @JITTER@
1431JITTER_BEST_DISPATCH = @JITTER_BEST_DISPATCH@
1432JITTER_CFLAGS = @JITTER_CFLAGS@
1433JITTER_CONFIG = @JITTER_CONFIG@
1434JITTER_CONFIG_VERSION = @JITTER_CONFIG_VERSION@
1435JITTER_CPPFLAGS = @JITTER_CPPFLAGS@
1436JITTER_DEFAULT_DISPATCH = @JITTER_DEFAULT_DISPATCH@
1437JITTER_DIRECT_THREADING_CFLAGS = @JITTER_DIRECT_THREADING_CFLAGS@
1438JITTER_DIRECT_THREADING_CPPFLAGS = @JITTER_DIRECT_THREADING_CPPFLAGS@
1439JITTER_DIRECT_THREADING_LDADD = @JITTER_DIRECT_THREADING_LDADD@
1440JITTER_DIRECT_THREADING_LDFLAGS = @JITTER_DIRECT_THREADING_LDFLAGS@
1441JITTER_DIRECT_THREADING_LIBADD = @JITTER_DIRECT_THREADING_LIBADD@
1442JITTER_DISPATCHES = @JITTER_DISPATCHES@
1443JITTER_LDADD = @JITTER_LDADD@
1444JITTER_LDFLAGS = @JITTER_LDFLAGS@
1445JITTER_LIBADD = @JITTER_LIBADD@
1446JITTER_LIBTEXTSTYLE_CPPFLAGS = @JITTER_LIBTEXTSTYLE_CPPFLAGS@
1447JITTER_LIBTEXTSTYLE_LDADD = @JITTER_LIBTEXTSTYLE_LDADD@
1448JITTER_LIBTEXTSTYLE_LIBADD = @JITTER_LIBTEXTSTYLE_LIBADD@
1449JITTER_MINIMAL_THREADING_CFLAGS = @JITTER_MINIMAL_THREADING_CFLAGS@
1450JITTER_MINIMAL_THREADING_CPPFLAGS = @JITTER_MINIMAL_THREADING_CPPFLAGS@
1451JITTER_MINIMAL_THREADING_LDADD = @JITTER_MINIMAL_THREADING_LDADD@
1452JITTER_MINIMAL_THREADING_LDFLAGS = @JITTER_MINIMAL_THREADING_LDFLAGS@
1453JITTER_MINIMAL_THREADING_LIBADD = @JITTER_MINIMAL_THREADING_LIBADD@
1454JITTER_NO_THREADING_CFLAGS = @JITTER_NO_THREADING_CFLAGS@
1455JITTER_NO_THREADING_CPPFLAGS = @JITTER_NO_THREADING_CPPFLAGS@
1456JITTER_NO_THREADING_LDADD = @JITTER_NO_THREADING_LDADD@
1457JITTER_NO_THREADING_LDFLAGS = @JITTER_NO_THREADING_LDFLAGS@
1458JITTER_NO_THREADING_LIBADD = @JITTER_NO_THREADING_LIBADD@
1459JITTER_READLINE_LDADD = @JITTER_READLINE_LDADD@
1460JITTER_READLINE_LIBADD = @JITTER_READLINE_LIBADD@
1461JITTER_SWITCH_CFLAGS = @JITTER_SWITCH_CFLAGS@
1462JITTER_SWITCH_CPPFLAGS = @JITTER_SWITCH_CPPFLAGS@
1463JITTER_SWITCH_LDADD = @JITTER_SWITCH_LDADD@
1464JITTER_SWITCH_LDFLAGS = @JITTER_SWITCH_LDFLAGS@
1465JITTER_SWITCH_LIBADD = @JITTER_SWITCH_LIBADD@
1466JITTER_VERSION = @JITTER_VERSION@
1467JSON_C_CFLAGS = @JSON_C_CFLAGS@
1468JSON_C_LIBS = @JSON_C_LIBS@
1469LD = @LD@
1470LDFLAGS = @LDFLAGS@
1471LEX = @LEX@
1472LIBICONV = @LIBICONV@
1473LIBINTL = @LIBINTL@
1474LIBMULTITHREAD = @LIBMULTITHREAD@
1475LIBNBD_CFLAGS = @LIBNBD_CFLAGS@
1476LIBNBD_LIBS = @LIBNBD_LIBS@
1477LIBOBJS = @LIBOBJS@
1478LIBPMULTITHREAD = @LIBPMULTITHREAD@
1479LIBPTHREAD = @LIBPTHREAD@
1480LIBREADLINE = @LIBREADLINE@
1481LIBS = @LIBS@
1482LIBSOCKET = @LIBSOCKET@
1483LIBSTDTHREAD = @LIBSTDTHREAD@
1484LIBTEXTSTYLE = @LIBTEXTSTYLE@
1485LIBTEXTSTYLE_PREFIX = @LIBTEXTSTYLE_PREFIX@
1486LIBTHREAD = @LIBTHREAD@
1487LIBTOOL = @LIBTOOL@
1488LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
1489LIB_GETLOGIN = @LIB_GETLOGIN@
1490LIB_GETRANDOM = @LIB_GETRANDOM@
1491LIB_HARD_LOCALE = @LIB_HARD_LOCALE@
1492LIB_MBRTOWC = @LIB_MBRTOWC@
1493LIB_NANOSLEEP = @LIB_NANOSLEEP@
1494LIB_PTHREAD = @LIB_PTHREAD@
1495LIB_SCHED_YIELD = @LIB_SCHED_YIELD@
1496LIB_SELECT = @LIB_SELECT@
1497LIB_SETLOCALE_NULL = @LIB_SETLOCALE_NULL@
1498LIMITS_H = @LIMITS_H@
1499LIPO = @LIPO@
1500LN_S = @LN_S@
1501LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
1502LOCALENAME_ENHANCE_LOCALE_FUNCS = @LOCALENAME_ENHANCE_LOCALE_FUNCS@
1503LOCALE_FR = @LOCALE_FR@
1504LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
1505LOCALE_JA = @LOCALE_JA@
1506LOCALE_ZH_CN = @LOCALE_ZH_CN@
1507LTALLOCA = @LTALLOCA@
1508LTLIBICONV = @LTLIBICONV@
1509LTLIBINTL = @LTLIBINTL@
1510LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
1511LTLIBOBJS = @LTLIBOBJS@
1512LTLIBREADLINE = @LTLIBREADLINE@
1513LTLIBTEXTSTYLE = @LTLIBTEXTSTYLE@
1514LTLIBTHREAD = @LTLIBTHREAD@
1515LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1516MAKEINFO = @MAKEINFO@
1517MANIFEST_TOOL = @MANIFEST_TOOL@
1518MKDIR_P = @MKDIR_P@
1519MSGFMT = @MSGFMT@
1520MSGFMT_015 = @MSGFMT_015@
1521MSGMERGE = @MSGMERGE@
1522NBDKIT = @NBDKIT@
1523NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_CTYPE_H@
1524NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
1525NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
1526NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
1527NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
1528NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H = @NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H@
1529NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
1530NEXT_AS_FIRST_DIRECTIVE_GLOB_H = @NEXT_AS_FIRST_DIRECTIVE_GLOB_H@
1531NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
1532NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
1533NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
1534NEXT_AS_FIRST_DIRECTIVE_MATH_H = @NEXT_AS_FIRST_DIRECTIVE_MATH_H@
1535NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H = @NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H@
1536NEXT_AS_FIRST_DIRECTIVE_SCHED_H = @NEXT_AS_FIRST_DIRECTIVE_SCHED_H@
1537NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
1538NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
1539NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
1540NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
1541NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
1542NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
1543NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
1544NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H@
1545NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@
1546NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@
1547NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
1548NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
1549NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
1550NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@
1551NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
1552NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
1553NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
1554NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
1555NEXT_CTYPE_H = @NEXT_CTYPE_H@
1556NEXT_DIRENT_H = @NEXT_DIRENT_H@
1557NEXT_ERRNO_H = @NEXT_ERRNO_H@
1558NEXT_FCNTL_H = @NEXT_FCNTL_H@
1559NEXT_FLOAT_H = @NEXT_FLOAT_H@
1560NEXT_FNMATCH_H = @NEXT_FNMATCH_H@
1561NEXT_GETOPT_H = @NEXT_GETOPT_H@
1562NEXT_GLOB_H = @NEXT_GLOB_H@
1563NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
1564NEXT_LIMITS_H = @NEXT_LIMITS_H@
1565NEXT_LOCALE_H = @NEXT_LOCALE_H@
1566NEXT_MATH_H = @NEXT_MATH_H@
1567NEXT_PTHREAD_H = @NEXT_PTHREAD_H@
1568NEXT_SCHED_H = @NEXT_SCHED_H@
1569NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
1570NEXT_STDARG_H = @NEXT_STDARG_H@
1571NEXT_STDDEF_H = @NEXT_STDDEF_H@
1572NEXT_STDINT_H = @NEXT_STDINT_H@
1573NEXT_STDIO_H = @NEXT_STDIO_H@
1574NEXT_STDLIB_H = @NEXT_STDLIB_H@
1575NEXT_STRING_H = @NEXT_STRING_H@
1576NEXT_SYS_RANDOM_H = @NEXT_SYS_RANDOM_H@
1577NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@
1578NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
1579NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
1580NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
1581NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
1582NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@
1583NEXT_TIME_H = @NEXT_TIME_H@
1584NEXT_UNISTD_H = @NEXT_UNISTD_H@
1585NEXT_WCHAR_H = @NEXT_WCHAR_H@
1586NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
1587NM = @NM@
1588NMEDIT = @NMEDIT@
1589OBJDUMP = @OBJDUMP@
1590OBJEXT = @OBJEXT@
1591OTOOL = @OTOOL@
1592OTOOL64 = @OTOOL64@
1593PACKAGE = @PACKAGE@
1594PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1595PACKAGE_NAME = @PACKAGE_NAME@
1596PACKAGE_STRING = @PACKAGE_STRING@
1597PACKAGE_TARNAME = @PACKAGE_TARNAME@
1598PACKAGE_URL = @PACKAGE_URL@
1599PACKAGE_VERSION = @PACKAGE_VERSION@
1600PARSE_DATETIME_BISON = @PARSE_DATETIME_BISON@
1601PATH_SEPARATOR = @PATH_SEPARATOR@
1602PKG_CFLAGS = @PKG_CFLAGS@
1603PKG_CONFIG = @PKG_CONFIG@
1604PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1605PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1606PKG_HEADERS = @PKG_HEADERS@
1607PKG_INCLUDES = @PKG_INCLUDES@
1608PKG_LIBS = @PKG_LIBS@
1609PKG_LIB_FILE = @PKG_LIB_FILE@
1610PKG_STUB_LIB_FILE = @PKG_STUB_LIB_FILE@
1611PKG_STUB_OBJECTS = @PKG_STUB_OBJECTS@
1612PKG_STUB_SOURCES = @PKG_STUB_SOURCES@
1613PKG_TCL_SOURCES = @PKG_TCL_SOURCES@
1614PMCCABE = @PMCCABE@
1615POKE_BISON = @POKE_BISON@
1616POSUB = @POSUB@
1617PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
1618PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
1619PRIPTR_PREFIX = @PRIPTR_PREFIX@
1620PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
1621PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
1622RANLIB = @RANLIB@
1623RAS_AWK = @RAS_AWK@
1624REPLACE_ACCESS = @REPLACE_ACCESS@
1625REPLACE_ACOSF = @REPLACE_ACOSF@
1626REPLACE_ALIGNED_ALLOC = @REPLACE_ALIGNED_ALLOC@
1627REPLACE_ASINF = @REPLACE_ASINF@
1628REPLACE_ATAN2F = @REPLACE_ATAN2F@
1629REPLACE_ATANF = @REPLACE_ATANF@
1630REPLACE_BTOWC = @REPLACE_BTOWC@
1631REPLACE_CALLOC = @REPLACE_CALLOC@
1632REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
1633REPLACE_CBRTF = @REPLACE_CBRTF@
1634REPLACE_CBRTL = @REPLACE_CBRTL@
1635REPLACE_CEIL = @REPLACE_CEIL@
1636REPLACE_CEILF = @REPLACE_CEILF@
1637REPLACE_CEILL = @REPLACE_CEILL@
1638REPLACE_CHOWN = @REPLACE_CHOWN@
1639REPLACE_CLOSE = @REPLACE_CLOSE@
1640REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
1641REPLACE_COSF = @REPLACE_COSF@
1642REPLACE_COSHF = @REPLACE_COSHF@
1643REPLACE_CREAT = @REPLACE_CREAT@
1644REPLACE_CTIME = @REPLACE_CTIME@
1645REPLACE_DIRFD = @REPLACE_DIRFD@
1646REPLACE_DPRINTF = @REPLACE_DPRINTF@
1647REPLACE_DUP = @REPLACE_DUP@
1648REPLACE_DUP2 = @REPLACE_DUP2@
1649REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
1650REPLACE_EXECL = @REPLACE_EXECL@
1651REPLACE_EXECLE = @REPLACE_EXECLE@
1652REPLACE_EXECLP = @REPLACE_EXECLP@
1653REPLACE_EXECV = @REPLACE_EXECV@
1654REPLACE_EXECVE = @REPLACE_EXECVE@
1655REPLACE_EXECVP = @REPLACE_EXECVP@
1656REPLACE_EXECVPE = @REPLACE_EXECVPE@
1657REPLACE_EXP2 = @REPLACE_EXP2@
1658REPLACE_EXP2L = @REPLACE_EXP2L@
1659REPLACE_EXPF = @REPLACE_EXPF@
1660REPLACE_EXPL = @REPLACE_EXPL@
1661REPLACE_EXPM1 = @REPLACE_EXPM1@
1662REPLACE_EXPM1F = @REPLACE_EXPM1F@
1663REPLACE_EXPM1L = @REPLACE_EXPM1L@
1664REPLACE_FABSL = @REPLACE_FABSL@
1665REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
1666REPLACE_FCHMODAT = @REPLACE_FCHMODAT@
1667REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
1668REPLACE_FCLOSE = @REPLACE_FCLOSE@
1669REPLACE_FCNTL = @REPLACE_FCNTL@
1670REPLACE_FDOPEN = @REPLACE_FDOPEN@
1671REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
1672REPLACE_FFLUSH = @REPLACE_FFLUSH@
1673REPLACE_FFSLL = @REPLACE_FFSLL@
1674REPLACE_FLOOR = @REPLACE_FLOOR@
1675REPLACE_FLOORF = @REPLACE_FLOORF@
1676REPLACE_FLOORL = @REPLACE_FLOORL@
1677REPLACE_FMA = @REPLACE_FMA@
1678REPLACE_FMAF = @REPLACE_FMAF@
1679REPLACE_FMAL = @REPLACE_FMAL@
1680REPLACE_FMOD = @REPLACE_FMOD@
1681REPLACE_FMODF = @REPLACE_FMODF@
1682REPLACE_FMODL = @REPLACE_FMODL@
1683REPLACE_FNMATCH = @REPLACE_FNMATCH@
1684REPLACE_FOPEN = @REPLACE_FOPEN@
1685REPLACE_FPRINTF = @REPLACE_FPRINTF@
1686REPLACE_FPURGE = @REPLACE_FPURGE@
1687REPLACE_FREE = @REPLACE_FREE@
1688REPLACE_FREELOCALE = @REPLACE_FREELOCALE@
1689REPLACE_FREOPEN = @REPLACE_FREOPEN@
1690REPLACE_FREXP = @REPLACE_FREXP@
1691REPLACE_FREXPF = @REPLACE_FREXPF@
1692REPLACE_FREXPL = @REPLACE_FREXPL@
1693REPLACE_FSEEK = @REPLACE_FSEEK@
1694REPLACE_FSEEKO = @REPLACE_FSEEKO@
1695REPLACE_FSTAT = @REPLACE_FSTAT@
1696REPLACE_FSTATAT = @REPLACE_FSTATAT@
1697REPLACE_FTELL = @REPLACE_FTELL@
1698REPLACE_FTELLO = @REPLACE_FTELLO@
1699REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
1700REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
1701REPLACE_GETCWD = @REPLACE_GETCWD@
1702REPLACE_GETDELIM = @REPLACE_GETDELIM@
1703REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
1704REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
1705REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
1706REPLACE_GETLINE = @REPLACE_GETLINE@
1707REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
1708REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
1709REPLACE_GETPASS = @REPLACE_GETPASS@
1710REPLACE_GETRANDOM = @REPLACE_GETRANDOM@
1711REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
1712REPLACE_GLOB = @REPLACE_GLOB@
1713REPLACE_GLOB_PATTERN_P = @REPLACE_GLOB_PATTERN_P@
1714REPLACE_GMTIME = @REPLACE_GMTIME@
1715REPLACE_HUGE_VAL = @REPLACE_HUGE_VAL@
1716REPLACE_HYPOT = @REPLACE_HYPOT@
1717REPLACE_HYPOTF = @REPLACE_HYPOTF@
1718REPLACE_HYPOTL = @REPLACE_HYPOTL@
1719REPLACE_ILOGB = @REPLACE_ILOGB@
1720REPLACE_ILOGBF = @REPLACE_ILOGBF@
1721REPLACE_ILOGBL = @REPLACE_ILOGBL@
1722REPLACE_INITSTATE = @REPLACE_INITSTATE@
1723REPLACE_ISATTY = @REPLACE_ISATTY@
1724REPLACE_ISFINITE = @REPLACE_ISFINITE@
1725REPLACE_ISINF = @REPLACE_ISINF@
1726REPLACE_ISNAN = @REPLACE_ISNAN@
1727REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
1728REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
1729REPLACE_ISWDIGIT = @REPLACE_ISWDIGIT@
1730REPLACE_ISWXDIGIT = @REPLACE_ISWXDIGIT@
1731REPLACE_ITOLD = @REPLACE_ITOLD@
1732REPLACE_LCHOWN = @REPLACE_LCHOWN@
1733REPLACE_LDEXPL = @REPLACE_LDEXPL@
1734REPLACE_LINK = @REPLACE_LINK@
1735REPLACE_LINKAT = @REPLACE_LINKAT@
1736REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
1737REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
1738REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
1739REPLACE_LOG = @REPLACE_LOG@
1740REPLACE_LOG10 = @REPLACE_LOG10@
1741REPLACE_LOG10F = @REPLACE_LOG10F@
1742REPLACE_LOG10L = @REPLACE_LOG10L@
1743REPLACE_LOG1P = @REPLACE_LOG1P@
1744REPLACE_LOG1PF = @REPLACE_LOG1PF@
1745REPLACE_LOG1PL = @REPLACE_LOG1PL@
1746REPLACE_LOG2 = @REPLACE_LOG2@
1747REPLACE_LOG2F = @REPLACE_LOG2F@
1748REPLACE_LOG2L = @REPLACE_LOG2L@
1749REPLACE_LOGB = @REPLACE_LOGB@
1750REPLACE_LOGBF = @REPLACE_LOGBF@
1751REPLACE_LOGBL = @REPLACE_LOGBL@
1752REPLACE_LOGF = @REPLACE_LOGF@
1753REPLACE_LOGL = @REPLACE_LOGL@
1754REPLACE_LSEEK = @REPLACE_LSEEK@
1755REPLACE_LSTAT = @REPLACE_LSTAT@
1756REPLACE_MALLOC = @REPLACE_MALLOC@
1757REPLACE_MBRLEN = @REPLACE_MBRLEN@
1758REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
1759REPLACE_MBSINIT = @REPLACE_MBSINIT@
1760REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
1761REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
1762REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
1763REPLACE_MBTOWC = @REPLACE_MBTOWC@
1764REPLACE_MEMCHR = @REPLACE_MEMCHR@
1765REPLACE_MEMMEM = @REPLACE_MEMMEM@
1766REPLACE_MKDIR = @REPLACE_MKDIR@
1767REPLACE_MKFIFO = @REPLACE_MKFIFO@
1768REPLACE_MKFIFOAT = @REPLACE_MKFIFOAT@
1769REPLACE_MKNOD = @REPLACE_MKNOD@
1770REPLACE_MKNODAT = @REPLACE_MKNODAT@
1771REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
1772REPLACE_MKTIME = @REPLACE_MKTIME@
1773REPLACE_MODF = @REPLACE_MODF@
1774REPLACE_MODFF = @REPLACE_MODFF@
1775REPLACE_MODFL = @REPLACE_MODFL@
1776REPLACE_NAN = @REPLACE_NAN@
1777REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
1778REPLACE_NEWLOCALE = @REPLACE_NEWLOCALE@
1779REPLACE_NULL = @REPLACE_NULL@
1780REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
1781REPLACE_OPEN = @REPLACE_OPEN@
1782REPLACE_OPENAT = @REPLACE_OPENAT@
1783REPLACE_OPENDIR = @REPLACE_OPENDIR@
1784REPLACE_PERROR = @REPLACE_PERROR@
1785REPLACE_POPEN = @REPLACE_POPEN@
1786REPLACE_POSIX_MEMALIGN = @REPLACE_POSIX_MEMALIGN@
1787REPLACE_PREAD = @REPLACE_PREAD@
1788REPLACE_PRINTF = @REPLACE_PRINTF@
1789REPLACE_PSELECT = @REPLACE_PSELECT@
1790REPLACE_PTHREAD_ATTR_DESTROY = @REPLACE_PTHREAD_ATTR_DESTROY@
1791REPLACE_PTHREAD_ATTR_GETDETACHSTATE = @REPLACE_PTHREAD_ATTR_GETDETACHSTATE@
1792REPLACE_PTHREAD_ATTR_INIT = @REPLACE_PTHREAD_ATTR_INIT@
1793REPLACE_PTHREAD_ATTR_SETDETACHSTATE = @REPLACE_PTHREAD_ATTR_SETDETACHSTATE@
1794REPLACE_PTHREAD_CONDATTR_DESTROY = @REPLACE_PTHREAD_CONDATTR_DESTROY@
1795REPLACE_PTHREAD_CONDATTR_INIT = @REPLACE_PTHREAD_CONDATTR_INIT@
1796REPLACE_PTHREAD_COND_BROADCAST = @REPLACE_PTHREAD_COND_BROADCAST@
1797REPLACE_PTHREAD_COND_DESTROY = @REPLACE_PTHREAD_COND_DESTROY@
1798REPLACE_PTHREAD_COND_INIT = @REPLACE_PTHREAD_COND_INIT@
1799REPLACE_PTHREAD_COND_SIGNAL = @REPLACE_PTHREAD_COND_SIGNAL@
1800REPLACE_PTHREAD_COND_TIMEDWAIT = @REPLACE_PTHREAD_COND_TIMEDWAIT@
1801REPLACE_PTHREAD_COND_WAIT = @REPLACE_PTHREAD_COND_WAIT@
1802REPLACE_PTHREAD_CREATE = @REPLACE_PTHREAD_CREATE@
1803REPLACE_PTHREAD_DETACH = @REPLACE_PTHREAD_DETACH@
1804REPLACE_PTHREAD_EQUAL = @REPLACE_PTHREAD_EQUAL@
1805REPLACE_PTHREAD_EXIT = @REPLACE_PTHREAD_EXIT@
1806REPLACE_PTHREAD_GETSPECIFIC = @REPLACE_PTHREAD_GETSPECIFIC@
1807REPLACE_PTHREAD_JOIN = @REPLACE_PTHREAD_JOIN@
1808REPLACE_PTHREAD_KEY_CREATE = @REPLACE_PTHREAD_KEY_CREATE@
1809REPLACE_PTHREAD_KEY_DELETE = @REPLACE_PTHREAD_KEY_DELETE@
1810REPLACE_PTHREAD_MUTEXATTR_DESTROY = @REPLACE_PTHREAD_MUTEXATTR_DESTROY@
1811REPLACE_PTHREAD_MUTEXATTR_GETROBUST = @REPLACE_PTHREAD_MUTEXATTR_GETROBUST@
1812REPLACE_PTHREAD_MUTEXATTR_GETTYPE = @REPLACE_PTHREAD_MUTEXATTR_GETTYPE@
1813REPLACE_PTHREAD_MUTEXATTR_INIT = @REPLACE_PTHREAD_MUTEXATTR_INIT@
1814REPLACE_PTHREAD_MUTEXATTR_SETROBUST = @REPLACE_PTHREAD_MUTEXATTR_SETROBUST@
1815REPLACE_PTHREAD_MUTEXATTR_SETTYPE = @REPLACE_PTHREAD_MUTEXATTR_SETTYPE@
1816REPLACE_PTHREAD_MUTEX_DESTROY = @REPLACE_PTHREAD_MUTEX_DESTROY@
1817REPLACE_PTHREAD_MUTEX_INIT = @REPLACE_PTHREAD_MUTEX_INIT@
1818REPLACE_PTHREAD_MUTEX_LOCK = @REPLACE_PTHREAD_MUTEX_LOCK@
1819REPLACE_PTHREAD_MUTEX_TIMEDLOCK = @REPLACE_PTHREAD_MUTEX_TIMEDLOCK@
1820REPLACE_PTHREAD_MUTEX_TRYLOCK = @REPLACE_PTHREAD_MUTEX_TRYLOCK@
1821REPLACE_PTHREAD_MUTEX_UNLOCK = @REPLACE_PTHREAD_MUTEX_UNLOCK@
1822REPLACE_PTHREAD_ONCE = @REPLACE_PTHREAD_ONCE@
1823REPLACE_PTHREAD_RWLOCKATTR_DESTROY = @REPLACE_PTHREAD_RWLOCKATTR_DESTROY@
1824REPLACE_PTHREAD_RWLOCKATTR_INIT = @REPLACE_PTHREAD_RWLOCKATTR_INIT@
1825REPLACE_PTHREAD_RWLOCK_DESTROY = @REPLACE_PTHREAD_RWLOCK_DESTROY@
1826REPLACE_PTHREAD_RWLOCK_INIT = @REPLACE_PTHREAD_RWLOCK_INIT@
1827REPLACE_PTHREAD_RWLOCK_RDLOCK = @REPLACE_PTHREAD_RWLOCK_RDLOCK@
1828REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK = @REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK@
1829REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK = @REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK@
1830REPLACE_PTHREAD_RWLOCK_TRYRDLOCK = @REPLACE_PTHREAD_RWLOCK_TRYRDLOCK@
1831REPLACE_PTHREAD_RWLOCK_TRYWRLOCK = @REPLACE_PTHREAD_RWLOCK_TRYWRLOCK@
1832REPLACE_PTHREAD_RWLOCK_UNLOCK = @REPLACE_PTHREAD_RWLOCK_UNLOCK@
1833REPLACE_PTHREAD_RWLOCK_WRLOCK = @REPLACE_PTHREAD_RWLOCK_WRLOCK@
1834REPLACE_PTHREAD_SELF = @REPLACE_PTHREAD_SELF@
1835REPLACE_PTHREAD_SETSPECIFIC = @REPLACE_PTHREAD_SETSPECIFIC@
1836REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
1837REPLACE_PTHREAD_SPIN_DESTROY = @REPLACE_PTHREAD_SPIN_DESTROY@
1838REPLACE_PTHREAD_SPIN_INIT = @REPLACE_PTHREAD_SPIN_INIT@
1839REPLACE_PTHREAD_SPIN_LOCK = @REPLACE_PTHREAD_SPIN_LOCK@
1840REPLACE_PTHREAD_SPIN_TRYLOCK = @REPLACE_PTHREAD_SPIN_TRYLOCK@
1841REPLACE_PTHREAD_SPIN_UNLOCK = @REPLACE_PTHREAD_SPIN_UNLOCK@
1842REPLACE_PTSNAME = @REPLACE_PTSNAME@
1843REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
1844REPLACE_PUTENV = @REPLACE_PUTENV@
1845REPLACE_PWRITE = @REPLACE_PWRITE@
1846REPLACE_QSORT_R = @REPLACE_QSORT_R@
1847REPLACE_RAISE = @REPLACE_RAISE@
1848REPLACE_RANDOM = @REPLACE_RANDOM@
1849REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
1850REPLACE_READ = @REPLACE_READ@
1851REPLACE_READLINK = @REPLACE_READLINK@
1852REPLACE_READLINKAT = @REPLACE_READLINKAT@
1853REPLACE_REALLOC = @REPLACE_REALLOC@
1854REPLACE_REALPATH = @REPLACE_REALPATH@
1855REPLACE_REMAINDER = @REPLACE_REMAINDER@
1856REPLACE_REMAINDERF = @REPLACE_REMAINDERF@
1857REPLACE_REMAINDERL = @REPLACE_REMAINDERL@
1858REPLACE_REMOVE = @REPLACE_REMOVE@
1859REPLACE_RENAME = @REPLACE_RENAME@
1860REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
1861REPLACE_RINTL = @REPLACE_RINTL@
1862REPLACE_RMDIR = @REPLACE_RMDIR@
1863REPLACE_ROUND = @REPLACE_ROUND@
1864REPLACE_ROUNDF = @REPLACE_ROUNDF@
1865REPLACE_ROUNDL = @REPLACE_ROUNDL@
1866REPLACE_SCHED_YIELD = @REPLACE_SCHED_YIELD@
1867REPLACE_SELECT = @REPLACE_SELECT@
1868REPLACE_SETENV = @REPLACE_SETENV@
1869REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
1870REPLACE_SETSTATE = @REPLACE_SETSTATE@
1871REPLACE_SIGNBIT = @REPLACE_SIGNBIT@
1872REPLACE_SIGNBIT_USING_BUILTINS = @REPLACE_SIGNBIT_USING_BUILTINS@
1873REPLACE_SINF = @REPLACE_SINF@
1874REPLACE_SINHF = @REPLACE_SINHF@
1875REPLACE_SLEEP = @REPLACE_SLEEP@
1876REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
1877REPLACE_SPRINTF = @REPLACE_SPRINTF@
1878REPLACE_SQRTF = @REPLACE_SQRTF@
1879REPLACE_SQRTL = @REPLACE_SQRTL@
1880REPLACE_STAT = @REPLACE_STAT@
1881REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
1882REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
1883REPLACE_STPNCPY = @REPLACE_STPNCPY@
1884REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1885REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
1886REPLACE_STRDUP = @REPLACE_STRDUP@
1887REPLACE_STRERROR = @REPLACE_STRERROR@
1888REPLACE_STRERRORNAME_NP = @REPLACE_STRERRORNAME_NP@
1889REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
1890REPLACE_STRFTIME = @REPLACE_STRFTIME@
1891REPLACE_STRNCAT = @REPLACE_STRNCAT@
1892REPLACE_STRNDUP = @REPLACE_STRNDUP@
1893REPLACE_STRNLEN = @REPLACE_STRNLEN@
1894REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1895REPLACE_STRSTR = @REPLACE_STRSTR@
1896REPLACE_STRTOD = @REPLACE_STRTOD@
1897REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
1898REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1899REPLACE_STRTOLD = @REPLACE_STRTOLD@
1900REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
1901REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
1902REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
1903REPLACE_SYMLINK = @REPLACE_SYMLINK@
1904REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
1905REPLACE_TANF = @REPLACE_TANF@
1906REPLACE_TANHF = @REPLACE_TANHF@
1907REPLACE_TIMEGM = @REPLACE_TIMEGM@
1908REPLACE_TMPFILE = @REPLACE_TMPFILE@
1909REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
1910REPLACE_TRUNC = @REPLACE_TRUNC@
1911REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
1912REPLACE_TRUNCF = @REPLACE_TRUNCF@
1913REPLACE_TRUNCL = @REPLACE_TRUNCL@
1914REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1915REPLACE_TZSET = @REPLACE_TZSET@
1916REPLACE_UNLINK = @REPLACE_UNLINK@
1917REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1918REPLACE_UNSETENV = @REPLACE_UNSETENV@
1919REPLACE_USLEEP = @REPLACE_USLEEP@
1920REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
1921REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
1922REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
1923REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
1924REPLACE_VPRINTF = @REPLACE_VPRINTF@
1925REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
1926REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
1927REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1928REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
1929REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1930REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1931REPLACE_WCSTOK = @REPLACE_WCSTOK@
1932REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
1933REPLACE_WCTOB = @REPLACE_WCTOB@
1934REPLACE_WCTOMB = @REPLACE_WCTOMB@
1935REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1936REPLACE_WRITE = @REPLACE_WRITE@
1937SED = @SED@
1938SET_MAKE = @SET_MAKE@
1939SHELL = @SHELL@
1940SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1941SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1942STDALIGN_H = @STDALIGN_H@
1943STDARG_H = @STDARG_H@
1944STDBOOL_H = @STDBOOL_H@
1945STDDEF_H = @STDDEF_H@
1946STDINT_H = @STDINT_H@
1947STRIP = @STRIP@
1948SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1949TCL_BIN_DIR = @TCL_BIN_DIR@
1950TCL_DEFS = @TCL_DEFS@
1951TCL_EXTRA_CFLAGS = @TCL_EXTRA_CFLAGS@
1952TCL_INCLUDES = @TCL_INCLUDES@
1953TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
1954TCL_LD_FLAGS = @TCL_LD_FLAGS@
1955TCL_LIBS = @TCL_LIBS@
1956TCL_LIB_FILE = @TCL_LIB_FILE@
1957TCL_LIB_FLAG = @TCL_LIB_FLAG@
1958TCL_LIB_SPEC = @TCL_LIB_SPEC@
1959TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
1960TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
1961TCL_SRC_DIR = @TCL_SRC_DIR@
1962TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
1963TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
1964TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
1965TCL_VERSION = @TCL_VERSION@
1966TEXTSTYLE_H = @TEXTSTYLE_H@
1967TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1968TIME_H_DEFINES_TIME_UTC = @TIME_H_DEFINES_TIME_UTC@
1969TK_BIN_DIR = @TK_BIN_DIR@
1970TK_INCLUDES = @TK_INCLUDES@
1971TK_INCLUDE_SPEC = @TK_INCLUDE_SPEC@
1972TK_LIBS = @TK_LIBS@
1973TK_LIB_FILE = @TK_LIB_FILE@
1974TK_LIB_FLAG = @TK_LIB_FLAG@
1975TK_LIB_SPEC = @TK_LIB_SPEC@
1976TK_SRC_DIR = @TK_SRC_DIR@
1977TK_STUB_LIB_FILE = @TK_STUB_LIB_FILE@
1978TK_STUB_LIB_FLAG = @TK_STUB_LIB_FLAG@
1979TK_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@
1980TK_VERSION = @TK_VERSION@
1981TK_XINCLUDES = @TK_XINCLUDES@
1982UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
1983UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
1984UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1985UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
1986UNISTD_H_HAVE_SYS_RANDOM_H = @UNISTD_H_HAVE_SYS_RANDOM_H@
1987UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1988UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1989USE_NLS = @USE_NLS@
1990VERSION = @VERSION@
1991WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1992WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
1993WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
1994WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
1995WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@
1996WINT_T_SUFFIX = @WINT_T_SUFFIX@
1997WITH_JITTER = @WITH_JITTER@
1998XGETTEXT = @XGETTEXT@
1999XGETTEXT_015 = @XGETTEXT_015@
2000XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
2001YACC = @YACC@
2002YFLAGS = @YFLAGS@
2003abs_builddir = @abs_builddir@
2004abs_srcdir = @abs_srcdir@
2005abs_top_builddir = @abs_top_builddir@
2006abs_top_srcdir = @abs_top_srcdir@
2007ac_ct_AR = @ac_ct_AR@
2008ac_ct_CC = @ac_ct_CC@
2009ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2010am__include = @am__include@
2011am__leading_dot = @am__leading_dot@
2012am__quote = @am__quote@
2013am__tar = @am__tar@
2014am__untar = @am__untar@
2015bindir = @bindir@
2016build = @build@
2017build_alias = @build_alias@
2018build_cpu = @build_cpu@
2019build_os = @build_os@
2020build_vendor = @build_vendor@
2021builddir = @builddir@
2022datadir = @datadir@
2023datarootdir = @datarootdir@
2024docdir = @docdir@
2025dvidir = @dvidir@
2026exec_prefix = @exec_prefix@
2027gl_LIBOBJS = @gl_LIBOBJS@
2028gl_LTLIBOBJS = @gl_LTLIBOBJS@
2029gltests_LIBOBJS = @gltests_LIBOBJS@
2030gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
2031gltests_WITNESS = @gltests_WITNESS@
2032gui_LIBOBJS = @gui_LIBOBJS@
2033gui_LTLIBOBJS = @gui_LTLIBOBJS@
2034guitests_LIBOBJS = @guitests_LIBOBJS@
2035guitests_LTLIBOBJS = @guitests_LTLIBOBJS@
2036guitests_WITNESS = @guitests_WITNESS@
2037host = @host@
2038host_alias = @host_alias@
2039host_cpu = @host_cpu@
2040host_os = @host_os@
2041host_vendor = @host_vendor@
2042htmldir = @htmldir@
2043includedir = @includedir@
2044infodir = @infodir@
2045install_sh = @install_sh@
2046libdir = @libdir@
2047libexecdir = @libexecdir@
2048libpoke_LIBOBJS = @libpoke_LIBOBJS@
2049libpoke_LTLIBOBJS = @libpoke_LTLIBOBJS@
2050libpoketests_LIBOBJS = @libpoketests_LIBOBJS@
2051libpoketests_LTLIBOBJS = @libpoketests_LTLIBOBJS@
2052libpoketests_WITNESS = @libpoketests_WITNESS@
2053localedir = @localedir@
2054localstatedir = @localstatedir@
2055mandir = @mandir@
2056mkdir_p = @mkdir_p@
2057oldincludedir = @oldincludedir@
2058pdfdir = @pdfdir@
2059prefix = @prefix@
2060program_transform_name = @program_transform_name@
2061psdir = @psdir@
2062runstatedir = @runstatedir@
2063sbindir = @sbindir@
2064sharedstatedir = @sharedstatedir@
2065srcdir = @srcdir@
2066subdirs = @subdirs@
2067sysconfdir = @sysconfdir@
2068target_alias = @target_alias@
2069top_build_prefix = @top_build_prefix@
2070top_builddir = @top_builddir@
2071top_srcdir = @top_srcdir@
2072AUTOMAKE_OPTIONS = 1.11 gnits
2073SUBDIRS =
2074noinst_HEADERS =
2075noinst_LIBRARIES =
2076noinst_LTLIBRARIES = libgnu.la
2077EXTRA_DIST = alloca.in.h attribute.h basename-lgpl.h byteswap.in.h \
2078	cloexec.h close.c dirname.h dup2.c errno.in.h error.c error.h \
2079	exitfail.h fcntl.c fcntl.in.h fd-hook.h filename.h float.c \
2080	float.in.h itold.c fpucw.h free.c frexp.c frexp.c frexpl.c \
2081	fseterr.c fseterr.h stdio-impl.h fstat.c stat-w32.c stat-w32.h \
2082	getdtablesize.c getrandom.c gettimeofday.c intprops.h \
2083	inttypes.in.h isatty.c float+.h isnan.c isnand-nolibm.h \
2084	isnand.c float+.h isnan.c isnanf-nolibm.h isnanf.c float+.h \
2085	isnan.c isnanl-nolibm.h isnanl.c cdefs.h libc-config.h \
2086	limits.in.h lstat.c malloc.c malloca.h math.in.h memchr.c \
2087	memchr.valgrind mkdir.c mkstemp.c msvc-inval.c msvc-inval.h \
2088	msvc-nothrow.c msvc-nothrow.h open.c pathmax.h printf-frexp.h \
2089	printf-frexp.c printf-frexpl.h printf.c random.c random_r.c \
2090	rawmemchr.c rawmemchr.valgrind secure_getenv.c signal.in.h \
2091	float+.h signbitd.c signbitf.c signbitl.c _Noreturn.h \
2092	arg-nonnull.h c++defs.h warn-on-use.h snprintf.c stat-w32.c \
2093	stat-w32.h stat.c stat-time.h stdalign.in.h stdarg.in.h \
2094	stdbool.in.h stddef.in.h stdint.in.h stdio.in.h stdlib.in.h \
2095	strchrnul.c strchrnul.valgrind streq.h strerror.c \
2096	strerror-override.c strerror-override.h string.in.h \
2097	string-buffer.h strstr.c str-two-way.h strstr.c strtol.c \
2098	strtoul.c strtoull.c sys_random.in.h sys_stat.in.h \
2099	sys_time.in.h sys_types.in.h tempname.h time.in.h timespec.h \
2100	unistd.in.h asnprintf.c float+.h printf-args.c printf-args.h \
2101	printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
2102	asprintf.c vasprintf.c verify.h vfprintf.c vsnprintf.c \
2103	wchar.in.h xalloc.h xalloc.h xalloc-oversized.h
2104BUILT_SOURCES = $(ALLOCA_H) $(BYTESWAP_H) $(ERRNO_H) fcntl.h \
2105	$(FLOAT_H) inttypes.h $(LIMITS_H) math.h signal.h \
2106	$(STDALIGN_H) $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) \
2107	stdio.h stdlib.h string.h sys/random.h sys/stat.h sys/time.h \
2108	sys/types.h time.h unistd.h wchar.h
2109SUFFIXES =
2110MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t byteswap.h \
2111	byteswap.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h \
2112	float.h-t inttypes.h inttypes.h-t limits.h limits.h-t math.h \
2113	math.h-t signal.h signal.h-t stdalign.h stdalign.h-t stdarg.h \
2114	stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h \
2115	stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h \
2116	string.h-t sys/random.h sys/random.h-t sys/stat.h sys/stat.h-t \
2117	sys/time.h sys/time.h-t sys/types.h sys/types.h-t time.h \
2118	time.h-t unistd.h unistd.h-t wchar.h wchar.h-t
2119MOSTLYCLEANDIRS = sys sys
2120CLEANFILES =
2121DISTCLEANFILES =
2122MAINTAINERCLEANFILES =
2123# No GNU Make output.
2124AM_CPPFLAGS =
2125
2126# The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
2127# compilation of all sources that make up the library. This line here does it
2128# only for the gnulib part of it. The developer is responsible for adding
2129# $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
2130AM_CFLAGS = $(CFLAG_VISIBILITY)
2131libgnu_la_SOURCES = basename-lgpl.c cloexec.c dirname-lgpl.c \
2132	stripslash.c exitfail.c fd-hook.c gcd.h gcd.c getprogname.h \
2133	getprogname.c gettext.h gettime.c malloca.c math.c minmax.h \
2134	printf-frexp.c printf-frexpl.c size_max.h stat-time.c \
2135	string-buffer.c tempname.c timespec.c tmpdir.h tmpdir.c \
2136	unistd.c xmalloc.c xalloc-die.c xsize.h xsize.c
2137libgnu_la_LIBADD = $(libpoke_LTLIBOBJS)
2138libgnu_la_DEPENDENCIES = $(libpoke_LTLIBOBJS)
2139EXTRA_libgnu_la_SOURCES = close.c dup2.c error.c fcntl.c float.c \
2140	itold.c free.c frexp.c frexp.c frexpl.c fseterr.c fstat.c \
2141	stat-w32.c getdtablesize.c getrandom.c gettimeofday.c isatty.c \
2142	isnan.c isnand.c isnan.c isnanf.c isnan.c isnanl.c lstat.c \
2143	malloc.c memchr.c mkdir.c mkstemp.c msvc-inval.c \
2144	msvc-nothrow.c open.c printf-frexp.c printf.c random.c \
2145	random_r.c rawmemchr.c secure_getenv.c signbitd.c signbitf.c \
2146	signbitl.c snprintf.c stat-w32.c stat.c strchrnul.c strerror.c \
2147	strerror-override.c strstr.c strstr.c strtol.c strtoul.c \
2148	strtoull.c asnprintf.c printf-args.c printf-parse.c \
2149	vasnprintf.c asprintf.c vasprintf.c vfprintf.c vsnprintf.c
2150libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LIB_CLOCK_GETTIME) \
2151	$(LIB_GETRANDOM) $(LTLIBINTL)
2152
2153# Use this preprocessor expression to decide whether #include_next works.
2154# Do not rely on a 'configure'-time test for this, since the expression
2155# might appear in an installed header, which is used by some other compiler.
2156HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
2157
2158# Because this Makefile snippet defines a variable used by other
2159# gnulib Makefile snippets, it must be present in all makefiles that
2160# need it. This is ensured by the applicability 'all' defined above.
2161_NORETURN_H = $(srcdir)/_Noreturn.h
2162
2163# Because this Makefile snippet defines a variable used by other
2164# gnulib Makefile snippets, it must be present in all makefiles that
2165# need it. This is ensured by the applicability 'all' defined above.
2166ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
2167
2168# Because this Makefile snippet defines a variable used by other
2169# gnulib Makefile snippets, it must be present in all makefiles that
2170# need it. This is ensured by the applicability 'all' defined above.
2171CXXDEFS_H = $(srcdir)/c++defs.h
2172
2173# Because this Makefile snippet defines a variable used by other
2174# gnulib Makefile snippets, it must be present in all makefiles that
2175# need it. This is ensured by the applicability 'all' defined above.
2176WARN_ON_USE_H = $(srcdir)/warn-on-use.h
2177all: $(BUILT_SOURCES)
2178	$(MAKE) $(AM_MAKEFLAGS) all-recursive
2179
2180.SUFFIXES:
2181.SUFFIXES: .c .lo .o .obj
2182$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
2183	@for dep in $?; do \
2184	  case '$(am__configure_deps)' in \
2185	    *$$dep*) \
2186	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2187	        && { if test -f $@; then exit 0; else break; fi; }; \
2188	      exit 1;; \
2189	  esac; \
2190	done; \
2191	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl-libpoke/Makefile'; \
2192	$(am__cd) $(top_srcdir) && \
2193	  $(AUTOMAKE) --gnits gl-libpoke/Makefile
2194Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2195	@case '$?' in \
2196	  *config.status*) \
2197	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2198	  *) \
2199	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
2200	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
2201	esac;
2202
2203$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2204	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2205
2206$(top_srcdir)/configure:  $(am__configure_deps)
2207	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2208$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
2209	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2210$(am__aclocal_m4_deps):
2211
2212clean-noinstLIBRARIES:
2213	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
2214
2215clean-noinstLTLIBRARIES:
2216	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
2217	@list='$(noinst_LTLIBRARIES)'; \
2218	locs=`for p in $$list; do echo $$p; done | \
2219	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
2220	      sort -u`; \
2221	test -z "$$locs" || { \
2222	  echo rm -f $${locs}; \
2223	  rm -f $${locs}; \
2224	}
2225
2226libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES)
2227	$(AM_V_CCLD)$(libgnu_la_LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
2228
2229mostlyclean-compile:
2230	-rm -f *.$(OBJEXT)
2231
2232distclean-compile:
2233	-rm -f *.tab.c
2234
2235@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Plo@am__quote@ # am--include-marker
2236@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Plo@am__quote@ # am--include-marker
2237@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Plo@am__quote@ # am--include-marker
2238@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Plo@am__quote@ # am--include-marker
2239@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Plo@am__quote@ # am--include-marker
2240@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Plo@am__quote@ # am--include-marker
2241@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Plo@am__quote@ # am--include-marker
2242@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ # am--include-marker
2243@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Plo@am__quote@ # am--include-marker
2244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Plo@am__quote@ # am--include-marker
2245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Plo@am__quote@ # am--include-marker
2246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@ # am--include-marker
2247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free.Plo@am__quote@ # am--include-marker
2248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexp.Plo@am__quote@ # am--include-marker
2249@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexpl.Plo@am__quote@ # am--include-marker
2250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseterr.Plo@am__quote@ # am--include-marker
2251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Plo@am__quote@ # am--include-marker
2252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcd.Plo@am__quote@ # am--include-marker
2253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Plo@am__quote@ # am--include-marker
2254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getprogname.Plo@am__quote@ # am--include-marker
2255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getrandom.Plo@am__quote@ # am--include-marker
2256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Plo@am__quote@ # am--include-marker
2257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Plo@am__quote@ # am--include-marker
2258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isatty.Plo@am__quote@ # am--include-marker
2259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnan.Plo@am__quote@ # am--include-marker
2260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnand.Plo@am__quote@ # am--include-marker
2261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanf.Plo@am__quote@ # am--include-marker
2262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanl.Plo@am__quote@ # am--include-marker
2263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Plo@am__quote@ # am--include-marker
2264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Plo@am__quote@ # am--include-marker
2265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@ # am--include-marker
2266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Plo@am__quote@ # am--include-marker
2267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Plo@am__quote@ # am--include-marker
2268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Plo@am__quote@ # am--include-marker
2269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Plo@am__quote@ # am--include-marker
2270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkstemp.Plo@am__quote@ # am--include-marker
2271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Plo@am__quote@ # am--include-marker
2272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Plo@am__quote@ # am--include-marker
2273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Plo@am__quote@ # am--include-marker
2274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Plo@am__quote@ # am--include-marker
2275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-frexp.Plo@am__quote@ # am--include-marker
2276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-frexpl.Plo@am__quote@ # am--include-marker
2277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Plo@am__quote@ # am--include-marker
2278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Plo@am__quote@ # am--include-marker
2279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@ # am--include-marker
2280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_r.Plo@am__quote@ # am--include-marker
2281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmemchr.Plo@am__quote@ # am--include-marker
2282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secure_getenv.Plo@am__quote@ # am--include-marker
2283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitd.Plo@am__quote@ # am--include-marker
2284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitf.Plo@am__quote@ # am--include-marker
2285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitl.Plo@am__quote@ # am--include-marker
2286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@ # am--include-marker
2287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Plo@am__quote@ # am--include-marker
2288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-w32.Plo@am__quote@ # am--include-marker
2289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Plo@am__quote@ # am--include-marker
2290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Plo@am__quote@ # am--include-marker
2291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Plo@am__quote@ # am--include-marker
2292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@ # am--include-marker
2293@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string-buffer.Plo@am__quote@ # am--include-marker
2294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Plo@am__quote@ # am--include-marker
2295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Plo@am__quote@ # am--include-marker
2296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtol.Plo@am__quote@ # am--include-marker
2297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoul.Plo@am__quote@ # am--include-marker
2298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoull.Plo@am__quote@ # am--include-marker
2299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Plo@am__quote@ # am--include-marker
2300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Plo@am__quote@ # am--include-marker
2301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tmpdir.Plo@am__quote@ # am--include-marker
2302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Plo@am__quote@ # am--include-marker
2303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@ # am--include-marker
2304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@ # am--include-marker
2305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfprintf.Plo@am__quote@ # am--include-marker
2306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Plo@am__quote@ # am--include-marker
2307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Plo@am__quote@ # am--include-marker
2308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Plo@am__quote@ # am--include-marker
2309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Plo@am__quote@ # am--include-marker
2310
2311$(am__depfiles_remade):
2312	@$(MKDIR_P) $(@D)
2313	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
2314
2315am--depfiles: $(am__depfiles_remade)
2316
2317.c.o:
2318@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2319@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2320@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2321@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2322@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2323
2324.c.obj:
2325@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2326@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2327@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2328@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2329@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2330
2331.c.lo:
2332@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2333@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2334@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2335@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2336@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
2337
2338mostlyclean-libtool:
2339	-rm -f *.lo
2340
2341clean-libtool:
2342	-rm -rf .libs _libs
2343
2344# This directory's subdirectories are mostly independent; you can cd
2345# into them and run 'make' without going through this Makefile.
2346# To change the values of 'make' variables: instead of editing Makefiles,
2347# (1) if the variable is set in 'config.status', edit 'config.status'
2348#     (which will cause the Makefiles to be regenerated when you run 'make');
2349# (2) otherwise, pass the desired values on the 'make' command line.
2350$(am__recursive_targets):
2351	@fail=; \
2352	if $(am__make_keepgoing); then \
2353	  failcom='fail=yes'; \
2354	else \
2355	  failcom='exit 1'; \
2356	fi; \
2357	dot_seen=no; \
2358	target=`echo $@ | sed s/-recursive//`; \
2359	case "$@" in \
2360	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2361	  *) list='$(SUBDIRS)' ;; \
2362	esac; \
2363	for subdir in $$list; do \
2364	  echo "Making $$target in $$subdir"; \
2365	  if test "$$subdir" = "."; then \
2366	    dot_seen=yes; \
2367	    local_target="$$target-am"; \
2368	  else \
2369	    local_target="$$target"; \
2370	  fi; \
2371	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2372	  || eval $$failcom; \
2373	done; \
2374	if test "$$dot_seen" = "no"; then \
2375	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2376	fi; test -z "$$fail"
2377
2378ID: $(am__tagged_files)
2379	$(am__define_uniq_tagged_files); mkid -fID $$unique
2380tags: tags-recursive
2381TAGS: tags
2382
2383tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2384	set x; \
2385	here=`pwd`; \
2386	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2387	  include_option=--etags-include; \
2388	  empty_fix=.; \
2389	else \
2390	  include_option=--include; \
2391	  empty_fix=; \
2392	fi; \
2393	list='$(SUBDIRS)'; for subdir in $$list; do \
2394	  if test "$$subdir" = .; then :; else \
2395	    test ! -f $$subdir/TAGS || \
2396	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2397	  fi; \
2398	done; \
2399	$(am__define_uniq_tagged_files); \
2400	shift; \
2401	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2402	  test -n "$$unique" || unique=$$empty_fix; \
2403	  if test $$# -gt 0; then \
2404	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2405	      "$$@" $$unique; \
2406	  else \
2407	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2408	      $$unique; \
2409	  fi; \
2410	fi
2411ctags: ctags-recursive
2412
2413CTAGS: ctags
2414ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2415	$(am__define_uniq_tagged_files); \
2416	test -z "$(CTAGS_ARGS)$$unique" \
2417	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2418	     $$unique
2419
2420GTAGS:
2421	here=`$(am__cd) $(top_builddir) && pwd` \
2422	  && $(am__cd) $(top_srcdir) \
2423	  && gtags -i $(GTAGS_ARGS) "$$here"
2424cscopelist: cscopelist-recursive
2425
2426cscopelist-am: $(am__tagged_files)
2427	list='$(am__tagged_files)'; \
2428	case "$(srcdir)" in \
2429	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2430	  *) sdir=$(subdir)/$(srcdir) ;; \
2431	esac; \
2432	for i in $$list; do \
2433	  if test -f "$$i"; then \
2434	    echo "$(subdir)/$$i"; \
2435	  else \
2436	    echo "$$sdir/$$i"; \
2437	  fi; \
2438	done >> $(top_builddir)/cscope.files
2439
2440distclean-tags:
2441	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2442
2443distdir: $(BUILT_SOURCES)
2444	$(MAKE) $(AM_MAKEFLAGS) distdir-am
2445
2446distdir-am: $(DISTFILES)
2447	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2448	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2449	list='$(DISTFILES)'; \
2450	  dist_files=`for file in $$list; do echo $$file; done | \
2451	  sed -e "s|^$$srcdirstrip/||;t" \
2452	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2453	case $$dist_files in \
2454	  */*) $(MKDIR_P) `echo "$$dist_files" | \
2455			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2456			   sort -u` ;; \
2457	esac; \
2458	for file in $$dist_files; do \
2459	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2460	  if test -d $$d/$$file; then \
2461	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2462	    if test -d "$(distdir)/$$file"; then \
2463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2464	    fi; \
2465	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2466	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2468	    fi; \
2469	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2470	  else \
2471	    test -f "$(distdir)/$$file" \
2472	    || cp -p $$d/$$file "$(distdir)/$$file" \
2473	    || exit 1; \
2474	  fi; \
2475	done
2476	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2477	  if test "$$subdir" = .; then :; else \
2478	    $(am__make_dryrun) \
2479	      || test -d "$(distdir)/$$subdir" \
2480	      || $(MKDIR_P) "$(distdir)/$$subdir" \
2481	      || exit 1; \
2482	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2483	    $(am__relativize); \
2484	    new_distdir=$$reldir; \
2485	    dir1=$$subdir; dir2="$(top_distdir)"; \
2486	    $(am__relativize); \
2487	    new_top_distdir=$$reldir; \
2488	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2489	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2490	    ($(am__cd) $$subdir && \
2491	      $(MAKE) $(AM_MAKEFLAGS) \
2492	        top_distdir="$$new_top_distdir" \
2493	        distdir="$$new_distdir" \
2494		am__remove_distdir=: \
2495		am__skip_length_check=: \
2496		am__skip_mode_fix=: \
2497	        distdir) \
2498	      || exit 1; \
2499	  fi; \
2500	done
2501check-am: all-am
2502check: $(BUILT_SOURCES)
2503	$(MAKE) $(AM_MAKEFLAGS) check-recursive
2504all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
2505installdirs: installdirs-recursive
2506installdirs-am:
2507install: $(BUILT_SOURCES)
2508	$(MAKE) $(AM_MAKEFLAGS) install-recursive
2509install-exec: install-exec-recursive
2510install-data: install-data-recursive
2511uninstall: uninstall-recursive
2512
2513install-am: all-am
2514	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2515
2516installcheck: installcheck-recursive
2517install-strip:
2518	if test -z '$(STRIP)'; then \
2519	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2520	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2521	      install; \
2522	else \
2523	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2524	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2525	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2526	fi
2527mostlyclean-generic:
2528	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2529
2530clean-generic:
2531	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2532
2533distclean-generic:
2534	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2535	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2536	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2537
2538maintainer-clean-generic:
2539	@echo "This command is intended for maintainers to use"
2540	@echo "it deletes files that may require special tools to rebuild."
2541	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2542	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2543clean: clean-recursive
2544
2545clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
2546	clean-noinstLTLIBRARIES mostlyclean-am
2547
2548distclean: distclean-recursive
2549		-rm -f ./$(DEPDIR)/asnprintf.Plo
2550	-rm -f ./$(DEPDIR)/asprintf.Plo
2551	-rm -f ./$(DEPDIR)/basename-lgpl.Plo
2552	-rm -f ./$(DEPDIR)/cloexec.Plo
2553	-rm -f ./$(DEPDIR)/close.Plo
2554	-rm -f ./$(DEPDIR)/dirname-lgpl.Plo
2555	-rm -f ./$(DEPDIR)/dup2.Plo
2556	-rm -f ./$(DEPDIR)/error.Plo
2557	-rm -f ./$(DEPDIR)/exitfail.Plo
2558	-rm -f ./$(DEPDIR)/fcntl.Plo
2559	-rm -f ./$(DEPDIR)/fd-hook.Plo
2560	-rm -f ./$(DEPDIR)/float.Plo
2561	-rm -f ./$(DEPDIR)/free.Plo
2562	-rm -f ./$(DEPDIR)/frexp.Plo
2563	-rm -f ./$(DEPDIR)/frexpl.Plo
2564	-rm -f ./$(DEPDIR)/fseterr.Plo
2565	-rm -f ./$(DEPDIR)/fstat.Plo
2566	-rm -f ./$(DEPDIR)/gcd.Plo
2567	-rm -f ./$(DEPDIR)/getdtablesize.Plo
2568	-rm -f ./$(DEPDIR)/getprogname.Plo
2569	-rm -f ./$(DEPDIR)/getrandom.Plo
2570	-rm -f ./$(DEPDIR)/gettime.Plo
2571	-rm -f ./$(DEPDIR)/gettimeofday.Plo
2572	-rm -f ./$(DEPDIR)/isatty.Plo
2573	-rm -f ./$(DEPDIR)/isnan.Plo
2574	-rm -f ./$(DEPDIR)/isnand.Plo
2575	-rm -f ./$(DEPDIR)/isnanf.Plo
2576	-rm -f ./$(DEPDIR)/isnanl.Plo
2577	-rm -f ./$(DEPDIR)/itold.Plo
2578	-rm -f ./$(DEPDIR)/lstat.Plo
2579	-rm -f ./$(DEPDIR)/malloc.Plo
2580	-rm -f ./$(DEPDIR)/malloca.Plo
2581	-rm -f ./$(DEPDIR)/math.Plo
2582	-rm -f ./$(DEPDIR)/memchr.Plo
2583	-rm -f ./$(DEPDIR)/mkdir.Plo
2584	-rm -f ./$(DEPDIR)/mkstemp.Plo
2585	-rm -f ./$(DEPDIR)/msvc-inval.Plo
2586	-rm -f ./$(DEPDIR)/msvc-nothrow.Plo
2587	-rm -f ./$(DEPDIR)/open.Plo
2588	-rm -f ./$(DEPDIR)/printf-args.Plo
2589	-rm -f ./$(DEPDIR)/printf-frexp.Plo
2590	-rm -f ./$(DEPDIR)/printf-frexpl.Plo
2591	-rm -f ./$(DEPDIR)/printf-parse.Plo
2592	-rm -f ./$(DEPDIR)/printf.Plo
2593	-rm -f ./$(DEPDIR)/random.Plo
2594	-rm -f ./$(DEPDIR)/random_r.Plo
2595	-rm -f ./$(DEPDIR)/rawmemchr.Plo
2596	-rm -f ./$(DEPDIR)/secure_getenv.Plo
2597	-rm -f ./$(DEPDIR)/signbitd.Plo
2598	-rm -f ./$(DEPDIR)/signbitf.Plo
2599	-rm -f ./$(DEPDIR)/signbitl.Plo
2600	-rm -f ./$(DEPDIR)/snprintf.Plo
2601	-rm -f ./$(DEPDIR)/stat-time.Plo
2602	-rm -f ./$(DEPDIR)/stat-w32.Plo
2603	-rm -f ./$(DEPDIR)/stat.Plo
2604	-rm -f ./$(DEPDIR)/strchrnul.Plo
2605	-rm -f ./$(DEPDIR)/strerror-override.Plo
2606	-rm -f ./$(DEPDIR)/strerror.Plo
2607	-rm -f ./$(DEPDIR)/string-buffer.Plo
2608	-rm -f ./$(DEPDIR)/stripslash.Plo
2609	-rm -f ./$(DEPDIR)/strstr.Plo
2610	-rm -f ./$(DEPDIR)/strtol.Plo
2611	-rm -f ./$(DEPDIR)/strtoul.Plo
2612	-rm -f ./$(DEPDIR)/strtoull.Plo
2613	-rm -f ./$(DEPDIR)/tempname.Plo
2614	-rm -f ./$(DEPDIR)/timespec.Plo
2615	-rm -f ./$(DEPDIR)/tmpdir.Plo
2616	-rm -f ./$(DEPDIR)/unistd.Plo
2617	-rm -f ./$(DEPDIR)/vasnprintf.Plo
2618	-rm -f ./$(DEPDIR)/vasprintf.Plo
2619	-rm -f ./$(DEPDIR)/vfprintf.Plo
2620	-rm -f ./$(DEPDIR)/vsnprintf.Plo
2621	-rm -f ./$(DEPDIR)/xalloc-die.Plo
2622	-rm -f ./$(DEPDIR)/xmalloc.Plo
2623	-rm -f ./$(DEPDIR)/xsize.Plo
2624	-rm -f Makefile
2625distclean-am: clean-am distclean-compile distclean-generic \
2626	distclean-tags
2627
2628dvi: dvi-recursive
2629
2630dvi-am:
2631
2632html: html-recursive
2633
2634html-am:
2635
2636info: info-recursive
2637
2638info-am:
2639
2640install-data-am:
2641
2642install-dvi: install-dvi-recursive
2643
2644install-dvi-am:
2645
2646install-exec-am:
2647
2648install-html: install-html-recursive
2649
2650install-html-am:
2651
2652install-info: install-info-recursive
2653
2654install-info-am:
2655
2656install-man:
2657
2658install-pdf: install-pdf-recursive
2659
2660install-pdf-am:
2661
2662install-ps: install-ps-recursive
2663
2664install-ps-am:
2665
2666installcheck-am:
2667
2668maintainer-clean: maintainer-clean-recursive
2669		-rm -f ./$(DEPDIR)/asnprintf.Plo
2670	-rm -f ./$(DEPDIR)/asprintf.Plo
2671	-rm -f ./$(DEPDIR)/basename-lgpl.Plo
2672	-rm -f ./$(DEPDIR)/cloexec.Plo
2673	-rm -f ./$(DEPDIR)/close.Plo
2674	-rm -f ./$(DEPDIR)/dirname-lgpl.Plo
2675	-rm -f ./$(DEPDIR)/dup2.Plo
2676	-rm -f ./$(DEPDIR)/error.Plo
2677	-rm -f ./$(DEPDIR)/exitfail.Plo
2678	-rm -f ./$(DEPDIR)/fcntl.Plo
2679	-rm -f ./$(DEPDIR)/fd-hook.Plo
2680	-rm -f ./$(DEPDIR)/float.Plo
2681	-rm -f ./$(DEPDIR)/free.Plo
2682	-rm -f ./$(DEPDIR)/frexp.Plo
2683	-rm -f ./$(DEPDIR)/frexpl.Plo
2684	-rm -f ./$(DEPDIR)/fseterr.Plo
2685	-rm -f ./$(DEPDIR)/fstat.Plo
2686	-rm -f ./$(DEPDIR)/gcd.Plo
2687	-rm -f ./$(DEPDIR)/getdtablesize.Plo
2688	-rm -f ./$(DEPDIR)/getprogname.Plo
2689	-rm -f ./$(DEPDIR)/getrandom.Plo
2690	-rm -f ./$(DEPDIR)/gettime.Plo
2691	-rm -f ./$(DEPDIR)/gettimeofday.Plo
2692	-rm -f ./$(DEPDIR)/isatty.Plo
2693	-rm -f ./$(DEPDIR)/isnan.Plo
2694	-rm -f ./$(DEPDIR)/isnand.Plo
2695	-rm -f ./$(DEPDIR)/isnanf.Plo
2696	-rm -f ./$(DEPDIR)/isnanl.Plo
2697	-rm -f ./$(DEPDIR)/itold.Plo
2698	-rm -f ./$(DEPDIR)/lstat.Plo
2699	-rm -f ./$(DEPDIR)/malloc.Plo
2700	-rm -f ./$(DEPDIR)/malloca.Plo
2701	-rm -f ./$(DEPDIR)/math.Plo
2702	-rm -f ./$(DEPDIR)/memchr.Plo
2703	-rm -f ./$(DEPDIR)/mkdir.Plo
2704	-rm -f ./$(DEPDIR)/mkstemp.Plo
2705	-rm -f ./$(DEPDIR)/msvc-inval.Plo
2706	-rm -f ./$(DEPDIR)/msvc-nothrow.Plo
2707	-rm -f ./$(DEPDIR)/open.Plo
2708	-rm -f ./$(DEPDIR)/printf-args.Plo
2709	-rm -f ./$(DEPDIR)/printf-frexp.Plo
2710	-rm -f ./$(DEPDIR)/printf-frexpl.Plo
2711	-rm -f ./$(DEPDIR)/printf-parse.Plo
2712	-rm -f ./$(DEPDIR)/printf.Plo
2713	-rm -f ./$(DEPDIR)/random.Plo
2714	-rm -f ./$(DEPDIR)/random_r.Plo
2715	-rm -f ./$(DEPDIR)/rawmemchr.Plo
2716	-rm -f ./$(DEPDIR)/secure_getenv.Plo
2717	-rm -f ./$(DEPDIR)/signbitd.Plo
2718	-rm -f ./$(DEPDIR)/signbitf.Plo
2719	-rm -f ./$(DEPDIR)/signbitl.Plo
2720	-rm -f ./$(DEPDIR)/snprintf.Plo
2721	-rm -f ./$(DEPDIR)/stat-time.Plo
2722	-rm -f ./$(DEPDIR)/stat-w32.Plo
2723	-rm -f ./$(DEPDIR)/stat.Plo
2724	-rm -f ./$(DEPDIR)/strchrnul.Plo
2725	-rm -f ./$(DEPDIR)/strerror-override.Plo
2726	-rm -f ./$(DEPDIR)/strerror.Plo
2727	-rm -f ./$(DEPDIR)/string-buffer.Plo
2728	-rm -f ./$(DEPDIR)/stripslash.Plo
2729	-rm -f ./$(DEPDIR)/strstr.Plo
2730	-rm -f ./$(DEPDIR)/strtol.Plo
2731	-rm -f ./$(DEPDIR)/strtoul.Plo
2732	-rm -f ./$(DEPDIR)/strtoull.Plo
2733	-rm -f ./$(DEPDIR)/tempname.Plo
2734	-rm -f ./$(DEPDIR)/timespec.Plo
2735	-rm -f ./$(DEPDIR)/tmpdir.Plo
2736	-rm -f ./$(DEPDIR)/unistd.Plo
2737	-rm -f ./$(DEPDIR)/vasnprintf.Plo
2738	-rm -f ./$(DEPDIR)/vasprintf.Plo
2739	-rm -f ./$(DEPDIR)/vfprintf.Plo
2740	-rm -f ./$(DEPDIR)/vsnprintf.Plo
2741	-rm -f ./$(DEPDIR)/xalloc-die.Plo
2742	-rm -f ./$(DEPDIR)/xmalloc.Plo
2743	-rm -f ./$(DEPDIR)/xsize.Plo
2744	-rm -f Makefile
2745maintainer-clean-am: distclean-am maintainer-clean-generic
2746
2747mostlyclean: mostlyclean-recursive
2748
2749mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2750	mostlyclean-libtool mostlyclean-local
2751
2752pdf: pdf-recursive
2753
2754pdf-am:
2755
2756ps: ps-recursive
2757
2758ps-am:
2759
2760uninstall-am:
2761
2762.MAKE: $(am__recursive_targets) all check install install-am \
2763	install-strip
2764
2765.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2766	am--depfiles check check-am clean clean-generic clean-libtool \
2767	clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
2768	ctags ctags-am distclean distclean-compile distclean-generic \
2769	distclean-libtool distclean-tags distdir dvi dvi-am html \
2770	html-am info info-am install install-am install-data \
2771	install-data-am install-dvi install-dvi-am install-exec \
2772	install-exec-am install-html install-html-am install-info \
2773	install-info-am install-man install-pdf install-pdf-am \
2774	install-ps install-ps-am install-strip installcheck \
2775	installcheck-am installdirs installdirs-am maintainer-clean \
2776	maintainer-clean-generic mostlyclean mostlyclean-compile \
2777	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
2778	pdf-am ps ps-am tags tags-am uninstall uninstall-am
2779
2780.PRECIOUS: Makefile
2781
2782
2783# We need the following in order to create <alloca.h> when the system
2784# doesn't have one that works with the given compiler.
2785@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
2786@GL_GENERATE_ALLOCA_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2787@GL_GENERATE_ALLOCA_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2788@GL_GENERATE_ALLOCA_H_TRUE@	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
2789@GL_GENERATE_ALLOCA_H_TRUE@	} > $@-t && \
2790@GL_GENERATE_ALLOCA_H_TRUE@	mv -f $@-t $@
2791@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
2792@GL_GENERATE_ALLOCA_H_FALSE@	rm -f $@
2793
2794# We need the following in order to create <byteswap.h> when the system
2795# doesn't have one.
2796@GL_GENERATE_BYTESWAP_H_TRUE@byteswap.h: byteswap.in.h $(top_builddir)/config.status
2797@GL_GENERATE_BYTESWAP_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2798@GL_GENERATE_BYTESWAP_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2799@GL_GENERATE_BYTESWAP_H_TRUE@	  cat $(srcdir)/byteswap.in.h; \
2800@GL_GENERATE_BYTESWAP_H_TRUE@	} > $@-t && \
2801@GL_GENERATE_BYTESWAP_H_TRUE@	mv -f $@-t $@
2802@GL_GENERATE_BYTESWAP_H_FALSE@byteswap.h: $(top_builddir)/config.status
2803@GL_GENERATE_BYTESWAP_H_FALSE@	rm -f $@
2804
2805# We need the following in order to create <errno.h> when the system
2806# doesn't have one that is POSIX compliant.
2807@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
2808@GL_GENERATE_ERRNO_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2809@GL_GENERATE_ERRNO_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2810@GL_GENERATE_ERRNO_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2811@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2812@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2813@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2814@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
2815@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
2816@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
2817@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
2818@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
2819@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
2820@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
2821@GL_GENERATE_ERRNO_H_TRUE@	      < $(srcdir)/errno.in.h; \
2822@GL_GENERATE_ERRNO_H_TRUE@	} > $@-t && \
2823@GL_GENERATE_ERRNO_H_TRUE@	mv $@-t $@
2824@GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
2825@GL_GENERATE_ERRNO_H_FALSE@	rm -f $@
2826
2827# We need the following in order to create <fcntl.h> when the system
2828# doesn't have one that works with the given compiler.
2829fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2830	$(AM_V_GEN)rm -f $@-t $@ && \
2831	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2832	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2833	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2834	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2835	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2836	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
2837	      -e 's/@''GNULIB_CREAT''@/$(GNULIB_CREAT)/g' \
2838	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
2839	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
2840	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
2841	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
2842	      -e 's/@''GNULIB_MDA_CREAT''@/$(GNULIB_MDA_CREAT)/g' \
2843	      -e 's/@''GNULIB_MDA_OPEN''@/$(GNULIB_MDA_OPEN)/g' \
2844	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
2845	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
2846	      -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
2847	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
2848	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
2849	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
2850	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2851	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2852	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2853	      < $(srcdir)/fcntl.in.h; \
2854	} > $@-t && \
2855	mv $@-t $@
2856
2857# We need the following in order to create <float.h> when the system
2858# doesn't have one that works with the given compiler.
2859@GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
2860@GL_GENERATE_FLOAT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2861@GL_GENERATE_FLOAT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2862@GL_GENERATE_FLOAT_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2863@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2864@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2865@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2866@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
2867@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
2868@GL_GENERATE_FLOAT_H_TRUE@	      < $(srcdir)/float.in.h; \
2869@GL_GENERATE_FLOAT_H_TRUE@	} > $@-t && \
2870@GL_GENERATE_FLOAT_H_TRUE@	mv $@-t $@
2871@GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
2872@GL_GENERATE_FLOAT_H_FALSE@	rm -f $@
2873
2874# We need the following in order to create <inttypes.h> when the system
2875# doesn't have one that works with the given compiler.
2876inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2877	$(AM_V_GEN)rm -f $@-t $@ && \
2878	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2879	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2880	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2881	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2882	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2883	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
2884	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2885	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
2886	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
2887	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
2888	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
2889	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
2890	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
2891	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
2892	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
2893	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
2894	      -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
2895	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
2896	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
2897	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
2898	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
2899	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
2900	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
2901	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2902	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2903	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2904	      < $(srcdir)/inttypes.in.h; \
2905	} > $@-t && \
2906	mv $@-t $@
2907
2908# We need the following in order to create <limits.h> when the system
2909# doesn't have one that is compatible with GNU.
2910@GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status
2911@GL_GENERATE_LIMITS_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2912@GL_GENERATE_LIMITS_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2913@GL_GENERATE_LIMITS_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2914@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2915@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2916@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2917@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
2918@GL_GENERATE_LIMITS_H_TRUE@	      < $(srcdir)/limits.in.h; \
2919@GL_GENERATE_LIMITS_H_TRUE@	} > $@-t && \
2920@GL_GENERATE_LIMITS_H_TRUE@	mv $@-t $@
2921@GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status
2922@GL_GENERATE_LIMITS_H_FALSE@	rm -f $@
2923
2924# We need the following in order to create <math.h> when the system
2925# doesn't have one that works with the given compiler.
2926math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2927	$(AM_V_GEN)rm -f $@-t $@ && \
2928	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2929	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2930	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
2931	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2932	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2933	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
2934	      -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
2935	      -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
2936	      -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
2937	      -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
2938	      -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
2939	      -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
2940	      -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
2941	      -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
2942	      -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
2943	      -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
2944	      -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
2945	      -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
2946	      -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
2947	      -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
2948	      -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
2949	      -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
2950	      -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
2951	      -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
2952	      -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
2953	      -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
2954	      -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
2955	      -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
2956	      -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
2957	      -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
2958	      -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
2959	      -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
2960	      -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
2961	      -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
2962	      -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
2963	      -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
2964	      -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
2965	      -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
2966	      -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
2967	      -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
2968	      -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
2969	      -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
2970	      -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
2971	      -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
2972	      -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
2973	      -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
2974	      -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
2975	      -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
2976	      -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
2977	      -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
2978	      < $(srcdir)/math.in.h | \
2979	  sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
2980	      -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
2981	      -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
2982	      -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
2983	      -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
2984	      -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
2985	      -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
2986	      -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
2987	      -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
2988	      -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
2989	      -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
2990	      -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
2991	      -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
2992	      -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
2993	      -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
2994	      -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
2995	      -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
2996	      -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
2997	      -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
2998	      -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
2999	      -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
3000	      -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
3001	      -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
3002	      -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
3003	      -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
3004	      -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
3005	      -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
3006	      -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
3007	      -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
3008	      -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
3009	      -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
3010	      -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
3011	      -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
3012	      -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
3013	      -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
3014	      -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
3015	      -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
3016	      -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
3017	      -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
3018	      -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
3019	      -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
3020	      -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
3021	      -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
3022	      -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
3023	      -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
3024	      -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
3025	      -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
3026	      -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
3027	      -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
3028	      -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
3029	      -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
3030	      -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
3031	      -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
3032	      -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
3033	      -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
3034	      -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
3035	      -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
3036	  | \
3037	  sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
3038	      -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
3039	      -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
3040	      -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
3041	      -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
3042	      -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
3043	      -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
3044	      -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
3045	      -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
3046	      -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
3047	      -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
3048	      -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
3049	      -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
3050	      -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
3051	      -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
3052	      -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
3053	      -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
3054	      -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
3055	      -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
3056	      -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
3057	      -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
3058	      -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
3059	      -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
3060	      -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
3061	      -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
3062	      -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
3063	      -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
3064	      -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
3065	      -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
3066	      -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
3067	      -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
3068	      -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
3069	      -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
3070	      -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
3071	      -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
3072	      -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
3073	      -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
3074	      -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
3075	      -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
3076	      -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
3077	      -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
3078	      -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
3079	      -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
3080	      -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
3081	      -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
3082	      -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
3083	      -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
3084	      -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
3085	      -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
3086	      -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
3087	      -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
3088	      -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
3089	      -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
3090	      -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
3091	      -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
3092	      -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
3093	      -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
3094	      -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
3095	      -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
3096	      -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
3097	      -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
3098	      -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
3099	      -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
3100	      -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
3101	      -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
3102	      -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
3103	      -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
3104	      -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
3105	      -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
3106	      -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
3107	      -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
3108	      -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
3109	      -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
3110	      -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
3111	      -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
3112	      -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
3113	      -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
3114	      -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
3115	      -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
3116	      -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
3117	      -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
3118	      -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
3119	      -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
3120	      -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
3121	      -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
3122	      -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
3123	      -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
3124	      -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
3125	      -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
3126	      -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
3127	      -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
3128	      -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
3129	      -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
3130	      -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
3131	      -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
3132	      -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
3133	  | \
3134	  sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
3135	      -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
3136	      -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
3137	      -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
3138	      -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
3139	      -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
3140	      -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
3141	      -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
3142	      -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
3143	      -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
3144	      -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
3145	      -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
3146	      -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
3147	      -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
3148	      -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
3149	      -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
3150	      -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
3151	      -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
3152	      -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
3153	      -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
3154	      -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
3155	      -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
3156	      -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
3157	      -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
3158	      -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
3159	      -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
3160	      -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
3161	      -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
3162	      -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
3163	      -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
3164	      -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
3165	      -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
3166	      -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
3167	      -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
3168	      -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
3169	      -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
3170	      -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
3171	      -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
3172	      -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
3173	      -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
3174	      -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
3175	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
3176	      -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
3177	      -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
3178	      -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
3179	      -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
3180	      -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
3181	      -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
3182	      -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
3183	      -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
3184	      -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
3185	      -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
3186	      -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
3187	      -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
3188	      -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
3189	      -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
3190	      -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
3191	      -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
3192	      -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
3193	      -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
3194	      -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
3195	      -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
3196	      -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
3197	      -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
3198	      -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
3199	      -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
3200	      -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
3201	      -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
3202	      -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
3203	      -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
3204	      -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
3205	      -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
3206	      -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
3207	      -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
3208	      -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
3209	      -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
3210	      -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
3211	      -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
3212	      -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
3213	      -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
3214	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3215	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3216	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3217	} > $@-t && \
3218	mv $@-t $@
3219
3220# We need the following in order to create <signal.h> when the system
3221# doesn't have a complete one.
3222signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3223	$(AM_V_GEN)rm -f $@-t $@ && \
3224	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3225	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3226	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3227	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3228	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3229	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
3230	      -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
3231	      -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
3232	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
3233	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
3234	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
3235	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
3236	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
3237	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
3238	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
3239	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
3240	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
3241	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
3242	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
3243	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
3244	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
3245	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
3246	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3247	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3248	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3249	      < $(srcdir)/signal.in.h; \
3250	} > $@-t && \
3251	mv $@-t $@
3252
3253# We need the following in order to create <stdalign.h> when the system
3254# doesn't have one that works.
3255@GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status
3256@GL_GENERATE_STDALIGN_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
3257@GL_GENERATE_STDALIGN_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3258@GL_GENERATE_STDALIGN_H_TRUE@	  cat $(srcdir)/stdalign.in.h; \
3259@GL_GENERATE_STDALIGN_H_TRUE@	} > $@-t && \
3260@GL_GENERATE_STDALIGN_H_TRUE@	mv $@-t $@
3261@GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status
3262@GL_GENERATE_STDALIGN_H_FALSE@	rm -f $@
3263
3264# We need the following in order to create <stdarg.h> when the system
3265# doesn't have one that works with the given compiler.
3266@GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status
3267@GL_GENERATE_STDARG_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
3268@GL_GENERATE_STDARG_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3269@GL_GENERATE_STDARG_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3270@GL_GENERATE_STDARG_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3271@GL_GENERATE_STDARG_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3272@GL_GENERATE_STDARG_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3273@GL_GENERATE_STDARG_H_TRUE@	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
3274@GL_GENERATE_STDARG_H_TRUE@	      < $(srcdir)/stdarg.in.h; \
3275@GL_GENERATE_STDARG_H_TRUE@	} > $@-t && \
3276@GL_GENERATE_STDARG_H_TRUE@	mv $@-t $@
3277@GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status
3278@GL_GENERATE_STDARG_H_FALSE@	rm -f $@
3279
3280# We need the following in order to create <stdbool.h> when the system
3281# doesn't have one that works.
3282@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
3283@GL_GENERATE_STDBOOL_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
3284@GL_GENERATE_STDBOOL_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3285@GL_GENERATE_STDBOOL_H_TRUE@	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
3286@GL_GENERATE_STDBOOL_H_TRUE@	} > $@-t && \
3287@GL_GENERATE_STDBOOL_H_TRUE@	mv $@-t $@
3288@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
3289@GL_GENERATE_STDBOOL_H_FALSE@	rm -f $@
3290
3291# We need the following in order to create <stddef.h> when the system
3292# doesn't have one that works with the given compiler.
3293@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
3294@GL_GENERATE_STDDEF_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
3295@GL_GENERATE_STDDEF_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3296@GL_GENERATE_STDDEF_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3297@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3298@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3299@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3300@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
3301@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
3302@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
3303@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
3304@GL_GENERATE_STDDEF_H_TRUE@	      < $(srcdir)/stddef.in.h; \
3305@GL_GENERATE_STDDEF_H_TRUE@	} > $@-t && \
3306@GL_GENERATE_STDDEF_H_TRUE@	mv $@-t $@
3307@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
3308@GL_GENERATE_STDDEF_H_FALSE@	rm -f $@
3309
3310# We need the following in order to create <stdint.h> when the system
3311# doesn't have one that works with the given compiler.
3312@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
3313@GL_GENERATE_STDINT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
3314@GL_GENERATE_STDINT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3315@GL_GENERATE_STDINT_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3316@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
3317@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3318@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3319@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3320@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
3321@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
3322@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
3323@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
3324@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
3325@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
3326@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
3327@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
3328@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
3329@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
3330@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
3331@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
3332@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
3333@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
3334@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
3335@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
3336@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
3337@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
3338@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
3339@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
3340@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
3341@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3342@GL_GENERATE_STDINT_H_TRUE@	      < $(srcdir)/stdint.in.h; \
3343@GL_GENERATE_STDINT_H_TRUE@	} > $@-t && \
3344@GL_GENERATE_STDINT_H_TRUE@	mv $@-t $@
3345@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
3346@GL_GENERATE_STDINT_H_FALSE@	rm -f $@
3347
3348# We need the following in order to create <stdio.h> when the system
3349# doesn't have one that works with the given compiler.
3350stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3351	$(AM_V_GEN)rm -f $@-t $@ && \
3352	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3353	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3354	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3355	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3356	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3357	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
3358	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
3359	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
3360	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
3361	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
3362	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
3363	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
3364	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
3365	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
3366	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
3367	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
3368	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
3369	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
3370	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
3371	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
3372	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
3373	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
3374	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
3375	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
3376	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
3377	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
3378	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
3379	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
3380	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
3381	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
3382	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
3383	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
3384	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
3385	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
3386	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
3387	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
3388	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
3389	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
3390	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
3391	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
3392	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
3393	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
3394	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
3395	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
3396	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
3397	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
3398	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
3399	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
3400	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
3401	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
3402	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
3403	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
3404	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
3405	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
3406	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
3407	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
3408	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
3409	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
3410	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
3411	      -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GNULIB_MDA_FCLOSEALL)/g' \
3412	      -e 's/@''GNULIB_MDA_FDOPEN''@/$(GNULIB_MDA_FDOPEN)/g' \
3413	      -e 's/@''GNULIB_MDA_FILENO''@/$(GNULIB_MDA_FILENO)/g' \
3414	      -e 's/@''GNULIB_MDA_GETW''@/$(GNULIB_MDA_GETW)/g' \
3415	      -e 's/@''GNULIB_MDA_PUTW''@/$(GNULIB_MDA_PUTW)/g' \
3416	      -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GNULIB_MDA_TEMPNAM)/g' \
3417	      < $(srcdir)/stdio.in.h | \
3418	  sed -e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
3419	      -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
3420	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
3421	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
3422	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
3423	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
3424	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
3425	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
3426	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
3427	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
3428	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
3429	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
3430	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
3431	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
3432	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
3433	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
3434	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
3435	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
3436	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
3437	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
3438	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
3439	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
3440	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
3441	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
3442	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
3443	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
3444	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
3445	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
3446	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
3447	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
3448	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
3449	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
3450	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
3451	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
3452	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
3453	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
3454	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
3455	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
3456	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
3457	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
3458	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
3459	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
3460	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
3461	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
3462	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
3463	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
3464	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
3465	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
3466	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
3467	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
3468	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3469	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3470	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3471	} > $@-t && \
3472	mv $@-t $@
3473
3474# We need the following in order to create <stdlib.h> when the system
3475# doesn't have one that works with the given compiler.
3476stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
3477  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3478	$(AM_V_GEN)rm -f $@-t $@ && \
3479	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3480	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3481	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3482	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3483	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3484	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
3485	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
3486	      -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GNULIB_ALIGNED_ALLOC)/g' \
3487	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
3488	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
3489	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
3490	      -e 's/@''GNULIB_FREE_POSIX''@/$(GNULIB_FREE_POSIX)/g' \
3491	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
3492	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
3493	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
3494	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
3495	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
3496	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
3497	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
3498	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
3499	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
3500	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
3501	      -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GNULIB_POSIX_MEMALIGN)/g' \
3502	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
3503	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
3504	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
3505	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
3506	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
3507	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
3508	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
3509	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
3510	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
3511	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
3512	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
3513	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
3514	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
3515	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
3516	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
3517	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
3518	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
3519	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
3520	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
3521	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
3522	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
3523	      -e 's/@''GNULIB_MDA_ECVT''@/$(GNULIB_MDA_ECVT)/g' \
3524	      -e 's/@''GNULIB_MDA_FCVT''@/$(GNULIB_MDA_FCVT)/g' \
3525	      -e 's/@''GNULIB_MDA_GCVT''@/$(GNULIB_MDA_GCVT)/g' \
3526	      -e 's/@''GNULIB_MDA_MKTEMP''@/$(GNULIB_MDA_MKTEMP)/g' \
3527	      -e 's/@''GNULIB_MDA_PUTENV''@/$(GNULIB_MDA_PUTENV)/g' \
3528	      < $(srcdir)/stdlib.in.h | \
3529	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
3530	      -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
3531	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
3532	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
3533	      -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
3534	      -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
3535	      -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
3536	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
3537	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
3538	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
3539	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
3540	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
3541	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
3542	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
3543	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
3544	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
3545	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
3546	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
3547	      -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
3548	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
3549	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
3550	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
3551	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
3552	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
3553	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
3554	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
3555	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
3556	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
3557	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
3558	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
3559	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
3560	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
3561	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
3562	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
3563	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
3564	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
3565	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
3566	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
3567	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
3568	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
3569	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
3570	      -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
3571	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
3572	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
3573	      -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
3574	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
3575	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
3576	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
3577	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
3578	      -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
3579	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
3580	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
3581	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
3582	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
3583	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
3584	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
3585	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
3586	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
3587	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
3588	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
3589	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
3590	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
3591	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
3592	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
3593	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3594	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
3595	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3596	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3597	} > $@-t && \
3598	mv $@-t $@
3599
3600# We need the following in order to create <string.h> when the system
3601# doesn't have one that works with the given compiler.
3602string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3603	$(AM_V_GEN)rm -f $@-t $@ && \
3604	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3605	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3606	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3607	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3608	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3609	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
3610	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
3611	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
3612	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
3613	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
3614	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
3615	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
3616	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
3617	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
3618	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
3619	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
3620	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
3621	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
3622	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
3623	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
3624	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
3625	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
3626	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
3627	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
3628	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
3629	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
3630	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
3631	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
3632	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
3633	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
3634	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
3635	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
3636	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
3637	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
3638	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
3639	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
3640	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
3641	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
3642	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
3643	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
3644	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
3645	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
3646	      -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GNULIB_STRERRORNAME_NP)/g' \
3647	      -e 's/@''GNULIB_SIGABBREV_NP''@/$(GNULIB_SIGABBREV_NP)/g' \
3648	      -e 's/@''GNULIB_SIGDESCR_NP''@/$(GNULIB_SIGDESCR_NP)/g' \
3649	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
3650	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
3651	      -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GNULIB_MDA_MEMCCPY)/g' \
3652	      -e 's/@''GNULIB_MDA_STRDUP''@/$(GNULIB_MDA_STRDUP)/g' \
3653	      < $(srcdir)/string.in.h | \
3654	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
3655	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
3656	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
3657	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
3658	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
3659	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
3660	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
3661	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
3662	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
3663	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
3664	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
3665	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
3666	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
3667	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
3668	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
3669	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
3670	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
3671	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
3672	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
3673	      -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
3674	      -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
3675	      -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
3676	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
3677	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
3678	      -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
3679	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
3680	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
3681	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
3682	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
3683	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
3684	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
3685	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
3686	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
3687	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
3688	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
3689	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
3690	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
3691	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
3692	      -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
3693	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
3694	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
3695	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3696	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3697	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3698	      < $(srcdir)/string.in.h; \
3699	} > $@-t && \
3700	mv $@-t $@
3701
3702# We need the following in order to create <sys/random.h> when the system
3703# doesn't have one.
3704sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3705	$(AM_V_at)$(MKDIR_P) sys
3706	$(AM_V_GEN)rm -f $@-t $@ && \
3707	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3708	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3709	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3710	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3711	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3712	      -e 's|@''NEXT_SYS_RANDOM_H''@|$(NEXT_SYS_RANDOM_H)|g' \
3713	      -e 's|@''HAVE_SYS_RANDOM_H''@|$(HAVE_SYS_RANDOM_H)|g' \
3714	      -e 's/@''GNULIB_GETRANDOM''@/$(GNULIB_GETRANDOM)/g' \
3715	      -e 's/@''HAVE_GETRANDOM''@/$(HAVE_GETRANDOM)/g' \
3716	      -e 's/@''REPLACE_GETRANDOM''@/$(REPLACE_GETRANDOM)/g' \
3717	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3718	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3719	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3720	      < $(srcdir)/sys_random.in.h; \
3721	} > $@-t && \
3722	mv -f $@-t $@
3723
3724# We need the following in order to create <sys/stat.h> when the system
3725# has one that is incomplete.
3726sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3727	$(AM_V_at)$(MKDIR_P) sys
3728	$(AM_V_GEN)rm -f $@-t $@ && \
3729	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3730	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3731	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3732	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3733	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3734	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
3735	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
3736	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
3737	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
3738	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
3739	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
3740	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
3741	      -e 's/@''GNULIB_GETUMASK''@/$(GNULIB_GETUMASK)/g' \
3742	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
3743	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
3744	      -e 's/@''GNULIB_MKDIR''@/$(GNULIB_MKDIR)/g' \
3745	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
3746	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
3747	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
3748	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
3749	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
3750	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
3751	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
3752	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
3753	      -e 's/@''GNULIB_MDA_CHMOD''@/$(GNULIB_MDA_CHMOD)/g' \
3754	      -e 's/@''GNULIB_MDA_MKDIR''@/$(GNULIB_MDA_MKDIR)/g' \
3755	      -e 's/@''GNULIB_MDA_UMASK''@/$(GNULIB_MDA_UMASK)/g' \
3756	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
3757	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
3758	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
3759	      -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
3760	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
3761	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
3762	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
3763	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
3764	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
3765	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
3766	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
3767	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
3768	      -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
3769	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
3770	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
3771	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
3772	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
3773	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
3774	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
3775	      -e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
3776	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
3777	      -e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
3778	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
3779	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
3780	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3781	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3782	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3783	      < $(srcdir)/sys_stat.in.h; \
3784	} > $@-t && \
3785	mv $@-t $@
3786
3787# We need the following in order to create <sys/time.h> when the system
3788# doesn't have one that works with the given compiler.
3789sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3790	$(AM_V_at)$(MKDIR_P) sys
3791	$(AM_V_GEN)rm -f $@-t $@ && \
3792	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3793	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3794	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
3795	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3796	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3797	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3798	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
3799	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
3800	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
3801	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
3802	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
3803	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
3804	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
3805	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3806	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3807	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3808	      < $(srcdir)/sys_time.in.h; \
3809	} > $@-t && \
3810	mv $@-t $@
3811
3812# We need the following in order to create <sys/types.h> when the system
3813# doesn't have one that works with the given compiler.
3814sys/types.h: sys_types.in.h $(top_builddir)/config.status
3815	$(AM_V_at)$(MKDIR_P) sys
3816	$(AM_V_GEN)rm -f $@-t $@ && \
3817	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3818	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3819	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3820	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3821	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3822	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
3823	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3824	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
3825	      < $(srcdir)/sys_types.in.h; \
3826	} > $@-t && \
3827	mv $@-t $@
3828
3829# We need the following in order to create <time.h> when the system
3830# doesn't have one that works with the given compiler.
3831time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3832	$(AM_V_GEN)rm -f $@-t $@ && \
3833	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3834	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3835	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3836	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3837	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3838	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
3839	      -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
3840	      -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
3841	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
3842	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
3843	      -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
3844	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
3845	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
3846	      -e 's/@''GNULIB_TIMESPEC_GET''@/$(GNULIB_TIMESPEC_GET)/g' \
3847	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
3848	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
3849	      -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
3850	      -e 's/@''GNULIB_MDA_TZSET''@/$(GNULIB_MDA_TZSET)/g' \
3851	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
3852	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
3853	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
3854	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
3855	      -e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
3856	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
3857	      -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
3858	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
3859	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
3860	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
3861	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
3862	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
3863	      -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
3864	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
3865	      -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
3866	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
3867	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3868	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3869	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
3870	      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
3871	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3872	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3873	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3874	      < $(srcdir)/time.in.h; \
3875	} > $@-t && \
3876	mv $@-t $@
3877
3878# We need the following in order to create an empty placeholder for
3879# <unistd.h> when the system doesn't have one.
3880unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3881	$(AM_V_GEN)rm -f $@-t $@ && \
3882	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3883	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
3884	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
3885	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3886	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3887	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3888	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
3889	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3890	      -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
3891	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
3892	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
3893	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
3894	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
3895	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
3896	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
3897	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
3898	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
3899	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
3900	      -e 's/@''GNULIB_EXECL''@/$(GNULIB_EXECL)/g' \
3901	      -e 's/@''GNULIB_EXECLE''@/$(GNULIB_EXECLE)/g' \
3902	      -e 's/@''GNULIB_EXECLP''@/$(GNULIB_EXECLP)/g' \
3903	      -e 's/@''GNULIB_EXECV''@/$(GNULIB_EXECV)/g' \
3904	      -e 's/@''GNULIB_EXECVE''@/$(GNULIB_EXECVE)/g' \
3905	      -e 's/@''GNULIB_EXECVP''@/$(GNULIB_EXECVP)/g' \
3906	      -e 's/@''GNULIB_EXECVPE''@/$(GNULIB_EXECVPE)/g' \
3907	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
3908	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
3909	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
3910	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
3911	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
3912	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
3913	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
3914	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
3915	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
3916	      -e 's/@''GNULIB_GETENTROPY''@/$(GNULIB_GETENTROPY)/g' \
3917	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
3918	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
3919	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
3920	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
3921	      -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
3922	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
3923	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
3924	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
3925	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
3926	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
3927	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
3928	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
3929	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
3930	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
3931	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
3932	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
3933	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
3934	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
3935	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
3936	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
3937	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
3938	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
3939	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
3940	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
3941	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
3942	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
3943	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
3944	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
3945	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_LIBPOKE_UNISTD_H_GETOPT)/g' \
3946	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
3947	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
3948	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
3949	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
3950	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
3951	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
3952	      -e 's/@''GNULIB_MDA_ACCESS''@/$(GNULIB_MDA_ACCESS)/g' \
3953	      -e 's/@''GNULIB_MDA_CHDIR''@/$(GNULIB_MDA_CHDIR)/g' \
3954	      -e 's/@''GNULIB_MDA_CLOSE''@/$(GNULIB_MDA_CLOSE)/g' \
3955	      -e 's/@''GNULIB_MDA_DUP''@/$(GNULIB_MDA_DUP)/g' \
3956	      -e 's/@''GNULIB_MDA_DUP2''@/$(GNULIB_MDA_DUP2)/g' \
3957	      -e 's/@''GNULIB_MDA_EXECL''@/$(GNULIB_MDA_EXECL)/g' \
3958	      -e 's/@''GNULIB_MDA_EXECLE''@/$(GNULIB_MDA_EXECLE)/g' \
3959	      -e 's/@''GNULIB_MDA_EXECLP''@/$(GNULIB_MDA_EXECLP)/g' \
3960	      -e 's/@''GNULIB_MDA_EXECV''@/$(GNULIB_MDA_EXECV)/g' \
3961	      -e 's/@''GNULIB_MDA_EXECVE''@/$(GNULIB_MDA_EXECVE)/g' \
3962	      -e 's/@''GNULIB_MDA_EXECVP''@/$(GNULIB_MDA_EXECVP)/g' \
3963	      -e 's/@''GNULIB_MDA_EXECVPE''@/$(GNULIB_MDA_EXECVPE)/g' \
3964	      -e 's/@''GNULIB_MDA_GETCWD''@/$(GNULIB_MDA_GETCWD)/g' \
3965	      -e 's/@''GNULIB_MDA_GETPID''@/$(GNULIB_MDA_GETPID)/g' \
3966	      -e 's/@''GNULIB_MDA_ISATTY''@/$(GNULIB_MDA_ISATTY)/g' \
3967	      -e 's/@''GNULIB_MDA_LSEEK''@/$(GNULIB_MDA_LSEEK)/g' \
3968	      -e 's/@''GNULIB_MDA_READ''@/$(GNULIB_MDA_READ)/g' \
3969	      -e 's/@''GNULIB_MDA_RMDIR''@/$(GNULIB_MDA_RMDIR)/g' \
3970	      -e 's/@''GNULIB_MDA_SWAB''@/$(GNULIB_MDA_SWAB)/g' \
3971	      -e 's/@''GNULIB_MDA_UNLINK''@/$(GNULIB_MDA_UNLINK)/g' \
3972	      -e 's/@''GNULIB_MDA_WRITE''@/$(GNULIB_MDA_WRITE)/g' \
3973	      < $(srcdir)/unistd.in.h | \
3974	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3975	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
3976	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3977	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3978	      -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
3979	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3980	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3981	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3982	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
3983	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3984	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3985	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3986	      -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
3987	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3988	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3989	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3990	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
3991	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
3992	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3993	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3994	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3995	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
3996	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3997	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3998	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
3999	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
4000	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
4001	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
4002	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
4003	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
4004	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
4005	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
4006	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
4007	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
4008	      -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
4009	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
4010	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
4011	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
4012	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
4013	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
4014	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
4015	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
4016	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
4017	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
4018	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
4019	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
4020	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
4021	  | \
4022	  sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
4023	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
4024	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
4025	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
4026	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
4027	      -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
4028	      -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
4029	      -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
4030	      -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
4031	      -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
4032	      -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
4033	      -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
4034	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
4035	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
4036	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
4037	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
4038	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
4039	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
4040	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
4041	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
4042	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
4043	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
4044	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
4045	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
4046	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
4047	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
4048	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
4049	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
4050	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
4051	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
4052	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
4053	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
4054	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
4055	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
4056	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
4057	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
4058	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
4059	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
4060	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
4061	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
4062	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
4063	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
4064	      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
4065	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
4066	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
4067	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4068	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
4069	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
4070	} > $@-t && \
4071	mv $@-t $@
4072
4073# We need the following in order to create <wchar.h> when the system
4074# version does not work standalone.
4075wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
4076	$(AM_V_GEN)rm -f $@-t $@ && \
4077	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4078	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
4079	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
4080	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
4081	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
4082	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
4083	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
4084	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
4085	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
4086	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
4087	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
4088	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
4089	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
4090	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
4091	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
4092	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
4093	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
4094	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
4095	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
4096	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
4097	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
4098	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
4099	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
4100	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
4101	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
4102	      -e 's/@''GNULIB_WMEMPCPY''@/$(GNULIB_WMEMPCPY)/g' \
4103	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
4104	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
4105	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
4106	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
4107	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
4108	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
4109	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
4110	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
4111	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
4112	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
4113	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
4114	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
4115	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
4116	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
4117	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
4118	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
4119	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
4120	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
4121	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
4122	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
4123	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
4124	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
4125	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
4126	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
4127	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
4128	      -e 's/@''GNULIB_MDA_WCSDUP''@/$(GNULIB_MDA_WCSDUP)/g' \
4129	      < $(srcdir)/wchar.in.h | \
4130	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
4131	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
4132	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
4133	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
4134	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
4135	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
4136	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
4137	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
4138	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
4139	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
4140	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
4141	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
4142	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
4143	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
4144	      -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
4145	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
4146	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
4147	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
4148	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
4149	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
4150	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
4151	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
4152	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
4153	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
4154	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
4155	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
4156	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
4157	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
4158	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
4159	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
4160	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
4161	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
4162	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
4163	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
4164	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
4165	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
4166	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
4167	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
4168	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
4169	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
4170	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
4171	      -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
4172	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
4173	  | \
4174	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
4175	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
4176	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
4177	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
4178	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
4179	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
4180	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
4181	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
4182	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
4183	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
4184	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
4185	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
4186	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
4187	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
4188	      -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
4189	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
4190	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
4191	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
4192	} > $@-t && \
4193	mv $@-t $@
4194
4195mostlyclean-local: mostlyclean-generic
4196	@for dir in '' $(MOSTLYCLEANDIRS); do \
4197	  if test -n "$$dir" && test -d $$dir; then \
4198	    echo "rmdir $$dir"; rmdir $$dir; \
4199	  fi; \
4200	done; \
4201	:
4202
4203# Tell versions [3.59,3.63) of GNU make to not export all variables.
4204# Otherwise a system limit (for SysV at least) may be exceeded.
4205.NOEXPORT:
4206