VirtualBox

source: kBuild/vendor/grep/2.12/lib/Makefile.in@ 2595

Last change on this file since 2595 was 2595, checked in by bird, 12 years ago

gnu grep version 2.12 (grep-2.12.tar.xz, md5sum=8d2f0346d08b13c18afb81f0e8aa1e2f)

File size: 134.0 KB
Line 
1# Makefile.in generated by automake 1.11e from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright 1997-1998, 2005-2012 Free Software Foundation, Inc.
19#
20# This program is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 3, or (at your option)
23# any later version.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program. If not, see <http://www.gnu.org/licenses/>.
32#
33
34# Copyright (C) 2002-2012 Free Software Foundation, Inc.
35#
36# This file is free software; you can redistribute it and/or modify
37# it under the terms of the GNU General Public License as published by
38# the Free Software Foundation; either version 3 of the License, or
39# (at your option) any later version.
40#
41# This file is distributed in the hope that it will be useful,
42# but WITHOUT ANY WARRANTY; without even the implied warranty of
43# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44# GNU General Public License for more details.
45#
46# You should have received a copy of the GNU General Public License
47# along with this file. If not, see <http://www.gnu.org/licenses/>.
48#
49# As a special exception to the GNU General Public License,
50# this file may be distributed as part of a program that
51# contains a configuration script generated by Autoconf, under
52# the same distribution terms as the rest of that program.
53#
54# Generated by gnulib-tool.
55# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgreputils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=lock-tests --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl alloca announce-gen argmatch binary-io btowc c-ctype closeout do-release-commit-and-tag error exclude fcntl-h fnmatch fstatat fts getopt-gnu getpagesize gettext-h git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload hard-locale ignore-value intprops inttypes isatty isblank iswctype largefile locale lseek maintainer-makefile malloc-gnu manywarnings mbrlen mbrtowc memchr mempcpy minmax obstack openat-safer progname propername quote readme-release realloc-gnu regex same-inode ssize_t stddef stdlib stpcpy strerror string strtoull strtoumax sys_stat unistd unlocked-io update-copyright useless-if-before-free version-etc-fsf wchar wcrtomb wcscoll wctob wctype-h xalloc xstrtoimax
56
57VPATH = @srcdir@
58am__make_dryrun = \
59 { \
60 am__dry=no; \
61 case $$MAKEFLAGS in \
62 *\\[\ \ ]*) \
63 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
64 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
65 *) \
66 for am__flg in $$MAKEFLAGS; do \
67 case $$am__flg in \
68 *=*|--*) ;; \
69 *n*) am__dry=yes; break;; \
70 esac; \
71 done;; \
72 esac; \
73 test $$am__dry = yes; \
74 }
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
93 $(srcdir)/gnulib.mk $(top_srcdir)/build-aux/depcomp alloca.c
94@LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__append_1 = unistr/u8-mbtoucr.c
95@LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__append_2 = unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
96@LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__append_3 = uniwidth/width.c
97subdir = lib
98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
100 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/btowc.m4 \
101 $(top_srcdir)/m4/chdir-long.m4 \
102 $(top_srcdir)/m4/close-stream.m4 $(top_srcdir)/m4/close.m4 \
103 $(top_srcdir)/m4/closedir.m4 $(top_srcdir)/m4/closeout.m4 \
104 $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/configmake.m4 \
105 $(top_srcdir)/m4/ctype.m4 $(top_srcdir)/m4/cycle-check.m4 \
106 $(top_srcdir)/m4/d-ino.m4 $(top_srcdir)/m4/d-type.m4 \
107 $(top_srcdir)/m4/dirent-safer.m4 $(top_srcdir)/m4/dirent_h.m4 \
108 $(top_srcdir)/m4/dirfd.m4 $(top_srcdir)/m4/dirname.m4 \
109 $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup.m4 \
110 $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \
111 $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
112 $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exponentd.m4 \
113 $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fchdir.m4 \
114 $(top_srcdir)/m4/fcntl-o.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
115 $(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \
116 $(top_srcdir)/m4/fdopen.m4 $(top_srcdir)/m4/fdopendir.m4 \
117 $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/float_h.m4 \
118 $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
119 $(top_srcdir)/m4/fpieee.m4 $(top_srcdir)/m4/fstat.m4 \
120 $(top_srcdir)/m4/fstatat.m4 $(top_srcdir)/m4/fts.m4 \
121 $(top_srcdir)/m4/getcwd.m4 $(top_srcdir)/m4/getdtablesize.m4 \
122 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpagesize.m4 \
123 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
124 $(top_srcdir)/m4/gnulib-common.m4 \
125 $(top_srcdir)/m4/gnulib-comp.m4 \
126 $(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/i-ring.m4 \
127 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/iconv_h.m4 \
128 $(top_srcdir)/m4/iconv_open.m4 \
129 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inline.m4 \
130 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
131 $(top_srcdir)/m4/inttostr.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
132 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
133 $(top_srcdir)/m4/isatty.m4 $(top_srcdir)/m4/isblank.m4 \
134 $(top_srcdir)/m4/iswblank.m4 $(top_srcdir)/m4/iswctype.m4 \
135 $(top_srcdir)/m4/langinfo_h.m4 $(top_srcdir)/m4/largefile.m4 \
136 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
137 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
138 $(top_srcdir)/m4/libunistring-base.m4 \
139 $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \
140 $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-tr.m4 \
141 $(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/locale_h.m4 \
142 $(top_srcdir)/m4/localeconv.m4 $(top_srcdir)/m4/localename.m4 \
143 $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
144 $(top_srcdir)/m4/lseek.m4 $(top_srcdir)/m4/lstat.m4 \
145 $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/malloca.m4 \
146 $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/mbchar.m4 \
147 $(top_srcdir)/m4/mbiter.m4 $(top_srcdir)/m4/mbrlen.m4 \
148 $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbsinit.m4 \
149 $(top_srcdir)/m4/mbslen.m4 $(top_srcdir)/m4/mbsrtowcs.m4 \
150 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbtowc.m4 \
151 $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mempcpy.m4 \
152 $(top_srcdir)/m4/memrchr.m4 $(top_srcdir)/m4/minmax.m4 \
153 $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/mode_t.m4 \
154 $(top_srcdir)/m4/msvc-inval.m4 \
155 $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
156 $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
157 $(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/onceonly.m4 \
158 $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/openat.m4 \
159 $(top_srcdir)/m4/opendir.m4 $(top_srcdir)/m4/pathmax.m4 \
160 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pipe.m4 \
161 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
162 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/putenv.m4 \
163 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
164 $(top_srcdir)/m4/readdir.m4 $(top_srcdir)/m4/realloc.m4 \
165 $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/save-cwd.m4 \
166 $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
167 $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/snprintf.m4 \
168 $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat.m4 \
169 $(top_srcdir)/m4/stdarg.m4 $(top_srcdir)/m4/stdbool.m4 \
170 $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
171 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \
172 $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/stpcpy.m4 \
173 $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strdup.m4 \
174 $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strerror_r.m4 \
175 $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strings_h.m4 \
176 $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/strtoimax.m4 \
177 $(top_srcdir)/m4/strtoll.m4 $(top_srcdir)/m4/strtoull.m4 \
178 $(top_srcdir)/m4/strtoumax.m4 $(top_srcdir)/m4/symlink.m4 \
179 $(top_srcdir)/m4/sys_socket_h.m4 \
180 $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_types_h.m4 \
181 $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/time_h.m4 \
182 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \
183 $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/vasnprintf.m4 \
184 $(top_srcdir)/m4/version-etc.m4 \
185 $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.m4 \
186 $(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
187 $(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wcscoll.m4 \
188 $(top_srcdir)/m4/wctob.m4 $(top_srcdir)/m4/wctomb.m4 \
189 $(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wcwidth.m4 \
190 $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \
191 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrtol.m4 \
192 $(top_srcdir)/configure.ac
193am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
194 $(ACLOCAL_M4)
195mkinstalldirs = $(install_sh) -d
196CONFIG_HEADER = $(top_builddir)/config.h
197CONFIG_CLEAN_FILES = colorize.c
198CONFIG_CLEAN_VPATH_FILES =
199LIBRARIES = $(noinst_LIBRARIES)
200AM_V_AR = $(am__v_AR_@AM_V@)
201am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
202am__v_AR_0 = @echo " AR " $@;
203AM_V_at = $(am__v_at_@AM_V@)
204am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
205am__v_at_0 = @
206libgreputils_a_AR = $(AR) $(ARFLAGS)
207am__DEPENDENCIES_1 =
208am__libgreputils_a_SOURCES_DIST = argmatch.c binary-io.h bitrotate.h \
209 c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c \
210 cloexec.c close-stream.c closeout.c cycle-check.c \
211 opendir-safer.c dirname-lgpl.c basename-lgpl.c stripslash.c \
212 exclude.c exitfail.c creat-safer.c open-safer.c fd-hook.c \
213 filenamecat-lgpl.c gettext.h hard-locale.c hash.c i-ring.c \
214 localcharset.h localcharset.c malloca.c mbchar.c mbiter.h \
215 mbscasecmp.c mbslen.c mbsstr.c mbuiter.h minmax.h openat-die.c \
216 openat-safer.c progname.h progname.c propername.h propername.c \
217 quotearg.c save-cwd.c striconv.h striconv.c strnlen1.h \
218 strnlen1.c trim.c dup-safer.c fd-safer.c pipe-safer.c \
219 unistr/u8-mbtoucr.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c \
220 uniwidth/width.c version-etc.h version-etc.c version-etc-fsf.c \
221 xmalloc.c xalloc-die.c xstriconv.h xstriconv.c xstrtoimax.c \
222 xstrtol.c xstrtoul.c xstrtol-error.c colorize.c colorize.h
223@LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__objects_1 = u8-mbtoucr.$(OBJEXT)
224@LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__objects_2 = u8-uctomb.$(OBJEXT) \
225@LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@ u8-uctomb-aux.$(OBJEXT)
226@LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__objects_3 = \
227@LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@ width.$(OBJEXT)
228am_libgreputils_a_OBJECTS = argmatch.$(OBJEXT) c-ctype.$(OBJEXT) \
229 c-strcasecmp.$(OBJEXT) c-strncasecmp.$(OBJEXT) \
230 cloexec.$(OBJEXT) close-stream.$(OBJEXT) closeout.$(OBJEXT) \
231 cycle-check.$(OBJEXT) opendir-safer.$(OBJEXT) \
232 dirname-lgpl.$(OBJEXT) basename-lgpl.$(OBJEXT) \
233 stripslash.$(OBJEXT) exclude.$(OBJEXT) exitfail.$(OBJEXT) \
234 creat-safer.$(OBJEXT) open-safer.$(OBJEXT) fd-hook.$(OBJEXT) \
235 filenamecat-lgpl.$(OBJEXT) hard-locale.$(OBJEXT) \
236 hash.$(OBJEXT) i-ring.$(OBJEXT) localcharset.$(OBJEXT) \
237 malloca.$(OBJEXT) mbchar.$(OBJEXT) mbscasecmp.$(OBJEXT) \
238 mbslen.$(OBJEXT) mbsstr.$(OBJEXT) openat-die.$(OBJEXT) \
239 openat-safer.$(OBJEXT) progname.$(OBJEXT) propername.$(OBJEXT) \
240 quotearg.$(OBJEXT) save-cwd.$(OBJEXT) striconv.$(OBJEXT) \
241 strnlen1.$(OBJEXT) trim.$(OBJEXT) dup-safer.$(OBJEXT) \
242 fd-safer.$(OBJEXT) pipe-safer.$(OBJEXT) $(am__objects_1) \
243 $(am__objects_2) $(am__objects_3) version-etc.$(OBJEXT) \
244 version-etc-fsf.$(OBJEXT) xmalloc.$(OBJEXT) \
245 xalloc-die.$(OBJEXT) xstriconv.$(OBJEXT) xstrtoimax.$(OBJEXT) \
246 xstrtol.$(OBJEXT) xstrtoul.$(OBJEXT) xstrtol-error.$(OBJEXT) \
247 colorize.$(OBJEXT)
248libgreputils_a_OBJECTS = $(am_libgreputils_a_OBJECTS)
249DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
250depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
251am__depfiles_maybe = depfiles
252am__mv = mv -f
253AM_V_lt = $(am__v_lt_@AM_V@)
254am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
255am__v_lt_0 = --silent
256COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
257 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
258AM_V_CC = $(am__v_CC_@AM_V@)
259am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
260am__v_CC_0 = @echo " CC " $@;
261CCLD = $(CC)
262LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
263AM_V_CCLD = $(am__v_CCLD_@AM_V@)
264am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
265am__v_CCLD_0 = @echo " CCLD " $@;
266AM_V_GEN = $(am__v_GEN_@AM_V@)
267am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
268am__v_GEN_0 = @echo " GEN " $@;
269SOURCES = $(libgreputils_a_SOURCES) $(EXTRA_libgreputils_a_SOURCES)
270DIST_SOURCES = $(am__libgreputils_a_SOURCES_DIST) \
271 $(EXTRA_libgreputils_a_SOURCES)
272am__can_run_installinfo = \
273 case $$AM_UPDATE_INFO_DIR in \
274 n|no|NO) false;; \
275 *) (install-info --version) >/dev/null 2>&1;; \
276 esac
277ETAGS = etags
278CTAGS = ctags
279DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
280pkglibexecdir = @pkglibexecdir@
281ACLOCAL = @ACLOCAL@
282ALLOCA = @ALLOCA@
283ALLOCA_H = @ALLOCA_H@
284AMTAR = @AMTAR@
285AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
286APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
287AR = @AR@
288ARFLAGS = @ARFLAGS@
289AUTOCONF = @AUTOCONF@
290AUTOHEADER = @AUTOHEADER@
291AUTOMAKE = @AUTOMAKE@
292AWK = @AWK@
293BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
294BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
295BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
296BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
297BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
298CC = @CC@
299CCDEPMODE = @CCDEPMODE@
300CFLAGS = @CFLAGS@
301CONFIG_INCLUDE = @CONFIG_INCLUDE@
302CPP = @CPP@
303CPPFLAGS = @CPPFLAGS@
304CYGPATH_W = @CYGPATH_W@
305DEFS = @DEFS@
306DEPDIR = @DEPDIR@
307ECHO_C = @ECHO_C@
308ECHO_N = @ECHO_N@
309ECHO_T = @ECHO_T@
310EGREP = @EGREP@
311EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
312EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
313ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
314ENOLINK_VALUE = @ENOLINK_VALUE@
315EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
316EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
317ERRNO_H = @ERRNO_H@
318EXEEXT = @EXEEXT@
319FLOAT_H = @FLOAT_H@
320FNMATCH_H = @FNMATCH_H@
321GETOPT_H = @GETOPT_H@
322GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
323GLIBC21 = @GLIBC21@
324GMSGFMT = @GMSGFMT@
325GMSGFMT_015 = @GMSGFMT_015@
326GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
327GNULIB_ATOLL = @GNULIB_ATOLL@
328GNULIB_BTOWC = @GNULIB_BTOWC@
329GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
330GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
331GNULIB_CHDIR = @GNULIB_CHDIR@
332GNULIB_CHOWN = @GNULIB_CHOWN@
333GNULIB_CLOSE = @GNULIB_CLOSE@
334GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
335GNULIB_DIRFD = @GNULIB_DIRFD@
336GNULIB_DPRINTF = @GNULIB_DPRINTF@
337GNULIB_DUP = @GNULIB_DUP@
338GNULIB_DUP2 = @GNULIB_DUP2@
339GNULIB_DUP3 = @GNULIB_DUP3@
340GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
341GNULIB_ENVIRON = @GNULIB_ENVIRON@
342GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
343GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
344GNULIB_FCHDIR = @GNULIB_FCHDIR@
345GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
346GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
347GNULIB_FCLOSE = @GNULIB_FCLOSE@
348GNULIB_FCNTL = @GNULIB_FCNTL@
349GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
350GNULIB_FDOPEN = @GNULIB_FDOPEN@
351GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
352GNULIB_FFLUSH = @GNULIB_FFLUSH@
353GNULIB_FFS = @GNULIB_FFS@
354GNULIB_FFSL = @GNULIB_FFSL@
355GNULIB_FFSLL = @GNULIB_FFSLL@
356GNULIB_FGETC = @GNULIB_FGETC@
357GNULIB_FGETS = @GNULIB_FGETS@
358GNULIB_FOPEN = @GNULIB_FOPEN@
359GNULIB_FPRINTF = @GNULIB_FPRINTF@
360GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
361GNULIB_FPURGE = @GNULIB_FPURGE@
362GNULIB_FPUTC = @GNULIB_FPUTC@
363GNULIB_FPUTS = @GNULIB_FPUTS@
364GNULIB_FREAD = @GNULIB_FREAD@
365GNULIB_FREOPEN = @GNULIB_FREOPEN@
366GNULIB_FSCANF = @GNULIB_FSCANF@
367GNULIB_FSEEK = @GNULIB_FSEEK@
368GNULIB_FSEEKO = @GNULIB_FSEEKO@
369GNULIB_FSTAT = @GNULIB_FSTAT@
370GNULIB_FSTATAT = @GNULIB_FSTATAT@
371GNULIB_FSYNC = @GNULIB_FSYNC@
372GNULIB_FTELL = @GNULIB_FTELL@
373GNULIB_FTELLO = @GNULIB_FTELLO@
374GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
375GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
376GNULIB_FWRITE = @GNULIB_FWRITE@
377GNULIB_GETC = @GNULIB_GETC@
378GNULIB_GETCHAR = @GNULIB_GETCHAR@
379GNULIB_GETCWD = @GNULIB_GETCWD@
380GNULIB_GETDELIM = @GNULIB_GETDELIM@
381GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
382GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
383GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
384GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
385GNULIB_GETLINE = @GNULIB_GETLINE@
386GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
387GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
388GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
389GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
390GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
391GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
392GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
393GNULIB_GRANTPT = @GNULIB_GRANTPT@
394GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
395GNULIB_ICONV = @GNULIB_ICONV@
396GNULIB_IMAXABS = @GNULIB_IMAXABS@
397GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
398GNULIB_ISATTY = @GNULIB_ISATTY@
399GNULIB_ISBLANK = @GNULIB_ISBLANK@
400GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
401GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
402GNULIB_LCHMOD = @GNULIB_LCHMOD@
403GNULIB_LCHOWN = @GNULIB_LCHOWN@
404GNULIB_LINK = @GNULIB_LINK@
405GNULIB_LINKAT = @GNULIB_LINKAT@
406GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
407GNULIB_LSEEK = @GNULIB_LSEEK@
408GNULIB_LSTAT = @GNULIB_LSTAT@
409GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
410GNULIB_MBRLEN = @GNULIB_MBRLEN@
411GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
412GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
413GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
414GNULIB_MBSCHR = @GNULIB_MBSCHR@
415GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
416GNULIB_MBSINIT = @GNULIB_MBSINIT@
417GNULIB_MBSLEN = @GNULIB_MBSLEN@
418GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
419GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
420GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
421GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
422GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
423GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
424GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
425GNULIB_MBSSEP = @GNULIB_MBSSEP@
426GNULIB_MBSSPN = @GNULIB_MBSSPN@
427GNULIB_MBSSTR = @GNULIB_MBSSTR@
428GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
429GNULIB_MBTOWC = @GNULIB_MBTOWC@
430GNULIB_MEMCHR = @GNULIB_MEMCHR@
431GNULIB_MEMMEM = @GNULIB_MEMMEM@
432GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
433GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
434GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
435GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
436GNULIB_MKFIFO = @GNULIB_MKFIFO@
437GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
438GNULIB_MKNOD = @GNULIB_MKNOD@
439GNULIB_MKNODAT = @GNULIB_MKNODAT@
440GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
441GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
442GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
443GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
444GNULIB_MKTIME = @GNULIB_MKTIME@
445GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
446GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
447GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
448GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
449GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
450GNULIB_OPEN = @GNULIB_OPEN@
451GNULIB_OPENAT = @GNULIB_OPENAT@
452GNULIB_OPENDIR = @GNULIB_OPENDIR@
453GNULIB_PCLOSE = @GNULIB_PCLOSE@
454GNULIB_PERROR = @GNULIB_PERROR@
455GNULIB_PIPE = @GNULIB_PIPE@
456GNULIB_PIPE2 = @GNULIB_PIPE2@
457GNULIB_POPEN = @GNULIB_POPEN@
458GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
459GNULIB_PREAD = @GNULIB_PREAD@
460GNULIB_PRINTF = @GNULIB_PRINTF@
461GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
462GNULIB_PTSNAME = @GNULIB_PTSNAME@
463GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
464GNULIB_PUTC = @GNULIB_PUTC@
465GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
466GNULIB_PUTENV = @GNULIB_PUTENV@
467GNULIB_PUTS = @GNULIB_PUTS@
468GNULIB_PWRITE = @GNULIB_PWRITE@
469GNULIB_RANDOM = @GNULIB_RANDOM@
470GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
471GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
472GNULIB_READ = @GNULIB_READ@
473GNULIB_READDIR = @GNULIB_READDIR@
474GNULIB_READLINK = @GNULIB_READLINK@
475GNULIB_READLINKAT = @GNULIB_READLINKAT@
476GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
477GNULIB_REALPATH = @GNULIB_REALPATH@
478GNULIB_REMOVE = @GNULIB_REMOVE@
479GNULIB_RENAME = @GNULIB_RENAME@
480GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
481GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
482GNULIB_RMDIR = @GNULIB_RMDIR@
483GNULIB_RPMATCH = @GNULIB_RPMATCH@
484GNULIB_SCANDIR = @GNULIB_SCANDIR@
485GNULIB_SCANF = @GNULIB_SCANF@
486GNULIB_SETENV = @GNULIB_SETENV@
487GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
488GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
489GNULIB_SLEEP = @GNULIB_SLEEP@
490GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
491GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
492GNULIB_STAT = @GNULIB_STAT@
493GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
494GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
495GNULIB_STPCPY = @GNULIB_STPCPY@
496GNULIB_STPNCPY = @GNULIB_STPNCPY@
497GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
498GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
499GNULIB_STRDUP = @GNULIB_STRDUP@
500GNULIB_STRERROR = @GNULIB_STRERROR@
501GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
502GNULIB_STRNCAT = @GNULIB_STRNCAT@
503GNULIB_STRNDUP = @GNULIB_STRNDUP@
504GNULIB_STRNLEN = @GNULIB_STRNLEN@
505GNULIB_STRPBRK = @GNULIB_STRPBRK@
506GNULIB_STRPTIME = @GNULIB_STRPTIME@
507GNULIB_STRSEP = @GNULIB_STRSEP@
508GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
509GNULIB_STRSTR = @GNULIB_STRSTR@
510GNULIB_STRTOD = @GNULIB_STRTOD@
511GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
512GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
513GNULIB_STRTOLL = @GNULIB_STRTOLL@
514GNULIB_STRTOULL = @GNULIB_STRTOULL@
515GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
516GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
517GNULIB_SYMLINK = @GNULIB_SYMLINK@
518GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
519GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
520GNULIB_TIMEGM = @GNULIB_TIMEGM@
521GNULIB_TIME_R = @GNULIB_TIME_R@
522GNULIB_TMPFILE = @GNULIB_TMPFILE@
523GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
524GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
525GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
526GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
527GNULIB_UNLINK = @GNULIB_UNLINK@
528GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
529GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
530GNULIB_UNSETENV = @GNULIB_UNSETENV@
531GNULIB_USLEEP = @GNULIB_USLEEP@
532GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
533GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
534GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
535GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
536GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
537GNULIB_VFSCANF = @GNULIB_VFSCANF@
538GNULIB_VPRINTF = @GNULIB_VPRINTF@
539GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
540GNULIB_VSCANF = @GNULIB_VSCANF@
541GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
542GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
543GNULIB_WARN_CFLAGS = @GNULIB_WARN_CFLAGS@
544GNULIB_WCPCPY = @GNULIB_WCPCPY@
545GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
546GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
547GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
548GNULIB_WCSCAT = @GNULIB_WCSCAT@
549GNULIB_WCSCHR = @GNULIB_WCSCHR@
550GNULIB_WCSCMP = @GNULIB_WCSCMP@
551GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
552GNULIB_WCSCPY = @GNULIB_WCSCPY@
553GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
554GNULIB_WCSDUP = @GNULIB_WCSDUP@
555GNULIB_WCSLEN = @GNULIB_WCSLEN@
556GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
557GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
558GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
559GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
560GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
561GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
562GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
563GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
564GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
565GNULIB_WCSSPN = @GNULIB_WCSSPN@
566GNULIB_WCSSTR = @GNULIB_WCSSTR@
567GNULIB_WCSTOK = @GNULIB_WCSTOK@
568GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
569GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
570GNULIB_WCTOB = @GNULIB_WCTOB@
571GNULIB_WCTOMB = @GNULIB_WCTOMB@
572GNULIB_WCTRANS = @GNULIB_WCTRANS@
573GNULIB_WCTYPE = @GNULIB_WCTYPE@
574GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
575GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
576GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
577GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
578GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
579GNULIB_WMEMSET = @GNULIB_WMEMSET@
580GNULIB_WRITE = @GNULIB_WRITE@
581GNULIB__EXIT = @GNULIB__EXIT@
582GREP = @GREP@
583HAVE_ALPHASORT = @HAVE_ALPHASORT@
584HAVE_ATOLL = @HAVE_ATOLL@
585HAVE_BTOWC = @HAVE_BTOWC@
586HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
587HAVE_CHOWN = @HAVE_CHOWN@
588HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
589HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
590HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
591HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
592HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
593HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
594HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
595HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
596HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
597HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
598HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
599HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
600HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
601HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
602HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
603HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
604HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
605HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
606HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
607HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
608HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
609HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
610HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
611HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
612HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
613HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
614HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
615HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
616HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
617HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
618HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
619HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
620HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
621HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
622HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
623HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
624HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
625HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
626HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
627HAVE_DIRENT_H = @HAVE_DIRENT_H@
628HAVE_DPRINTF = @HAVE_DPRINTF@
629HAVE_DUP2 = @HAVE_DUP2@
630HAVE_DUP3 = @HAVE_DUP3@
631HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
632HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
633HAVE_FACCESSAT = @HAVE_FACCESSAT@
634HAVE_FCHDIR = @HAVE_FCHDIR@
635HAVE_FCHMODAT = @HAVE_FCHMODAT@
636HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
637HAVE_FCNTL = @HAVE_FCNTL@
638HAVE_FDATASYNC = @HAVE_FDATASYNC@
639HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
640HAVE_FEATURES_H = @HAVE_FEATURES_H@
641HAVE_FFS = @HAVE_FFS@
642HAVE_FFSL = @HAVE_FFSL@
643HAVE_FFSLL = @HAVE_FFSLL@
644HAVE_FSEEKO = @HAVE_FSEEKO@
645HAVE_FSTATAT = @HAVE_FSTATAT@
646HAVE_FSYNC = @HAVE_FSYNC@
647HAVE_FTELLO = @HAVE_FTELLO@
648HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
649HAVE_FUTIMENS = @HAVE_FUTIMENS@
650HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
651HAVE_GETGROUPS = @HAVE_GETGROUPS@
652HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
653HAVE_GETLOGIN = @HAVE_GETLOGIN@
654HAVE_GETOPT_H = @HAVE_GETOPT_H@
655HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
656HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
657HAVE_GRANTPT = @HAVE_GRANTPT@
658HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
659HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
660HAVE_ISBLANK = @HAVE_ISBLANK@
661HAVE_ISWBLANK = @HAVE_ISWBLANK@
662HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
663HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
664HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
665HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
666HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@
667HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@
668HAVE_LCHMOD = @HAVE_LCHMOD@
669HAVE_LCHOWN = @HAVE_LCHOWN@
670HAVE_LINK = @HAVE_LINK@
671HAVE_LINKAT = @HAVE_LINKAT@
672HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
673HAVE_LSTAT = @HAVE_LSTAT@
674HAVE_MBRLEN = @HAVE_MBRLEN@
675HAVE_MBRTOWC = @HAVE_MBRTOWC@
676HAVE_MBSINIT = @HAVE_MBSINIT@
677HAVE_MBSLEN = @HAVE_MBSLEN@
678HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
679HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
680HAVE_MEMCHR = @HAVE_MEMCHR@
681HAVE_MEMPCPY = @HAVE_MEMPCPY@
682HAVE_MKDIRAT = @HAVE_MKDIRAT@
683HAVE_MKDTEMP = @HAVE_MKDTEMP@
684HAVE_MKFIFO = @HAVE_MKFIFO@
685HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
686HAVE_MKNOD = @HAVE_MKNOD@
687HAVE_MKNODAT = @HAVE_MKNODAT@
688HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
689HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
690HAVE_MKSTEMP = @HAVE_MKSTEMP@
691HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
692HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
693HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
694HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
695HAVE_OPENAT = @HAVE_OPENAT@
696HAVE_OPENDIR = @HAVE_OPENDIR@
697HAVE_OS_H = @HAVE_OS_H@
698HAVE_PCLOSE = @HAVE_PCLOSE@
699HAVE_PIPE = @HAVE_PIPE@
700HAVE_PIPE2 = @HAVE_PIPE2@
701HAVE_POPEN = @HAVE_POPEN@
702HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
703HAVE_PREAD = @HAVE_PREAD@
704HAVE_PTSNAME = @HAVE_PTSNAME@
705HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
706HAVE_PWRITE = @HAVE_PWRITE@
707HAVE_RANDOM = @HAVE_RANDOM@
708HAVE_RANDOM_H = @HAVE_RANDOM_H@
709HAVE_RANDOM_R = @HAVE_RANDOM_R@
710HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
711HAVE_READDIR = @HAVE_READDIR@
712HAVE_READLINK = @HAVE_READLINK@
713HAVE_READLINKAT = @HAVE_READLINKAT@
714HAVE_REALPATH = @HAVE_REALPATH@
715HAVE_RENAMEAT = @HAVE_RENAMEAT@
716HAVE_REWINDDIR = @HAVE_REWINDDIR@
717HAVE_RPMATCH = @HAVE_RPMATCH@
718HAVE_SCANDIR = @HAVE_SCANDIR@
719HAVE_SETENV = @HAVE_SETENV@
720HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
721HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
722HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
723HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
724HAVE_SLEEP = @HAVE_SLEEP@
725HAVE_STDINT_H = @HAVE_STDINT_H@
726HAVE_STPCPY = @HAVE_STPCPY@
727HAVE_STPNCPY = @HAVE_STPNCPY@
728HAVE_STRCASECMP = @HAVE_STRCASECMP@
729HAVE_STRCASESTR = @HAVE_STRCASESTR@
730HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
731HAVE_STRINGS_H = @HAVE_STRINGS_H@
732HAVE_STRPBRK = @HAVE_STRPBRK@
733HAVE_STRPTIME = @HAVE_STRPTIME@
734HAVE_STRSEP = @HAVE_STRSEP@
735HAVE_STRTOD = @HAVE_STRTOD@
736HAVE_STRTOLL = @HAVE_STRTOLL@
737HAVE_STRTOULL = @HAVE_STRTOULL@
738HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
739HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
740HAVE_SYMLINK = @HAVE_SYMLINK@
741HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
742HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
743HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
744HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
745HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
746HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
747HAVE_TIMEGM = @HAVE_TIMEGM@
748HAVE_UNISTD_H = @HAVE_UNISTD_H@
749HAVE_UNLINKAT = @HAVE_UNLINKAT@
750HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
751HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
752HAVE_USLEEP = @HAVE_USLEEP@
753HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
754HAVE_VASPRINTF = @HAVE_VASPRINTF@
755HAVE_VDPRINTF = @HAVE_VDPRINTF@
756HAVE_WCHAR_H = @HAVE_WCHAR_H@
757HAVE_WCHAR_T = @HAVE_WCHAR_T@
758HAVE_WCPCPY = @HAVE_WCPCPY@
759HAVE_WCPNCPY = @HAVE_WCPNCPY@
760HAVE_WCRTOMB = @HAVE_WCRTOMB@
761HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
762HAVE_WCSCAT = @HAVE_WCSCAT@
763HAVE_WCSCHR = @HAVE_WCSCHR@
764HAVE_WCSCMP = @HAVE_WCSCMP@
765HAVE_WCSCOLL = @HAVE_WCSCOLL@
766HAVE_WCSCPY = @HAVE_WCSCPY@
767HAVE_WCSCSPN = @HAVE_WCSCSPN@
768HAVE_WCSDUP = @HAVE_WCSDUP@
769HAVE_WCSLEN = @HAVE_WCSLEN@
770HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
771HAVE_WCSNCAT = @HAVE_WCSNCAT@
772HAVE_WCSNCMP = @HAVE_WCSNCMP@
773HAVE_WCSNCPY = @HAVE_WCSNCPY@
774HAVE_WCSNLEN = @HAVE_WCSNLEN@
775HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
776HAVE_WCSPBRK = @HAVE_WCSPBRK@
777HAVE_WCSRCHR = @HAVE_WCSRCHR@
778HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
779HAVE_WCSSPN = @HAVE_WCSSPN@
780HAVE_WCSSTR = @HAVE_WCSSTR@
781HAVE_WCSTOK = @HAVE_WCSTOK@
782HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
783HAVE_WCSXFRM = @HAVE_WCSXFRM@
784HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
785HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
786HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
787HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
788HAVE_WINT_T = @HAVE_WINT_T@
789HAVE_WMEMCHR = @HAVE_WMEMCHR@
790HAVE_WMEMCMP = @HAVE_WMEMCMP@
791HAVE_WMEMCPY = @HAVE_WMEMCPY@
792HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
793HAVE_WMEMSET = @HAVE_WMEMSET@
794HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
795HAVE__BOOL = @HAVE__BOOL@
796HAVE__EXIT = @HAVE__EXIT@
797ICONV_CONST = @ICONV_CONST@
798ICONV_H = @ICONV_H@
799INCLUDE_NEXT = @INCLUDE_NEXT@
800INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
801INSTALL = @INSTALL@
802INSTALL_DATA = @INSTALL_DATA@
803INSTALL_PROGRAM = @INSTALL_PROGRAM@
804INSTALL_SCRIPT = @INSTALL_SCRIPT@
805INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
806INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
807INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
808INTLLIBS = @INTLLIBS@
809INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
810LDFLAGS = @LDFLAGS@
811LIBGREPUTILS_LIBDEPS = @LIBGREPUTILS_LIBDEPS@
812LIBGREPUTILS_LTLIBDEPS = @LIBGREPUTILS_LTLIBDEPS@
813LIBICONV = @LIBICONV@
814LIBINTL = @LIBINTL@
815LIBMULTITHREAD = @LIBMULTITHREAD@
816LIBOBJS = @LIBOBJS@
817LIBPTH = @LIBPTH@
818LIBPTH_PREFIX = @LIBPTH_PREFIX@
819LIBS = @LIBS@
820LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
821LIBTHREAD = @LIBTHREAD@
822LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
823LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
824LIBUNISTRING_UNIWIDTH_H = @LIBUNISTRING_UNIWIDTH_H@
825LIB_PCRE = @LIB_PCRE@
826LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
827LOCALE_FR = @LOCALE_FR@
828LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
829LOCALE_JA = @LOCALE_JA@
830LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@
831LOCALE_ZH_CN = @LOCALE_ZH_CN@
832LTLIBICONV = @LTLIBICONV@
833LTLIBINTL = @LTLIBINTL@
834LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
835LTLIBOBJS = @LTLIBOBJS@
836LTLIBPTH = @LTLIBPTH@
837LTLIBTHREAD = @LTLIBTHREAD@
838MAKEINFO = @MAKEINFO@
839MKDIR_P = @MKDIR_P@
840MSGFMT = @MSGFMT@
841MSGFMT_015 = @MSGFMT_015@
842MSGMERGE = @MSGMERGE@
843NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_CTYPE_H@
844NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
845NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
846NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
847NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
848NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
849NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@
850NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
851NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
852NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
853NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
854NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
855NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
856NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
857NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
858NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
859NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
860NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
861NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
862NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
863NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
864NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
865NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
866NEXT_CTYPE_H = @NEXT_CTYPE_H@
867NEXT_DIRENT_H = @NEXT_DIRENT_H@
868NEXT_ERRNO_H = @NEXT_ERRNO_H@
869NEXT_FCNTL_H = @NEXT_FCNTL_H@
870NEXT_FLOAT_H = @NEXT_FLOAT_H@
871NEXT_GETOPT_H = @NEXT_GETOPT_H@
872NEXT_ICONV_H = @NEXT_ICONV_H@
873NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
874NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
875NEXT_LOCALE_H = @NEXT_LOCALE_H@
876NEXT_STDARG_H = @NEXT_STDARG_H@
877NEXT_STDDEF_H = @NEXT_STDDEF_H@
878NEXT_STDINT_H = @NEXT_STDINT_H@
879NEXT_STDIO_H = @NEXT_STDIO_H@
880NEXT_STDLIB_H = @NEXT_STDLIB_H@
881NEXT_STRINGS_H = @NEXT_STRINGS_H@
882NEXT_STRING_H = @NEXT_STRING_H@
883NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
884NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
885NEXT_TIME_H = @NEXT_TIME_H@
886NEXT_UNISTD_H = @NEXT_UNISTD_H@
887NEXT_WCHAR_H = @NEXT_WCHAR_H@
888NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
889OBJEXT = @OBJEXT@
890PACKAGE = @PACKAGE@
891PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
892PACKAGE_NAME = @PACKAGE_NAME@
893PACKAGE_STRING = @PACKAGE_STRING@
894PACKAGE_TARNAME = @PACKAGE_TARNAME@
895PACKAGE_URL = @PACKAGE_URL@
896PACKAGE_VERSION = @PACKAGE_VERSION@
897PATH_SEPARATOR = @PATH_SEPARATOR@
898POSUB = @POSUB@
899PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
900PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
901PRIPTR_PREFIX = @PRIPTR_PREFIX@
902PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
903PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
904PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
905RANLIB = @RANLIB@
906REPLACE_BTOWC = @REPLACE_BTOWC@
907REPLACE_CALLOC = @REPLACE_CALLOC@
908REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
909REPLACE_CHOWN = @REPLACE_CHOWN@
910REPLACE_CLOSE = @REPLACE_CLOSE@
911REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
912REPLACE_DIRFD = @REPLACE_DIRFD@
913REPLACE_DPRINTF = @REPLACE_DPRINTF@
914REPLACE_DUP = @REPLACE_DUP@
915REPLACE_DUP2 = @REPLACE_DUP2@
916REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
917REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
918REPLACE_FCLOSE = @REPLACE_FCLOSE@
919REPLACE_FCNTL = @REPLACE_FCNTL@
920REPLACE_FDOPEN = @REPLACE_FDOPEN@
921REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
922REPLACE_FFLUSH = @REPLACE_FFLUSH@
923REPLACE_FOPEN = @REPLACE_FOPEN@
924REPLACE_FPRINTF = @REPLACE_FPRINTF@
925REPLACE_FPURGE = @REPLACE_FPURGE@
926REPLACE_FREOPEN = @REPLACE_FREOPEN@
927REPLACE_FSEEK = @REPLACE_FSEEK@
928REPLACE_FSEEKO = @REPLACE_FSEEKO@
929REPLACE_FSTAT = @REPLACE_FSTAT@
930REPLACE_FSTATAT = @REPLACE_FSTATAT@
931REPLACE_FTELL = @REPLACE_FTELL@
932REPLACE_FTELLO = @REPLACE_FTELLO@
933REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
934REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
935REPLACE_GETCWD = @REPLACE_GETCWD@
936REPLACE_GETDELIM = @REPLACE_GETDELIM@
937REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
938REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
939REPLACE_GETLINE = @REPLACE_GETLINE@
940REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
941REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
942REPLACE_ICONV = @REPLACE_ICONV@
943REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@
944REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@
945REPLACE_ISATTY = @REPLACE_ISATTY@
946REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
947REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
948REPLACE_ITOLD = @REPLACE_ITOLD@
949REPLACE_LCHOWN = @REPLACE_LCHOWN@
950REPLACE_LINK = @REPLACE_LINK@
951REPLACE_LINKAT = @REPLACE_LINKAT@
952REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
953REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
954REPLACE_LSEEK = @REPLACE_LSEEK@
955REPLACE_LSTAT = @REPLACE_LSTAT@
956REPLACE_MALLOC = @REPLACE_MALLOC@
957REPLACE_MBRLEN = @REPLACE_MBRLEN@
958REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
959REPLACE_MBSINIT = @REPLACE_MBSINIT@
960REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
961REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
962REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
963REPLACE_MBTOWC = @REPLACE_MBTOWC@
964REPLACE_MEMCHR = @REPLACE_MEMCHR@
965REPLACE_MEMMEM = @REPLACE_MEMMEM@
966REPLACE_MKDIR = @REPLACE_MKDIR@
967REPLACE_MKFIFO = @REPLACE_MKFIFO@
968REPLACE_MKNOD = @REPLACE_MKNOD@
969REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
970REPLACE_MKTIME = @REPLACE_MKTIME@
971REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
972REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
973REPLACE_NULL = @REPLACE_NULL@
974REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
975REPLACE_OPEN = @REPLACE_OPEN@
976REPLACE_OPENAT = @REPLACE_OPENAT@
977REPLACE_OPENDIR = @REPLACE_OPENDIR@
978REPLACE_PERROR = @REPLACE_PERROR@
979REPLACE_POPEN = @REPLACE_POPEN@
980REPLACE_PREAD = @REPLACE_PREAD@
981REPLACE_PRINTF = @REPLACE_PRINTF@
982REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
983REPLACE_PUTENV = @REPLACE_PUTENV@
984REPLACE_PWRITE = @REPLACE_PWRITE@
985REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
986REPLACE_READ = @REPLACE_READ@
987REPLACE_READLINK = @REPLACE_READLINK@
988REPLACE_REALLOC = @REPLACE_REALLOC@
989REPLACE_REALPATH = @REPLACE_REALPATH@
990REPLACE_REMOVE = @REPLACE_REMOVE@
991REPLACE_RENAME = @REPLACE_RENAME@
992REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
993REPLACE_RMDIR = @REPLACE_RMDIR@
994REPLACE_SETENV = @REPLACE_SETENV@
995REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
996REPLACE_SLEEP = @REPLACE_SLEEP@
997REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
998REPLACE_SPRINTF = @REPLACE_SPRINTF@
999REPLACE_STAT = @REPLACE_STAT@
1000REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
1001REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
1002REPLACE_STPNCPY = @REPLACE_STPNCPY@
1003REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1004REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
1005REPLACE_STRDUP = @REPLACE_STRDUP@
1006REPLACE_STRERROR = @REPLACE_STRERROR@
1007REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
1008REPLACE_STRNCAT = @REPLACE_STRNCAT@
1009REPLACE_STRNDUP = @REPLACE_STRNDUP@
1010REPLACE_STRNLEN = @REPLACE_STRNLEN@
1011REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1012REPLACE_STRSTR = @REPLACE_STRSTR@
1013REPLACE_STRTOD = @REPLACE_STRTOD@
1014REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
1015REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1016REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
1017REPLACE_SYMLINK = @REPLACE_SYMLINK@
1018REPLACE_TIMEGM = @REPLACE_TIMEGM@
1019REPLACE_TMPFILE = @REPLACE_TMPFILE@
1020REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
1021REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1022REPLACE_UNLINK = @REPLACE_UNLINK@
1023REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1024REPLACE_UNSETENV = @REPLACE_UNSETENV@
1025REPLACE_USLEEP = @REPLACE_USLEEP@
1026REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
1027REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
1028REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
1029REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
1030REPLACE_VPRINTF = @REPLACE_VPRINTF@
1031REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
1032REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
1033REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1034REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1035REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1036REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
1037REPLACE_WCTOB = @REPLACE_WCTOB@
1038REPLACE_WCTOMB = @REPLACE_WCTOMB@
1039REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1040REPLACE_WRITE = @REPLACE_WRITE@
1041SET_MAKE = @SET_MAKE@
1042SHELL = @SHELL@
1043SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1044SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1045STDARG_H = @STDARG_H@
1046STDBOOL_H = @STDBOOL_H@
1047STDDEF_H = @STDDEF_H@
1048STDINT_H = @STDINT_H@
1049STRIP = @STRIP@
1050SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1051TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1052UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
1053UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
1054UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1055UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1056UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1057USE_NLS = @USE_NLS@
1058VERSION = @VERSION@
1059WARN_CFLAGS = @WARN_CFLAGS@
1060WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1061WERROR_CFLAGS = @WERROR_CFLAGS@
1062WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
1063WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
1064WINT_T_SUFFIX = @WINT_T_SUFFIX@
1065XGETTEXT = @XGETTEXT@
1066XGETTEXT_015 = @XGETTEXT_015@
1067XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
1068abs_aux_dir = @abs_aux_dir@
1069abs_builddir = @abs_builddir@
1070abs_srcdir = @abs_srcdir@
1071abs_top_builddir = @abs_top_builddir@
1072abs_top_srcdir = @abs_top_srcdir@
1073ac_ct_CC = @ac_ct_CC@
1074am__include = @am__include@
1075am__leading_dot = @am__leading_dot@
1076am__quote = @am__quote@
1077am__tar = @am__tar@
1078am__untar = @am__untar@
1079bindir = @bindir@
1080build = @build@
1081build_alias = @build_alias@
1082build_cpu = @build_cpu@
1083build_os = @build_os@
1084build_vendor = @build_vendor@
1085builddir = @builddir@
1086datadir = @datadir@
1087datarootdir = @datarootdir@
1088docdir = @docdir@
1089dvidir = @dvidir@
1090exec_prefix = @exec_prefix@
1091gl_LIBOBJS = @gl_LIBOBJS@
1092gl_LTLIBOBJS = @gl_LTLIBOBJS@
1093gltests_LIBOBJS = @gltests_LIBOBJS@
1094gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
1095gltests_WITNESS = @gltests_WITNESS@
1096host = @host@
1097host_alias = @host_alias@
1098host_cpu = @host_cpu@
1099host_os = @host_os@
1100host_vendor = @host_vendor@
1101htmldir = @htmldir@
1102includedir = @includedir@
1103infodir = @infodir@
1104install_sh = @install_sh@
1105libdir = @libdir@
1106libexecdir = @libexecdir@
1107lispdir = @lispdir@
1108localedir = @localedir@
1109localstatedir = @localstatedir@
1110mandir = @mandir@
1111mkdir_p = @mkdir_p@
1112oldincludedir = @oldincludedir@
1113pdfdir = @pdfdir@
1114prefix = @prefix@
1115program_transform_name = @program_transform_name@
1116psdir = @psdir@
1117sbindir = @sbindir@
1118sharedstatedir = @sharedstatedir@
1119srcdir = @srcdir@
1120sysconfdir = @sysconfdir@
1121target_alias = @target_alias@
1122top_build_prefix = @top_build_prefix@
1123top_builddir = @top_builddir@
1124top_srcdir = @top_srcdir@
1125AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
1126AM_CPPFLAGS =
1127
1128# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1129# statements but through direct file reference. Therefore this snippet must be
1130# present in all Makefile.am that need it. This is ensured by the applicability
1131# 'all' defined above.
1132
1133# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1134# statements but through direct file reference. Therefore this snippet must be
1135# present in all Makefile.am that need it. This is ensured by the applicability
1136# 'all' defined above.
1137
1138# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1139# statements but through direct file reference. Therefore this snippet must be
1140# present in all Makefile.am that need it. This is ensured by the applicability
1141# 'all' defined above.
1142BUILT_SOURCES = $(ALLOCA_H) configmake.h ctype.h dirent.h $(ERRNO_H) \
1143 fcntl.h $(FNMATCH_H) $(GETOPT_H) $(ICONV_H) iconv_open-aix.h \
1144 iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h \
1145 iconv_open-solaris.h inttypes.h langinfo.h locale.h \
1146 arg-nonnull.h c++defs.h unused-parameter.h warn-on-use.h \
1147 $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdlib.h \
1148 string.h strings.h sys/stat.h sys/types.h time.h unistd.h \
1149 $(LIBUNISTRING_UNISTR_H) $(LIBUNISTRING_UNITYPES_H) \
1150 $(LIBUNISTRING_UNIWIDTH_H) wchar.h wctype.h
1151CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
1152 ref-del.sed
1153EXTRA_DIST = alloca.c alloca.in.h $(top_srcdir)/build-aux/announce-gen \
1154 argmatch.h openat-priv.h openat-proc.c btowc.c c-strcaseeq.h \
1155 chdir-long.c chdir-long.h cloexec.h close.c close-stream.h \
1156 closedir.c dirent-private.h closeout.h ctype.in.h \
1157 cycle-check.h dev-ino.h dirent.in.h dirent--.h dirent-safer.h \
1158 dirfd.c dirname.h \
1159 $(top_srcdir)/build-aux/do-release-commit-and-tag dosname.h \
1160 dup.c dup2.c errno.in.h error.c error.h exclude.h exitfail.h \
1161 fchdir.c fcntl.c fcntl.in.h fcntl--.h fcntl-safer.h fd-hook.h \
1162 fdopendir.c filename.h filenamecat.h fnmatch.c fnmatch.in.h \
1163 fnmatch_loop.c fpending.c fpending.h fstat.c at-func.c \
1164 fstatat.c openat-priv.h fts-cycle.c fts.c fts_.h \
1165 $(top_srcdir)/build-aux/gendocs.sh getcwd-lgpl.c \
1166 getdtablesize.c getopt.c getopt.in.h getopt1.c getopt_int.h \
1167 getpagesize.c $(top_srcdir)/build-aux/git-version-gen \
1168 $(top_srcdir)/build-aux/gitlog-to-changelog \
1169 $(top_srcdir)/build-aux/gnu-web-doc-update \
1170 $(top_srcdir)/GNUmakefile $(top_srcdir)/build-aux/gnupload \
1171 hard-locale.h hash.h $(top_srcdir)/build-aux/config.rpath \
1172 i-ring.h iconv.in.h iconv_open-aix.h iconv_open-hpux.h \
1173 iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \
1174 iconv.c iconv_close.c iconv_open-aix.gperf \
1175 iconv_open-hpux.gperf iconv_open-irix.gperf \
1176 iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c \
1177 ignore-value.h intprops.h inttypes.in.h isatty.c isblank.c \
1178 iswblank.c iswctype-impl.h iswctype.c langinfo.in.h \
1179 config.charset ref-add.sin ref-del.sin locale.in.h \
1180 localeconv.c lseek.c lstat.c $(top_srcdir)/maint.mk malloc.c \
1181 malloc.c malloca.h malloca.valgrind mbchar.h mbrlen.c \
1182 mbrtowc.c mbsinit.c mbsrtowcs-impl.h mbsrtowcs-state.c \
1183 mbsrtowcs.c str-kmp.h mbtowc-impl.h mbtowc.c memchr.c \
1184 memchr.valgrind mempcpy.c memrchr.c msvc-inval.c msvc-inval.h \
1185 msvc-nothrow.c msvc-nothrow.h nl_langinfo.c obstack.c \
1186 obstack.h open.c openat-priv.h openat.c openat.h fcntl--.h \
1187 fcntl-safer.h dirent-private.h opendir.c pathmax.h quote.h \
1188 quote.h quotearg.h dirent-private.h readdir.c \
1189 $(top_srcdir)/README-release realloc.c realloc.c regcomp.c \
1190 regex.c regex.h regex_internal.c regex_internal.h regexec.c \
1191 same-inode.h save-cwd.h \
1192 $(top_srcdir)/build-aux/snippet/_Noreturn.h \
1193 $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1194 $(top_srcdir)/build-aux/snippet/c++defs.h \
1195 $(top_srcdir)/build-aux/snippet/unused-parameter.h \
1196 $(top_srcdir)/build-aux/snippet/warn-on-use.h stat.c \
1197 stdarg.in.h stdbool.in.h stddef.in.h stdint.in.h stdlib.in.h \
1198 stpcpy.c strcasecmp.c strncasecmp.c strdup.c streq.h \
1199 strerror.c strerror-override.c strerror-override.h string.in.h \
1200 strings.in.h strnlen.c strtoimax.c strtol.c strtoll.c strtol.c \
1201 strtoul.c strtoull.c strtoimax.c strtoumax.c sys_stat.in.h \
1202 sys_types.in.h time.in.h trim.h unistd.in.h unistd--.h \
1203 unistd-safer.h unistr.in.h unitypes.in.h localcharset.h \
1204 uniwidth.in.h uniwidth/cjk.h unlocked-io.h \
1205 $(top_srcdir)/build-aux/update-copyright \
1206 $(top_srcdir)/build-aux/useless-if-before-free \
1207 $(top_srcdir)/build-aux/vc-list-files verify.h wchar.in.h \
1208 wcrtomb.c wcscoll-impl.h wcscoll.c wctob.c wctomb-impl.h \
1209 wctomb.c wctype.in.h wcwidth.c xalloc.h xalloc-oversized.h \
1210 xstrtol.h colorize-posix.c colorize-w32.c
1211MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \
1212 iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
1213MOSTLYCLEANDIRS = sys
1214MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t ctype.h \
1215 ctype.h-t dirent.h dirent.h-t errno.h errno.h-t fcntl.h \
1216 fcntl.h-t fnmatch.h fnmatch.h-t getopt.h getopt.h-t iconv.h \
1217 iconv.h-t iconv_open-aix.h-t iconv_open-hpux.h-t \
1218 iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t \
1219 inttypes.h inttypes.h-t langinfo.h langinfo.h-t locale.h \
1220 locale.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \
1221 unused-parameter.h unused-parameter.h-t warn-on-use.h \
1222 warn-on-use.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t \
1223 stddef.h stddef.h-t stdint.h stdint.h-t stdlib.h stdlib.h-t \
1224 string.h string.h-t strings.h strings.h-t sys/stat.h \
1225 sys/stat.h-t sys/types.h sys/types.h-t time.h time.h-t \
1226 unistd.h unistd.h-t unistr.h unistr.h-t unitypes.h \
1227 unitypes.h-t uniwidth.h uniwidth.h-t wchar.h wchar.h-t \
1228 wctype.h wctype.h-t
1229SUFFIXES = .sed .sin
1230noinst_LIBRARIES = libgreputils.a
1231libgreputils_a_SOURCES = argmatch.c binary-io.h bitrotate.h c-ctype.h \
1232 c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c cloexec.c \
1233 close-stream.c closeout.c cycle-check.c opendir-safer.c \
1234 dirname-lgpl.c basename-lgpl.c stripslash.c exclude.c \
1235 exitfail.c creat-safer.c open-safer.c fd-hook.c \
1236 filenamecat-lgpl.c gettext.h hard-locale.c hash.c i-ring.c \
1237 localcharset.h localcharset.c malloca.c mbchar.c mbiter.h \
1238 mbscasecmp.c mbslen.c mbsstr.c mbuiter.h minmax.h openat-die.c \
1239 openat-safer.c progname.h progname.c propername.h propername.c \
1240 quotearg.c save-cwd.c striconv.h striconv.c strnlen1.h \
1241 strnlen1.c trim.c dup-safer.c fd-safer.c pipe-safer.c \
1242 $(am__append_1) $(am__append_2) $(am__append_3) version-etc.h \
1243 version-etc.c version-etc-fsf.c xmalloc.c xalloc-die.c \
1244 xstriconv.h xstriconv.c xstrtoimax.c xstrtol.c xstrtoul.c \
1245 xstrtol-error.c colorize.c colorize.h
1246libgreputils_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@ $(LIBOBJS) $(ALLOCA)
1247libgreputils_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@ $(LIBOBJS) \
1248 $(ALLOCA)
1249EXTRA_libgreputils_a_SOURCES = alloca.c openat-proc.c btowc.c \
1250 chdir-long.c close.c closedir.c dirfd.c dup.c dup2.c error.c \
1251 fchdir.c fcntl.c fdopendir.c fnmatch.c fnmatch_loop.c \
1252 fpending.c fstat.c at-func.c fstatat.c fts-cycle.c fts.c \
1253 getcwd-lgpl.c getdtablesize.c getopt.c getopt1.c getpagesize.c \
1254 iconv.c iconv_close.c iconv_open.c isatty.c isblank.c \
1255 iswblank.c iswctype.c localeconv.c lseek.c lstat.c malloc.c \
1256 malloc.c mbrlen.c mbrtowc.c mbsinit.c mbsrtowcs-state.c \
1257 mbsrtowcs.c mbtowc.c memchr.c mempcpy.c memrchr.c msvc-inval.c \
1258 msvc-nothrow.c nl_langinfo.c obstack.c open.c openat.c \
1259 opendir.c readdir.c realloc.c realloc.c regcomp.c regex.c \
1260 regex_internal.c regexec.c stat.c stpcpy.c strcasecmp.c \
1261 strncasecmp.c strdup.c strerror.c strerror-override.c \
1262 strnlen.c strtoimax.c strtol.c strtoll.c strtol.c strtoul.c \
1263 strtoull.c strtoimax.c strtoumax.c wcrtomb.c wcscoll.c wctob.c \
1264 wctomb.c wcwidth.c
1265GPERF = gperf
1266charset_alias = $(DESTDIR)$(libdir)/charset.alias
1267charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
1268
1269# Because this Makefile snippet defines a variable used by other
1270# gnulib Makefile snippets, it must be present in all Makefile.am that
1271# need it. This is ensured by the applicability 'all' defined above.
1272_NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h
1273ARG_NONNULL_H = arg-nonnull.h
1274CXXDEFS_H = c++defs.h
1275UNUSED_PARAMETER_H = unused-parameter.h
1276WARN_ON_USE_H = warn-on-use.h
1277INCLUDES = -I.. -I$(srcdir)
1278all: $(BUILT_SOURCES)
1279 $(MAKE) $(AM_MAKEFLAGS) all-am
1280
1281.SUFFIXES:
1282.SUFFIXES: .sed .sin .c .o .obj
1283$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps)
1284 @for dep in $?; do \
1285 case '$(am__configure_deps)' in \
1286 *$$dep*) \
1287 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1288 && { if test -f $@; then exit 0; else break; fi; }; \
1289 exit 1;; \
1290 esac; \
1291 done; \
1292 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
1293 $(am__cd) $(top_srcdir) && \
1294 $(AUTOMAKE) --gnu lib/Makefile
1295.PRECIOUS: Makefile
1296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1297 @case '$?' in \
1298 *config.status*) \
1299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1300 *) \
1301 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1302 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1303 esac;
1304$(srcdir)/gnulib.mk:
1305
1306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1308
1309$(top_srcdir)/configure: $(am__configure_deps)
1310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1311$(ACLOCAL_M4): $(am__aclocal_m4_deps)
1312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1313$(am__aclocal_m4_deps):
1314
1315clean-noinstLIBRARIES:
1316 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1317libgreputils.a: $(libgreputils_a_OBJECTS) $(libgreputils_a_DEPENDENCIES) $(EXTRA_libgreputils_a_DEPENDENCIES)
1318 $(AM_V_at)-rm -f libgreputils.a
1319 $(AM_V_AR)$(libgreputils_a_AR) libgreputils.a $(libgreputils_a_OBJECTS) $(libgreputils_a_LIBADD)
1320 $(AM_V_at)$(RANLIB) libgreputils.a
1321
1322mostlyclean-compile:
1323 -rm -f *.$(OBJEXT)
1324
1325distclean-compile:
1326 -rm -f *.tab.c
1327
1328@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
1329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
1330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argmatch.Po@am__quote@
1331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@
1332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@
1333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btowc.Po@am__quote@
1334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@
1335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@
1336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@
1337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir-long.Po@am__quote@
1338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Po@am__quote@
1339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close-stream.Po@am__quote@
1340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Po@am__quote@
1341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedir.Po@am__quote@
1342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closeout.Po@am__quote@
1343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorize.Po@am__quote@
1344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creat-safer.Po@am__quote@
1345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cycle-check.Po@am__quote@
1346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfd.Po@am__quote@
1347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Po@am__quote@
1348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@
1349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup.Po@am__quote@
1350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@
1351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
1352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exclude.Po@am__quote@
1353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@
1354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchdir.Po@am__quote@
1355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Po@am__quote@
1356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Po@am__quote@
1357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@
1358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopendir.Po@am__quote@
1359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filenamecat-lgpl.Po@am__quote@
1360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
1361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Po@am__quote@
1362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpending.Po@am__quote@
1363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Po@am__quote@
1364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstatat.Po@am__quote@
1365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fts-cycle.Po@am__quote@
1366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fts.Po@am__quote@
1367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpagesize.Po@am__quote@
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hard-locale.Po@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i-ring.Po@am__quote@
1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv.Po@am__quote@
1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_close.Po@am__quote@
1377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_open.Po@am__quote@
1378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isatty.Po@am__quote@
1379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isblank.Po@am__quote@
1380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iswblank.Po@am__quote@
1381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iswctype.Po@am__quote@
1382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
1383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localeconv.Po@am__quote@
1384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lseek.Po@am__quote@
1385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@
1386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@
1387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Po@am__quote@
1388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbchar.Po@am__quote@
1389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrlen.Po@am__quote@
1390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@
1391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbscasecmp.Po@am__quote@
1392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@
1393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbslen.Po@am__quote@
1394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs-state.Po@am__quote@
1395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs.Po@am__quote@
1396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsstr.Po@am__quote@
1397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbtowc.Po@am__quote@
1398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
1399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@
1400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@
1401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@
1402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Po@am__quote@
1403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nl_langinfo.Po@am__quote@
1404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Po@am__quote@
1405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open-safer.Po@am__quote@
1406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@
1407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-die.Po@am__quote@
1408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-proc.Po@am__quote@
1409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-safer.Po@am__quote@
1410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat.Po@am__quote@
1411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir-safer.Po@am__quote@
1412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir.Po@am__quote@
1413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@
1414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Po@am__quote@
1415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propername.Po@am__quote@
1416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg.Po@am__quote@
1417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Po@am__quote@
1418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@
1419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
1420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
1421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_internal.Po@am__quote@
1422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
1423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save-cwd.Po@am__quote@
1424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@
1425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy.Po@am__quote@
1426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
1427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
1428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Po@am__quote@
1429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
1430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/striconv.Po@am__quote@
1431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
1432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
1433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
1434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
1435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@
1436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtol.Po@am__quote@
1437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoll.Po@am__quote@
1438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoul.Po@am__quote@
1439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoull.Po@am__quote@
1440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoumax.Po@am__quote@
1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trim.Po@am__quote@
1442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u8-mbtoucr.Po@am__quote@
1443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u8-uctomb-aux.Po@am__quote@
1444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u8-uctomb.Po@am__quote@
1445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc-fsf.Po@am__quote@
1446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Po@am__quote@
1447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcrtomb.Po@am__quote@
1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcscoll.Po@am__quote@
1449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctob.Po@am__quote@
1450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctomb.Po@am__quote@
1451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcwidth.Po@am__quote@
1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/width.Po@am__quote@
1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
1454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
1455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstriconv.Po@am__quote@
1456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtoimax.Po@am__quote@
1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtol-error.Po@am__quote@
1458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtol.Po@am__quote@
1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtoul.Po@am__quote@
1460
1461.c.o:
1462@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1463@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1464@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1465@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1466@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1467
1468.c.obj:
1469@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1470@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1471@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1472@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1473@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1474
1475u8-mbtoucr.o: unistr/u8-mbtoucr.c
1476@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-mbtoucr.o -MD -MP -MF $(DEPDIR)/u8-mbtoucr.Tpo -c -o u8-mbtoucr.o `test -f 'unistr/u8-mbtoucr.c' || echo '$(srcdir)/'`unistr/u8-mbtoucr.c
1477@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-mbtoucr.Tpo $(DEPDIR)/u8-mbtoucr.Po
1478@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-mbtoucr.c' object='u8-mbtoucr.o' libtool=no @AMDEPBACKSLASH@
1479@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1480@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-mbtoucr.o `test -f 'unistr/u8-mbtoucr.c' || echo '$(srcdir)/'`unistr/u8-mbtoucr.c
1481
1482u8-mbtoucr.obj: unistr/u8-mbtoucr.c
1483@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-mbtoucr.obj -MD -MP -MF $(DEPDIR)/u8-mbtoucr.Tpo -c -o u8-mbtoucr.obj `if test -f 'unistr/u8-mbtoucr.c'; then $(CYGPATH_W) 'unistr/u8-mbtoucr.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-mbtoucr.c'; fi`
1484@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-mbtoucr.Tpo $(DEPDIR)/u8-mbtoucr.Po
1485@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-mbtoucr.c' object='u8-mbtoucr.obj' libtool=no @AMDEPBACKSLASH@
1486@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1487@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-mbtoucr.obj `if test -f 'unistr/u8-mbtoucr.c'; then $(CYGPATH_W) 'unistr/u8-mbtoucr.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-mbtoucr.c'; fi`
1488
1489u8-uctomb.o: unistr/u8-uctomb.c
1490@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-uctomb.o -MD -MP -MF $(DEPDIR)/u8-uctomb.Tpo -c -o u8-uctomb.o `test -f 'unistr/u8-uctomb.c' || echo '$(srcdir)/'`unistr/u8-uctomb.c
1491@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-uctomb.Tpo $(DEPDIR)/u8-uctomb.Po
1492@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-uctomb.c' object='u8-uctomb.o' libtool=no @AMDEPBACKSLASH@
1493@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1494@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-uctomb.o `test -f 'unistr/u8-uctomb.c' || echo '$(srcdir)/'`unistr/u8-uctomb.c
1495
1496u8-uctomb.obj: unistr/u8-uctomb.c
1497@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-uctomb.obj -MD -MP -MF $(DEPDIR)/u8-uctomb.Tpo -c -o u8-uctomb.obj `if test -f 'unistr/u8-uctomb.c'; then $(CYGPATH_W) 'unistr/u8-uctomb.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-uctomb.c'; fi`
1498@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-uctomb.Tpo $(DEPDIR)/u8-uctomb.Po
1499@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-uctomb.c' object='u8-uctomb.obj' libtool=no @AMDEPBACKSLASH@
1500@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1501@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-uctomb.obj `if test -f 'unistr/u8-uctomb.c'; then $(CYGPATH_W) 'unistr/u8-uctomb.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-uctomb.c'; fi`
1502
1503u8-uctomb-aux.o: unistr/u8-uctomb-aux.c
1504@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-uctomb-aux.o -MD -MP -MF $(DEPDIR)/u8-uctomb-aux.Tpo -c -o u8-uctomb-aux.o `test -f 'unistr/u8-uctomb-aux.c' || echo '$(srcdir)/'`unistr/u8-uctomb-aux.c
1505@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-uctomb-aux.Tpo $(DEPDIR)/u8-uctomb-aux.Po
1506@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-uctomb-aux.c' object='u8-uctomb-aux.o' libtool=no @AMDEPBACKSLASH@
1507@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1508@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-uctomb-aux.o `test -f 'unistr/u8-uctomb-aux.c' || echo '$(srcdir)/'`unistr/u8-uctomb-aux.c
1509
1510u8-uctomb-aux.obj: unistr/u8-uctomb-aux.c
1511@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT u8-uctomb-aux.obj -MD -MP -MF $(DEPDIR)/u8-uctomb-aux.Tpo -c -o u8-uctomb-aux.obj `if test -f 'unistr/u8-uctomb-aux.c'; then $(CYGPATH_W) 'unistr/u8-uctomb-aux.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-uctomb-aux.c'; fi`
1512@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/u8-uctomb-aux.Tpo $(DEPDIR)/u8-uctomb-aux.Po
1513@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unistr/u8-uctomb-aux.c' object='u8-uctomb-aux.obj' libtool=no @AMDEPBACKSLASH@
1514@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1515@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o u8-uctomb-aux.obj `if test -f 'unistr/u8-uctomb-aux.c'; then $(CYGPATH_W) 'unistr/u8-uctomb-aux.c'; else $(CYGPATH_W) '$(srcdir)/unistr/u8-uctomb-aux.c'; fi`
1516
1517width.o: uniwidth/width.c
1518@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT width.o -MD -MP -MF $(DEPDIR)/width.Tpo -c -o width.o `test -f 'uniwidth/width.c' || echo '$(srcdir)/'`uniwidth/width.c
1519@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/width.Tpo $(DEPDIR)/width.Po
1520@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='uniwidth/width.c' object='width.o' libtool=no @AMDEPBACKSLASH@
1521@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1522@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o width.o `test -f 'uniwidth/width.c' || echo '$(srcdir)/'`uniwidth/width.c
1523
1524width.obj: uniwidth/width.c
1525@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT width.obj -MD -MP -MF $(DEPDIR)/width.Tpo -c -o width.obj `if test -f 'uniwidth/width.c'; then $(CYGPATH_W) 'uniwidth/width.c'; else $(CYGPATH_W) '$(srcdir)/uniwidth/width.c'; fi`
1526@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/width.Tpo $(DEPDIR)/width.Po
1527@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='uniwidth/width.c' object='width.obj' libtool=no @AMDEPBACKSLASH@
1528@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1529@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o width.obj `if test -f 'uniwidth/width.c'; then $(CYGPATH_W) 'uniwidth/width.c'; else $(CYGPATH_W) '$(srcdir)/uniwidth/width.c'; fi`
1530
1531ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1532 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1533 unique=`for i in $$list; do \
1534 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1535 done | \
1536 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1537 END { if (nonempty) { for (i in files) print i; }; }'`; \
1538 mkid -fID $$unique
1539tags: TAGS
1540
1541TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1542 $(TAGS_FILES) $(LISP)
1543 set x; \
1544 here=`pwd`; \
1545 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1546 unique=`for i in $$list; do \
1547 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1548 done | \
1549 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1550 END { if (nonempty) { for (i in files) print i; }; }'`; \
1551 shift; \
1552 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1553 test -n "$$unique" || unique=$$empty_fix; \
1554 if test $$# -gt 0; then \
1555 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1556 "$$@" $$unique; \
1557 else \
1558 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1559 $$unique; \
1560 fi; \
1561 fi
1562ctags: CTAGS
1563CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1564 $(TAGS_FILES) $(LISP)
1565 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1566 unique=`for i in $$list; do \
1567 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1568 done | \
1569 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1570 END { if (nonempty) { for (i in files) print i; }; }'`; \
1571 test -z "$(CTAGS_ARGS)$$unique" \
1572 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1573 $$unique
1574
1575GTAGS:
1576 here=`$(am__cd) $(top_builddir) && pwd` \
1577 && $(am__cd) $(top_srcdir) \
1578 && gtags -i $(GTAGS_ARGS) "$$here"
1579
1580cscopelist: $(HEADERS) $(SOURCES) $(LISP)
1581 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1582 case "$(srcdir)" in \
1583 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1584 *) sdir=$(subdir)/$(srcdir) ;; \
1585 esac; \
1586 for i in $$list; do \
1587 if test -f "$$i"; then \
1588 echo "$(subdir)/$$i"; \
1589 else \
1590 echo "$$sdir/$$i"; \
1591 fi; \
1592 done >> $(top_builddir)/cscope.files
1593
1594distclean-tags:
1595 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1596
1597distdir: $(DISTFILES)
1598 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1599 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1600 list='$(DISTFILES)'; \
1601 dist_files=`for file in $$list; do echo $$file; done | \
1602 sed -e "s|^$$srcdirstrip/||;t" \
1603 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1604 case $$dist_files in \
1605 */*) $(MKDIR_P) `echo "$$dist_files" | \
1606 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1607 sort -u` ;; \
1608 esac; \
1609 for file in $$dist_files; do \
1610 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1611 if test -d $$d/$$file; then \
1612 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1613 if test -d "$(distdir)/$$file"; then \
1614 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1615 fi; \
1616 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1617 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1618 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1619 fi; \
1620 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1621 else \
1622 test -f "$(distdir)/$$file" \
1623 || cp -p $$d/$$file "$(distdir)/$$file" \
1624 || exit 1; \
1625 fi; \
1626 done
1627check-am: all-am
1628check: $(BUILT_SOURCES)
1629 $(MAKE) $(AM_MAKEFLAGS) check-am
1630all-am: Makefile $(LIBRARIES) all-local
1631installdirs:
1632install: $(BUILT_SOURCES)
1633 $(MAKE) $(AM_MAKEFLAGS) install-am
1634install-exec: install-exec-am
1635install-data: install-data-am
1636uninstall: uninstall-am
1637
1638install-am: all-am
1639 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1640
1641installcheck: installcheck-am
1642install-strip:
1643 if test -z '$(STRIP)'; then \
1644 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1645 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1646 install; \
1647 else \
1648 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1649 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1650 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1651 fi
1652mostlyclean-generic:
1653 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1654
1655clean-generic:
1656 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1657
1658distclean-generic:
1659 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1660 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1661
1662maintainer-clean-generic:
1663 @echo "This command is intended for maintainers to use"
1664 @echo "it deletes files that may require special tools to rebuild."
1665 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1666 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1667clean: clean-am
1668
1669clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
1670
1671distclean: distclean-am
1672 -rm -rf $(DEPDIR) ./$(DEPDIR)
1673 -rm -f Makefile
1674distclean-am: clean-am distclean-compile distclean-generic \
1675 distclean-local distclean-tags
1676
1677dvi: dvi-am
1678
1679dvi-am:
1680
1681html: html-am
1682
1683html-am:
1684
1685info: info-am
1686
1687info-am:
1688
1689install-data-am:
1690
1691install-dvi: install-dvi-am
1692
1693install-dvi-am:
1694
1695install-exec-am: install-exec-local
1696
1697install-html: install-html-am
1698
1699install-html-am:
1700
1701install-info: install-info-am
1702
1703install-info-am:
1704
1705install-man:
1706
1707install-pdf: install-pdf-am
1708
1709install-pdf-am:
1710
1711install-ps: install-ps-am
1712
1713install-ps-am:
1714
1715installcheck-am:
1716
1717maintainer-clean: maintainer-clean-am
1718 -rm -rf $(DEPDIR) ./$(DEPDIR)
1719 -rm -f Makefile
1720maintainer-clean-am: distclean-am maintainer-clean-generic
1721
1722mostlyclean: mostlyclean-am
1723
1724mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1725 mostlyclean-local
1726
1727pdf: pdf-am
1728
1729pdf-am:
1730
1731ps: ps-am
1732
1733ps-am:
1734
1735uninstall-am: uninstall-local
1736
1737.MAKE: all check install install-am install-strip
1738
1739.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
1740 clean-generic clean-noinstLIBRARIES cscopelist ctags distclean \
1741 distclean-compile distclean-generic distclean-local \
1742 distclean-tags distdir dvi dvi-am html html-am info info-am \
1743 install install-am install-data install-data-am install-dvi \
1744 install-dvi-am install-exec install-exec-am install-exec-local \
1745 install-html install-html-am install-info install-info-am \
1746 install-man install-pdf install-pdf-am install-ps \
1747 install-ps-am install-strip installcheck installcheck-am \
1748 installdirs maintainer-clean maintainer-clean-generic \
1749 mostlyclean mostlyclean-compile mostlyclean-generic \
1750 mostlyclean-local pdf pdf-am ps ps-am tags uninstall \
1751 uninstall-am uninstall-local
1752
1753
1754# We need the following in order to create <alloca.h> when the system
1755# doesn't have one that works with the given compiler.
1756@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
1757@GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1758@GL_GENERATE_ALLOCA_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1759@GL_GENERATE_ALLOCA_H_TRUE@ cat $(srcdir)/alloca.in.h; \
1760@GL_GENERATE_ALLOCA_H_TRUE@ } > $@-t && \
1761@GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@
1762@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
1763@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@
1764
1765# Listed in the same order as the GNU makefile conventions, and
1766# provided by autoconf 2.59c+.
1767# The Automake-defined pkg* macros are appended, in the order
1768# listed in the Automake 1.10a+ documentation.
1769configmake.h: Makefile
1770 $(AM_V_GEN)rm -f $@-t && \
1771 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1772 echo '#define PREFIX "$(prefix)"'; \
1773 echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
1774 echo '#define BINDIR "$(bindir)"'; \
1775 echo '#define SBINDIR "$(sbindir)"'; \
1776 echo '#define LIBEXECDIR "$(libexecdir)"'; \
1777 echo '#define DATAROOTDIR "$(datarootdir)"'; \
1778 echo '#define DATADIR "$(datadir)"'; \
1779 echo '#define SYSCONFDIR "$(sysconfdir)"'; \
1780 echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
1781 echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
1782 echo '#define INCLUDEDIR "$(includedir)"'; \
1783 echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
1784 echo '#define DOCDIR "$(docdir)"'; \
1785 echo '#define INFODIR "$(infodir)"'; \
1786 echo '#define HTMLDIR "$(htmldir)"'; \
1787 echo '#define DVIDIR "$(dvidir)"'; \
1788 echo '#define PDFDIR "$(pdfdir)"'; \
1789 echo '#define PSDIR "$(psdir)"'; \
1790 echo '#define LIBDIR "$(libdir)"'; \
1791 echo '#define LISPDIR "$(lispdir)"'; \
1792 echo '#define LOCALEDIR "$(localedir)"'; \
1793 echo '#define MANDIR "$(mandir)"'; \
1794 echo '#define MANEXT "$(manext)"'; \
1795 echo '#define PKGDATADIR "$(pkgdatadir)"'; \
1796 echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
1797 echo '#define PKGLIBDIR "$(pkglibdir)"'; \
1798 echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
1799 } | sed '/""/d' > $@-t && \
1800 mv -f $@-t $@
1801
1802# We need the following in order to create <ctype.h> when the system
1803# doesn't have one that works with the given compiler.
1804ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1805 $(AM_V_GEN)rm -f $@-t $@ && \
1806 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1807 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1808 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1809 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1810 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1811 -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
1812 -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
1813 -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
1814 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1815 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1816 < $(srcdir)/ctype.in.h; \
1817 } > $@-t && \
1818 mv $@-t $@
1819
1820# We need the following in order to create <dirent.h> when the system
1821# doesn't have one that works with the given compiler.
1822dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1823 $(AM_V_GEN)rm -f $@-t $@ && \
1824 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1825 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1826 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
1827 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1828 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1829 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1830 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
1831 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
1832 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
1833 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
1834 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
1835 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
1836 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
1837 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
1838 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
1839 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
1840 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
1841 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
1842 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
1843 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
1844 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
1845 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
1846 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
1847 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
1848 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
1849 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
1850 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
1851 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
1852 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1853 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1854 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1855 < $(srcdir)/dirent.in.h; \
1856 } > $@-t && \
1857 mv $@-t $@
1858
1859# We need the following in order to create <errno.h> when the system
1860# doesn't have one that is POSIX compliant.
1861@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
1862@GL_GENERATE_ERRNO_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1863@GL_GENERATE_ERRNO_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1864@GL_GENERATE_ERRNO_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1865@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1866@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1867@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1868@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
1869@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
1870@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
1871@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
1872@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
1873@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
1874@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
1875@GL_GENERATE_ERRNO_H_TRUE@ < $(srcdir)/errno.in.h; \
1876@GL_GENERATE_ERRNO_H_TRUE@ } > $@-t && \
1877@GL_GENERATE_ERRNO_H_TRUE@ mv $@-t $@
1878@GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
1879@GL_GENERATE_ERRNO_H_FALSE@ rm -f $@
1880
1881# We need the following in order to create <fcntl.h> when the system
1882# doesn't have one that works with the given compiler.
1883fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1884 $(AM_V_GEN)rm -f $@-t $@ && \
1885 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1886 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1887 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1888 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1889 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1890 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
1891 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
1892 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
1893 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
1894 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
1895 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
1896 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
1897 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
1898 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
1899 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
1900 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1901 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1902 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1903 < $(srcdir)/fcntl.in.h; \
1904 } > $@-t && \
1905 mv $@-t $@
1906
1907# We need the following in order to create <fnmatch.h> when the system
1908# doesn't have one that supports the required API.
1909@GL_GENERATE_FNMATCH_H_TRUE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
1910@GL_GENERATE_FNMATCH_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1911@GL_GENERATE_FNMATCH_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1912@GL_GENERATE_FNMATCH_H_TRUE@ sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1913@GL_GENERATE_FNMATCH_H_TRUE@ < $(srcdir)/fnmatch.in.h; \
1914@GL_GENERATE_FNMATCH_H_TRUE@ } > $@-t && \
1915@GL_GENERATE_FNMATCH_H_TRUE@ mv -f $@-t $@
1916@GL_GENERATE_FNMATCH_H_FALSE@fnmatch.h: $(top_builddir)/config.status
1917@GL_GENERATE_FNMATCH_H_FALSE@ rm -f $@
1918
1919# We need the following in order to create <getopt.h> when the system
1920# doesn't have one that works with the given compiler.
1921getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
1922 $(AM_V_GEN)rm -f $@-t $@ && \
1923 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1924 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1925 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
1926 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1927 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1928 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1929 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
1930 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1931 < $(srcdir)/getopt.in.h; \
1932 } > $@-t && \
1933 mv -f $@-t $@
1934
1935distclean-local: clean-GNUmakefile
1936clean-GNUmakefile:
1937 test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
1938
1939# We need the following in order to create <iconv.h> when the system
1940# doesn't have one that works with the given compiler.
1941@GL_GENERATE_ICONV_H_TRUE@iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1942@GL_GENERATE_ICONV_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1943@GL_GENERATE_ICONV_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1944@GL_GENERATE_ICONV_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1945@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1946@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1947@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1948@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
1949@GL_GENERATE_ICONV_H_TRUE@ -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \
1950@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
1951@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
1952@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
1953@GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
1954@GL_GENERATE_ICONV_H_TRUE@ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1955@GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1956@GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1957@GL_GENERATE_ICONV_H_TRUE@ < $(srcdir)/iconv.in.h; \
1958@GL_GENERATE_ICONV_H_TRUE@ } > $@-t && \
1959@GL_GENERATE_ICONV_H_TRUE@ mv $@-t $@
1960@GL_GENERATE_ICONV_H_FALSE@iconv.h: $(top_builddir)/config.status
1961@GL_GENERATE_ICONV_H_FALSE@ rm -f $@
1962
1963iconv_open-aix.h: iconv_open-aix.gperf
1964 $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t
1965 mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
1966iconv_open-hpux.h: iconv_open-hpux.gperf
1967 $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t
1968 mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h
1969iconv_open-irix.h: iconv_open-irix.gperf
1970 $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t
1971 mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h
1972iconv_open-osf.h: iconv_open-osf.gperf
1973 $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t
1974 mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h
1975iconv_open-solaris.h: iconv_open-solaris.gperf
1976 $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t
1977 mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
1978
1979# We need the following in order to create <inttypes.h> when the system
1980# doesn't have one that works with the given compiler.
1981inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1982 $(AM_V_GEN)rm -f $@-t $@ && \
1983 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1984 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1985 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1986 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1987 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1988 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
1989 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
1990 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1991 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1992 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1993 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
1994 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
1995 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
1996 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
1997 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
1998 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
1999 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
2000 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
2001 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
2002 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
2003 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
2004 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
2005 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
2006 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
2007 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2008 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2009 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2010 < $(srcdir)/inttypes.in.h; \
2011 } > $@-t && \
2012 mv $@-t $@
2013
2014# We need the following in order to create an empty placeholder for
2015# <langinfo.h> when the system doesn't have one.
2016langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2017 $(AM_V_GEN)rm -f $@-t $@ && \
2018 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2019 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2020 -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
2021 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2022 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2023 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2024 -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
2025 -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
2026 -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
2027 -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
2028 -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
2029 -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
2030 -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
2031 -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
2032 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2033 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2034 < $(srcdir)/langinfo.in.h; \
2035 } > $@-t && \
2036 mv $@-t $@
2037
2038# We need the following in order to install a simple file in $(libdir)
2039# which is shared with other installed packages. We use a list of referencing
2040# packages so that "make uninstall" will remove the file if and only if it
2041# is not used by another installed package.
2042# On systems with glibc-2.1 or newer, the file is redundant, therefore we
2043# avoid installing it.
2044
2045all-local: charset.alias ref-add.sed ref-del.sed
2046install-exec-local: install-exec-localcharset
2047install-exec-localcharset: all-local
2048 if test $(GLIBC21) = no; then \
2049 case '$(host_os)' in \
2050 darwin[56]*) \
2051 need_charset_alias=true ;; \
2052 darwin* | cygwin* | mingw* | pw32* | cegcc*) \
2053 need_charset_alias=false ;; \
2054 *) \
2055 need_charset_alias=true ;; \
2056 esac ; \
2057 else \
2058 need_charset_alias=false ; \
2059 fi ; \
2060 if $$need_charset_alias; then \
2061 $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
2062 fi ; \
2063 if test -f $(charset_alias); then \
2064 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
2065 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
2066 rm -f $(charset_tmp) ; \
2067 else \
2068 if $$need_charset_alias; then \
2069 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
2070 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
2071 rm -f $(charset_tmp) ; \
2072 fi ; \
2073 fi
2074
2075uninstall-local: uninstall-localcharset
2076uninstall-localcharset: all-local
2077 if test -f $(charset_alias); then \
2078 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
2079 if grep '^# Packages using this file: $$' $(charset_tmp) \
2080 > /dev/null; then \
2081 rm -f $(charset_alias); \
2082 else \
2083 $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
2084 fi; \
2085 rm -f $(charset_tmp); \
2086 fi
2087
2088charset.alias: config.charset
2089 $(AM_V_GEN)rm -f t-$@ $@ && \
2090 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
2091 mv t-$@ $@
2092.sin.sed:
2093 $(AM_V_GEN)rm -f t-$@ $@ && \
2094 sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
2095 mv t-$@ $@
2096
2097# We need the following in order to create <locale.h> when the system
2098# doesn't have one that provides all definitions.
2099locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2100 $(AM_V_GEN)rm -f $@-t $@ && \
2101 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2102 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2103 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2104 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2105 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2106 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
2107 -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
2108 -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
2109 -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
2110 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
2111 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
2112 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
2113 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
2114 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
2115 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
2116 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2117 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2118 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2119 < $(srcdir)/locale.in.h; \
2120 } > $@-t && \
2121 mv $@-t $@
2122# The arg-nonnull.h that gets inserted into generated .h files is the same as
2123# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
2124# off.
2125arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
2126 $(AM_V_GEN)rm -f $@-t $@ && \
2127 sed -n -e '/GL_ARG_NONNULL/,$$p' \
2128 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
2129 > $@-t && \
2130 mv $@-t $@
2131# The c++defs.h that gets inserted into generated .h files is the same as
2132# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
2133c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
2134 $(AM_V_GEN)rm -f $@-t $@ && \
2135 sed -n -e '/_GL_CXXDEFS/,$$p' \
2136 < $(top_srcdir)/build-aux/snippet/c++defs.h \
2137 > $@-t && \
2138 mv $@-t $@
2139# The unused-parameter.h that gets inserted into generated .h files is the same
2140# as build-aux/snippet/unused-parameter.h, except that it has the copyright
2141# header cut off.
2142unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
2143 $(AM_V_GEN)rm -f $@-t $@ && \
2144 sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
2145 < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
2146 > $@-t && \
2147 mv $@-t $@
2148# The warn-on-use.h that gets inserted into generated .h files is the same as
2149# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
2150# off.
2151warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
2152 $(AM_V_GEN)rm -f $@-t $@ && \
2153 sed -n -e '/^.ifndef/,$$p' \
2154 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
2155 > $@-t && \
2156 mv $@-t $@
2157
2158# We need the following in order to create <stdarg.h> when the system
2159# doesn't have one that works with the given compiler.
2160@GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status
2161@GL_GENERATE_STDARG_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
2162@GL_GENERATE_STDARG_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2163@GL_GENERATE_STDARG_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2164@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2165@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2166@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2167@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
2168@GL_GENERATE_STDARG_H_TRUE@ < $(srcdir)/stdarg.in.h; \
2169@GL_GENERATE_STDARG_H_TRUE@ } > $@-t && \
2170@GL_GENERATE_STDARG_H_TRUE@ mv $@-t $@
2171@GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status
2172@GL_GENERATE_STDARG_H_FALSE@ rm -f $@
2173
2174# We need the following in order to create <stdbool.h> when the system
2175# doesn't have one that works.
2176@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
2177@GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
2178@GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2179@GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
2180@GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \
2181@GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@
2182@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
2183@GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@
2184
2185# We need the following in order to create <stddef.h> when the system
2186# doesn't have one that works with the given compiler.
2187@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
2188@GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
2189@GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2190@GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2191@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2192@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2193@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2194@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
2195@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
2196@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
2197@GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \
2198@GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \
2199@GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@
2200@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
2201@GL_GENERATE_STDDEF_H_FALSE@ rm -f $@
2202
2203# We need the following in order to create <stdint.h> when the system
2204# doesn't have one that works with the given compiler.
2205@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
2206@GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
2207@GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2208@GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2209@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
2210@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2211@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2212@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2213@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
2214@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
2215@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2216@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
2217@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
2218@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
2219@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
2220@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
2221@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2222@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
2223@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
2224@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
2225@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
2226@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
2227@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
2228@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
2229@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
2230@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
2231@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
2232@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
2233@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
2234@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
2235@GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \
2236@GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \
2237@GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@
2238@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
2239@GL_GENERATE_STDINT_H_FALSE@ rm -f $@
2240
2241# We need the following in order to create <stdlib.h> when the system
2242# doesn't have one that works with the given compiler.
2243stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2244 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2245 $(AM_V_GEN)rm -f $@-t $@ && \
2246 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2247 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2248 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2249 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2250 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2251 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2252 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2253 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2254 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2255 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2256 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2257 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2258 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2259 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2260 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2261 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2262 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2263 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2264 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2265 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2266 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2267 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2268 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2269 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2270 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2271 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2272 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2273 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2274 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2275 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2276 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2277 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2278 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2279 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2280 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2281 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2282 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2283 < $(srcdir)/stdlib.in.h | \
2284 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2285 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2286 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2287 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2288 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2289 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2290 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2291 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2292 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2293 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2294 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2295 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2296 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2297 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2298 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2299 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2300 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2301 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2302 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2303 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2304 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2305 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2306 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2307 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2308 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2309 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2310 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2311 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2312 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2313 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2314 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2315 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2316 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2317 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2318 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2319 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2320 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2321 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2322 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2323 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2324 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2325 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2326 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2327 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2328 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2329 } > $@-t && \
2330 mv $@-t $@
2331
2332# We need the following in order to create <string.h> when the system
2333# doesn't have one that works with the given compiler.
2334string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2335 $(AM_V_GEN)rm -f $@-t $@ && \
2336 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2337 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2338 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2339 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2340 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2341 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2342 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2343 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2344 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2345 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2346 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2347 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2348 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2349 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2350 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2351 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2352 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2353 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2354 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2355 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2356 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2357 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2358 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2359 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2360 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2361 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2362 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2363 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2364 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2365 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2366 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2367 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2368 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2369 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2370 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2371 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2372 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2373 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2374 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2375 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2376 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2377 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2378 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2379 < $(srcdir)/string.in.h | \
2380 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2381 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2382 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2383 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2384 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2385 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2386 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2387 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2388 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2389 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2390 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2391 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2392 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2393 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2394 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2395 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2396 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2397 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2398 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2399 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2400 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2401 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2402 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2403 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2404 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2405 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2406 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2407 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2408 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2409 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2410 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2411 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2412 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2413 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2414 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2415 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2416 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2417 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2418 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2419 < $(srcdir)/string.in.h; \
2420 } > $@-t && \
2421 mv $@-t $@
2422
2423# We need the following in order to create <strings.h> when the system
2424# doesn't have one that works with the given compiler.
2425strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2426 $(AM_V_GEN)rm -f $@-t $@ && \
2427 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2428 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2429 -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
2430 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2431 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2432 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2433 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
2434 -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
2435 -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
2436 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
2437 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
2438 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2439 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2440 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2441 < $(srcdir)/strings.in.h; \
2442 } > $@-t && \
2443 mv $@-t $@
2444
2445# We need the following in order to create <sys/stat.h> when the system
2446# has one that is incomplete.
2447sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2448 $(AM_V_at)$(MKDIR_P) sys
2449 $(AM_V_GEN)rm -f $@-t $@ && \
2450 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2451 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2452 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2453 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2454 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2455 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2456 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2457 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2458 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2459 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2460 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2461 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2462 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2463 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2464 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2465 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2466 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2467 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2468 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2469 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2470 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2471 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2472 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2473 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2474 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2475 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2476 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2477 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2478 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2479 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2480 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2481 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2482 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2483 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2484 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2485 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2486 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2487 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2488 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2489 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2490 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2491 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2492 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2493 < $(srcdir)/sys_stat.in.h; \
2494 } > $@-t && \
2495 mv $@-t $@
2496
2497# We need the following in order to create <sys/types.h> when the system
2498# doesn't have one that works with the given compiler.
2499sys/types.h: sys_types.in.h $(top_builddir)/config.status
2500 $(AM_V_at)$(MKDIR_P) sys
2501 $(AM_V_GEN)rm -f $@-t $@ && \
2502 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2503 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2504 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2505 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2506 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2507 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2508 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2509 < $(srcdir)/sys_types.in.h; \
2510 } > $@-t && \
2511 mv $@-t $@
2512
2513# We need the following in order to create <time.h> when the system
2514# doesn't have one that works with the given compiler.
2515time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2516 $(AM_V_GEN)rm -f $@-t $@ && \
2517 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2518 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2519 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2520 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2521 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2522 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2523 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2524 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2525 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2526 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2527 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2528 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2529 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2530 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2531 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2532 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2533 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2534 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2535 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2536 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2537 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2538 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2539 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2540 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2541 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2542 < $(srcdir)/time.in.h; \
2543 } > $@-t && \
2544 mv $@-t $@
2545
2546# We need the following in order to create an empty placeholder for
2547# <unistd.h> when the system doesn't have one.
2548unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2549 $(AM_V_GEN)rm -f $@-t $@ && \
2550 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2551 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2552 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2553 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2554 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2555 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2556 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2557 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2558 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2559 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2560 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2561 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2562 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2563 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2564 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2565 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2566 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2567 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2568 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2569 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2570 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2571 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2572 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2573 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2574 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2575 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2576 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2577 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2578 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2579 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2580 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2581 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2582 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2583 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2584 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2585 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2586 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2587 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2588 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2589 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2590 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2591 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2592 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2593 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2594 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2595 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2596 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2597 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2598 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2599 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2600 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2601 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2602 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2603 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2604 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2605 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2606 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2607 < $(srcdir)/unistd.in.h | \
2608 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2609 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2610 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2611 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2612 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2613 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2614 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2615 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2616 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2617 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2618 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2619 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2620 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2621 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
2622 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2623 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2624 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2625 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2626 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2627 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2628 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2629 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2630 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2631 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2632 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2633 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2634 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2635 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2636 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2637 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2638 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2639 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2640 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2641 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2642 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2643 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2644 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2645 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2646 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2647 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2648 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2649 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2650 | \
2651 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2652 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2653 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2654 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2655 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2656 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2657 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2658 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2659 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2660 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2661 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2662 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2663 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2664 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2665 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2666 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2667 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2668 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2669 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2670 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2671 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2672 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2673 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2674 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2675 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2676 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2677 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2678 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2679 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2680 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2681 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2682 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2683 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2684 } > $@-t && \
2685 mv $@-t $@
2686
2687unistr.h: unistr.in.h
2688 $(AM_V_GEN)rm -f $@-t $@ && \
2689 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2690 cat $(srcdir)/unistr.in.h; \
2691 } > $@-t && \
2692 mv -f $@-t $@
2693
2694unitypes.h: unitypes.in.h
2695 $(AM_V_GEN)rm -f $@-t $@ && \
2696 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2697 cat $(srcdir)/unitypes.in.h; \
2698 } > $@-t && \
2699 mv -f $@-t $@
2700
2701uniwidth.h: uniwidth.in.h
2702 $(AM_V_GEN)rm -f $@-t $@ && \
2703 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2704 cat $(srcdir)/uniwidth.in.h; \
2705 } > $@-t && \
2706 mv -f $@-t $@
2707
2708# We need the following in order to create <wchar.h> when the system
2709# version does not work standalone.
2710wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2711 $(AM_V_GEN)rm -f $@-t $@ && \
2712 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2713 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2714 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2715 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2716 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2717 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2718 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2719 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2720 -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2721 -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2722 -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2723 -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2724 -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2725 -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2726 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2727 -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2728 -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2729 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2730 -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2731 -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2732 -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2733 -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2734 -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2735 -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2736 -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2737 -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2738 -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2739 -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2740 -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2741 -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2742 -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2743 -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2744 -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2745 -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2746 -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2747 -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2748 -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2749 -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2750 -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2751 -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2752 -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2753 -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2754 -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2755 -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2756 -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2757 -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2758 -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2759 < $(srcdir)/wchar.in.h | \
2760 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2761 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2762 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2763 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2764 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2765 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2766 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2767 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2768 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2769 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2770 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2771 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2772 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2773 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2774 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2775 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2776 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2777 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2778 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2779 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2780 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2781 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2782 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2783 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2784 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2785 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2786 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2787 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2788 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2789 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2790 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2791 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2792 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2793 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2794 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2795 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2796 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2797 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2798 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2799 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2800 | \
2801 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2802 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2803 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2804 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2805 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2806 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2807 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2808 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2809 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2810 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2811 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2812 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2813 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2814 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2815 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2816 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2817 } > $@-t && \
2818 mv $@-t $@
2819
2820# We need the following in order to create <wctype.h> when the system
2821# doesn't have one that works with the given compiler.
2822wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2823 $(AM_V_GEN)rm -f $@-t $@ && \
2824 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2825 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2826 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2827 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2828 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2829 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2830 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2831 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
2832 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
2833 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
2834 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
2835 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
2836 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
2837 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2838 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
2839 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
2840 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2841 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
2842 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2843 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
2844 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2845 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2846 < $(srcdir)/wctype.in.h; \
2847 } > $@-t && \
2848 mv $@-t $@
2849
2850mostlyclean-local: mostlyclean-generic
2851 @for dir in '' $(MOSTLYCLEANDIRS); do \
2852 if test -n "$$dir" && test -d $$dir; then \
2853 echo "rmdir $$dir"; rmdir $$dir; \
2854 fi; \
2855 done; \
2856 :
2857
2858# Tell versions [3.59,3.63) of GNU make to not export all variables.
2859# Otherwise a system limit (for SysV at least) may be exceeded.
2860.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette