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