New upstream version 1.8
[debian/gzip] / lib / Makefile.in
1 # Makefile.in generated by automake 1.99a from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2015 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 # Make gzip/lib                         -*-Makefile-*-
18
19 # Copyright (C) 2006, 2009-2016 Free Software Foundation, Inc.
20
21 # This program is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
25
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30
31 # You should have received a copy of the GNU General Public License along
32 # with this program; if not, write to the Free Software Foundation, Inc.,
33 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34
35 # Copyright (C) 2002-2016 Free Software Foundation, Inc.
36 #
37 # This file is free software; you can redistribute it and/or modify
38 # it under the terms of the GNU General Public License as published by
39 # the Free Software Foundation; either version 3 of the License, or
40 # (at your option) any later version.
41 #
42 # This file is distributed in the hope that it will be useful,
43 # but WITHOUT ANY WARRANTY; without even the implied warranty of
44 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
45 # GNU General Public License for more details.
46 #
47 # You should have received a copy of the GNU General Public License
48 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
49 #
50 # As a special exception to the GNU General Public License,
51 # this file may be distributed as part of a program that
52 # contains a configuration script generated by Autoconf, under
53 # the same distribution terms as the rest of that program.
54 #
55 # Generated by gnulib-tool.
56 # Reproduce by: gnulib-tool --import --local-dir=gl --lib=libgzip --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=getline --avoid=rpmatch --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl announce-gen calloc close dirname-lgpl fclose fcntl fcntl-safer fdatasync fdl fdopendir fprintf-posix fsync getopt-gnu git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload ignore-value intprops largefile lib-ignore lstat maintainer-makefile malloc-gnu manywarnings openat-safer perror printf-posix readme-release realloc-gnu savedir stat-time sys_stat time unistd-safer unlinkat update-copyright utimens verify xalloc yesno
57
58 VPATH = @srcdir@
59 am__is_gnu_make = { \
60   if test -z '$(MAKELEVEL)'; then \
61     false; \
62   elif test -n '$(MAKE_HOST)'; then \
63     true; \
64   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
65     true; \
66   else \
67     false; \
68   fi; \
69 }
70 am__make_running_with_option = \
71   case $${target_option-} in \
72       ?) ;; \
73       *) echo "am__make_running_with_option: internal error: invalid" \
74               "target option '$${target_option-}' specified" >&2; \
75          exit 1;; \
76   esac; \
77   has_opt=no; \
78   sane_makeflags=$$MAKEFLAGS; \
79   if $(am__is_gnu_make); then \
80     sane_makeflags=$$MFLAGS; \
81   else \
82     case $$MAKEFLAGS in \
83       *\\[\ \   ]*) \
84         bs=\\; \
85         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
86           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
87     esac; \
88   fi; \
89   skip_next=no; \
90   strip_trailopt () \
91   { \
92     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
93   }; \
94   for flg in $$sane_makeflags; do \
95     test $$skip_next = yes && { skip_next=no; continue; }; \
96     case $$flg in \
97       *=*|--*) continue;; \
98         -*I) strip_trailopt 'I'; skip_next=yes;; \
99       -*I?*) strip_trailopt 'I';; \
100         -*O) strip_trailopt 'O'; skip_next=yes;; \
101       -*O?*) strip_trailopt 'O';; \
102         -*l) strip_trailopt 'l'; skip_next=yes;; \
103       -*l?*) strip_trailopt 'l';; \
104       -[dEDm]) skip_next=yes;; \
105       -[JT]) skip_next=yes;; \
106     esac; \
107     case $$flg in \
108       *$$target_option*) has_opt=yes; break;; \
109     esac; \
110   done; \
111   test $$has_opt = yes
112 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
113 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
114 pkgdatadir = $(datadir)/@PACKAGE@
115 pkgincludedir = $(includedir)/@PACKAGE@
116 pkglibdir = $(libdir)/@PACKAGE@
117 pkglibexecdir = $(libexecdir)/@PACKAGE@
118 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
119 install_sh_DATA = $(install_sh) -c -m 644
120 install_sh_PROGRAM = $(install_sh) -c
121 install_sh_SCRIPT = $(install_sh) -c
122 INSTALL_HEADER = $(INSTALL_DATA)
123 transform = $(program_transform_name)
124 NORMAL_INSTALL = :
125 PRE_INSTALL = :
126 POST_INSTALL = :
127 NORMAL_UNINSTALL = :
128 PRE_UNINSTALL = :
129 POST_UNINSTALL = :
130 build_triplet = @build@
131 host_triplet = @host@
132 subdir = lib
133 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
135         $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \
136         $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/calloc.m4 \
137         $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/clock_time.m4 \
138         $(top_srcdir)/m4/close.m4 $(top_srcdir)/m4/closedir.m4 \
139         $(top_srcdir)/m4/dirent-safer.m4 $(top_srcdir)/m4/dirent_h.m4 \
140         $(top_srcdir)/m4/dirfd.m4 $(top_srcdir)/m4/dirname.m4 \
141         $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup.m4 \
142         $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/errno_h.m4 \
143         $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exponentd.m4 \
144         $(top_srcdir)/m4/exponentf.m4 $(top_srcdir)/m4/exponentl.m4 \
145         $(top_srcdir)/m4/extensions.m4 \
146         $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fchdir.m4 \
147         $(top_srcdir)/m4/fclose.m4 $(top_srcdir)/m4/fcntl-o.m4 \
148         $(top_srcdir)/m4/fcntl-safer.m4 $(top_srcdir)/m4/fcntl.m4 \
149         $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/fdatasync.m4 \
150         $(top_srcdir)/m4/fdopendir.m4 $(top_srcdir)/m4/fflush.m4 \
151         $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/float_h.m4 \
152         $(top_srcdir)/m4/fpieee.m4 $(top_srcdir)/m4/fprintf-posix.m4 \
153         $(top_srcdir)/m4/fpurge.m4 $(top_srcdir)/m4/freading.m4 \
154         $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
155         $(top_srcdir)/m4/fseek.m4 $(top_srcdir)/m4/fseeko.m4 \
156         $(top_srcdir)/m4/fseterr.m4 $(top_srcdir)/m4/fstat.m4 \
157         $(top_srcdir)/m4/fstatat.m4 $(top_srcdir)/m4/fsync.m4 \
158         $(top_srcdir)/m4/ftell.m4 $(top_srcdir)/m4/ftello.m4 \
159         $(top_srcdir)/m4/getcwd.m4 $(top_srcdir)/m4/getdtablesize.m4 \
160         $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettime.m4 \
161         $(top_srcdir)/m4/gettimeofday.m4 $(top_srcdir)/m4/gnu-make.m4 \
162         $(top_srcdir)/m4/gnulib-common.m4 \
163         $(top_srcdir)/m4/gnulib-comp.m4 \
164         $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/intmax_t.m4 \
165         $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isnand.m4 \
166         $(top_srcdir)/m4/isnanf.m4 $(top_srcdir)/m4/isnanl.m4 \
167         $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/ldexpl.m4 \
168         $(top_srcdir)/m4/lib-ignore.m4 $(top_srcdir)/m4/lib-ld.m4 \
169         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
170         $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
171         $(top_srcdir)/m4/lseek.m4 $(top_srcdir)/m4/lstat.m4 \
172         $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/manywarnings.m4 \
173         $(top_srcdir)/m4/math_h.m4 $(top_srcdir)/m4/memchr.m4 \
174         $(top_srcdir)/m4/mempcpy.m4 $(top_srcdir)/m4/memrchr.m4 \
175         $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/mode_t.m4 \
176         $(top_srcdir)/m4/msvc-inval.m4 \
177         $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
178         $(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/off_t.m4 \
179         $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/openat.m4 \
180         $(top_srcdir)/m4/opendir.m4 $(top_srcdir)/m4/pathmax.m4 \
181         $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/printf-frexp.m4 \
182         $(top_srcdir)/m4/printf-frexpl.m4 \
183         $(top_srcdir)/m4/printf-posix-rpl.m4 \
184         $(top_srcdir)/m4/printf.m4 $(top_srcdir)/m4/readdir.m4 \
185         $(top_srcdir)/m4/realloc.m4 $(top_srcdir)/m4/rmdir.m4 \
186         $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
187         $(top_srcdir)/m4/shell.m4 $(top_srcdir)/m4/signbit.m4 \
188         $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/ssize_t.m4 \
189         $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stat.m4 \
190         $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
191         $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
192         $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
193         $(top_srcdir)/m4/stpcpy.m4 $(top_srcdir)/m4/strdup.m4 \
194         $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strerror_r.m4 \
195         $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
196         $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
197         $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/threadlib.m4 \
198         $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/timespec.m4 \
199         $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \
200         $(top_srcdir)/m4/unlink.m4 $(top_srcdir)/m4/unlinkat.m4 \
201         $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utimens.m4 \
202         $(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \
203         $(top_srcdir)/m4/vfprintf-posix.m4 \
204         $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_h.m4 \
205         $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
206         $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \
207         $(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac
208 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
209         $(ACLOCAL_M4)
210 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
211 mkinstalldirs = $(install_sh) -d
212 CONFIG_HEADER = config.h
213 CONFIG_CLEAN_FILES =
214 CONFIG_CLEAN_VPATH_FILES =
215 LIBRARIES = $(noinst_LIBRARIES)
216 AM_V_AR = $(am__v_AR_@AM_V@)
217 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
218 am__v_AR_0 = @echo "  AR      " $@;
219 am__v_AR_1 = 
220 libgzip_a_AR = $(AR) $(ARFLAGS)
221 am__DEPENDENCIES_1 =
222 am__dirstamp = .dirstamp
223 am_libgzip_a_OBJECTS = cloexec.$(OBJEXT) opendir-safer.$(OBJEXT) \
224         dirname-lgpl.$(OBJEXT) basename-lgpl.$(OBJEXT) \
225         stripslash.$(OBJEXT) exitfail.$(OBJEXT) creat-safer.$(OBJEXT) \
226         open-safer.$(OBJEXT) fd-hook.$(OBJEXT) \
227         filenamecat-lgpl.$(OBJEXT) freading.$(OBJEXT) \
228         gettime.$(OBJEXT) glthread/lock.$(OBJEXT) math.$(OBJEXT) \
229         openat-die.$(OBJEXT) openat-safer.$(OBJEXT) \
230         printf-frexp.$(OBJEXT) printf-frexpl.$(OBJEXT) \
231         save-cwd.$(OBJEXT) savedir.$(OBJEXT) stat-time.$(OBJEXT) \
232         statat.$(OBJEXT) glthread/threadlib.$(OBJEXT) \
233         timespec.$(OBJEXT) unistd.$(OBJEXT) dup-safer.$(OBJEXT) \
234         fd-safer.$(OBJEXT) pipe-safer.$(OBJEXT) utimens.$(OBJEXT) \
235         xmalloc.$(OBJEXT) xalloc-die.$(OBJEXT) xsize.$(OBJEXT) \
236         yesno.$(OBJEXT)
237 libgzip_a_OBJECTS = $(am_libgzip_a_OBJECTS)
238 AM_V_P = $(am__v_P_@AM_V@)
239 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
240 am__v_P_0 = false
241 am__v_P_1 = :
242 AM_V_GEN = $(am__v_GEN_@AM_V@)
243 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
244 am__v_GEN_0 = @echo "  GEN     " $@;
245 am__v_GEN_1 = 
246 AM_V_at = $(am__v_at_@AM_V@)
247 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
248 am__v_at_0 = @
249 am__v_at_1 = 
250 DEFAULT_INCLUDES = -I.@am__isrc@
251 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
252 am__maybe_remake_depfiles = depfiles
253 am__depfiles_remade = $(DEPDIR)/match.Po ./$(DEPDIR)/asnprintf.Po \
254         ./$(DEPDIR)/at-func.Po ./$(DEPDIR)/basename-lgpl.Po \
255         ./$(DEPDIR)/calloc.Po ./$(DEPDIR)/chdir-long.Po \
256         ./$(DEPDIR)/cloexec.Po ./$(DEPDIR)/close.Po \
257         ./$(DEPDIR)/closedir.Po ./$(DEPDIR)/creat-safer.Po \
258         ./$(DEPDIR)/dirfd.Po ./$(DEPDIR)/dirname-lgpl.Po \
259         ./$(DEPDIR)/dup-safer.Po ./$(DEPDIR)/dup.Po \
260         ./$(DEPDIR)/dup2.Po ./$(DEPDIR)/error.Po \
261         ./$(DEPDIR)/exitfail.Po ./$(DEPDIR)/fchdir.Po \
262         ./$(DEPDIR)/fclose.Po ./$(DEPDIR)/fcntl.Po \
263         ./$(DEPDIR)/fd-hook.Po ./$(DEPDIR)/fd-safer.Po \
264         ./$(DEPDIR)/fdatasync.Po ./$(DEPDIR)/fdopendir.Po \
265         ./$(DEPDIR)/fflush.Po ./$(DEPDIR)/filenamecat-lgpl.Po \
266         ./$(DEPDIR)/float.Po ./$(DEPDIR)/fprintf.Po \
267         ./$(DEPDIR)/fpurge.Po ./$(DEPDIR)/freading.Po \
268         ./$(DEPDIR)/frexp.Po ./$(DEPDIR)/frexpl.Po \
269         ./$(DEPDIR)/fseek.Po ./$(DEPDIR)/fseeko.Po \
270         ./$(DEPDIR)/fseterr.Po ./$(DEPDIR)/fstat.Po \
271         ./$(DEPDIR)/fstatat.Po ./$(DEPDIR)/fsync.Po \
272         ./$(DEPDIR)/ftell.Po ./$(DEPDIR)/ftello.Po \
273         ./$(DEPDIR)/getcwd-lgpl.Po ./$(DEPDIR)/getdtablesize.Po \
274         ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
275         ./$(DEPDIR)/gettime.Po ./$(DEPDIR)/gettimeofday.Po \
276         ./$(DEPDIR)/isnan.Po ./$(DEPDIR)/isnand.Po \
277         ./$(DEPDIR)/isnanf.Po ./$(DEPDIR)/isnanl.Po \
278         ./$(DEPDIR)/itold.Po ./$(DEPDIR)/lseek.Po ./$(DEPDIR)/lstat.Po \
279         ./$(DEPDIR)/malloc.Po ./$(DEPDIR)/math.Po \
280         ./$(DEPDIR)/memchr.Po ./$(DEPDIR)/mempcpy.Po \
281         ./$(DEPDIR)/memrchr.Po ./$(DEPDIR)/msvc-inval.Po \
282         ./$(DEPDIR)/msvc-nothrow.Po ./$(DEPDIR)/open-safer.Po \
283         ./$(DEPDIR)/open.Po ./$(DEPDIR)/openat-die.Po \
284         ./$(DEPDIR)/openat-proc.Po ./$(DEPDIR)/openat-safer.Po \
285         ./$(DEPDIR)/openat.Po ./$(DEPDIR)/opendir-safer.Po \
286         ./$(DEPDIR)/opendir.Po ./$(DEPDIR)/perror.Po \
287         ./$(DEPDIR)/pipe-safer.Po ./$(DEPDIR)/printf-args.Po \
288         ./$(DEPDIR)/printf-frexp.Po ./$(DEPDIR)/printf-frexpl.Po \
289         ./$(DEPDIR)/printf-parse.Po ./$(DEPDIR)/printf.Po \
290         ./$(DEPDIR)/readdir.Po ./$(DEPDIR)/realloc.Po \
291         ./$(DEPDIR)/rmdir.Po ./$(DEPDIR)/save-cwd.Po \
292         ./$(DEPDIR)/savedir.Po ./$(DEPDIR)/signbitd.Po \
293         ./$(DEPDIR)/signbitf.Po ./$(DEPDIR)/signbitl.Po \
294         ./$(DEPDIR)/stat-time.Po ./$(DEPDIR)/stat.Po \
295         ./$(DEPDIR)/statat.Po ./$(DEPDIR)/stpcpy.Po \
296         ./$(DEPDIR)/strdup.Po ./$(DEPDIR)/strerror-override.Po \
297         ./$(DEPDIR)/strerror.Po ./$(DEPDIR)/strerror_r.Po \
298         ./$(DEPDIR)/stripslash.Po ./$(DEPDIR)/timespec.Po \
299         ./$(DEPDIR)/unistd.Po ./$(DEPDIR)/unlink.Po \
300         ./$(DEPDIR)/unlinkat.Po ./$(DEPDIR)/utimens.Po \
301         ./$(DEPDIR)/vasnprintf.Po ./$(DEPDIR)/vfprintf.Po \
302         ./$(DEPDIR)/xalloc-die.Po ./$(DEPDIR)/xmalloc.Po \
303         ./$(DEPDIR)/xsize.Po ./$(DEPDIR)/yesno.Po \
304         glthread/$(DEPDIR)/lock.Po glthread/$(DEPDIR)/threadlib.Po
305 am__mv = mv -f
306 am__set_depbase = depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.[^.]*$$||'`
307 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
308         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
309 AM_V_CC = $(am__v_CC_@AM_V@)
310 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
311 am__v_CC_0 = @echo "  CC      " $@;
312 am__v_CC_1 = 
313 CCLD = $(CC)
314 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
315 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
316 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
317 am__v_CCLD_0 = @echo "  CCLD    " $@;
318 am__v_CCLD_1 = 
319 SOURCES = $(libgzip_a_SOURCES) $(EXTRA_libgzip_a_SOURCES)
320 DIST_SOURCES = $(libgzip_a_SOURCES) $(EXTRA_libgzip_a_SOURCES)
321 am__can_run_installinfo = \
322   case $$AM_UPDATE_INFO_DIR in \
323     n|no|NO) false;; \
324     *) (install-info --version) >/dev/null 2>&1;; \
325   esac
326 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
327         $(LISP)config.hin
328 # Read a list of newline-separated strings from the standard input,
329 # and print each of them once, without duplicates.  Input order is
330 # *not* preserved.
331 am__uniquify_input = $(AWK) '\
332   BEGIN { nonempty = 0; } \
333   { items[$$0] = 1; nonempty = 1; } \
334   END { if (nonempty) { for (i in items) print i; }; } \
335 '
336 # Make sure the list of sources is unique.  This is necessary because,
337 # e.g., the same source file might be shared among _SOURCES variables
338 # for different programs/libraries.
339 am__define_uniq_tagged_files = \
340   list='$(am__tagged_files)'; \
341   unique=`for i in $$list; do \
342     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343   done | $(am__uniquify_input)`
344 ETAGS = etags
345 CTAGS = ctags
346 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.hin \
347         $(srcdir)/gnulib.mk $(top_srcdir)/build-aux/depcomp match.c
348 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
349 ACLOCAL = @ACLOCAL@
350 ALLOCA = @ALLOCA@
351 ALLOCA_H = @ALLOCA_H@
352 AMTAR = @AMTAR@
353 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
354 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
355 AR = @AR@
356 ARFLAGS = @ARFLAGS@
357 ASCPPFLAGS = @ASCPPFLAGS@
358 ASCPPPOST = @ASCPPPOST@
359 ASFLAGS_config = @ASFLAGS_config@
360 ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@
361 AUTOCONF = @AUTOCONF@
362 AUTOHEADER = @AUTOHEADER@
363 AUTOMAKE = @AUTOMAKE@
364 AWK = @AWK@
365 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
366 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
367 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
368 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
369 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
370 CC = @CC@
371 CCDEPMODE = @CCDEPMODE@
372 CFLAGS = @CFLAGS@
373 CONFIG_INCLUDE = @CONFIG_INCLUDE@
374 CPP = @CPP@
375 CPPFLAGS = @CPPFLAGS@
376 CYGPATH_W = @CYGPATH_W@
377 DEFS = @DEFS@
378 DEPDIR = @DEPDIR@
379 ECHO_C = @ECHO_C@
380 ECHO_N = @ECHO_N@
381 ECHO_T = @ECHO_T@
382 EGREP = @EGREP@
383 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
384 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
385 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
386 ENOLINK_VALUE = @ENOLINK_VALUE@
387 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
388 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
389 ERRNO_H = @ERRNO_H@
390 EXEEXT = @EXEEXT@
391 FLOAT_H = @FLOAT_H@
392 GETOPT_H = @GETOPT_H@
393 GNULIB_ACOSF = @GNULIB_ACOSF@
394 GNULIB_ACOSL = @GNULIB_ACOSL@
395 GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
396 GNULIB_ASINF = @GNULIB_ASINF@
397 GNULIB_ASINL = @GNULIB_ASINL@
398 GNULIB_ATAN2F = @GNULIB_ATAN2F@
399 GNULIB_ATANF = @GNULIB_ATANF@
400 GNULIB_ATANL = @GNULIB_ATANL@
401 GNULIB_ATOLL = @GNULIB_ATOLL@
402 GNULIB_BTOWC = @GNULIB_BTOWC@
403 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
404 GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
405 GNULIB_CBRT = @GNULIB_CBRT@
406 GNULIB_CBRTF = @GNULIB_CBRTF@
407 GNULIB_CBRTL = @GNULIB_CBRTL@
408 GNULIB_CEIL = @GNULIB_CEIL@
409 GNULIB_CEILF = @GNULIB_CEILF@
410 GNULIB_CEILL = @GNULIB_CEILL@
411 GNULIB_CHDIR = @GNULIB_CHDIR@
412 GNULIB_CHOWN = @GNULIB_CHOWN@
413 GNULIB_CLOSE = @GNULIB_CLOSE@
414 GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
415 GNULIB_COPYSIGN = @GNULIB_COPYSIGN@
416 GNULIB_COPYSIGNF = @GNULIB_COPYSIGNF@
417 GNULIB_COPYSIGNL = @GNULIB_COPYSIGNL@
418 GNULIB_COSF = @GNULIB_COSF@
419 GNULIB_COSHF = @GNULIB_COSHF@
420 GNULIB_COSL = @GNULIB_COSL@
421 GNULIB_DIRFD = @GNULIB_DIRFD@
422 GNULIB_DPRINTF = @GNULIB_DPRINTF@
423 GNULIB_DUP = @GNULIB_DUP@
424 GNULIB_DUP2 = @GNULIB_DUP2@
425 GNULIB_DUP3 = @GNULIB_DUP3@
426 GNULIB_ENVIRON = @GNULIB_ENVIRON@
427 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
428 GNULIB_EXP2 = @GNULIB_EXP2@
429 GNULIB_EXP2F = @GNULIB_EXP2F@
430 GNULIB_EXP2L = @GNULIB_EXP2L@
431 GNULIB_EXPF = @GNULIB_EXPF@
432 GNULIB_EXPL = @GNULIB_EXPL@
433 GNULIB_EXPM1 = @GNULIB_EXPM1@
434 GNULIB_EXPM1F = @GNULIB_EXPM1F@
435 GNULIB_EXPM1L = @GNULIB_EXPM1L@
436 GNULIB_FABSF = @GNULIB_FABSF@
437 GNULIB_FABSL = @GNULIB_FABSL@
438 GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
439 GNULIB_FCHDIR = @GNULIB_FCHDIR@
440 GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
441 GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
442 GNULIB_FCLOSE = @GNULIB_FCLOSE@
443 GNULIB_FCNTL = @GNULIB_FCNTL@
444 GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
445 GNULIB_FDOPEN = @GNULIB_FDOPEN@
446 GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
447 GNULIB_FFLUSH = @GNULIB_FFLUSH@
448 GNULIB_FFSL = @GNULIB_FFSL@
449 GNULIB_FFSLL = @GNULIB_FFSLL@
450 GNULIB_FGETC = @GNULIB_FGETC@
451 GNULIB_FGETS = @GNULIB_FGETS@
452 GNULIB_FLOOR = @GNULIB_FLOOR@
453 GNULIB_FLOORF = @GNULIB_FLOORF@
454 GNULIB_FLOORL = @GNULIB_FLOORL@
455 GNULIB_FMA = @GNULIB_FMA@
456 GNULIB_FMAF = @GNULIB_FMAF@
457 GNULIB_FMAL = @GNULIB_FMAL@
458 GNULIB_FMOD = @GNULIB_FMOD@
459 GNULIB_FMODF = @GNULIB_FMODF@
460 GNULIB_FMODL = @GNULIB_FMODL@
461 GNULIB_FOPEN = @GNULIB_FOPEN@
462 GNULIB_FPRINTF = @GNULIB_FPRINTF@
463 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
464 GNULIB_FPURGE = @GNULIB_FPURGE@
465 GNULIB_FPUTC = @GNULIB_FPUTC@
466 GNULIB_FPUTS = @GNULIB_FPUTS@
467 GNULIB_FREAD = @GNULIB_FREAD@
468 GNULIB_FREOPEN = @GNULIB_FREOPEN@
469 GNULIB_FREXP = @GNULIB_FREXP@
470 GNULIB_FREXPF = @GNULIB_FREXPF@
471 GNULIB_FREXPL = @GNULIB_FREXPL@
472 GNULIB_FSCANF = @GNULIB_FSCANF@
473 GNULIB_FSEEK = @GNULIB_FSEEK@
474 GNULIB_FSEEKO = @GNULIB_FSEEKO@
475 GNULIB_FSTAT = @GNULIB_FSTAT@
476 GNULIB_FSTATAT = @GNULIB_FSTATAT@
477 GNULIB_FSYNC = @GNULIB_FSYNC@
478 GNULIB_FTELL = @GNULIB_FTELL@
479 GNULIB_FTELLO = @GNULIB_FTELLO@
480 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
481 GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
482 GNULIB_FWRITE = @GNULIB_FWRITE@
483 GNULIB_GETC = @GNULIB_GETC@
484 GNULIB_GETCHAR = @GNULIB_GETCHAR@
485 GNULIB_GETCWD = @GNULIB_GETCWD@
486 GNULIB_GETDELIM = @GNULIB_GETDELIM@
487 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
488 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
489 GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
490 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
491 GNULIB_GETLINE = @GNULIB_GETLINE@
492 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
493 GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
494 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
495 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
496 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
497 GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
498 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
499 GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
500 GNULIB_GRANTPT = @GNULIB_GRANTPT@
501 GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
502 GNULIB_HYPOT = @GNULIB_HYPOT@
503 GNULIB_HYPOTF = @GNULIB_HYPOTF@
504 GNULIB_HYPOTL = @GNULIB_HYPOTL@
505 GNULIB_ILOGB = @GNULIB_ILOGB@
506 GNULIB_ILOGBF = @GNULIB_ILOGBF@
507 GNULIB_ILOGBL = @GNULIB_ILOGBL@
508 GNULIB_ISATTY = @GNULIB_ISATTY@
509 GNULIB_ISFINITE = @GNULIB_ISFINITE@
510 GNULIB_ISINF = @GNULIB_ISINF@
511 GNULIB_ISNAN = @GNULIB_ISNAN@
512 GNULIB_ISNAND = @GNULIB_ISNAND@
513 GNULIB_ISNANF = @GNULIB_ISNANF@
514 GNULIB_ISNANL = @GNULIB_ISNANL@
515 GNULIB_LCHMOD = @GNULIB_LCHMOD@
516 GNULIB_LCHOWN = @GNULIB_LCHOWN@
517 GNULIB_LDEXPF = @GNULIB_LDEXPF@
518 GNULIB_LDEXPL = @GNULIB_LDEXPL@
519 GNULIB_LINK = @GNULIB_LINK@
520 GNULIB_LINKAT = @GNULIB_LINKAT@
521 GNULIB_LOG = @GNULIB_LOG@
522 GNULIB_LOG10 = @GNULIB_LOG10@
523 GNULIB_LOG10F = @GNULIB_LOG10F@
524 GNULIB_LOG10L = @GNULIB_LOG10L@
525 GNULIB_LOG1P = @GNULIB_LOG1P@
526 GNULIB_LOG1PF = @GNULIB_LOG1PF@
527 GNULIB_LOG1PL = @GNULIB_LOG1PL@
528 GNULIB_LOG2 = @GNULIB_LOG2@
529 GNULIB_LOG2F = @GNULIB_LOG2F@
530 GNULIB_LOG2L = @GNULIB_LOG2L@
531 GNULIB_LOGB = @GNULIB_LOGB@
532 GNULIB_LOGBF = @GNULIB_LOGBF@
533 GNULIB_LOGBL = @GNULIB_LOGBL@
534 GNULIB_LOGF = @GNULIB_LOGF@
535 GNULIB_LOGL = @GNULIB_LOGL@
536 GNULIB_LSEEK = @GNULIB_LSEEK@
537 GNULIB_LSTAT = @GNULIB_LSTAT@
538 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
539 GNULIB_MBRLEN = @GNULIB_MBRLEN@
540 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
541 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
542 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
543 GNULIB_MBSCHR = @GNULIB_MBSCHR@
544 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
545 GNULIB_MBSINIT = @GNULIB_MBSINIT@
546 GNULIB_MBSLEN = @GNULIB_MBSLEN@
547 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
548 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
549 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
550 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
551 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
552 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
553 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
554 GNULIB_MBSSEP = @GNULIB_MBSSEP@
555 GNULIB_MBSSPN = @GNULIB_MBSSPN@
556 GNULIB_MBSSTR = @GNULIB_MBSSTR@
557 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
558 GNULIB_MBTOWC = @GNULIB_MBTOWC@
559 GNULIB_MEMCHR = @GNULIB_MEMCHR@
560 GNULIB_MEMMEM = @GNULIB_MEMMEM@
561 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
562 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
563 GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
564 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
565 GNULIB_MKFIFO = @GNULIB_MKFIFO@
566 GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
567 GNULIB_MKNOD = @GNULIB_MKNOD@
568 GNULIB_MKNODAT = @GNULIB_MKNODAT@
569 GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
570 GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
571 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
572 GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
573 GNULIB_MKTIME = @GNULIB_MKTIME@
574 GNULIB_MODF = @GNULIB_MODF@
575 GNULIB_MODFF = @GNULIB_MODFF@
576 GNULIB_MODFL = @GNULIB_MODFL@
577 GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
578 GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
579 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
580 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
581 GNULIB_OPEN = @GNULIB_OPEN@
582 GNULIB_OPENAT = @GNULIB_OPENAT@
583 GNULIB_OPENDIR = @GNULIB_OPENDIR@
584 GNULIB_PCLOSE = @GNULIB_PCLOSE@
585 GNULIB_PERROR = @GNULIB_PERROR@
586 GNULIB_PIPE = @GNULIB_PIPE@
587 GNULIB_PIPE2 = @GNULIB_PIPE2@
588 GNULIB_POPEN = @GNULIB_POPEN@
589 GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
590 GNULIB_POWF = @GNULIB_POWF@
591 GNULIB_PREAD = @GNULIB_PREAD@
592 GNULIB_PRINTF = @GNULIB_PRINTF@
593 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
594 GNULIB_PTSNAME = @GNULIB_PTSNAME@
595 GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
596 GNULIB_PUTC = @GNULIB_PUTC@
597 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
598 GNULIB_PUTENV = @GNULIB_PUTENV@
599 GNULIB_PUTS = @GNULIB_PUTS@
600 GNULIB_PWRITE = @GNULIB_PWRITE@
601 GNULIB_QSORT_R = @GNULIB_QSORT_R@
602 GNULIB_RANDOM = @GNULIB_RANDOM@
603 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
604 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
605 GNULIB_READ = @GNULIB_READ@
606 GNULIB_READDIR = @GNULIB_READDIR@
607 GNULIB_READLINK = @GNULIB_READLINK@
608 GNULIB_READLINKAT = @GNULIB_READLINKAT@
609 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
610 GNULIB_REALPATH = @GNULIB_REALPATH@
611 GNULIB_REMAINDER = @GNULIB_REMAINDER@
612 GNULIB_REMAINDERF = @GNULIB_REMAINDERF@
613 GNULIB_REMAINDERL = @GNULIB_REMAINDERL@
614 GNULIB_REMOVE = @GNULIB_REMOVE@
615 GNULIB_RENAME = @GNULIB_RENAME@
616 GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
617 GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
618 GNULIB_RINT = @GNULIB_RINT@
619 GNULIB_RINTF = @GNULIB_RINTF@
620 GNULIB_RINTL = @GNULIB_RINTL@
621 GNULIB_RMDIR = @GNULIB_RMDIR@
622 GNULIB_ROUND = @GNULIB_ROUND@
623 GNULIB_ROUNDF = @GNULIB_ROUNDF@
624 GNULIB_ROUNDL = @GNULIB_ROUNDL@
625 GNULIB_RPMATCH = @GNULIB_RPMATCH@
626 GNULIB_SCANDIR = @GNULIB_SCANDIR@
627 GNULIB_SCANF = @GNULIB_SCANF@
628 GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
629 GNULIB_SETENV = @GNULIB_SETENV@
630 GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
631 GNULIB_SIGNBIT = @GNULIB_SIGNBIT@
632 GNULIB_SINF = @GNULIB_SINF@
633 GNULIB_SINHF = @GNULIB_SINHF@
634 GNULIB_SINL = @GNULIB_SINL@
635 GNULIB_SLEEP = @GNULIB_SLEEP@
636 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
637 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
638 GNULIB_SQRTF = @GNULIB_SQRTF@
639 GNULIB_SQRTL = @GNULIB_SQRTL@
640 GNULIB_STAT = @GNULIB_STAT@
641 GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
642 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
643 GNULIB_STPCPY = @GNULIB_STPCPY@
644 GNULIB_STPNCPY = @GNULIB_STPNCPY@
645 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
646 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
647 GNULIB_STRDUP = @GNULIB_STRDUP@
648 GNULIB_STRERROR = @GNULIB_STRERROR@
649 GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
650 GNULIB_STRNCAT = @GNULIB_STRNCAT@
651 GNULIB_STRNDUP = @GNULIB_STRNDUP@
652 GNULIB_STRNLEN = @GNULIB_STRNLEN@
653 GNULIB_STRPBRK = @GNULIB_STRPBRK@
654 GNULIB_STRPTIME = @GNULIB_STRPTIME@
655 GNULIB_STRSEP = @GNULIB_STRSEP@
656 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
657 GNULIB_STRSTR = @GNULIB_STRSTR@
658 GNULIB_STRTOD = @GNULIB_STRTOD@
659 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
660 GNULIB_STRTOLL = @GNULIB_STRTOLL@
661 GNULIB_STRTOULL = @GNULIB_STRTOULL@
662 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
663 GNULIB_SYMLINK = @GNULIB_SYMLINK@
664 GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
665 GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
666 GNULIB_TANF = @GNULIB_TANF@
667 GNULIB_TANHF = @GNULIB_TANHF@
668 GNULIB_TANL = @GNULIB_TANL@
669 GNULIB_TIMEGM = @GNULIB_TIMEGM@
670 GNULIB_TIME_R = @GNULIB_TIME_R@
671 GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
672 GNULIB_TMPFILE = @GNULIB_TMPFILE@
673 GNULIB_TRUNC = @GNULIB_TRUNC@
674 GNULIB_TRUNCF = @GNULIB_TRUNCF@
675 GNULIB_TRUNCL = @GNULIB_TRUNCL@
676 GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
677 GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
678 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
679 GNULIB_UNLINK = @GNULIB_UNLINK@
680 GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
681 GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
682 GNULIB_UNSETENV = @GNULIB_UNSETENV@
683 GNULIB_USLEEP = @GNULIB_USLEEP@
684 GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
685 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
686 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
687 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
688 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
689 GNULIB_VFSCANF = @GNULIB_VFSCANF@
690 GNULIB_VPRINTF = @GNULIB_VPRINTF@
691 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
692 GNULIB_VSCANF = @GNULIB_VSCANF@
693 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
694 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
695 GNULIB_WARN_CFLAGS = @GNULIB_WARN_CFLAGS@
696 GNULIB_WCPCPY = @GNULIB_WCPCPY@
697 GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
698 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
699 GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
700 GNULIB_WCSCAT = @GNULIB_WCSCAT@
701 GNULIB_WCSCHR = @GNULIB_WCSCHR@
702 GNULIB_WCSCMP = @GNULIB_WCSCMP@
703 GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
704 GNULIB_WCSCPY = @GNULIB_WCSCPY@
705 GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
706 GNULIB_WCSDUP = @GNULIB_WCSDUP@
707 GNULIB_WCSLEN = @GNULIB_WCSLEN@
708 GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
709 GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
710 GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
711 GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
712 GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
713 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
714 GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
715 GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
716 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
717 GNULIB_WCSSPN = @GNULIB_WCSSPN@
718 GNULIB_WCSSTR = @GNULIB_WCSSTR@
719 GNULIB_WCSTOK = @GNULIB_WCSTOK@
720 GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
721 GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
722 GNULIB_WCTOB = @GNULIB_WCTOB@
723 GNULIB_WCTOMB = @GNULIB_WCTOMB@
724 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
725 GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
726 GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
727 GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
728 GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
729 GNULIB_WMEMSET = @GNULIB_WMEMSET@
730 GNULIB_WRITE = @GNULIB_WRITE@
731 GNULIB__EXIT = @GNULIB__EXIT@
732 GREP = @GREP@
733 HAVE_ACOSF = @HAVE_ACOSF@
734 HAVE_ACOSL = @HAVE_ACOSL@
735 HAVE_ALPHASORT = @HAVE_ALPHASORT@
736 HAVE_ASINF = @HAVE_ASINF@
737 HAVE_ASINL = @HAVE_ASINL@
738 HAVE_ATAN2F = @HAVE_ATAN2F@
739 HAVE_ATANF = @HAVE_ATANF@
740 HAVE_ATANL = @HAVE_ATANL@
741 HAVE_ATOLL = @HAVE_ATOLL@
742 HAVE_BTOWC = @HAVE_BTOWC@
743 HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
744 HAVE_CBRT = @HAVE_CBRT@
745 HAVE_CBRTF = @HAVE_CBRTF@
746 HAVE_CBRTL = @HAVE_CBRTL@
747 HAVE_CHOWN = @HAVE_CHOWN@
748 HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
749 HAVE_COPYSIGN = @HAVE_COPYSIGN@
750 HAVE_COPYSIGNL = @HAVE_COPYSIGNL@
751 HAVE_COSF = @HAVE_COSF@
752 HAVE_COSHF = @HAVE_COSHF@
753 HAVE_COSL = @HAVE_COSL@
754 HAVE_DECL_ACOSL = @HAVE_DECL_ACOSL@
755 HAVE_DECL_ASINL = @HAVE_DECL_ASINL@
756 HAVE_DECL_ATANL = @HAVE_DECL_ATANL@
757 HAVE_DECL_CBRTF = @HAVE_DECL_CBRTF@
758 HAVE_DECL_CBRTL = @HAVE_DECL_CBRTL@
759 HAVE_DECL_CEILF = @HAVE_DECL_CEILF@
760 HAVE_DECL_CEILL = @HAVE_DECL_CEILL@
761 HAVE_DECL_COPYSIGNF = @HAVE_DECL_COPYSIGNF@
762 HAVE_DECL_COSL = @HAVE_DECL_COSL@
763 HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
764 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
765 HAVE_DECL_EXP2 = @HAVE_DECL_EXP2@
766 HAVE_DECL_EXP2F = @HAVE_DECL_EXP2F@
767 HAVE_DECL_EXP2L = @HAVE_DECL_EXP2L@
768 HAVE_DECL_EXPL = @HAVE_DECL_EXPL@
769 HAVE_DECL_EXPM1L = @HAVE_DECL_EXPM1L@
770 HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
771 HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
772 HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
773 HAVE_DECL_FLOORF = @HAVE_DECL_FLOORF@
774 HAVE_DECL_FLOORL = @HAVE_DECL_FLOORL@
775 HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
776 HAVE_DECL_FREXPL = @HAVE_DECL_FREXPL@
777 HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
778 HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
779 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
780 HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
781 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
782 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
783 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
784 HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
785 HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
786 HAVE_DECL_LDEXPL = @HAVE_DECL_LDEXPL@
787 HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
788 HAVE_DECL_LOG10L = @HAVE_DECL_LOG10L@
789 HAVE_DECL_LOG2 = @HAVE_DECL_LOG2@
790 HAVE_DECL_LOG2F = @HAVE_DECL_LOG2F@
791 HAVE_DECL_LOG2L = @HAVE_DECL_LOG2L@
792 HAVE_DECL_LOGB = @HAVE_DECL_LOGB@
793 HAVE_DECL_LOGL = @HAVE_DECL_LOGL@
794 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
795 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
796 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
797 HAVE_DECL_REMAINDER = @HAVE_DECL_REMAINDER@
798 HAVE_DECL_REMAINDERL = @HAVE_DECL_REMAINDERL@
799 HAVE_DECL_RINTF = @HAVE_DECL_RINTF@
800 HAVE_DECL_ROUND = @HAVE_DECL_ROUND@
801 HAVE_DECL_ROUNDF = @HAVE_DECL_ROUNDF@
802 HAVE_DECL_ROUNDL = @HAVE_DECL_ROUNDL@
803 HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
804 HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
805 HAVE_DECL_SINL = @HAVE_DECL_SINL@
806 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
807 HAVE_DECL_SQRTL = @HAVE_DECL_SQRTL@
808 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
809 HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
810 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
811 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
812 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
813 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
814 HAVE_DECL_TANL = @HAVE_DECL_TANL@
815 HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@
816 HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@
817 HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@
818 HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
819 HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
820 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
821 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
822 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
823 HAVE_DIRENT_H = @HAVE_DIRENT_H@
824 HAVE_DPRINTF = @HAVE_DPRINTF@
825 HAVE_DUP2 = @HAVE_DUP2@
826 HAVE_DUP3 = @HAVE_DUP3@
827 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
828 HAVE_EXPF = @HAVE_EXPF@
829 HAVE_EXPL = @HAVE_EXPL@
830 HAVE_EXPM1 = @HAVE_EXPM1@
831 HAVE_EXPM1F = @HAVE_EXPM1F@
832 HAVE_FABSF = @HAVE_FABSF@
833 HAVE_FABSL = @HAVE_FABSL@
834 HAVE_FACCESSAT = @HAVE_FACCESSAT@
835 HAVE_FCHDIR = @HAVE_FCHDIR@
836 HAVE_FCHMODAT = @HAVE_FCHMODAT@
837 HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
838 HAVE_FCNTL = @HAVE_FCNTL@
839 HAVE_FDATASYNC = @HAVE_FDATASYNC@
840 HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
841 HAVE_FEATURES_H = @HAVE_FEATURES_H@
842 HAVE_FFSL = @HAVE_FFSL@
843 HAVE_FFSLL = @HAVE_FFSLL@
844 HAVE_FMA = @HAVE_FMA@
845 HAVE_FMAF = @HAVE_FMAF@
846 HAVE_FMAL = @HAVE_FMAL@
847 HAVE_FMODF = @HAVE_FMODF@
848 HAVE_FMODL = @HAVE_FMODL@
849 HAVE_FREXPF = @HAVE_FREXPF@
850 HAVE_FSEEKO = @HAVE_FSEEKO@
851 HAVE_FSTATAT = @HAVE_FSTATAT@
852 HAVE_FSYNC = @HAVE_FSYNC@
853 HAVE_FTELLO = @HAVE_FTELLO@
854 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
855 HAVE_FUTIMENS = @HAVE_FUTIMENS@
856 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
857 HAVE_GETGROUPS = @HAVE_GETGROUPS@
858 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
859 HAVE_GETLOGIN = @HAVE_GETLOGIN@
860 HAVE_GETOPT_H = @HAVE_GETOPT_H@
861 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
862 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
863 HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
864 HAVE_GRANTPT = @HAVE_GRANTPT@
865 HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
866 HAVE_HYPOTF = @HAVE_HYPOTF@
867 HAVE_HYPOTL = @HAVE_HYPOTL@
868 HAVE_ILOGB = @HAVE_ILOGB@
869 HAVE_ILOGBF = @HAVE_ILOGBF@
870 HAVE_ILOGBL = @HAVE_ILOGBL@
871 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
872 HAVE_ISNAND = @HAVE_ISNAND@
873 HAVE_ISNANF = @HAVE_ISNANF@
874 HAVE_ISNANL = @HAVE_ISNANL@
875 HAVE_LCHMOD = @HAVE_LCHMOD@
876 HAVE_LCHOWN = @HAVE_LCHOWN@
877 HAVE_LDEXPF = @HAVE_LDEXPF@
878 HAVE_LINK = @HAVE_LINK@
879 HAVE_LINKAT = @HAVE_LINKAT@
880 HAVE_LOG10F = @HAVE_LOG10F@
881 HAVE_LOG10L = @HAVE_LOG10L@
882 HAVE_LOG1P = @HAVE_LOG1P@
883 HAVE_LOG1PF = @HAVE_LOG1PF@
884 HAVE_LOG1PL = @HAVE_LOG1PL@
885 HAVE_LOGBF = @HAVE_LOGBF@
886 HAVE_LOGBL = @HAVE_LOGBL@
887 HAVE_LOGF = @HAVE_LOGF@
888 HAVE_LOGL = @HAVE_LOGL@
889 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
890 HAVE_LSTAT = @HAVE_LSTAT@
891 HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
892 HAVE_MBRLEN = @HAVE_MBRLEN@
893 HAVE_MBRTOWC = @HAVE_MBRTOWC@
894 HAVE_MBSINIT = @HAVE_MBSINIT@
895 HAVE_MBSLEN = @HAVE_MBSLEN@
896 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
897 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
898 HAVE_MEMCHR = @HAVE_MEMCHR@
899 HAVE_MEMPCPY = @HAVE_MEMPCPY@
900 HAVE_MKDIRAT = @HAVE_MKDIRAT@
901 HAVE_MKDTEMP = @HAVE_MKDTEMP@
902 HAVE_MKFIFO = @HAVE_MKFIFO@
903 HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
904 HAVE_MKNOD = @HAVE_MKNOD@
905 HAVE_MKNODAT = @HAVE_MKNODAT@
906 HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
907 HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
908 HAVE_MKSTEMP = @HAVE_MKSTEMP@
909 HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
910 HAVE_MODFF = @HAVE_MODFF@
911 HAVE_MODFL = @HAVE_MODFL@
912 HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
913 HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
914 HAVE_OPENAT = @HAVE_OPENAT@
915 HAVE_OPENDIR = @HAVE_OPENDIR@
916 HAVE_OS_H = @HAVE_OS_H@
917 HAVE_PCLOSE = @HAVE_PCLOSE@
918 HAVE_PIPE = @HAVE_PIPE@
919 HAVE_PIPE2 = @HAVE_PIPE2@
920 HAVE_POPEN = @HAVE_POPEN@
921 HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
922 HAVE_POWF = @HAVE_POWF@
923 HAVE_PREAD = @HAVE_PREAD@
924 HAVE_PTSNAME = @HAVE_PTSNAME@
925 HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
926 HAVE_PWRITE = @HAVE_PWRITE@
927 HAVE_RANDOM = @HAVE_RANDOM@
928 HAVE_RANDOM_H = @HAVE_RANDOM_H@
929 HAVE_RANDOM_R = @HAVE_RANDOM_R@
930 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
931 HAVE_READDIR = @HAVE_READDIR@
932 HAVE_READLINK = @HAVE_READLINK@
933 HAVE_READLINKAT = @HAVE_READLINKAT@
934 HAVE_REALPATH = @HAVE_REALPATH@
935 HAVE_REMAINDER = @HAVE_REMAINDER@
936 HAVE_REMAINDERF = @HAVE_REMAINDERF@
937 HAVE_RENAMEAT = @HAVE_RENAMEAT@
938 HAVE_REWINDDIR = @HAVE_REWINDDIR@
939 HAVE_RINT = @HAVE_RINT@
940 HAVE_RINTL = @HAVE_RINTL@
941 HAVE_RPMATCH = @HAVE_RPMATCH@
942 HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
943 HAVE_SCANDIR = @HAVE_SCANDIR@
944 HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
945 HAVE_SETENV = @HAVE_SETENV@
946 HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
947 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
948 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
949 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
950 HAVE_SINF = @HAVE_SINF@
951 HAVE_SINHF = @HAVE_SINHF@
952 HAVE_SINL = @HAVE_SINL@
953 HAVE_SLEEP = @HAVE_SLEEP@
954 HAVE_SQRTF = @HAVE_SQRTF@
955 HAVE_SQRTL = @HAVE_SQRTL@
956 HAVE_STDINT_H = @HAVE_STDINT_H@
957 HAVE_STPCPY = @HAVE_STPCPY@
958 HAVE_STPNCPY = @HAVE_STPNCPY@
959 HAVE_STRCASESTR = @HAVE_STRCASESTR@
960 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
961 HAVE_STRPBRK = @HAVE_STRPBRK@
962 HAVE_STRPTIME = @HAVE_STRPTIME@
963 HAVE_STRSEP = @HAVE_STRSEP@
964 HAVE_STRTOD = @HAVE_STRTOD@
965 HAVE_STRTOLL = @HAVE_STRTOLL@
966 HAVE_STRTOULL = @HAVE_STRTOULL@
967 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
968 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
969 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
970 HAVE_SYMLINK = @HAVE_SYMLINK@
971 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
972 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
973 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
974 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
975 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
976 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
977 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
978 HAVE_TANF = @HAVE_TANF@
979 HAVE_TANHF = @HAVE_TANHF@
980 HAVE_TANL = @HAVE_TANL@
981 HAVE_TIMEGM = @HAVE_TIMEGM@
982 HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
983 HAVE_UNISTD_H = @HAVE_UNISTD_H@
984 HAVE_UNLINKAT = @HAVE_UNLINKAT@
985 HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
986 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
987 HAVE_USLEEP = @HAVE_USLEEP@
988 HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
989 HAVE_VASPRINTF = @HAVE_VASPRINTF@
990 HAVE_VDPRINTF = @HAVE_VDPRINTF@
991 HAVE_WCHAR_H = @HAVE_WCHAR_H@
992 HAVE_WCHAR_T = @HAVE_WCHAR_T@
993 HAVE_WCPCPY = @HAVE_WCPCPY@
994 HAVE_WCPNCPY = @HAVE_WCPNCPY@
995 HAVE_WCRTOMB = @HAVE_WCRTOMB@
996 HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
997 HAVE_WCSCAT = @HAVE_WCSCAT@
998 HAVE_WCSCHR = @HAVE_WCSCHR@
999 HAVE_WCSCMP = @HAVE_WCSCMP@
1000 HAVE_WCSCOLL = @HAVE_WCSCOLL@
1001 HAVE_WCSCPY = @HAVE_WCSCPY@
1002 HAVE_WCSCSPN = @HAVE_WCSCSPN@
1003 HAVE_WCSDUP = @HAVE_WCSDUP@
1004 HAVE_WCSLEN = @HAVE_WCSLEN@
1005 HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
1006 HAVE_WCSNCAT = @HAVE_WCSNCAT@
1007 HAVE_WCSNCMP = @HAVE_WCSNCMP@
1008 HAVE_WCSNCPY = @HAVE_WCSNCPY@
1009 HAVE_WCSNLEN = @HAVE_WCSNLEN@
1010 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
1011 HAVE_WCSPBRK = @HAVE_WCSPBRK@
1012 HAVE_WCSRCHR = @HAVE_WCSRCHR@
1013 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
1014 HAVE_WCSSPN = @HAVE_WCSSPN@
1015 HAVE_WCSSTR = @HAVE_WCSSTR@
1016 HAVE_WCSTOK = @HAVE_WCSTOK@
1017 HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
1018 HAVE_WCSXFRM = @HAVE_WCSXFRM@
1019 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
1020 HAVE_WINT_T = @HAVE_WINT_T@
1021 HAVE_WMEMCHR = @HAVE_WMEMCHR@
1022 HAVE_WMEMCMP = @HAVE_WMEMCMP@
1023 HAVE_WMEMCPY = @HAVE_WMEMCPY@
1024 HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
1025 HAVE_WMEMSET = @HAVE_WMEMSET@
1026 HAVE__BOOL = @HAVE__BOOL@
1027 HAVE__EXIT = @HAVE__EXIT@
1028 IGNORE_UNUSED_LIBRARIES_CFLAGS = @IGNORE_UNUSED_LIBRARIES_CFLAGS@
1029 INCLUDE_NEXT = @INCLUDE_NEXT@
1030 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
1031 INSTALL = @INSTALL@
1032 INSTALL_DATA = @INSTALL_DATA@
1033 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1034 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1035 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1036 LDFLAGS = @LDFLAGS@
1037 LIBGZIP_LIBDEPS = @LIBGZIP_LIBDEPS@
1038 LIBGZIP_LTLIBDEPS = @LIBGZIP_LTLIBDEPS@
1039 LIBINTL = @LIBINTL@
1040 LIBMULTITHREAD = @LIBMULTITHREAD@
1041 LIBOBJS = @LIBOBJS@
1042 LIBPTH = @LIBPTH@
1043 LIBPTH_PREFIX = @LIBPTH_PREFIX@
1044 LIBS = @LIBS@
1045 LIBTHREAD = @LIBTHREAD@
1046 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
1047 LIB_FDATASYNC = @LIB_FDATASYNC@
1048 LN_S = @LN_S@
1049 LTLIBINTL = @LTLIBINTL@
1050 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
1051 LTLIBOBJS = @LTLIBOBJS@
1052 LTLIBPTH = @LTLIBPTH@
1053 LTLIBTHREAD = @LTLIBTHREAD@
1054 MAKEINFO = @MAKEINFO@
1055 MKDIR_P = @MKDIR_P@
1056 NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
1057 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
1058 NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
1059 NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
1060 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
1061 NEXT_AS_FIRST_DIRECTIVE_MATH_H = @NEXT_AS_FIRST_DIRECTIVE_MATH_H@
1062 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
1063 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
1064 NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
1065 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
1066 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
1067 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
1068 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
1069 NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
1070 NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
1071 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
1072 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
1073 NEXT_DIRENT_H = @NEXT_DIRENT_H@
1074 NEXT_ERRNO_H = @NEXT_ERRNO_H@
1075 NEXT_FCNTL_H = @NEXT_FCNTL_H@
1076 NEXT_FLOAT_H = @NEXT_FLOAT_H@
1077 NEXT_GETOPT_H = @NEXT_GETOPT_H@
1078 NEXT_MATH_H = @NEXT_MATH_H@
1079 NEXT_STDDEF_H = @NEXT_STDDEF_H@
1080 NEXT_STDINT_H = @NEXT_STDINT_H@
1081 NEXT_STDIO_H = @NEXT_STDIO_H@
1082 NEXT_STDLIB_H = @NEXT_STDLIB_H@
1083 NEXT_STRING_H = @NEXT_STRING_H@
1084 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
1085 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
1086 NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
1087 NEXT_TIME_H = @NEXT_TIME_H@
1088 NEXT_UNISTD_H = @NEXT_UNISTD_H@
1089 NEXT_WCHAR_H = @NEXT_WCHAR_H@
1090 NM = @NM@
1091 OBJEXT = @OBJEXT@
1092 PACKAGE = @PACKAGE@
1093 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1094 PACKAGE_NAME = @PACKAGE_NAME@
1095 PACKAGE_STRING = @PACKAGE_STRING@
1096 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1097 PACKAGE_URL = @PACKAGE_URL@
1098 PACKAGE_VERSION = @PACKAGE_VERSION@
1099 PATH_SEPARATOR = @PATH_SEPARATOR@
1100 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
1101 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
1102 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
1103 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
1104 RANLIB = @RANLIB@
1105 REPLACE_BTOWC = @REPLACE_BTOWC@
1106 REPLACE_CALLOC = @REPLACE_CALLOC@
1107 REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
1108 REPLACE_CBRTF = @REPLACE_CBRTF@
1109 REPLACE_CBRTL = @REPLACE_CBRTL@
1110 REPLACE_CEIL = @REPLACE_CEIL@
1111 REPLACE_CEILF = @REPLACE_CEILF@
1112 REPLACE_CEILL = @REPLACE_CEILL@
1113 REPLACE_CHOWN = @REPLACE_CHOWN@
1114 REPLACE_CLOSE = @REPLACE_CLOSE@
1115 REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
1116 REPLACE_DIRFD = @REPLACE_DIRFD@
1117 REPLACE_DPRINTF = @REPLACE_DPRINTF@
1118 REPLACE_DUP = @REPLACE_DUP@
1119 REPLACE_DUP2 = @REPLACE_DUP2@
1120 REPLACE_EXP2 = @REPLACE_EXP2@
1121 REPLACE_EXP2L = @REPLACE_EXP2L@
1122 REPLACE_EXPM1 = @REPLACE_EXPM1@
1123 REPLACE_EXPM1F = @REPLACE_EXPM1F@
1124 REPLACE_FABSL = @REPLACE_FABSL@
1125 REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
1126 REPLACE_FCLOSE = @REPLACE_FCLOSE@
1127 REPLACE_FCNTL = @REPLACE_FCNTL@
1128 REPLACE_FDOPEN = @REPLACE_FDOPEN@
1129 REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
1130 REPLACE_FFLUSH = @REPLACE_FFLUSH@
1131 REPLACE_FLOOR = @REPLACE_FLOOR@
1132 REPLACE_FLOORF = @REPLACE_FLOORF@
1133 REPLACE_FLOORL = @REPLACE_FLOORL@
1134 REPLACE_FMA = @REPLACE_FMA@
1135 REPLACE_FMAF = @REPLACE_FMAF@
1136 REPLACE_FMAL = @REPLACE_FMAL@
1137 REPLACE_FMOD = @REPLACE_FMOD@
1138 REPLACE_FMODF = @REPLACE_FMODF@
1139 REPLACE_FMODL = @REPLACE_FMODL@
1140 REPLACE_FOPEN = @REPLACE_FOPEN@
1141 REPLACE_FPRINTF = @REPLACE_FPRINTF@
1142 REPLACE_FPURGE = @REPLACE_FPURGE@
1143 REPLACE_FREOPEN = @REPLACE_FREOPEN@
1144 REPLACE_FREXP = @REPLACE_FREXP@
1145 REPLACE_FREXPF = @REPLACE_FREXPF@
1146 REPLACE_FREXPL = @REPLACE_FREXPL@
1147 REPLACE_FSEEK = @REPLACE_FSEEK@
1148 REPLACE_FSEEKO = @REPLACE_FSEEKO@
1149 REPLACE_FSTAT = @REPLACE_FSTAT@
1150 REPLACE_FSTATAT = @REPLACE_FSTATAT@
1151 REPLACE_FTELL = @REPLACE_FTELL@
1152 REPLACE_FTELLO = @REPLACE_FTELLO@
1153 REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
1154 REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
1155 REPLACE_GETCWD = @REPLACE_GETCWD@
1156 REPLACE_GETDELIM = @REPLACE_GETDELIM@
1157 REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
1158 REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
1159 REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
1160 REPLACE_GETLINE = @REPLACE_GETLINE@
1161 REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
1162 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
1163 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
1164 REPLACE_GMTIME = @REPLACE_GMTIME@
1165 REPLACE_HUGE_VAL = @REPLACE_HUGE_VAL@
1166 REPLACE_HYPOT = @REPLACE_HYPOT@
1167 REPLACE_HYPOTF = @REPLACE_HYPOTF@
1168 REPLACE_HYPOTL = @REPLACE_HYPOTL@
1169 REPLACE_ILOGB = @REPLACE_ILOGB@
1170 REPLACE_ILOGBF = @REPLACE_ILOGBF@
1171 REPLACE_ISATTY = @REPLACE_ISATTY@
1172 REPLACE_ISFINITE = @REPLACE_ISFINITE@
1173 REPLACE_ISINF = @REPLACE_ISINF@
1174 REPLACE_ISNAN = @REPLACE_ISNAN@
1175 REPLACE_ITOLD = @REPLACE_ITOLD@
1176 REPLACE_LCHOWN = @REPLACE_LCHOWN@
1177 REPLACE_LDEXPL = @REPLACE_LDEXPL@
1178 REPLACE_LINK = @REPLACE_LINK@
1179 REPLACE_LINKAT = @REPLACE_LINKAT@
1180 REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
1181 REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
1182 REPLACE_LOG = @REPLACE_LOG@
1183 REPLACE_LOG10 = @REPLACE_LOG10@
1184 REPLACE_LOG10F = @REPLACE_LOG10F@
1185 REPLACE_LOG10L = @REPLACE_LOG10L@
1186 REPLACE_LOG1P = @REPLACE_LOG1P@
1187 REPLACE_LOG1PF = @REPLACE_LOG1PF@
1188 REPLACE_LOG1PL = @REPLACE_LOG1PL@
1189 REPLACE_LOG2 = @REPLACE_LOG2@
1190 REPLACE_LOG2F = @REPLACE_LOG2F@
1191 REPLACE_LOG2L = @REPLACE_LOG2L@
1192 REPLACE_LOGB = @REPLACE_LOGB@
1193 REPLACE_LOGBF = @REPLACE_LOGBF@
1194 REPLACE_LOGBL = @REPLACE_LOGBL@
1195 REPLACE_LOGF = @REPLACE_LOGF@
1196 REPLACE_LOGL = @REPLACE_LOGL@
1197 REPLACE_LSEEK = @REPLACE_LSEEK@
1198 REPLACE_LSTAT = @REPLACE_LSTAT@
1199 REPLACE_MALLOC = @REPLACE_MALLOC@
1200 REPLACE_MBRLEN = @REPLACE_MBRLEN@
1201 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
1202 REPLACE_MBSINIT = @REPLACE_MBSINIT@
1203 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
1204 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
1205 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
1206 REPLACE_MBTOWC = @REPLACE_MBTOWC@
1207 REPLACE_MEMCHR = @REPLACE_MEMCHR@
1208 REPLACE_MEMMEM = @REPLACE_MEMMEM@
1209 REPLACE_MKDIR = @REPLACE_MKDIR@
1210 REPLACE_MKFIFO = @REPLACE_MKFIFO@
1211 REPLACE_MKNOD = @REPLACE_MKNOD@
1212 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
1213 REPLACE_MKTIME = @REPLACE_MKTIME@
1214 REPLACE_MODF = @REPLACE_MODF@
1215 REPLACE_MODFF = @REPLACE_MODFF@
1216 REPLACE_MODFL = @REPLACE_MODFL@
1217 REPLACE_NAN = @REPLACE_NAN@
1218 REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
1219 REPLACE_NULL = @REPLACE_NULL@
1220 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
1221 REPLACE_OPEN = @REPLACE_OPEN@
1222 REPLACE_OPENAT = @REPLACE_OPENAT@
1223 REPLACE_OPENDIR = @REPLACE_OPENDIR@
1224 REPLACE_PERROR = @REPLACE_PERROR@
1225 REPLACE_POPEN = @REPLACE_POPEN@
1226 REPLACE_PREAD = @REPLACE_PREAD@
1227 REPLACE_PRINTF = @REPLACE_PRINTF@
1228 REPLACE_PTSNAME = @REPLACE_PTSNAME@
1229 REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
1230 REPLACE_PUTENV = @REPLACE_PUTENV@
1231 REPLACE_PWRITE = @REPLACE_PWRITE@
1232 REPLACE_QSORT_R = @REPLACE_QSORT_R@
1233 REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
1234 REPLACE_READ = @REPLACE_READ@
1235 REPLACE_READLINK = @REPLACE_READLINK@
1236 REPLACE_READLINKAT = @REPLACE_READLINKAT@
1237 REPLACE_REALLOC = @REPLACE_REALLOC@
1238 REPLACE_REALPATH = @REPLACE_REALPATH@
1239 REPLACE_REMAINDER = @REPLACE_REMAINDER@
1240 REPLACE_REMAINDERF = @REPLACE_REMAINDERF@
1241 REPLACE_REMAINDERL = @REPLACE_REMAINDERL@
1242 REPLACE_REMOVE = @REPLACE_REMOVE@
1243 REPLACE_RENAME = @REPLACE_RENAME@
1244 REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
1245 REPLACE_RMDIR = @REPLACE_RMDIR@
1246 REPLACE_ROUND = @REPLACE_ROUND@
1247 REPLACE_ROUNDF = @REPLACE_ROUNDF@
1248 REPLACE_ROUNDL = @REPLACE_ROUNDL@
1249 REPLACE_SETENV = @REPLACE_SETENV@
1250 REPLACE_SIGNBIT = @REPLACE_SIGNBIT@
1251 REPLACE_SIGNBIT_USING_GCC = @REPLACE_SIGNBIT_USING_GCC@
1252 REPLACE_SLEEP = @REPLACE_SLEEP@
1253 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
1254 REPLACE_SPRINTF = @REPLACE_SPRINTF@
1255 REPLACE_SQRTL = @REPLACE_SQRTL@
1256 REPLACE_STAT = @REPLACE_STAT@
1257 REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
1258 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
1259 REPLACE_STPNCPY = @REPLACE_STPNCPY@
1260 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1261 REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
1262 REPLACE_STRDUP = @REPLACE_STRDUP@
1263 REPLACE_STRERROR = @REPLACE_STRERROR@
1264 REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
1265 REPLACE_STRNCAT = @REPLACE_STRNCAT@
1266 REPLACE_STRNDUP = @REPLACE_STRNDUP@
1267 REPLACE_STRNLEN = @REPLACE_STRNLEN@
1268 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1269 REPLACE_STRSTR = @REPLACE_STRSTR@
1270 REPLACE_STRTOD = @REPLACE_STRTOD@
1271 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1272 REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
1273 REPLACE_SYMLINK = @REPLACE_SYMLINK@
1274 REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
1275 REPLACE_TIMEGM = @REPLACE_TIMEGM@
1276 REPLACE_TMPFILE = @REPLACE_TMPFILE@
1277 REPLACE_TRUNC = @REPLACE_TRUNC@
1278 REPLACE_TRUNCF = @REPLACE_TRUNCF@
1279 REPLACE_TRUNCL = @REPLACE_TRUNCL@
1280 REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1281 REPLACE_UNLINK = @REPLACE_UNLINK@
1282 REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1283 REPLACE_UNSETENV = @REPLACE_UNSETENV@
1284 REPLACE_USLEEP = @REPLACE_USLEEP@
1285 REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
1286 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
1287 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
1288 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
1289 REPLACE_VPRINTF = @REPLACE_VPRINTF@
1290 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
1291 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
1292 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1293 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1294 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1295 REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
1296 REPLACE_WCTOB = @REPLACE_WCTOB@
1297 REPLACE_WCTOMB = @REPLACE_WCTOMB@
1298 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1299 REPLACE_WRITE = @REPLACE_WRITE@
1300 SED = @SED@
1301 SET_MAKE = @SET_MAKE@
1302 SHELL = @SHELL@
1303 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1304 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1305 STDBOOL_H = @STDBOOL_H@
1306 STDDEF_H = @STDDEF_H@
1307 STDINT_H = @STDINT_H@
1308 STRIP = @STRIP@
1309 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1310 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1311 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1312 UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
1313 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1314 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1315 VERSION = @VERSION@
1316 WARN_CFLAGS = @WARN_CFLAGS@
1317 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1318 WERROR_CFLAGS = @WERROR_CFLAGS@
1319 WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
1320 WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
1321 WINT_T_SUFFIX = @WINT_T_SUFFIX@
1322 abs_builddir = @abs_builddir@
1323 abs_srcdir = @abs_srcdir@
1324 abs_top_builddir = @abs_top_builddir@
1325 abs_top_srcdir = @abs_top_srcdir@
1326 ac_ct_AR = @ac_ct_AR@
1327 ac_ct_CC = @ac_ct_CC@
1328 am__include = @am__include@
1329 am__quote = @am__quote@
1330 am__tar = @am__tar@
1331 am__untar = @am__untar@
1332 bindir = @bindir@
1333 build = @build@
1334 build_alias = @build_alias@
1335 build_cpu = @build_cpu@
1336 build_os = @build_os@
1337 build_vendor = @build_vendor@
1338 builddir = @builddir@
1339 datadir = @datadir@
1340 datarootdir = @datarootdir@
1341 docdir = @docdir@
1342 dvidir = @dvidir@
1343 exec_prefix = @exec_prefix@
1344 gl_LIBOBJS = @gl_LIBOBJS@
1345 gl_LTLIBOBJS = @gl_LTLIBOBJS@
1346 gltests_LIBOBJS = @gltests_LIBOBJS@
1347 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
1348 gltests_WITNESS = @gltests_WITNESS@
1349 host = @host@
1350 host_alias = @host_alias@
1351 host_cpu = @host_cpu@
1352 host_os = @host_os@
1353 host_vendor = @host_vendor@
1354 htmldir = @htmldir@
1355 includedir = @includedir@
1356 infodir = @infodir@
1357 install_sh = @install_sh@
1358 libdir = @libdir@
1359 libexecdir = @libexecdir@
1360 localedir = @localedir@
1361 localstatedir = @localstatedir@
1362 mandir = @mandir@
1363 mkdir_p = @mkdir_p@
1364 oldincludedir = @oldincludedir@
1365 pdfdir = @pdfdir@
1366 prefix = @prefix@
1367 program_transform_name = @program_transform_name@
1368 psdir = @psdir@
1369 runstatedir = @runstatedir@
1370 sbindir = @sbindir@
1371 sharedstatedir = @sharedstatedir@
1372 srcdir = @srcdir@
1373 sysconfdir = @sysconfdir@
1374 target_alias = @target_alias@
1375 top_build_prefix = @top_build_prefix@
1376 top_builddir = @top_builddir@
1377 top_srcdir = @top_srcdir@
1378 AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
1379
1380 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1381 # statements but through direct file reference. Therefore this snippet must be
1382 # present in all Makefile.am that need it. This is ensured by the applicability
1383 # 'all' defined above.
1384
1385 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1386 # statements but through direct file reference. Therefore this snippet must be
1387 # present in all Makefile.am that need it. This is ensured by the applicability
1388 # 'all' defined above.
1389
1390 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1391 # statements but through direct file reference. Therefore this snippet must be
1392 # present in all Makefile.am that need it. This is ensured by the applicability
1393 # 'all' defined above.
1394 BUILT_SOURCES = $(ALLOCA_H) dirent.h $(ERRNO_H) fcntl.h $(FLOAT_H) \
1395         $(GETOPT_H) math.h arg-nonnull.h c++defs.h unused-parameter.h \
1396         warn-on-use.h $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \
1397         stdlib.h string.h sys/stat.h sys/time.h sys/types.h time.h \
1398         unistd.h wchar.h
1399 CLEANFILES = 
1400
1401 #if GNU_MAKE
1402 #       [nicer features that work only with GNU Make]
1403 #else
1404 #       [fallback features that work in any 'make' implementation; see
1405 #       http://www.opengroup.org/susv3/utilities/make.html
1406 #       for the 2004 POSIX specification]
1407 #endif
1408 EXTRA_DIST = alloca.in.h $(top_srcdir)/build-aux/announce-gen assure.h \
1409         openat-priv.h openat-proc.c calloc.c calloc.c chdir-long.c \
1410         chdir-long.h cloexec.h close.c closedir.c dirent-private.h \
1411         dirent.in.h dirent--.h dirent-safer.h dirfd.c dirname.h \
1412         $(top_srcdir)/build-aux/do-release-commit-and-tag dosname.h \
1413         dup.c dup2.c errno.in.h error.c error.h exitfail.h fchdir.c \
1414         fclose.c fcntl.c fcntl.in.h fcntl--.h fcntl-safer.h fd-hook.h \
1415         fdatasync.c fdopendir.c fflush.c stdio-impl.h filename.h \
1416         filenamecat.h float.c float.in.h itold.c fprintf.c fpucw.h \
1417         fpurge.c stdio-impl.h freading.h stdio-impl.h frexp.c frexp.c \
1418         frexpl.c fseek.c fseeko.c stdio-impl.h fseterr.c fseterr.h \
1419         stdio-impl.h fstat.c at-func.c fstatat.c fsync.c ftell.c \
1420         ftello.c stdio-impl.h $(top_srcdir)/build-aux/gendocs.sh \
1421         getcwd-lgpl.c getdtablesize.c getopt.c getopt.in.h getopt1.c \
1422         getopt_int.h gettimeofday.c \
1423         $(top_srcdir)/build-aux/git-version-gen \
1424         $(top_srcdir)/build-aux/gitlog-to-changelog \
1425         $(top_srcdir)/build-aux/gnu-web-doc-update \
1426         $(top_srcdir)/GNUmakefile $(top_srcdir)/build-aux/gnupload \
1427         $(top_srcdir)/build-aux/config.rpath ignore-value.h intprops.h \
1428         float+.h isnan.c isnand-nolibm.h isnand.c float+.h isnan.c \
1429         isnanf-nolibm.h isnanf.c float+.h isnan.c isnanl-nolibm.h \
1430         isnanl.c lseek.c lstat.c $(top_srcdir)/maint.mk malloc.c \
1431         malloc.c math.in.h memchr.c memchr.valgrind mempcpy.c \
1432         memrchr.c msvc-inval.c msvc-inval.h msvc-nothrow.c \
1433         msvc-nothrow.h open.c openat.c openat.h fcntl--.h \
1434         fcntl-safer.h dirent-private.h opendir.c pathmax.h perror.c \
1435         printf-frexp.h printf-frexp.c printf-frexpl.h printf.c \
1436         dirent-private.h readdir.c $(top_srcdir)/README-release \
1437         realloc.c realloc.c rmdir.c save-cwd.h savedir.h float+.h \
1438         signbitd.c signbitf.c signbitl.c \
1439         $(top_srcdir)/build-aux/snippet/_Noreturn.h \
1440         $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1441         $(top_srcdir)/build-aux/snippet/c++defs.h \
1442         $(top_srcdir)/build-aux/snippet/unused-parameter.h \
1443         $(top_srcdir)/build-aux/snippet/warn-on-use.h stat.c \
1444         stat-time.h stdbool.in.h stddef.in.h stdint.in.h stdio.in.h \
1445         stdlib.in.h stpcpy.c strdup.c strerror.c strerror-override.c \
1446         strerror-override.h strerror_r.c string.in.h sys_stat.in.h \
1447         sys_time.in.h sys_types.in.h \
1448         $(top_srcdir)/build-aux/config.rpath time.in.h timespec.h \
1449         unistd.in.h unistd--.h unistd-safer.h unlink.c at-func.c \
1450         unlinkat.c $(top_srcdir)/build-aux/update-copyright \
1451         $(top_srcdir)/build-aux/useless-if-before-free utimens.h \
1452         asnprintf.c float+.h printf-args.c printf-args.h \
1453         printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
1454         $(top_srcdir)/build-aux/vc-list-files verify.h vfprintf.c \
1455         wchar.in.h xalloc.h xalloc-oversized.h yesno.h
1456 MOSTLYCLEANDIRS = sys
1457 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t dirent.h \
1458         dirent.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h \
1459         float.h-t getopt.h getopt.h-t math.h math.h-t arg-nonnull.h \
1460         arg-nonnull.h-t c++defs.h c++defs.h-t unused-parameter.h \
1461         unused-parameter.h-t warn-on-use.h warn-on-use.h-t stdbool.h \
1462         stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h \
1463         stdio.h-t stdlib.h stdlib.h-t string.h string.h-t sys/stat.h \
1464         sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t \
1465         time.h time.h-t unistd.h unistd.h-t wchar.h wchar.h-t _match.S \
1466         _match.i match_.s
1467 SUFFIXES = 
1468 noinst_LIBRARIES = libgzip.a
1469 libgzip_a_SOURCES = cloexec.c opendir-safer.c dirname-lgpl.c \
1470         basename-lgpl.c stripslash.c exitfail.c creat-safer.c \
1471         open-safer.c fd-hook.c filenamecat-lgpl.c freading.c gettext.h \
1472         gettime.c glthread/lock.h glthread/lock.c math.c openat-die.c \
1473         openat-safer.c printf-frexp.c printf-frexpl.c save-cwd.c \
1474         savedir.c size_max.h stat-time.c statat.c glthread/threadlib.c \
1475         timespec.c unistd.c dup-safer.c fd-safer.c pipe-safer.c \
1476         utimens.c xmalloc.c xalloc-die.c xsize.h xsize.c yesno.c
1477 libgzip_a_LIBADD = $(gl_LIBOBJS) $(LIBOBJS)
1478 libgzip_a_DEPENDENCIES = $(gl_LIBOBJS) $(LIBOBJS)
1479 EXTRA_libgzip_a_SOURCES = openat-proc.c calloc.c calloc.c chdir-long.c \
1480         close.c closedir.c dirfd.c dup.c dup2.c error.c fchdir.c \
1481         fclose.c fcntl.c fdatasync.c fdopendir.c fflush.c float.c \
1482         itold.c fprintf.c fpurge.c frexp.c frexp.c frexpl.c fseek.c \
1483         fseeko.c fseterr.c fstat.c at-func.c fstatat.c fsync.c ftell.c \
1484         ftello.c getcwd-lgpl.c getdtablesize.c getopt.c getopt1.c \
1485         gettimeofday.c isnan.c isnand.c isnan.c isnanf.c isnan.c \
1486         isnanl.c lseek.c lstat.c malloc.c malloc.c memchr.c mempcpy.c \
1487         memrchr.c msvc-inval.c msvc-nothrow.c open.c openat.c \
1488         opendir.c perror.c printf-frexp.c printf.c readdir.c realloc.c \
1489         realloc.c rmdir.c signbitd.c signbitf.c signbitl.c stat.c \
1490         stpcpy.c strdup.c strerror.c strerror-override.c strerror_r.c \
1491         unlink.c at-func.c unlinkat.c asnprintf.c printf-args.c \
1492         printf-parse.c vasnprintf.c vfprintf.c
1493
1494 # Use this preprocessor expression to decide whether #include_next works.
1495 # Do not rely on a 'configure'-time test for this, since the expression
1496 # might appear in an installed header, which is used by some other compiler.
1497 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
1498
1499 # Because this Makefile snippet defines a variable used by other
1500 # gnulib Makefile snippets, it must be present in all Makefile.am that
1501 # need it. This is ensured by the applicability 'all' defined above.
1502 _NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h
1503 ARG_NONNULL_H = arg-nonnull.h
1504 CXXDEFS_H = c++defs.h
1505 UNUSED_PARAMETER_H = unused-parameter.h
1506 WARN_ON_USE_H = warn-on-use.h
1507 all: $(BUILT_SOURCES) config.h
1508         $(MAKE) $(AM_MAKEFLAGS) all-am
1509
1510 .SUFFIXES:
1511 .SUFFIXES: .c .o .obj
1512 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps)
1513         @for dep in $?; do \
1514           case '$(am__configure_deps)' in \
1515             *$$dep*) \
1516               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1517                 && { if test -f $@; then exit 0; else break; fi; }; \
1518               exit 1;; \
1519           esac; \
1520         done; \
1521         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
1522         $(am__cd) $(top_srcdir) && \
1523           $(AUTOMAKE) --gnu lib/Makefile
1524 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1525         @case '$?' in \
1526           *config.status*) \
1527             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1528           *) \
1529             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1530             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1531         esac;
1532 $(srcdir)/gnulib.mk $(am__empty):
1533
1534 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1535         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1536
1537 $(top_srcdir)/configure:  $(am__configure_deps)
1538         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1539 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1540         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1541 $(am__aclocal_m4_deps):
1542
1543 config.h: stamp-h1
1544         @test -f $@ || rm -f stamp-h1
1545         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1546
1547 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
1548         @rm -f stamp-h1
1549         cd $(top_builddir) && $(SHELL) ./config.status lib/config.h
1550 $(srcdir)/config.hin:  $(am__configure_deps) 
1551         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1552         rm -f stamp-h1
1553         touch $@
1554
1555 distclean-hdr:
1556         -rm -f config.h stamp-h1
1557
1558 clean-noinstLIBRARIES:
1559         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1560 glthread/$(am__dirstamp):
1561         @$(MKDIR_P) glthread
1562         @: > glthread/$(am__dirstamp)
1563 glthread/$(DEPDIR)/$(am__dirstamp):
1564         @$(MKDIR_P) glthread/$(DEPDIR)
1565         @: > glthread/$(DEPDIR)/$(am__dirstamp)
1566 glthread/lock.$(OBJEXT): glthread/$(am__dirstamp) \
1567         glthread/$(DEPDIR)/$(am__dirstamp)
1568 glthread/threadlib.$(OBJEXT): glthread/$(am__dirstamp) \
1569         glthread/$(DEPDIR)/$(am__dirstamp)
1570
1571 libgzip.a: $(libgzip_a_OBJECTS) $(libgzip_a_DEPENDENCIES) $(EXTRA_libgzip_a_DEPENDENCIES) 
1572         $(AM_V_at)-rm -f libgzip.a
1573         $(AM_V_AR)$(libgzip_a_AR) libgzip.a $(libgzip_a_OBJECTS) $(libgzip_a_LIBADD)
1574         $(AM_V_at)$(RANLIB) libgzip.a
1575
1576 mostlyclean-compile:
1577         -rm -f *.$(OBJEXT)
1578         -rm -f glthread/*.$(OBJEXT)
1579
1580 distclean-compile:
1581         -rm -f *.tab.c
1582
1583 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/match.Po@am__quote@ # am--include-marker
1584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@ # am--include-marker
1585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@ # am--include-marker
1586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@ # am--include-marker
1587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calloc.Po@am__quote@ # am--include-marker
1588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir-long.Po@am__quote@ # am--include-marker
1589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Po@am__quote@ # am--include-marker
1590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Po@am__quote@ # am--include-marker
1591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedir.Po@am__quote@ # am--include-marker
1592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creat-safer.Po@am__quote@ # am--include-marker
1593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfd.Po@am__quote@ # am--include-marker
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Po@am__quote@ # am--include-marker
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@ # am--include-marker
1596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup.Po@am__quote@ # am--include-marker
1597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@ # am--include-marker
1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ # am--include-marker
1599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@ # am--include-marker
1600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchdir.Po@am__quote@ # am--include-marker
1601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fclose.Po@am__quote@ # am--include-marker
1602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Po@am__quote@ # am--include-marker
1603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Po@am__quote@ # am--include-marker
1604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@ # am--include-marker
1605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdatasync.Po@am__quote@ # am--include-marker
1606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopendir.Po@am__quote@ # am--include-marker
1607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fflush.Po@am__quote@ # am--include-marker
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filenamecat-lgpl.Po@am__quote@ # am--include-marker
1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@ # am--include-marker
1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fprintf.Po@am__quote@ # am--include-marker
1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpurge.Po@am__quote@ # am--include-marker
1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freading.Po@am__quote@ # am--include-marker
1613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexp.Po@am__quote@ # am--include-marker
1614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexpl.Po@am__quote@ # am--include-marker
1615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseek.Po@am__quote@ # am--include-marker
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseeko.Po@am__quote@ # am--include-marker
1617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseterr.Po@am__quote@ # am--include-marker
1618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Po@am__quote@ # am--include-marker
1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstatat.Po@am__quote@ # am--include-marker
1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsync.Po@am__quote@ # am--include-marker
1621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftell.Po@am__quote@ # am--include-marker
1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftello.Po@am__quote@ # am--include-marker
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@ # am--include-marker
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@ # am--include-marker
1625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker
1626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ # am--include-marker
1627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Po@am__quote@ # am--include-marker
1628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Po@am__quote@ # am--include-marker
1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnan.Po@am__quote@ # am--include-marker
1630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnand.Po@am__quote@ # am--include-marker
1631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanf.Po@am__quote@ # am--include-marker
1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanl.Po@am__quote@ # am--include-marker
1633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Po@am__quote@ # am--include-marker
1634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lseek.Po@am__quote@ # am--include-marker
1635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@ # am--include-marker
1636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@ # am--include-marker
1637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@ # am--include-marker
1638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ # am--include-marker
1639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@ # am--include-marker
1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@ # am--include-marker
1641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@ # am--include-marker
1642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Po@am__quote@ # am--include-marker
1643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open-safer.Po@am__quote@ # am--include-marker
1644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@ # am--include-marker
1645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-die.Po@am__quote@ # am--include-marker
1646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-proc.Po@am__quote@ # am--include-marker
1647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-safer.Po@am__quote@ # am--include-marker
1648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat.Po@am__quote@ # am--include-marker
1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir-safer.Po@am__quote@ # am--include-marker
1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir.Po@am__quote@ # am--include-marker
1651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perror.Po@am__quote@ # am--include-marker
1652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@ # am--include-marker
1653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@ # am--include-marker
1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-frexp.Po@am__quote@ # am--include-marker
1655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-frexpl.Po@am__quote@ # am--include-marker
1656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@ # am--include-marker
1657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Po@am__quote@ # am--include-marker
1658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Po@am__quote@ # am--include-marker
1659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@ # am--include-marker
1660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Po@am__quote@ # am--include-marker
1661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save-cwd.Po@am__quote@ # am--include-marker
1662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/savedir.Po@am__quote@ # am--include-marker
1663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitd.Po@am__quote@ # am--include-marker
1664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitf.Po@am__quote@ # am--include-marker
1665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitl.Po@am__quote@ # am--include-marker
1666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Po@am__quote@ # am--include-marker
1667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ # am--include-marker
1668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statat.Po@am__quote@ # am--include-marker
1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy.Po@am__quote@ # am--include-marker
1670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@ # am--include-marker
1671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Po@am__quote@ # am--include-marker
1672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@ # am--include-marker
1673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_r.Po@am__quote@ # am--include-marker
1674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@ # am--include-marker
1675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Po@am__quote@ # am--include-marker
1676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Po@am__quote@ # am--include-marker
1677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@ # am--include-marker
1678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkat.Po@am__quote@ # am--include-marker
1679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@ # am--include-marker
1680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@ # am--include-marker
1681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfprintf.Po@am__quote@ # am--include-marker
1682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@ # am--include-marker
1683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ # am--include-marker
1684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Po@am__quote@ # am--include-marker
1685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yesno.Po@am__quote@ # am--include-marker
1686 @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/lock.Po@am__quote@ # am--include-marker
1687 @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/threadlib.Po@am__quote@ # am--include-marker
1688
1689 $(am__depfiles_remade):
1690         @$(MKDIR_P) $(@D)
1691         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1692
1693 am--depfiles: $(am__depfiles_remade)
1694
1695 .c.o:
1696 @am__fastdepCC_TRUE@    $(AM_V_CC)$(am__set_depbase) && \
1697 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@  $< && \
1698 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1700 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1701 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@  $<
1702
1703 .c.obj:
1704 @am__fastdepCC_TRUE@    $(AM_V_CC)$(am__set_depbase) && \
1705 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@  $$($(CYGPATH_W) $<) && \
1706 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1707 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1708 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1709 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@  $$($(CYGPATH_W) $<)
1710
1711 ID: $(am__tagged_files)
1712         $(am__define_uniq_tagged_files); mkid -fID $$unique
1713 tags: tags-am
1714 TAGS: tags
1715
1716 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1717         set x; \
1718         here=`pwd`; \
1719         $(am__define_uniq_tagged_files); \
1720         shift; \
1721         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1722           test -n "$$unique" || unique=$$empty_fix; \
1723           if test $$# -gt 0; then \
1724             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1725               "$$@" $$unique; \
1726           else \
1727             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1728               $$unique; \
1729           fi; \
1730         fi
1731 ctags: ctags-am
1732
1733 CTAGS: ctags
1734 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1735         $(am__define_uniq_tagged_files); \
1736         test -z "$(CTAGS_ARGS)$$unique" \
1737           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1738              $$unique
1739
1740 GTAGS:
1741         here=`$(am__cd) $(top_builddir) && pwd` \
1742           && $(am__cd) $(top_srcdir) \
1743           && gtags -i $(GTAGS_ARGS) "$$here"
1744 cscopelist: cscopelist-am
1745
1746 cscopelist-am: $(am__tagged_files)
1747         list='$(am__tagged_files)'; \
1748         case "$(srcdir)" in \
1749           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1750           *) sdir=$(subdir)/$(srcdir) ;; \
1751         esac; \
1752         for i in $$list; do \
1753           if test -f "$$i"; then \
1754             echo "$(subdir)/$$i"; \
1755           else \
1756             echo "$$sdir/$$i"; \
1757           fi; \
1758         done >> $(top_builddir)/cscope.files
1759
1760 distclean-tags:
1761         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1762
1763 distdir: $(DISTFILES)
1764         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1765         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1766         list='$(DISTFILES)'; \
1767           dist_files=`for file in $$list; do echo $$file; done | \
1768           sed -e "s|^$$srcdirstrip/||;t" \
1769               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1770         case $$dist_files in \
1771           */*) $(MKDIR_P) `echo "$$dist_files" | \
1772                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1773                            sort -u` ;; \
1774         esac; \
1775         for file in $$dist_files; do \
1776           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1777           if test -d $$d/$$file; then \
1778             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1779             if test -d "$(distdir)/$$file"; then \
1780               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1781             fi; \
1782             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1783               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1784               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1785             fi; \
1786             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1787           else \
1788             test -f "$(distdir)/$$file" \
1789             || cp -p $$d/$$file "$(distdir)/$$file" \
1790             || exit 1; \
1791           fi; \
1792         done
1793 check-am: all-am
1794 check: $(BUILT_SOURCES)
1795         $(MAKE) $(AM_MAKEFLAGS) check-am
1796 all-am: Makefile $(LIBRARIES) config.h
1797 installdirs:
1798 install: $(BUILT_SOURCES)
1799         $(MAKE) $(AM_MAKEFLAGS) install-am
1800 install-exec: install-exec-am
1801 install-data: install-data-am
1802 uninstall: uninstall-am
1803
1804 install-am: all-am
1805         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1806
1807 installcheck: installcheck-am
1808 install-strip:
1809         if test -z '$(STRIP)'; then \
1810           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1811             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1812               install; \
1813         else \
1814           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1815             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1816             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1817         fi
1818 mostlyclean-generic:
1819         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1820
1821 clean-generic:
1822         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1823
1824 distclean-generic:
1825         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1826         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1827         -rm -f glthread/$(DEPDIR)/$(am__dirstamp)
1828         -rm -f glthread/$(am__dirstamp)
1829
1830 maintainer-clean-generic:
1831         @echo "This command is intended for maintainers to use"
1832         @echo "it deletes files that may require special tools to rebuild."
1833         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1834 clean: clean-am
1835
1836 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1837
1838 distclean: distclean-am
1839                 -rm -f $(DEPDIR)/match.Po
1840         -rm -f ./$(DEPDIR)/asnprintf.Po
1841         -rm -f ./$(DEPDIR)/at-func.Po
1842         -rm -f ./$(DEPDIR)/basename-lgpl.Po
1843         -rm -f ./$(DEPDIR)/calloc.Po
1844         -rm -f ./$(DEPDIR)/chdir-long.Po
1845         -rm -f ./$(DEPDIR)/cloexec.Po
1846         -rm -f ./$(DEPDIR)/close.Po
1847         -rm -f ./$(DEPDIR)/closedir.Po
1848         -rm -f ./$(DEPDIR)/creat-safer.Po
1849         -rm -f ./$(DEPDIR)/dirfd.Po
1850         -rm -f ./$(DEPDIR)/dirname-lgpl.Po
1851         -rm -f ./$(DEPDIR)/dup-safer.Po
1852         -rm -f ./$(DEPDIR)/dup.Po
1853         -rm -f ./$(DEPDIR)/dup2.Po
1854         -rm -f ./$(DEPDIR)/error.Po
1855         -rm -f ./$(DEPDIR)/exitfail.Po
1856         -rm -f ./$(DEPDIR)/fchdir.Po
1857         -rm -f ./$(DEPDIR)/fclose.Po
1858         -rm -f ./$(DEPDIR)/fcntl.Po
1859         -rm -f ./$(DEPDIR)/fd-hook.Po
1860         -rm -f ./$(DEPDIR)/fd-safer.Po
1861         -rm -f ./$(DEPDIR)/fdatasync.Po
1862         -rm -f ./$(DEPDIR)/fdopendir.Po
1863         -rm -f ./$(DEPDIR)/fflush.Po
1864         -rm -f ./$(DEPDIR)/filenamecat-lgpl.Po
1865         -rm -f ./$(DEPDIR)/float.Po
1866         -rm -f ./$(DEPDIR)/fprintf.Po
1867         -rm -f ./$(DEPDIR)/fpurge.Po
1868         -rm -f ./$(DEPDIR)/freading.Po
1869         -rm -f ./$(DEPDIR)/frexp.Po
1870         -rm -f ./$(DEPDIR)/frexpl.Po
1871         -rm -f ./$(DEPDIR)/fseek.Po
1872         -rm -f ./$(DEPDIR)/fseeko.Po
1873         -rm -f ./$(DEPDIR)/fseterr.Po
1874         -rm -f ./$(DEPDIR)/fstat.Po
1875         -rm -f ./$(DEPDIR)/fstatat.Po
1876         -rm -f ./$(DEPDIR)/fsync.Po
1877         -rm -f ./$(DEPDIR)/ftell.Po
1878         -rm -f ./$(DEPDIR)/ftello.Po
1879         -rm -f ./$(DEPDIR)/getcwd-lgpl.Po
1880         -rm -f ./$(DEPDIR)/getdtablesize.Po
1881         -rm -f ./$(DEPDIR)/getopt.Po
1882         -rm -f ./$(DEPDIR)/getopt1.Po
1883         -rm -f ./$(DEPDIR)/gettime.Po
1884         -rm -f ./$(DEPDIR)/gettimeofday.Po
1885         -rm -f ./$(DEPDIR)/isnan.Po
1886         -rm -f ./$(DEPDIR)/isnand.Po
1887         -rm -f ./$(DEPDIR)/isnanf.Po
1888         -rm -f ./$(DEPDIR)/isnanl.Po
1889         -rm -f ./$(DEPDIR)/itold.Po
1890         -rm -f ./$(DEPDIR)/lseek.Po
1891         -rm -f ./$(DEPDIR)/lstat.Po
1892         -rm -f ./$(DEPDIR)/malloc.Po
1893         -rm -f ./$(DEPDIR)/math.Po
1894         -rm -f ./$(DEPDIR)/memchr.Po
1895         -rm -f ./$(DEPDIR)/mempcpy.Po
1896         -rm -f ./$(DEPDIR)/memrchr.Po
1897         -rm -f ./$(DEPDIR)/msvc-inval.Po
1898         -rm -f ./$(DEPDIR)/msvc-nothrow.Po
1899         -rm -f ./$(DEPDIR)/open-safer.Po
1900         -rm -f ./$(DEPDIR)/open.Po
1901         -rm -f ./$(DEPDIR)/openat-die.Po
1902         -rm -f ./$(DEPDIR)/openat-proc.Po
1903         -rm -f ./$(DEPDIR)/openat-safer.Po
1904         -rm -f ./$(DEPDIR)/openat.Po
1905         -rm -f ./$(DEPDIR)/opendir-safer.Po
1906         -rm -f ./$(DEPDIR)/opendir.Po
1907         -rm -f ./$(DEPDIR)/perror.Po
1908         -rm -f ./$(DEPDIR)/pipe-safer.Po
1909         -rm -f ./$(DEPDIR)/printf-args.Po
1910         -rm -f ./$(DEPDIR)/printf-frexp.Po
1911         -rm -f ./$(DEPDIR)/printf-frexpl.Po
1912         -rm -f ./$(DEPDIR)/printf-parse.Po
1913         -rm -f ./$(DEPDIR)/printf.Po
1914         -rm -f ./$(DEPDIR)/readdir.Po
1915         -rm -f ./$(DEPDIR)/realloc.Po
1916         -rm -f ./$(DEPDIR)/rmdir.Po
1917         -rm -f ./$(DEPDIR)/save-cwd.Po
1918         -rm -f ./$(DEPDIR)/savedir.Po
1919         -rm -f ./$(DEPDIR)/signbitd.Po
1920         -rm -f ./$(DEPDIR)/signbitf.Po
1921         -rm -f ./$(DEPDIR)/signbitl.Po
1922         -rm -f ./$(DEPDIR)/stat-time.Po
1923         -rm -f ./$(DEPDIR)/stat.Po
1924         -rm -f ./$(DEPDIR)/statat.Po
1925         -rm -f ./$(DEPDIR)/stpcpy.Po
1926         -rm -f ./$(DEPDIR)/strdup.Po
1927         -rm -f ./$(DEPDIR)/strerror-override.Po
1928         -rm -f ./$(DEPDIR)/strerror.Po
1929         -rm -f ./$(DEPDIR)/strerror_r.Po
1930         -rm -f ./$(DEPDIR)/stripslash.Po
1931         -rm -f ./$(DEPDIR)/timespec.Po
1932         -rm -f ./$(DEPDIR)/unistd.Po
1933         -rm -f ./$(DEPDIR)/unlink.Po
1934         -rm -f ./$(DEPDIR)/unlinkat.Po
1935         -rm -f ./$(DEPDIR)/utimens.Po
1936         -rm -f ./$(DEPDIR)/vasnprintf.Po
1937         -rm -f ./$(DEPDIR)/vfprintf.Po
1938         -rm -f ./$(DEPDIR)/xalloc-die.Po
1939         -rm -f ./$(DEPDIR)/xmalloc.Po
1940         -rm -f ./$(DEPDIR)/xsize.Po
1941         -rm -f ./$(DEPDIR)/yesno.Po
1942         -rm -f glthread/$(DEPDIR)/lock.Po
1943         -rm -f glthread/$(DEPDIR)/threadlib.Po
1944         -rm -f Makefile
1945 distclean-am: clean-am distclean-compile distclean-generic \
1946         distclean-hdr distclean-local distclean-tags
1947
1948 dvi: dvi-am
1949
1950 dvi-am:
1951
1952 html: html-am
1953
1954 html-am:
1955
1956 info: info-am
1957
1958 info-am:
1959
1960 install-data-am:
1961
1962 install-dvi: install-dvi-am
1963
1964 install-dvi-am:
1965
1966 install-exec-am:
1967
1968 install-html: install-html-am
1969
1970 install-html-am:
1971
1972 install-info: install-info-am
1973
1974 install-info-am:
1975
1976 install-man:
1977
1978 install-pdf: install-pdf-am
1979
1980 install-pdf-am:
1981
1982 install-ps: install-ps-am
1983
1984 install-ps-am:
1985
1986 installcheck-am:
1987
1988 maintainer-clean: maintainer-clean-am
1989                 -rm -f $(DEPDIR)/match.Po
1990         -rm -f ./$(DEPDIR)/asnprintf.Po
1991         -rm -f ./$(DEPDIR)/at-func.Po
1992         -rm -f ./$(DEPDIR)/basename-lgpl.Po
1993         -rm -f ./$(DEPDIR)/calloc.Po
1994         -rm -f ./$(DEPDIR)/chdir-long.Po
1995         -rm -f ./$(DEPDIR)/cloexec.Po
1996         -rm -f ./$(DEPDIR)/close.Po
1997         -rm -f ./$(DEPDIR)/closedir.Po
1998         -rm -f ./$(DEPDIR)/creat-safer.Po
1999         -rm -f ./$(DEPDIR)/dirfd.Po
2000         -rm -f ./$(DEPDIR)/dirname-lgpl.Po
2001         -rm -f ./$(DEPDIR)/dup-safer.Po
2002         -rm -f ./$(DEPDIR)/dup.Po
2003         -rm -f ./$(DEPDIR)/dup2.Po
2004         -rm -f ./$(DEPDIR)/error.Po
2005         -rm -f ./$(DEPDIR)/exitfail.Po
2006         -rm -f ./$(DEPDIR)/fchdir.Po
2007         -rm -f ./$(DEPDIR)/fclose.Po
2008         -rm -f ./$(DEPDIR)/fcntl.Po
2009         -rm -f ./$(DEPDIR)/fd-hook.Po
2010         -rm -f ./$(DEPDIR)/fd-safer.Po
2011         -rm -f ./$(DEPDIR)/fdatasync.Po
2012         -rm -f ./$(DEPDIR)/fdopendir.Po
2013         -rm -f ./$(DEPDIR)/fflush.Po
2014         -rm -f ./$(DEPDIR)/filenamecat-lgpl.Po
2015         -rm -f ./$(DEPDIR)/float.Po
2016         -rm -f ./$(DEPDIR)/fprintf.Po
2017         -rm -f ./$(DEPDIR)/fpurge.Po
2018         -rm -f ./$(DEPDIR)/freading.Po
2019         -rm -f ./$(DEPDIR)/frexp.Po
2020         -rm -f ./$(DEPDIR)/frexpl.Po
2021         -rm -f ./$(DEPDIR)/fseek.Po
2022         -rm -f ./$(DEPDIR)/fseeko.Po
2023         -rm -f ./$(DEPDIR)/fseterr.Po
2024         -rm -f ./$(DEPDIR)/fstat.Po
2025         -rm -f ./$(DEPDIR)/fstatat.Po
2026         -rm -f ./$(DEPDIR)/fsync.Po
2027         -rm -f ./$(DEPDIR)/ftell.Po
2028         -rm -f ./$(DEPDIR)/ftello.Po
2029         -rm -f ./$(DEPDIR)/getcwd-lgpl.Po
2030         -rm -f ./$(DEPDIR)/getdtablesize.Po
2031         -rm -f ./$(DEPDIR)/getopt.Po
2032         -rm -f ./$(DEPDIR)/getopt1.Po
2033         -rm -f ./$(DEPDIR)/gettime.Po
2034         -rm -f ./$(DEPDIR)/gettimeofday.Po
2035         -rm -f ./$(DEPDIR)/isnan.Po
2036         -rm -f ./$(DEPDIR)/isnand.Po
2037         -rm -f ./$(DEPDIR)/isnanf.Po
2038         -rm -f ./$(DEPDIR)/isnanl.Po
2039         -rm -f ./$(DEPDIR)/itold.Po
2040         -rm -f ./$(DEPDIR)/lseek.Po
2041         -rm -f ./$(DEPDIR)/lstat.Po
2042         -rm -f ./$(DEPDIR)/malloc.Po
2043         -rm -f ./$(DEPDIR)/math.Po
2044         -rm -f ./$(DEPDIR)/memchr.Po
2045         -rm -f ./$(DEPDIR)/mempcpy.Po
2046         -rm -f ./$(DEPDIR)/memrchr.Po
2047         -rm -f ./$(DEPDIR)/msvc-inval.Po
2048         -rm -f ./$(DEPDIR)/msvc-nothrow.Po
2049         -rm -f ./$(DEPDIR)/open-safer.Po
2050         -rm -f ./$(DEPDIR)/open.Po
2051         -rm -f ./$(DEPDIR)/openat-die.Po
2052         -rm -f ./$(DEPDIR)/openat-proc.Po
2053         -rm -f ./$(DEPDIR)/openat-safer.Po
2054         -rm -f ./$(DEPDIR)/openat.Po
2055         -rm -f ./$(DEPDIR)/opendir-safer.Po
2056         -rm -f ./$(DEPDIR)/opendir.Po
2057         -rm -f ./$(DEPDIR)/perror.Po
2058         -rm -f ./$(DEPDIR)/pipe-safer.Po
2059         -rm -f ./$(DEPDIR)/printf-args.Po
2060         -rm -f ./$(DEPDIR)/printf-frexp.Po
2061         -rm -f ./$(DEPDIR)/printf-frexpl.Po
2062         -rm -f ./$(DEPDIR)/printf-parse.Po
2063         -rm -f ./$(DEPDIR)/printf.Po
2064         -rm -f ./$(DEPDIR)/readdir.Po
2065         -rm -f ./$(DEPDIR)/realloc.Po
2066         -rm -f ./$(DEPDIR)/rmdir.Po
2067         -rm -f ./$(DEPDIR)/save-cwd.Po
2068         -rm -f ./$(DEPDIR)/savedir.Po
2069         -rm -f ./$(DEPDIR)/signbitd.Po
2070         -rm -f ./$(DEPDIR)/signbitf.Po
2071         -rm -f ./$(DEPDIR)/signbitl.Po
2072         -rm -f ./$(DEPDIR)/stat-time.Po
2073         -rm -f ./$(DEPDIR)/stat.Po
2074         -rm -f ./$(DEPDIR)/statat.Po
2075         -rm -f ./$(DEPDIR)/stpcpy.Po
2076         -rm -f ./$(DEPDIR)/strdup.Po
2077         -rm -f ./$(DEPDIR)/strerror-override.Po
2078         -rm -f ./$(DEPDIR)/strerror.Po
2079         -rm -f ./$(DEPDIR)/strerror_r.Po
2080         -rm -f ./$(DEPDIR)/stripslash.Po
2081         -rm -f ./$(DEPDIR)/timespec.Po
2082         -rm -f ./$(DEPDIR)/unistd.Po
2083         -rm -f ./$(DEPDIR)/unlink.Po
2084         -rm -f ./$(DEPDIR)/unlinkat.Po
2085         -rm -f ./$(DEPDIR)/utimens.Po
2086         -rm -f ./$(DEPDIR)/vasnprintf.Po
2087         -rm -f ./$(DEPDIR)/vfprintf.Po
2088         -rm -f ./$(DEPDIR)/xalloc-die.Po
2089         -rm -f ./$(DEPDIR)/xmalloc.Po
2090         -rm -f ./$(DEPDIR)/xsize.Po
2091         -rm -f ./$(DEPDIR)/yesno.Po
2092         -rm -f glthread/$(DEPDIR)/lock.Po
2093         -rm -f glthread/$(DEPDIR)/threadlib.Po
2094         -rm -f Makefile
2095 maintainer-clean-am: distclean-am maintainer-clean-generic
2096
2097 mostlyclean: mostlyclean-am
2098
2099 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2100         mostlyclean-local
2101
2102 pdf: pdf-am
2103
2104 pdf-am:
2105
2106 ps: ps-am
2107
2108 ps-am:
2109
2110 uninstall-am:
2111
2112 .MAKE: all check install install-am install-strip
2113
2114 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
2115         clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
2116         ctags-am distclean distclean-compile distclean-generic \
2117         distclean-hdr distclean-local distclean-tags distdir dvi \
2118         dvi-am html html-am info info-am install install-am \
2119         install-data install-data-am install-dvi install-dvi-am \
2120         install-exec install-exec-am install-html install-html-am \
2121         install-info install-info-am install-man install-pdf \
2122         install-pdf-am install-ps install-ps-am install-strip \
2123         installcheck installcheck-am installdirs maintainer-clean \
2124         maintainer-clean-generic mostlyclean mostlyclean-compile \
2125         mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
2126         tags-am uninstall uninstall-am
2127
2128 .PRECIOUS: Makefile
2129
2130
2131 # We need the following in order to create <alloca.h> when the system
2132 # doesn't have one that works with the given compiler.
2133 @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
2134 @GL_GENERATE_ALLOCA_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
2135 @GL_GENERATE_ALLOCA_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2136 @GL_GENERATE_ALLOCA_H_TRUE@       cat $(srcdir)/alloca.in.h; \
2137 @GL_GENERATE_ALLOCA_H_TRUE@     } > $@-t && \
2138 @GL_GENERATE_ALLOCA_H_TRUE@     mv -f $@-t $@
2139 @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
2140 @GL_GENERATE_ALLOCA_H_FALSE@    rm -f $@
2141
2142 # We need the following in order to create <dirent.h> when the system
2143 # doesn't have one that works with the given compiler.
2144 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2145         $(AM_V_GEN)rm -f $@-t $@ && \
2146         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2147           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2148               -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
2149               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2150               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2151               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2152               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
2153               -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
2154               -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
2155               -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
2156               -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
2157               -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
2158               -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
2159               -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
2160               -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
2161               -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
2162               -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
2163               -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
2164               -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
2165               -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
2166               -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
2167               -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
2168               -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
2169               -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
2170               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
2171               -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
2172               -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
2173               -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
2174               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2175               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2176               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2177               < $(srcdir)/dirent.in.h; \
2178         } > $@-t && \
2179         mv $@-t $@
2180
2181 # We need the following in order to create <errno.h> when the system
2182 # doesn't have one that is POSIX compliant.
2183 @GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
2184 @GL_GENERATE_ERRNO_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
2185 @GL_GENERATE_ERRNO_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2186 @GL_GENERATE_ERRNO_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2187 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2188 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2189 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2190 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
2191 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
2192 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
2193 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
2194 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
2195 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
2196 @GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
2197 @GL_GENERATE_ERRNO_H_TRUE@            < $(srcdir)/errno.in.h; \
2198 @GL_GENERATE_ERRNO_H_TRUE@      } > $@-t && \
2199 @GL_GENERATE_ERRNO_H_TRUE@      mv $@-t $@
2200 @GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
2201 @GL_GENERATE_ERRNO_H_FALSE@     rm -f $@
2202
2203 # We need the following in order to create <fcntl.h> when the system
2204 # doesn't have one that works with the given compiler.
2205 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2206         $(AM_V_GEN)rm -f $@-t $@ && \
2207         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2208           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2209               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2210               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2211               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2212               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
2213               -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
2214               -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
2215               -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
2216               -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
2217               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
2218               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
2219               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
2220               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
2221               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
2222               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2223               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2224               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2225               < $(srcdir)/fcntl.in.h; \
2226         } > $@-t && \
2227         mv $@-t $@
2228
2229 # We need the following in order to create <float.h> when the system
2230 # doesn't have one that works with the given compiler.
2231 @GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
2232 @GL_GENERATE_FLOAT_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
2233 @GL_GENERATE_FLOAT_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2234 @GL_GENERATE_FLOAT_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2235 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2236 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2237 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2238 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
2239 @GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
2240 @GL_GENERATE_FLOAT_H_TRUE@            < $(srcdir)/float.in.h; \
2241 @GL_GENERATE_FLOAT_H_TRUE@      } > $@-t && \
2242 @GL_GENERATE_FLOAT_H_TRUE@      mv $@-t $@
2243 @GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
2244 @GL_GENERATE_FLOAT_H_FALSE@     rm -f $@
2245
2246 # We need the following in order to create <getopt.h> when the system
2247 # doesn't have one that works with the given compiler.
2248 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
2249         $(AM_V_GEN)rm -f $@-t $@ && \
2250         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2251           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2252               -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
2253               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2254               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2255               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2256               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
2257               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2258               < $(srcdir)/getopt.in.h; \
2259         } > $@-t && \
2260         mv -f $@-t $@
2261
2262 distclean-local: clean-GNUmakefile
2263 clean-GNUmakefile:
2264         test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
2265
2266 # We need the following in order to create <math.h> when the system
2267 # doesn't have one that works with the given compiler.
2268 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2269         $(AM_V_GEN)rm -f $@-t $@ && \
2270         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2271           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2272               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
2273               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2274               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2275               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
2276               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
2277               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
2278               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
2279               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
2280               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
2281               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
2282               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
2283               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
2284               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
2285               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
2286               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
2287               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
2288               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
2289               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
2290               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
2291               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
2292               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
2293               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
2294               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
2295               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
2296               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
2297               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
2298               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
2299               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
2300               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
2301               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
2302               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
2303               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
2304               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
2305               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
2306               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
2307               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
2308               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
2309               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
2310               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
2311               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
2312               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
2313               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
2314               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
2315               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
2316               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
2317               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
2318               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
2319               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
2320               < $(srcdir)/math.in.h | \
2321           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
2322               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
2323               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
2324               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
2325               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
2326               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
2327               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
2328               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
2329               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
2330               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
2331               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
2332               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
2333               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
2334               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
2335               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
2336               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
2337               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
2338               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
2339               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
2340               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
2341               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
2342               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
2343               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
2344               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
2345               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
2346               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
2347               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
2348               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
2349               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
2350               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
2351               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
2352               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
2353               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
2354               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
2355               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
2356               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
2357               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
2358               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
2359               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
2360               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
2361               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
2362               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
2363               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
2364               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
2365               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
2366               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
2367               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
2368               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
2369               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
2370               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
2371               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
2372           | \
2373           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
2374               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
2375               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
2376               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
2377               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
2378               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
2379               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
2380               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
2381               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
2382               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
2383               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
2384               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
2385               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
2386               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
2387               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
2388               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
2389               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
2390               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
2391               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
2392               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
2393               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
2394               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
2395               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
2396               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
2397               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
2398               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
2399               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
2400               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
2401               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
2402               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
2403               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
2404               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
2405               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
2406               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
2407               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
2408               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
2409               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
2410               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
2411               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
2412               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
2413               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
2414               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
2415               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
2416               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
2417               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
2418               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
2419               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
2420               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
2421               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
2422               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
2423               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
2424               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
2425               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
2426               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
2427               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
2428               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
2429               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
2430               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
2431               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
2432               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
2433               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
2434               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
2435               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
2436               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
2437               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
2438               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
2439               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
2440               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
2441               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
2442               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
2443               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
2444               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
2445               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
2446               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
2447               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
2448               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
2449               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
2450               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
2451               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
2452               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
2453               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
2454               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
2455               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
2456               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
2457               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
2458               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
2459               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
2460               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
2461               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
2462               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
2463               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
2464               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
2465               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
2466               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
2467               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
2468               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
2469           | \
2470           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
2471               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
2472               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
2473               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
2474               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
2475               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
2476               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
2477               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
2478               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
2479               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
2480               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
2481               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
2482               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
2483               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
2484               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
2485               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
2486               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
2487               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
2488               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
2489               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
2490               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
2491               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
2492               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
2493               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
2494               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
2495               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
2496               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
2497               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
2498               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
2499               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
2500               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
2501               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
2502               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
2503               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
2504               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
2505               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
2506               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
2507               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
2508               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
2509               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
2510               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
2511               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
2512               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
2513               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
2514               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
2515               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
2516               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
2517               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
2518               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
2519               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
2520               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
2521               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
2522               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
2523               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
2524               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
2525               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
2526               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
2527               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
2528               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
2529               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
2530               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
2531               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
2532               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
2533               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
2534               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2535               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2536               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2537         } > $@-t && \
2538         mv $@-t $@
2539 # The arg-nonnull.h that gets inserted into generated .h files is the same as
2540 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
2541 # off.
2542 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
2543         $(AM_V_GEN)rm -f $@-t $@ && \
2544         sed -n -e '/GL_ARG_NONNULL/,$$p' \
2545           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
2546           > $@-t && \
2547         mv $@-t $@
2548 # The c++defs.h that gets inserted into generated .h files is the same as
2549 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
2550 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
2551         $(AM_V_GEN)rm -f $@-t $@ && \
2552         sed -n -e '/_GL_CXXDEFS/,$$p' \
2553           < $(top_srcdir)/build-aux/snippet/c++defs.h \
2554           > $@-t && \
2555         mv $@-t $@
2556 # The unused-parameter.h that gets inserted into generated .h files is the same
2557 # as build-aux/snippet/unused-parameter.h, except that it has the copyright
2558 # header cut off.
2559 unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
2560         $(AM_V_GEN)rm -f $@-t $@ && \
2561         sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
2562           < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
2563           > $@-t && \
2564         mv $@-t $@
2565 # The warn-on-use.h that gets inserted into generated .h files is the same as
2566 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
2567 # off.
2568 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
2569         $(AM_V_GEN)rm -f $@-t $@ && \
2570         sed -n -e '/^.ifndef/,$$p' \
2571           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
2572           > $@-t && \
2573         mv $@-t $@
2574
2575 # We need the following in order to create <stdbool.h> when the system
2576 # doesn't have one that works.
2577 @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
2578 @GL_GENERATE_STDBOOL_H_TRUE@    $(AM_V_GEN)rm -f $@-t $@ && \
2579 @GL_GENERATE_STDBOOL_H_TRUE@    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2580 @GL_GENERATE_STDBOOL_H_TRUE@      sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
2581 @GL_GENERATE_STDBOOL_H_TRUE@    } > $@-t && \
2582 @GL_GENERATE_STDBOOL_H_TRUE@    mv $@-t $@
2583 @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
2584 @GL_GENERATE_STDBOOL_H_FALSE@   rm -f $@
2585
2586 # We need the following in order to create <stddef.h> when the system
2587 # doesn't have one that works with the given compiler.
2588 @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
2589 @GL_GENERATE_STDDEF_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
2590 @GL_GENERATE_STDDEF_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2591 @GL_GENERATE_STDDEF_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2592 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2593 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2594 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2595 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
2596 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
2597 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
2598 @GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
2599 @GL_GENERATE_STDDEF_H_TRUE@           < $(srcdir)/stddef.in.h; \
2600 @GL_GENERATE_STDDEF_H_TRUE@     } > $@-t && \
2601 @GL_GENERATE_STDDEF_H_TRUE@     mv $@-t $@
2602 @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
2603 @GL_GENERATE_STDDEF_H_FALSE@    rm -f $@
2604
2605 # We need the following in order to create <stdint.h> when the system
2606 # doesn't have one that works with the given compiler.
2607 @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
2608 @GL_GENERATE_STDINT_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
2609 @GL_GENERATE_STDINT_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2610 @GL_GENERATE_STDINT_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2611 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
2612 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2613 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2614 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2615 @GL_GENERATE_STDINT_H_TRUE@           -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
2616 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
2617 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2618 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
2619 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
2620 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
2621 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
2622 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
2623 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2624 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
2625 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
2626 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
2627 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
2628 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
2629 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
2630 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
2631 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
2632 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
2633 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
2634 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
2635 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
2636 @GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
2637 @GL_GENERATE_STDINT_H_TRUE@           < $(srcdir)/stdint.in.h; \
2638 @GL_GENERATE_STDINT_H_TRUE@     } > $@-t && \
2639 @GL_GENERATE_STDINT_H_TRUE@     mv $@-t $@
2640 @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
2641 @GL_GENERATE_STDINT_H_FALSE@    rm -f $@
2642
2643 # We need the following in order to create <stdio.h> when the system
2644 # doesn't have one that works with the given compiler.
2645 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2646         $(AM_V_GEN)rm -f $@-t $@ && \
2647         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2648           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2649               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2650               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2651               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2652               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
2653               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
2654               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
2655               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
2656               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
2657               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
2658               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
2659               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
2660               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
2661               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
2662               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
2663               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
2664               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
2665               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
2666               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
2667               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
2668               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
2669               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
2670               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
2671               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
2672               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
2673               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
2674               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2675               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2676               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2677               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2678               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2679               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2680               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
2681               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
2682               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
2683               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
2684               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
2685               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
2686               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
2687               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
2688               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
2689               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
2690               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
2691               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
2692               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
2693               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
2694               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
2695               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
2696               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
2697               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
2698               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
2699               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
2700               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
2701               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
2702               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
2703               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
2704               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
2705               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
2706               < $(srcdir)/stdio.in.h | \
2707           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
2708               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
2709               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
2710               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
2711               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
2712               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
2713               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
2714               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
2715               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
2716               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
2717               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
2718               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
2719               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
2720               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
2721               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
2722               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
2723               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
2724               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
2725               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
2726               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
2727               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
2728               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
2729               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
2730               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2731               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2732               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2733               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2734               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2735               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2736               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2737               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2738               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2739               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2740               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2741               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2742               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2743               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2744               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2745               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2746               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2747               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2748               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2749               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2750               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2751               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2752               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2753               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2754               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2755               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2756               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2757               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2758               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2759         } > $@-t && \
2760         mv $@-t $@
2761
2762 # We need the following in order to create <stdlib.h> when the system
2763 # doesn't have one that works with the given compiler.
2764 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2765   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2766         $(AM_V_GEN)rm -f $@-t $@ && \
2767         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2768           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2769               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2770               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2771               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2772               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2773               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2774               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2775               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2776               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2777               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2778               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2779               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2780               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2781               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2782               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2783               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2784               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2785               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2786               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2787               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2788               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2789               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2790               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2791               -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
2792               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2793               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2794               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2795               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2796               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2797               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2798               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2799               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2800               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2801               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2802               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2803               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2804               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2805               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2806               < $(srcdir)/stdlib.in.h | \
2807           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2808               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2809               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2810               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2811               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2812               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2813               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2814               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2815               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2816               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2817               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2818               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2819               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2820               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2821               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2822               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2823               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2824               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2825               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2826               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2827               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2828               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2829               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2830               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2831               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2832               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2833               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2834               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2835               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2836               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2837               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2838               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2839               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2840               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2841               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2842               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2843               -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2844               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2845               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2846               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2847               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2848               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2849               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2850               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2851               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2852               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2853               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2854               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2855         } > $@-t && \
2856         mv $@-t $@
2857
2858 # We need the following in order to create <string.h> when the system
2859 # doesn't have one that works with the given compiler.
2860 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2861         $(AM_V_GEN)rm -f $@-t $@ && \
2862         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2863           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2864               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2865               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2866               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2867               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2868               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2869               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2870               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2871               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2872               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2873               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2874               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2875               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2876               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2877               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2878               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2879               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2880               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2881               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2882               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2883               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2884               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2885               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2886               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2887               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2888               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2889               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2890               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2891               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2892               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2893               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2894               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2895               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2896               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2897               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2898               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2899               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2900               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2901               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2902               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2903               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2904               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2905               < $(srcdir)/string.in.h | \
2906           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2907               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2908               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2909               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2910               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2911               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2912               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2913               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2914               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2915               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2916               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2917               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2918               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2919               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2920               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2921               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2922               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2923               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2924               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2925               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2926               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2927               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2928               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2929               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2930               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2931               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2932               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2933               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2934               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2935               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2936               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2937               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2938               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2939               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2940               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2941               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2942               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2943               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2944               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2945               < $(srcdir)/string.in.h; \
2946         } > $@-t && \
2947         mv $@-t $@
2948
2949 # We need the following in order to create <sys/stat.h> when the system
2950 # has one that is incomplete.
2951 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2952         $(AM_V_at)$(MKDIR_P) sys
2953         $(AM_V_GEN)rm -f $@-t $@ && \
2954         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2955           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2956               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2957               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2958               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2959               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2960               -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2961               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2962               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2963               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2964               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2965               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2966               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2967               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2968               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2969               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2970               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2971               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2972               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2973               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2974               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2975               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2976               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2977               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2978               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2979               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2980               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2981               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2982               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2983               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2984               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2985               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2986               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2987               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2988               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2989               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2990               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2991               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2992               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2993               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2994               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2995               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2996               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2997               < $(srcdir)/sys_stat.in.h; \
2998         } > $@-t && \
2999         mv $@-t $@
3000
3001 # We need the following in order to create <sys/time.h> when the system
3002 # doesn't have one that works with the given compiler.
3003 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3004         $(AM_V_at)$(MKDIR_P) sys
3005         $(AM_V_GEN)rm -f $@-t $@ && \
3006         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3007           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3008               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
3009               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3010               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3011               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3012               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
3013               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
3014               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
3015               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
3016               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
3017               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
3018               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
3019               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3020               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3021               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3022               < $(srcdir)/sys_time.in.h; \
3023         } > $@-t && \
3024         mv $@-t $@
3025
3026 # We need the following in order to create <sys/types.h> when the system
3027 # doesn't have one that works with the given compiler.
3028 sys/types.h: sys_types.in.h $(top_builddir)/config.status
3029         $(AM_V_at)$(MKDIR_P) sys
3030         $(AM_V_GEN)rm -f $@-t $@ && \
3031         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3032           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3033               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3034               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3035               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3036               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
3037               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3038               < $(srcdir)/sys_types.in.h; \
3039         } > $@-t && \
3040         mv $@-t $@
3041
3042 # We need the following in order to create <time.h> when the system
3043 # doesn't have one that works with the given compiler.
3044 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3045         $(AM_V_GEN)rm -f $@-t $@ && \
3046         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3047           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3048               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3049               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3050               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3051               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
3052               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
3053               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
3054               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
3055               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
3056               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
3057               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
3058               -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
3059               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
3060               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
3061               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
3062               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
3063               -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
3064               -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
3065               -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
3066               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
3067               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
3068               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
3069               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
3070               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
3071               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3072               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3073               -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
3074               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3075               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3076               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3077               < $(srcdir)/time.in.h; \
3078         } > $@-t && \
3079         mv $@-t $@
3080
3081 # We need the following in order to create an empty placeholder for
3082 # <unistd.h> when the system doesn't have one.
3083 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3084         $(AM_V_GEN)rm -f $@-t $@ && \
3085         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3086           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3087               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
3088               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3089               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3090               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3091               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
3092               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3093               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
3094               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
3095               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
3096               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
3097               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
3098               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
3099               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
3100               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
3101               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
3102               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
3103               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
3104               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
3105               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
3106               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
3107               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
3108               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
3109               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
3110               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
3111               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
3112               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
3113               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
3114               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
3115               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
3116               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
3117               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
3118               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
3119               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
3120               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
3121               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
3122               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
3123               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
3124               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
3125               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
3126               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
3127               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
3128               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
3129               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
3130               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
3131               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
3132               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
3133               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
3134               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
3135               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
3136               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
3137               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
3138               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
3139               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
3140               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
3141               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
3142               < $(srcdir)/unistd.in.h | \
3143           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3144               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
3145               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3146               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3147               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3148               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3149               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3150               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
3151               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3152               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3153               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3154               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3155               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3156               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
3157               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3158               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
3159               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3160               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3161               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3162               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
3163               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3164               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3165               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
3166               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
3167               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
3168               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
3169               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
3170               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
3171               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
3172               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
3173               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
3174               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
3175               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
3176               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
3177               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
3178               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
3179               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
3180               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
3181               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
3182               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
3183               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
3184               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
3185           | \
3186           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
3187               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
3188               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
3189               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
3190               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
3191               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
3192               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
3193               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
3194               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
3195               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
3196               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
3197               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
3198               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
3199               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
3200               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
3201               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
3202               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
3203               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
3204               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
3205               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
3206               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
3207               -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
3208               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
3209               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
3210               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
3211               -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
3212               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
3213               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
3214               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
3215               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
3216               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
3217               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
3218               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
3219               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3220               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3221               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3222         } > $@-t && \
3223         mv $@-t $@
3224
3225 # We need the following in order to create <wchar.h> when the system
3226 # version does not work standalone.
3227 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3228         $(AM_V_GEN)rm -f $@-t $@ && \
3229         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3230           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3231               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3232               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3233               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3234               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
3235               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
3236               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
3237               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
3238               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
3239               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
3240               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
3241               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
3242               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
3243               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
3244               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
3245               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
3246               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
3247               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
3248               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
3249               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
3250               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
3251               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
3252               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
3253               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
3254               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
3255               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
3256               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
3257               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
3258               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
3259               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
3260               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
3261               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
3262               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
3263               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
3264               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
3265               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
3266               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
3267               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
3268               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
3269               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
3270               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
3271               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
3272               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
3273               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
3274               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
3275               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
3276               < $(srcdir)/wchar.in.h | \
3277           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
3278               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
3279               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3280               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3281               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3282               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3283               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3284               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3285               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3286               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3287               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3288               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3289               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3290               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
3291               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3292               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3293               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3294               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3295               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3296               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3297               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3298               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3299               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3300               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3301               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3302               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3303               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3304               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3305               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3306               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3307               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3308               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3309               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3310               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3311               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3312               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3313               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3314               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3315               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3316               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3317           | \
3318           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3319               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3320               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3321               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3322               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3323               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3324               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3325               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3326               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3327               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3328               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3329               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3330               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3331               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3332               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3333               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3334         } > $@-t && \
3335         mv $@-t $@
3336
3337 mostlyclean-local: mostlyclean-generic
3338         @for dir in '' $(MOSTLYCLEANDIRS); do \
3339           if test -n "$$dir" && test -d $$dir; then \
3340             echo "rmdir $$dir"; rmdir $$dir; \
3341           fi; \
3342         done; \
3343         :
3344
3345 match.$(OBJEXT): match.c
3346         $(AM_V_GEN)cp $(srcdir)/match.c _match.S
3347         $(AM_V_at)$(CPP) $(CPPFLAGS) $(ASCPPFLAGS) _match.S > _match.i
3348         $(AM_V_at)$(ASCPPPOST) < _match.i > match_.s
3349         $(AM_V_at)$(CC) $(CPPFLAGS) $(CFLAGS) $(ASFLAGS_config) -c match_.s
3350         $(AM_V_at)mv match_.$(OBJEXT) $@
3351         $(AM_V_at)rm -f _match.S _match.i match_.s
3352
3353 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3354 # Otherwise a system limit (for SysV at least) may be exceeded.
3355 .NOEXPORT: