1# Makefile.in generated by automake 1.15 from Makefile.am.
2# gnu/Makefile.  Generated from Makefile.in by configure.
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
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
139
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)/tar
196pkgincludedir = $(includedir)/tar
197pkglibdir = $(libdir)/tar
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 = x86_64-portbld-dragonfly6.3
211host_triplet = x86_64-portbld-dragonfly6.3
212am__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_$(V))
366am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
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
406am__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_$(V))
457am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
458am__v_P_0 = false
459am__v_P_1 = :
460AM_V_GEN = $(am__v_GEN_$(V))
461am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
462am__v_GEN_0 = @echo "  GEN     " $@;
463am__v_GEN_1 =
464AM_V_at = $(am__v_at_$(V))
465am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
466am__v_at_0 = @
467am__v_at_1 =
468DEFAULT_INCLUDES = -I. -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_$(V))
475am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
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_$(V))
481am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
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_$(V))
488am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
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 = ${libexecdir}/${PACKAGE}
566ACLOCAL = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing aclocal-1.15
567ALLOCA =
568ALLOCA_H = alloca.h
569AMTAR = $${TAR-tar}
570AM_DEFAULT_VERBOSITY = 1
571APPLE_UNIVERSAL_BUILD = 0
572AR = ar
573ARFLAGS = cr
574AUTOCONF = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing autoconf
575AUTOHEADER = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing autoheader
576AUTOM4TE = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing autom4te
577AUTOMAKE = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing automake-1.15
578AWK = /usr/bin/awk
579BACKUP_LIBEXEC_SCRIPTS =
580BACKUP_SBIN_SCRIPTS =
581BACKUP_SED_COND = /^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d
582BITSIZEOF_PTRDIFF_T =
583BITSIZEOF_SIG_ATOMIC_T =
584BITSIZEOF_SIZE_T =
585BITSIZEOF_WCHAR_T =
586BITSIZEOF_WINT_T =
587CC = cc
588CCDEPMODE = depmode=gcc3
589CFLAGS = -pipe -DLIBICONV_PLUG -O2 -isystem /usr/local/include -fno-strict-aliasing
590CFLAG_VISIBILITY = -fvisibility=hidden
591CPP = cpp
592CPPFLAGS = -DLIBICONV_PLUG -isystem /usr/local/include -I/usr/local/include
593CYGPATH_W = echo
594DEFAULT_ARCHIVE = /dev/sa0
595DEFAULT_ARCHIVE_FORMAT = GNU
596DEFAULT_BLOCKING = 20
597DEFAULT_QUOTING_STYLE = escape_quoting_style
598DEFAULT_RMT_COMMAND = /etc/rmt
599DEFAULT_RMT_DIR = $(libexecdir)
600DEFS = -DHAVE_CONFIG_H
601DEPDIR = .deps
602ECHO_C =
603ECHO_N = -n
604ECHO_T =
605EGREP = /usr/bin/egrep
606EMULTIHOP_HIDDEN =
607EMULTIHOP_VALUE =
608ENOLINK_HIDDEN =
609ENOLINK_VALUE =
610EOVERFLOW_HIDDEN =
611EOVERFLOW_VALUE =
612ERRNO_H =
613EXEEXT =
614FLOAT_H =
615FNMATCH_H = fnmatch.h
616GETOPT_CDEFS_H = getopt-cdefs.h
617GETOPT_H = getopt.h
618GETTEXT_MACRO_VERSION = 0.20
619GMSGFMT = :
620GMSGFMT_015 = :
621GNULIB_ACCESS = 0
622GNULIB_ALIGNED_ALLOC = 0
623GNULIB_ALPHASORT = 0
624GNULIB_ATOLL = 0
625GNULIB_BTOWC = 1
626GNULIB_CALLOC_POSIX = 0
627GNULIB_CANONICALIZE_FILE_NAME = 1
628GNULIB_CHDIR = 1
629GNULIB_CHOWN = 1
630GNULIB_CLOSE = 1
631GNULIB_CLOSEDIR = 1
632GNULIB_COPY_FILE_RANGE = 0
633GNULIB_CREAT = 0
634GNULIB_CTIME = 0
635GNULIB_DIRFD = 1
636GNULIB_DPRINTF = 0
637GNULIB_DUP = 1
638GNULIB_DUP2 = 1
639GNULIB_DUP3 = 0
640GNULIB_DUPLOCALE = 0
641GNULIB_ENVIRON = 1
642GNULIB_EUIDACCESS = 1
643GNULIB_EXECL = 0
644GNULIB_EXECLE = 0
645GNULIB_EXECLP = 0
646GNULIB_EXECV = 0
647GNULIB_EXECVE = 0
648GNULIB_EXECVP = 0
649GNULIB_EXECVPE = 0
650GNULIB_EXPLICIT_BZERO = 0
651GNULIB_FACCESSAT = 1
652GNULIB_FCHDIR = 1
653GNULIB_FCHMODAT = 1
654GNULIB_FCHOWNAT = 1
655GNULIB_FCLOSE = 0
656GNULIB_FCNTL = 1
657GNULIB_FDATASYNC = 0
658GNULIB_FDOPEN = 0
659GNULIB_FDOPENDIR = 1
660GNULIB_FFLUSH = 0
661GNULIB_FFS = 0
662GNULIB_FFSL = 0
663GNULIB_FFSLL = 0
664GNULIB_FGETC = 1
665GNULIB_FGETS = 1
666GNULIB_FNMATCH = 1
667GNULIB_FOPEN = 1
668GNULIB_FPRINTF = 1
669GNULIB_FPRINTF_POSIX = 0
670GNULIB_FPURGE = 0
671GNULIB_FPUTC = 1
672GNULIB_FPUTS = 1
673GNULIB_FREAD = 1
674GNULIB_FREE_POSIX = 1
675GNULIB_FREOPEN = 0
676GNULIB_FSCANF = 1
677GNULIB_FSEEK = 1
678GNULIB_FSEEKO = 1
679GNULIB_FSTAT = 1
680GNULIB_FSTATAT = 1
681GNULIB_FSYNC = 0
682GNULIB_FTELL = 0
683GNULIB_FTELLO = 0
684GNULIB_FTRUNCATE = 0
685GNULIB_FUTIMENS = 1
686GNULIB_FWRITE = 1
687GNULIB_GETC = 1
688GNULIB_GETCHAR = 1
689GNULIB_GETCWD = 1
690GNULIB_GETDELIM = 1
691GNULIB_GETDOMAINNAME = 0
692GNULIB_GETDTABLESIZE = 1
693GNULIB_GETENTROPY = 0
694GNULIB_GETGROUPS = 1
695GNULIB_GETHOSTNAME = 0
696GNULIB_GETLINE = 1
697GNULIB_GETLOADAVG = 0
698GNULIB_GETLOGIN = 0
699GNULIB_GETLOGIN_R = 0
700GNULIB_GETOPT_POSIX = 1
701GNULIB_GETPAGESIZE = 1
702GNULIB_GETPASS = 0
703GNULIB_GETRANDOM = 1
704GNULIB_GETSUBOPT = 0
705GNULIB_GETTIMEOFDAY = 1
706GNULIB_GETUMASK = 0
707GNULIB_GETUSERSHELL = 0
708GNULIB_GL_UNISTD_H_GETOPT = 1
709GNULIB_GRANTPT = 0
710GNULIB_GROUP_MEMBER = 1
711GNULIB_IMAXABS = 0
712GNULIB_IMAXDIV = 0
713GNULIB_ISATTY = 0
714GNULIB_ISBLANK = 1
715GNULIB_ISWBLANK = 1
716GNULIB_ISWCTYPE = 0
717GNULIB_ISWDIGIT = 1
718GNULIB_ISWXDIGIT = 1
719GNULIB_LCHMOD = 1
720GNULIB_LCHOWN = 1
721GNULIB_LINK = 1
722GNULIB_LINKAT = 1
723GNULIB_LOCALECONV = 1
724GNULIB_LOCALENAME = 0
725GNULIB_LOCALTIME = 0
726GNULIB_LSEEK = 1
727GNULIB_LSTAT = 1
728GNULIB_MALLOC_POSIX = 1
729GNULIB_MBRLEN = 0
730GNULIB_MBRTOWC = 1
731GNULIB_MBSCASECMP = 1
732GNULIB_MBSCASESTR = 0
733GNULIB_MBSCHR = 0
734GNULIB_MBSCSPN = 0
735GNULIB_MBSINIT = 1
736GNULIB_MBSLEN = 0
737GNULIB_MBSNCASECMP = 0
738GNULIB_MBSNLEN = 0
739GNULIB_MBSNRTOWCS = 0
740GNULIB_MBSPBRK = 0
741GNULIB_MBSPCASECMP = 0
742GNULIB_MBSRCHR = 0
743GNULIB_MBSRTOWCS = 1
744GNULIB_MBSSEP = 0
745GNULIB_MBSSPN = 0
746GNULIB_MBSSTR = 0
747GNULIB_MBSTOK_R = 0
748GNULIB_MBTOWC = 1
749GNULIB_MDA_ACCESS = 1
750GNULIB_MDA_CHDIR = 1
751GNULIB_MDA_CHMOD = 1
752GNULIB_MDA_CLOSE = 1
753GNULIB_MDA_CREAT = 1
754GNULIB_MDA_DUP = 1
755GNULIB_MDA_DUP2 = 1
756GNULIB_MDA_ECVT = 1
757GNULIB_MDA_EXECL = 1
758GNULIB_MDA_EXECLE = 1
759GNULIB_MDA_EXECLP = 1
760GNULIB_MDA_EXECV = 1
761GNULIB_MDA_EXECVE = 1
762GNULIB_MDA_EXECVP = 1
763GNULIB_MDA_EXECVPE = 1
764GNULIB_MDA_FCLOSEALL = 1
765GNULIB_MDA_FCVT = 1
766GNULIB_MDA_FDOPEN = 1
767GNULIB_MDA_FILENO = 1
768GNULIB_MDA_GCVT = 1
769GNULIB_MDA_GETCWD = 1
770GNULIB_MDA_GETPID = 1
771GNULIB_MDA_GETW = 1
772GNULIB_MDA_ISATTY = 1
773GNULIB_MDA_LSEEK = 1
774GNULIB_MDA_MEMCCPY = 1
775GNULIB_MDA_MKDIR = 1
776GNULIB_MDA_MKTEMP = 1
777GNULIB_MDA_OPEN = 1
778GNULIB_MDA_PUTENV = 1
779GNULIB_MDA_PUTW = 1
780GNULIB_MDA_READ = 1
781GNULIB_MDA_RMDIR = 1
782GNULIB_MDA_STRDUP = 1
783GNULIB_MDA_SWAB = 1
784GNULIB_MDA_TEMPNAM = 1
785GNULIB_MDA_TZSET = 1
786GNULIB_MDA_UMASK = 1
787GNULIB_MDA_UNLINK = 1
788GNULIB_MDA_UTIME = 1
789GNULIB_MDA_WCSDUP = 1
790GNULIB_MDA_WRITE = 1
791GNULIB_MEMCHR = 1
792GNULIB_MEMMEM = 0
793GNULIB_MEMPCPY = 1
794GNULIB_MEMRCHR = 1
795GNULIB_MKDIR = 1
796GNULIB_MKDIRAT = 1
797GNULIB_MKDTEMP = 1
798GNULIB_MKFIFO = 1
799GNULIB_MKFIFOAT = 1
800GNULIB_MKNOD = 1
801GNULIB_MKNODAT = 1
802GNULIB_MKOSTEMP = 0
803GNULIB_MKOSTEMPS = 0
804GNULIB_MKSTEMP = 0
805GNULIB_MKSTEMPS = 0
806GNULIB_MKTIME = 1
807GNULIB_NANOSLEEP = 0
808GNULIB_NL_LANGINFO = 1
809GNULIB_NONBLOCKING = 0
810GNULIB_OBSTACK_PRINTF = 0
811GNULIB_OBSTACK_PRINTF_POSIX = 0
812GNULIB_OPEN = 1
813GNULIB_OPENAT = 1
814GNULIB_OPENDIR = 1
815GNULIB_OVERRIDES_STRUCT_STAT = 0
816GNULIB_OVERRIDES_WINT_T = 0
817GNULIB_PCLOSE = 0
818GNULIB_PERROR = 0
819GNULIB_PIPE = 1
820GNULIB_PIPE2 = 0
821GNULIB_POPEN = 0
822GNULIB_POSIX_MEMALIGN = 0
823GNULIB_POSIX_OPENPT = 0
824GNULIB_PREAD = 0
825GNULIB_PRINTF = 1
826GNULIB_PRINTF_POSIX = 0
827GNULIB_PTHREAD_SIGMASK = 0
828GNULIB_PTSNAME = 0
829GNULIB_PTSNAME_R = 0
830GNULIB_PUTC = 1
831GNULIB_PUTCHAR = 1
832GNULIB_PUTENV = 0
833GNULIB_PUTS = 1
834GNULIB_PWRITE = 0
835GNULIB_QSORT_R = 0
836GNULIB_RAISE = 1
837GNULIB_RANDOM = 0
838GNULIB_RANDOM_R = 0
839GNULIB_RAWMEMCHR = 1
840GNULIB_READ = 1
841GNULIB_READDIR = 1
842GNULIB_READLINK = 1
843GNULIB_READLINKAT = 1
844GNULIB_REALLOCARRAY = 0
845GNULIB_REALLOC_POSIX = 1
846GNULIB_REALPATH = 1
847GNULIB_REMOVE = 0
848GNULIB_RENAME = 1
849GNULIB_RENAMEAT = 1
850GNULIB_REWINDDIR = 1
851GNULIB_RMDIR = 1
852GNULIB_RPMATCH = 1
853GNULIB_SCANDIR = 0
854GNULIB_SCANF = 1
855GNULIB_SECURE_GETENV = 0
856GNULIB_SETENV = 1
857GNULIB_SETHOSTNAME = 0
858GNULIB_SETLOCALE = 0
859GNULIB_SETLOCALE_NULL = 1
860GNULIB_SIGABBREV_NP = 0
861GNULIB_SIGACTION = 0
862GNULIB_SIGDESCR_NP = 0
863GNULIB_SIGNAL_H_SIGPIPE = 0
864GNULIB_SIGPROCMASK = 0
865GNULIB_SLEEP = 1
866GNULIB_SNPRINTF = 1
867GNULIB_SPRINTF_POSIX = 0
868GNULIB_STAT = 1
869GNULIB_STDIO_H_NONBLOCKING = 0
870GNULIB_STDIO_H_SIGPIPE = 0
871GNULIB_STPCPY = 1
872GNULIB_STPNCPY = 0
873GNULIB_STRCASESTR = 0
874GNULIB_STRCHRNUL = 1
875GNULIB_STRDUP = 1
876GNULIB_STRERROR = 1
877GNULIB_STRERRORNAME_NP = 0
878GNULIB_STRERROR_R = 0
879GNULIB_STRFTIME = 0
880GNULIB_STRNCAT = 0
881GNULIB_STRNDUP = 1
882GNULIB_STRNLEN = 1
883GNULIB_STRPBRK = 0
884GNULIB_STRPTIME = 0
885GNULIB_STRSEP = 0
886GNULIB_STRSIGNAL = 0
887GNULIB_STRSTR = 0
888GNULIB_STRTOD = 0
889GNULIB_STRTOIMAX = 1
890GNULIB_STRTOK_R = 0
891GNULIB_STRTOLD = 0
892GNULIB_STRTOLL = 1
893GNULIB_STRTOULL = 1
894GNULIB_STRTOUMAX = 1
895GNULIB_STRVERSCMP = 0
896GNULIB_SYMLINK = 1
897GNULIB_SYMLINKAT = 1
898GNULIB_SYSTEM_POSIX = 0
899GNULIB_TEST_WARN_CFLAGS =
900GNULIB_TIMEGM = 1
901GNULIB_TIMESPEC_GET = 0
902GNULIB_TIME_R = 1
903GNULIB_TIME_RZ = 1
904GNULIB_TMPFILE = 0
905GNULIB_TOWCTRANS = 0
906GNULIB_TRUNCATE = 0
907GNULIB_TTYNAME_R = 0
908GNULIB_TZSET = 1
909GNULIB_UNISTD_H_NONBLOCKING = 0
910GNULIB_UNISTD_H_SIGPIPE = 0
911GNULIB_UNLINK = 1
912GNULIB_UNLINKAT = 1
913GNULIB_UNLOCKPT = 0
914GNULIB_UNSETENV = 1
915GNULIB_USLEEP = 0
916GNULIB_UTIME = 1
917GNULIB_UTIMENSAT = 1
918GNULIB_VASPRINTF = 1
919GNULIB_VDPRINTF = 0
920GNULIB_VFPRINTF = 1
921GNULIB_VFPRINTF_POSIX = 0
922GNULIB_VFSCANF = 0
923GNULIB_VPRINTF = 1
924GNULIB_VPRINTF_POSIX = 0
925GNULIB_VSCANF = 0
926GNULIB_VSNPRINTF = 1
927GNULIB_VSPRINTF_POSIX = 0
928GNULIB_WARN_CFLAGS =
929GNULIB_WCPCPY = 0
930GNULIB_WCPNCPY = 0
931GNULIB_WCRTOMB = 1
932GNULIB_WCSCASECMP = 0
933GNULIB_WCSCAT = 0
934GNULIB_WCSCHR = 0
935GNULIB_WCSCMP = 0
936GNULIB_WCSCOLL = 0
937GNULIB_WCSCPY = 0
938GNULIB_WCSCSPN = 0
939GNULIB_WCSDUP = 0
940GNULIB_WCSFTIME = 0
941GNULIB_WCSLEN = 0
942GNULIB_WCSNCASECMP = 0
943GNULIB_WCSNCAT = 0
944GNULIB_WCSNCMP = 0
945GNULIB_WCSNCPY = 0
946GNULIB_WCSNLEN = 0
947GNULIB_WCSNRTOMBS = 0
948GNULIB_WCSPBRK = 0
949GNULIB_WCSRCHR = 0
950GNULIB_WCSRTOMBS = 0
951GNULIB_WCSSPN = 0
952GNULIB_WCSSTR = 0
953GNULIB_WCSTOK = 0
954GNULIB_WCSWIDTH = 0
955GNULIB_WCSXFRM = 0
956GNULIB_WCTOB = 0
957GNULIB_WCTOMB = 0
958GNULIB_WCTRANS = 0
959GNULIB_WCTYPE = 0
960GNULIB_WCWIDTH = 1
961GNULIB_WMEMCHR = 1
962GNULIB_WMEMCMP = 0
963GNULIB_WMEMCPY = 0
964GNULIB_WMEMMOVE = 0
965GNULIB_WMEMPCPY = 1
966GNULIB_WMEMSET = 0
967GNULIB_WRITE = 1
968GNULIB__EXIT = 0
969GREP = /usr/bin/grep
970HAVE_ALIGNED_ALLOC = 1
971HAVE_ALLOCA_H = 1
972HAVE_ALPHASORT = 1
973HAVE_ATOLL = 1
974HAVE_BTOWC = 1
975HAVE_C99_STDINT_H = 1
976HAVE_CANONICALIZE_FILE_NAME = 0
977HAVE_CHOWN = 1
978HAVE_CLOSEDIR = 1
979HAVE_COPY_FILE_RANGE = 1
980HAVE_CRTDEFS_H = 0
981HAVE_DECL_DIRFD = 1
982HAVE_DECL_ECVT = 0
983HAVE_DECL_ENVIRON = 0
984HAVE_DECL_EXECVPE = 0
985HAVE_DECL_FCHDIR = 1
986HAVE_DECL_FCLOSEALL = 1
987HAVE_DECL_FCVT = 0
988HAVE_DECL_FDATASYNC = 1
989HAVE_DECL_FDOPENDIR = 1
990HAVE_DECL_FPURGE = 1
991HAVE_DECL_FSEEKO = 1
992HAVE_DECL_FTELLO = 1
993HAVE_DECL_GCVT = 0
994HAVE_DECL_GETDELIM = 1
995HAVE_DECL_GETDOMAINNAME = 1
996HAVE_DECL_GETLINE = 1
997HAVE_DECL_GETLOADAVG = 1
998HAVE_DECL_GETLOGIN = 1
999HAVE_DECL_GETLOGIN_R = 1
1000HAVE_DECL_GETPAGESIZE = 1
1001HAVE_DECL_GETUSERSHELL = 1
1002HAVE_DECL_IMAXABS = 1
1003HAVE_DECL_IMAXDIV = 1
1004HAVE_DECL_INITSTATE = 1
1005HAVE_DECL_LOCALTIME_R = 1
1006HAVE_DECL_MEMMEM = 1
1007HAVE_DECL_MEMRCHR = 1
1008HAVE_DECL_OBSTACK_PRINTF = 1
1009HAVE_DECL_SETENV = 1
1010HAVE_DECL_SETHOSTNAME = 1
1011HAVE_DECL_SETSTATE = 1
1012HAVE_DECL_SNPRINTF = 1
1013HAVE_DECL_STRDUP = 1
1014HAVE_DECL_STRERROR_R = 1
1015HAVE_DECL_STRNCASECMP = 1
1016HAVE_DECL_STRNDUP = 1
1017HAVE_DECL_STRNLEN = 1
1018HAVE_DECL_STRSIGNAL = 1
1019HAVE_DECL_STRTOIMAX = 1
1020HAVE_DECL_STRTOK_R = 1
1021HAVE_DECL_STRTOUMAX = 1
1022HAVE_DECL_TRUNCATE = 1
1023HAVE_DECL_TTYNAME_R = 1
1024HAVE_DECL_UNSETENV = 1
1025HAVE_DECL_VSNPRINTF = 1
1026HAVE_DECL_WCSDUP = 1
1027HAVE_DECL_WCTOB = 1
1028HAVE_DECL_WCWIDTH = 1
1029HAVE_DIRENT_H = 1
1030HAVE_DPRINTF = 1
1031HAVE_DUP3 = 1
1032HAVE_DUPLOCALE = 1
1033HAVE_EUIDACCESS = 0
1034HAVE_EXECVPE = 1
1035HAVE_EXPLICIT_BZERO = 1
1036HAVE_FACCESSAT = 1
1037HAVE_FCHDIR = 1
1038HAVE_FCHMODAT = 1
1039HAVE_FCHOWNAT = 1
1040HAVE_FCNTL = 1
1041HAVE_FDATASYNC = 1
1042HAVE_FDOPENDIR = 1
1043HAVE_FEATURES_H = 0
1044HAVE_FFS = 1
1045HAVE_FFSL = 1
1046HAVE_FFSLL = 1
1047HAVE_FNMATCH = 1
1048HAVE_FNMATCH_H = 1
1049HAVE_FREELOCALE = 1
1050HAVE_FSEEKO = 1
1051HAVE_FSTATAT = 1
1052HAVE_FSYNC = 1
1053HAVE_FTELLO = 1
1054HAVE_FTRUNCATE = 1
1055HAVE_FUTIMENS = 1
1056HAVE_GETDTABLESIZE = 1
1057HAVE_GETENTROPY = 1
1058HAVE_GETGROUPS = 1
1059HAVE_GETHOSTNAME = 1
1060HAVE_GETLOGIN = 1
1061HAVE_GETOPT_H = 1
1062HAVE_GETPAGESIZE = 1
1063HAVE_GETPASS = 1
1064HAVE_GETRANDOM = 1
1065HAVE_GETSUBOPT = 1
1066HAVE_GETTIMEOFDAY = 1
1067HAVE_GETUMASK = 1
1068HAVE_GRANTPT = 1
1069HAVE_GROUP_MEMBER = 0
1070HAVE_IMAXDIV_T = 1
1071HAVE_INITSTATE = 1
1072HAVE_INTTYPES_H = 1
1073HAVE_ISBLANK = 1
1074HAVE_ISWBLANK = 1
1075HAVE_ISWCNTRL = 1
1076HAVE_LANGINFO_ALTMON = 1
1077HAVE_LANGINFO_CODESET = 1
1078HAVE_LANGINFO_ERA = 1
1079HAVE_LANGINFO_H = 1
1080HAVE_LANGINFO_T_FMT_AMPM = 1
1081HAVE_LANGINFO_YESEXPR = 1
1082HAVE_LCHMOD = 1
1083HAVE_LCHOWN = 1
1084HAVE_LINK = 1
1085HAVE_LINKAT = 1
1086HAVE_LSTAT = 1
1087HAVE_MAX_ALIGN_T = 1
1088HAVE_MBRLEN = 1
1089HAVE_MBRTOWC = 1
1090HAVE_MBSINIT = 1
1091HAVE_MBSLEN = 0
1092HAVE_MBSNRTOWCS = 1
1093HAVE_MBSRTOWCS = 1
1094HAVE_MBTOWC = 1
1095HAVE_MEMPCPY = 1
1096HAVE_MKDIRAT = 1
1097HAVE_MKDTEMP = 1
1098HAVE_MKFIFO = 1
1099HAVE_MKFIFOAT = 1
1100HAVE_MKNOD = 1
1101HAVE_MKNODAT = 1
1102HAVE_MKOSTEMP = 1
1103HAVE_MKOSTEMPS = 1
1104HAVE_MKSTEMP = 1
1105HAVE_MKSTEMPS = 1
1106HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0
1107HAVE_NANOSLEEP = 1
1108HAVE_NEWLOCALE = 1
1109HAVE_NL_LANGINFO = 1
1110HAVE_OPENAT = 1
1111HAVE_OPENDIR = 1
1112HAVE_OS_H = 0
1113HAVE_PCLOSE = 1
1114HAVE_PIPE = 1
1115HAVE_PIPE2 = 1
1116HAVE_POPEN = 1
1117HAVE_POSIX_MEMALIGN = 1
1118HAVE_POSIX_OPENPT = 1
1119HAVE_POSIX_SIGNALBLOCKING = 1
1120HAVE_PREAD = 1
1121HAVE_PTHREAD_SIGMASK = 1
1122HAVE_PTSNAME = 1
1123HAVE_PTSNAME_R = 1
1124HAVE_PWRITE = 1
1125HAVE_QSORT_R = 1
1126HAVE_RAISE = 1
1127HAVE_RANDOM = 1
1128HAVE_RANDOM_H = 1
1129HAVE_RANDOM_R = 1
1130HAVE_RAWMEMCHR = 0
1131HAVE_READDIR = 1
1132HAVE_READLINK = 1
1133HAVE_READLINKAT = 1
1134HAVE_REALLOCARRAY = 1
1135HAVE_REALPATH = 1
1136HAVE_RENAMEAT = 1
1137HAVE_REWINDDIR = 1
1138HAVE_RPMATCH = 1
1139HAVE_SCANDIR = 1
1140HAVE_SECURE_GETENV = 1
1141HAVE_SETENV = 1
1142HAVE_SETHOSTNAME = 1
1143HAVE_SETSTATE = 1
1144HAVE_SIGABBREV_NP = 1
1145HAVE_SIGACTION = 1
1146HAVE_SIGDESCR_NP = 1
1147HAVE_SIGHANDLER_T = 0
1148HAVE_SIGINFO_T = 1
1149HAVE_SIGNED_SIG_ATOMIC_T =
1150HAVE_SIGNED_WCHAR_T =
1151HAVE_SIGNED_WINT_T =
1152HAVE_SIGSET_T = 1
1153HAVE_SLEEP = 1
1154HAVE_STDINT_H = 1
1155HAVE_STPCPY = 1
1156HAVE_STPNCPY = 1
1157HAVE_STRCASECMP = 1
1158HAVE_STRCASESTR = 1
1159HAVE_STRCHRNUL = 1
1160HAVE_STRERRORNAME_NP = 1
1161HAVE_STRINGS_H = 1
1162HAVE_STRPBRK = 1
1163HAVE_STRPTIME = 1
1164HAVE_STRSEP = 1
1165HAVE_STRTOD = 1
1166HAVE_STRTOLD = 1
1167HAVE_STRTOLL = 1
1168HAVE_STRTOULL = 1
1169HAVE_STRUCT_RANDOM_DATA = 1
1170HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1
1171HAVE_STRUCT_TIMEVAL = 1
1172HAVE_STRVERSCMP = 1
1173HAVE_SYMLINK = 1
1174HAVE_SYMLINKAT = 1
1175HAVE_SYSEXITS_H = 1
1176HAVE_SYS_BITYPES_H = 0
1177HAVE_SYS_CDEFS_H = 1
1178HAVE_SYS_INTTYPES_H = 0
1179HAVE_SYS_LOADAVG_H = 0
1180HAVE_SYS_PARAM_H = 0
1181HAVE_SYS_RANDOM_H = 1
1182HAVE_SYS_TIME_H = 1
1183HAVE_SYS_TYPES_H = 1
1184HAVE_TIMEGM = 1
1185HAVE_TIMESPEC_GET = 1
1186HAVE_TIMEZONE_T = 0
1187HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1
1188HAVE_UNISTD_H = 1
1189HAVE_UNLINKAT = 1
1190HAVE_UNLOCKPT = 1
1191HAVE_USLEEP = 1
1192HAVE_UTIME = 1
1193HAVE_UTIMENSAT = 1
1194HAVE_UTIME_H = 1
1195HAVE_VASPRINTF = 1
1196HAVE_VDPRINTF = 1
1197HAVE_VISIBILITY = 1
1198HAVE_WCHAR_H = 1
1199HAVE_WCHAR_T = 1
1200HAVE_WCPCPY = 1
1201HAVE_WCPNCPY = 1
1202HAVE_WCRTOMB = 1
1203HAVE_WCSCASECMP = 1
1204HAVE_WCSCAT = 1
1205HAVE_WCSCHR = 1
1206HAVE_WCSCMP = 1
1207HAVE_WCSCOLL = 1
1208HAVE_WCSCPY = 1
1209HAVE_WCSCSPN = 1
1210HAVE_WCSDUP = 1
1211HAVE_WCSFTIME = 1
1212HAVE_WCSLEN = 1
1213HAVE_WCSNCASECMP = 1
1214HAVE_WCSNCAT = 1
1215HAVE_WCSNCMP = 1
1216HAVE_WCSNCPY = 1
1217HAVE_WCSNLEN = 1
1218HAVE_WCSNRTOMBS = 1
1219HAVE_WCSPBRK = 1
1220HAVE_WCSRCHR = 1
1221HAVE_WCSRTOMBS = 1
1222HAVE_WCSSPN = 1
1223HAVE_WCSSTR = 1
1224HAVE_WCSTOK = 1
1225HAVE_WCSWIDTH = 1
1226HAVE_WCSXFRM = 1
1227HAVE_WCTRANS_T = 1
1228HAVE_WCTYPE_H = 1
1229HAVE_WCTYPE_T = 1
1230HAVE_WINSOCK2_H = 0
1231HAVE_WINT_T = 1
1232HAVE_WMEMCHR = 1
1233HAVE_WMEMCMP = 1
1234HAVE_WMEMCPY = 1
1235HAVE_WMEMMOVE = 1
1236HAVE_WMEMPCPY = 0
1237HAVE_WMEMSET = 1
1238HAVE_XLOCALE_H = 1
1239HAVE__BOOL = 1
1240HAVE__EXIT = 1
1241INCLUDE_NEXT = include_next
1242INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
1243INSTALL = /usr/bin/install -c
1244INSTALL_DATA = install  -m 0644
1245INSTALL_PROGRAM = install  -s -m 555
1246INSTALL_SCRIPT = install  -m 555
1247INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
1248INT32_MAX_LT_INTMAX_MAX = 1
1249INT64_MAX_EQ_LONG_MAX = 1
1250INTLLIBS = /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
1251INTL_MACOSX_LIBS =
1252LDFLAGS =
1253LIBGNU_LIBDEPS =
1254LIBGNU_LTLIBDEPS =
1255LIBICONV =
1256LIBINTL = /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
1257LIBOBJS =
1258LIBPMULTITHREAD = -lpthread
1259LIBPTHREAD =
1260LIBS = -L/usr/local/lib
1261LIBUNISTRING_UNITYPES_H = unitypes.h
1262LIBUNISTRING_UNIWIDTH_H = uniwidth.h
1263LIB_ACL =
1264LIB_CLOCK_GETTIME =
1265LIB_EACCESS =
1266LIB_GETRANDOM =
1267LIB_HARD_LOCALE =
1268LIB_HAS_ACL =
1269LIB_MBRTOWC =
1270LIB_NL_LANGINFO =
1271LIB_SCHED_YIELD =
1272LIB_SELINUX =
1273LIB_SETLOCALE_NULL =
1274LIB_SETSOCKOPT =
1275LIMITS_H = limits.h
1276LOCALCHARSET_TESTS_ENVIRONMENT =
1277LOCALE_FR = fr_FR
1278LOCALE_FR_UTF8 = fr_FR.UTF-8
1279LOCALE_JA = ja_JP.eucJP
1280LOCALE_ZH_CN = zh_CN.GB18030
1281LTLIBICONV =
1282LTLIBINTL = -L/usr/local/lib -lintl -R/usr/local/lib
1283LTLIBOBJS =
1284MAKEINFO = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/missing makeinfo
1285MKDIR_P = /bin/mkdir -p
1286MSGFMT = :
1287MSGMERGE = :
1288MSGMERGE_FOR_MSGFMT_OPTION = --no-location --quiet
1289NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = <ctype.h>
1290NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = <dirent.h>
1291NEXT_AS_FIRST_DIRECTIVE_ERRNO_H =
1292NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = <fcntl.h>
1293NEXT_AS_FIRST_DIRECTIVE_FLOAT_H =
1294NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H = <fnmatch.h>
1295NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h>
1296NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = <inttypes.h>
1297NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = <langinfo.h>
1298NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h>
1299NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = <locale.h>
1300NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H =
1301NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = <signal.h>
1302NEXT_AS_FIRST_DIRECTIVE_STDARG_H =
1303NEXT_AS_FIRST_DIRECTIVE_STDDEF_H =
1304NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
1305NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h>
1306NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h>
1307NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h>
1308NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
1309NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H = <sysexits.h>
1310NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H = <sys/random.h>
1311NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = <sys/stat.h>
1312NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = <sys/time.h>
1313NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h>
1314NEXT_AS_FIRST_DIRECTIVE_TIME_H = <time.h>
1315NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h>
1316NEXT_AS_FIRST_DIRECTIVE_UTIME_H = <utime.h>
1317NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h>
1318NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h>
1319NEXT_CTYPE_H = <ctype.h>
1320NEXT_DIRENT_H = <dirent.h>
1321NEXT_ERRNO_H =
1322NEXT_FCNTL_H = <fcntl.h>
1323NEXT_FLOAT_H =
1324NEXT_FNMATCH_H = <fnmatch.h>
1325NEXT_GETOPT_H = <getopt.h>
1326NEXT_INTTYPES_H = <inttypes.h>
1327NEXT_LANGINFO_H = <langinfo.h>
1328NEXT_LIMITS_H = <limits.h>
1329NEXT_LOCALE_H = <locale.h>
1330NEXT_SELINUX_SELINUX_H =
1331NEXT_SIGNAL_H = <signal.h>
1332NEXT_STDARG_H = <stdarg.h>
1333NEXT_STDDEF_H =
1334NEXT_STDINT_H = <stdint.h>
1335NEXT_STDIO_H = <stdio.h>
1336NEXT_STDLIB_H = <stdlib.h>
1337NEXT_STRINGS_H = <strings.h>
1338NEXT_STRING_H = <string.h>
1339NEXT_SYSEXITS_H = <sysexits.h>
1340NEXT_SYS_RANDOM_H = <sys/random.h>
1341NEXT_SYS_STAT_H = <sys/stat.h>
1342NEXT_SYS_TIME_H = <sys/time.h>
1343NEXT_SYS_TYPES_H = <sys/types.h>
1344NEXT_TIME_H = <time.h>
1345NEXT_UNISTD_H = <unistd.h>
1346NEXT_UTIME_H = <utime.h>
1347NEXT_WCHAR_H = <wchar.h>
1348NEXT_WCTYPE_H = <wctype.h>
1349OBJEXT = o
1350PACKAGE = tar
1351PACKAGE_BUGREPORT = bug-tar@gnu.org
1352PACKAGE_NAME = GNU tar
1353PACKAGE_STRING = GNU tar 1.34
1354PACKAGE_TARNAME = tar
1355PACKAGE_URL = http://www.gnu.org/software/tar/
1356PACKAGE_VERSION = 1.34
1357PARSE_DATETIME_BISON = :
1358PATH_SEPARATOR = :
1359POSUB = po
1360PRAGMA_COLUMNS =
1361PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
1362PRIPTR_PREFIX = "l"
1363PTHREAD_H_DEFINES_STRUCT_TIMESPEC = 0
1364PTRDIFF_T_SUFFIX =
1365PU_RMT_PROG = rmt$(EXEEXT)
1366RANLIB = ranlib
1367REPLACE_ACCESS = 0
1368REPLACE_ALIGNED_ALLOC = 0
1369REPLACE_BTOWC = 0
1370REPLACE_CALLOC = 0
1371REPLACE_CANONICALIZE_FILE_NAME = 0
1372REPLACE_CHOWN = 1
1373REPLACE_CLOSE = 0
1374REPLACE_CLOSEDIR = 0
1375REPLACE_CREAT = 0
1376REPLACE_CTIME = GNULIB_PORTCHECK
1377REPLACE_DIRFD = 0
1378REPLACE_DPRINTF = 0
1379REPLACE_DUP = 0
1380REPLACE_DUP2 = 0
1381REPLACE_DUPLOCALE = 0
1382REPLACE_EXECL = 0
1383REPLACE_EXECLE = 0
1384REPLACE_EXECLP = 0
1385REPLACE_EXECV = 0
1386REPLACE_EXECVE = 0
1387REPLACE_EXECVP = 0
1388REPLACE_EXECVPE = 0
1389REPLACE_FACCESSAT = 0
1390REPLACE_FCHMODAT = 0
1391REPLACE_FCHOWNAT = 1
1392REPLACE_FCLOSE = 0
1393REPLACE_FCNTL = 0
1394REPLACE_FDOPEN = 0
1395REPLACE_FDOPENDIR = 0
1396REPLACE_FFLUSH = 0
1397REPLACE_FFSLL = 0
1398REPLACE_FNMATCH = 1
1399REPLACE_FOPEN = 0
1400REPLACE_FPRINTF = 0
1401REPLACE_FPURGE = 0
1402REPLACE_FREE = 1
1403REPLACE_FREELOCALE = 0
1404REPLACE_FREOPEN = 0
1405REPLACE_FSEEK = 0
1406REPLACE_FSEEKO = 0
1407REPLACE_FSTAT = 0
1408REPLACE_FSTATAT = 0
1409REPLACE_FTELL = 0
1410REPLACE_FTELLO = 0
1411REPLACE_FTRUNCATE = 0
1412REPLACE_FUTIMENS = 0
1413REPLACE_GETCWD = 1
1414REPLACE_GETDELIM = 0
1415REPLACE_GETDOMAINNAME = 0
1416REPLACE_GETDTABLESIZE = 0
1417REPLACE_GETGROUPS = 1
1418REPLACE_GETLINE = 0
1419REPLACE_GETLOGIN_R = 0
1420REPLACE_GETPAGESIZE = 0
1421REPLACE_GETPASS = 0
1422REPLACE_GETRANDOM = 0
1423REPLACE_GETTIMEOFDAY = 0
1424REPLACE_GMTIME = 0
1425REPLACE_INITSTATE = 0
1426REPLACE_ISATTY = 0
1427REPLACE_ISWBLANK = 0
1428REPLACE_ISWCNTRL = 0
1429REPLACE_ISWDIGIT = 1
1430REPLACE_ISWXDIGIT = 1
1431REPLACE_ITOLD = 0
1432REPLACE_LCHOWN = 1
1433REPLACE_LINK = 0
1434REPLACE_LINKAT = 0
1435REPLACE_LOCALECONV = 0
1436REPLACE_LOCALTIME = 0
1437REPLACE_LOCALTIME_R = 0
1438REPLACE_LSEEK = 0
1439REPLACE_LSTAT = 0
1440REPLACE_MALLOC = 0
1441REPLACE_MBRLEN = 0
1442REPLACE_MBRTOWC = 0
1443REPLACE_MBSINIT = 0
1444REPLACE_MBSNRTOWCS = 0
1445REPLACE_MBSRTOWCS = 0
1446REPLACE_MBSTATE_T = 0
1447REPLACE_MBTOWC = 0
1448REPLACE_MEMCHR = 0
1449REPLACE_MEMMEM = 0
1450REPLACE_MKDIR = 0
1451REPLACE_MKFIFO = 0
1452REPLACE_MKFIFOAT = 0
1453REPLACE_MKNOD = 0
1454REPLACE_MKNODAT = 0
1455REPLACE_MKSTEMP = 0
1456REPLACE_MKTIME = 1
1457REPLACE_NANOSLEEP = GNULIB_PORTCHECK
1458REPLACE_NEWLOCALE = 0
1459REPLACE_NL_LANGINFO = 0
1460REPLACE_NULL = 0
1461REPLACE_OBSTACK_PRINTF = 0
1462REPLACE_OPEN = 0
1463REPLACE_OPENAT = 0
1464REPLACE_OPENDIR = 0
1465REPLACE_PERROR = 0
1466REPLACE_POPEN = 0
1467REPLACE_POSIX_MEMALIGN = 0
1468REPLACE_PREAD = 0
1469REPLACE_PRINTF = 0
1470REPLACE_PTHREAD_SIGMASK = 0
1471REPLACE_PTSNAME = 0
1472REPLACE_PTSNAME_R = 0
1473REPLACE_PUTENV = 0
1474REPLACE_PWRITE = 0
1475REPLACE_QSORT_R = 0
1476REPLACE_RAISE = 0
1477REPLACE_RANDOM = 0
1478REPLACE_RANDOM_R = 0
1479REPLACE_READ = 0
1480REPLACE_READLINK = 0
1481REPLACE_READLINKAT = 0
1482REPLACE_REALLOC = 0
1483REPLACE_REALPATH = 0
1484REPLACE_REMOVE = 0
1485REPLACE_RENAME = 1
1486REPLACE_RENAMEAT = 1
1487REPLACE_RMDIR = 0
1488REPLACE_SETENV = 0
1489REPLACE_SETLOCALE = 0
1490REPLACE_SETSTATE = 0
1491REPLACE_SLEEP = 0
1492REPLACE_SNPRINTF = 0
1493REPLACE_SPRINTF = 0
1494REPLACE_STAT = 0
1495REPLACE_STDIO_READ_FUNCS = 0
1496REPLACE_STDIO_WRITE_FUNCS = 0
1497REPLACE_STPNCPY = 0
1498REPLACE_STRCASESTR = 0
1499REPLACE_STRCHRNUL = 0
1500REPLACE_STRDUP = 0
1501REPLACE_STRERROR = 1
1502REPLACE_STRERRORNAME_NP = 0
1503REPLACE_STRERROR_R = 0
1504REPLACE_STRFTIME = GNULIB_PORTCHECK
1505REPLACE_STRNCAT = 0
1506REPLACE_STRNDUP = 0
1507REPLACE_STRNLEN = 0
1508REPLACE_STRSIGNAL = 0
1509REPLACE_STRSTR = 0
1510REPLACE_STRTOD = 0
1511REPLACE_STRTOIMAX = 0
1512REPLACE_STRTOK_R = 0
1513REPLACE_STRTOLD = 0
1514REPLACE_STRTOUMAX = 0
1515REPLACE_STRUCT_LCONV = 0
1516REPLACE_STRUCT_TIMEVAL = 0
1517REPLACE_SYMLINK = 0
1518REPLACE_SYMLINKAT = 0
1519REPLACE_TIMEGM = 1
1520REPLACE_TMPFILE = 0
1521REPLACE_TOWLOWER = 0
1522REPLACE_TRUNCATE = 0
1523REPLACE_TTYNAME_R = 0
1524REPLACE_TZSET = 0
1525REPLACE_UNLINK = 0
1526REPLACE_UNLINKAT = 0
1527REPLACE_UNSETENV = 0
1528REPLACE_USLEEP = 0
1529REPLACE_UTIME = 0
1530REPLACE_UTIMENSAT = 0
1531REPLACE_VASPRINTF = 0
1532REPLACE_VDPRINTF = 0
1533REPLACE_VFPRINTF = 0
1534REPLACE_VPRINTF = 0
1535REPLACE_VSNPRINTF = 0
1536REPLACE_VSPRINTF = 0
1537REPLACE_WCRTOMB = 0
1538REPLACE_WCSFTIME = 0
1539REPLACE_WCSNRTOMBS = 0
1540REPLACE_WCSRTOMBS = 0
1541REPLACE_WCSTOK = 0
1542REPLACE_WCSWIDTH = 0
1543REPLACE_WCTOB = 0
1544REPLACE_WCTOMB = 0
1545REPLACE_WCWIDTH = 0
1546REPLACE_WRITE = 0
1547RSH =
1548SED = /usr/bin/sed
1549SELINUX_CONTEXT_H = selinux/context.h
1550SELINUX_LABEL_H = selinux/label.h
1551SET_MAKE =
1552SHELL = /bin/sh
1553SIG_ATOMIC_T_SUFFIX =
1554SIZE_T_SUFFIX =
1555STDALIGN_H =
1556STDARG_H =
1557STDBOOL_H =
1558STDDEF_H =
1559STDINT_H = stdint.h
1560STRIP =
1561SYSEXITS_H =
1562SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0
1563TIME_H_DEFINES_STRUCT_TIMESPEC = 1
1564TIME_H_DEFINES_TIME_UTC = 1
1565UINT32_MAX_LT_UINTMAX_MAX = 1
1566UINT64_MAX_EQ_ULONG_MAX = 1
1567UNDEFINE_STRTOK_R = 0
1568UNISTD_H_DEFINES_STRUCT_TIMESPEC = 0
1569UNISTD_H_HAVE_SYS_RANDOM_H = 1
1570UNISTD_H_HAVE_WINSOCK2_H = 0
1571UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
1572USE_ACL = 0
1573USE_NLS = yes
1574VERSION = 1.34
1575WARN_CFLAGS =
1576WCHAR_T_SUFFIX =
1577WERROR_CFLAGS =
1578WINDOWS_64_BIT_OFF_T = 0
1579WINDOWS_64_BIT_ST_SIZE = 0
1580WINDOWS_STAT_INODES = 0
1581WINDOWS_STAT_TIMESPEC = 0
1582WINT_T_SUFFIX =
1583XGETTEXT = :
1584XGETTEXT_015 = :
1585XGETTEXT_EXTRA_OPTIONS =  --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format
1586YACC = byacc
1587YFLAGS =
1588abs_builddir = /opengrok/src/dports/archivers/gtar/tar-1.34/gnu
1589abs_srcdir = /opengrok/src/dports/archivers/gtar/tar-1.34/gnu
1590abs_top_builddir = /opengrok/src/dports/archivers/gtar/tar-1.34
1591abs_top_srcdir = /opengrok/src/dports/archivers/gtar/tar-1.34
1592ac_ct_AR = ar
1593ac_ct_CC = cc
1594am__include = include
1595am__leading_dot = .
1596am__quote =
1597am__tar =
1598am__untar =
1599bindir = ${exec_prefix}/bin
1600build = x86_64-portbld-dragonfly6.3
1601build_alias = x86_64-portbld-dragonfly6.3
1602build_cpu = x86_64
1603build_os = dragonfly6.3
1604build_vendor = portbld
1605builddir = .
1606datadir = ${datarootdir}
1607datarootdir = ${prefix}/share
1608docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
1609dvidir = ${docdir}
1610exec_prefix = ${prefix}
1611gl_LIBOBJS =  asnprintf.o canonicalize-lgpl.o chdir-long.o chown.o error.o euidaccess.o fchownat.o fnmatch.o free.o getcwd.o getcwd-lgpl.o getgroups.o getopt.o getopt1.o group-member.o iswdigit.o iswxdigit.o lchown.o mktime.o obstack.o printf-args.o printf-parse.o rawmemchr.o regex.o rename.o renameat.o setlocale-lock.o strerror.o strerror-override.o time_rz.o timegm.o vasnprintf.o wmempcpy.o
1612gl_LTLIBOBJS =  asnprintf.lo canonicalize-lgpl.lo chdir-long.lo chown.lo error.lo euidaccess.lo fchownat.lo fnmatch.lo free.lo getcwd.lo getcwd-lgpl.lo getgroups.lo getopt.lo getopt1.lo group-member.lo iswdigit.lo iswxdigit.lo lchown.lo mktime.lo obstack.lo printf-args.lo printf-parse.lo rawmemchr.lo regex.lo rename.lo renameat.lo setlocale-lock.lo strerror.lo strerror-override.lo time_rz.lo timegm.lo vasnprintf.lo wmempcpy.lo
1613gltests_LIBOBJS =
1614gltests_LTLIBOBJS =
1615gltests_WITNESS = IN_TAR_GNULIB_TESTS
1616host = x86_64-portbld-dragonfly6.3
1617host_alias =
1618host_cpu = x86_64
1619host_os = dragonfly6.3
1620host_vendor = portbld
1621htmldir = ${docdir}
1622includedir = ${prefix}/include
1623infodir = /usr/local/share/info
1624install_sh = ${SHELL} /opengrok/src/dports/archivers/gtar/tar-1.34/build-aux/install-sh
1625libdir = ${exec_prefix}/lib
1626libexecdir = ${exec_prefix}/libexec
1627lispdir = ${datarootdir}/emacs/site-lisp
1628localedir = ${datarootdir}/locale
1629localstatedir = /var
1630mandir = /usr/local/man
1631mkdir_p = $(MKDIR_P)
1632oldincludedir = /usr/include
1633pdfdir = ${docdir}
1634prefix = /usr/local
1635program_transform_name = s&^&g&
1636psdir = ${docdir}
1637runstatedir = ${localstatedir}/run
1638sbindir = ${exec_prefix}/sbin
1639sharedstatedir = ${prefix}/com
1640srcdir = .
1641sysconfdir = ${prefix}/etc
1642target_alias =
1643top_build_prefix = ../
1644top_builddir = ..
1645top_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)
1808libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
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
1956include $(DEPDIR)/alloca.Po
1957include ./$(DEPDIR)/acl-errno-valid.Po
1958include ./$(DEPDIR)/acl-internal.Po
1959include ./$(DEPDIR)/acl_entries.Po
1960include ./$(DEPDIR)/alloca.Po
1961include ./$(DEPDIR)/allocator.Po
1962include ./$(DEPDIR)/anytostr.Po
1963include ./$(DEPDIR)/areadlink-with-size.Po
1964include ./$(DEPDIR)/areadlink.Po
1965include ./$(DEPDIR)/areadlinkat-with-size.Po
1966include ./$(DEPDIR)/areadlinkat.Po
1967include ./$(DEPDIR)/argmatch.Po
1968include ./$(DEPDIR)/argp-ba.Po
1969include ./$(DEPDIR)/argp-eexst.Po
1970include ./$(DEPDIR)/argp-fmtstream.Po
1971include ./$(DEPDIR)/argp-fs-xinl.Po
1972include ./$(DEPDIR)/argp-help.Po
1973include ./$(DEPDIR)/argp-parse.Po
1974include ./$(DEPDIR)/argp-pin.Po
1975include ./$(DEPDIR)/argp-pv.Po
1976include ./$(DEPDIR)/argp-pvh.Po
1977include ./$(DEPDIR)/argp-version-etc.Po
1978include ./$(DEPDIR)/argp-xinl.Po
1979include ./$(DEPDIR)/asnprintf.Po
1980include ./$(DEPDIR)/asprintf.Po
1981include ./$(DEPDIR)/at-func.Po
1982include ./$(DEPDIR)/at-func2.Po
1983include ./$(DEPDIR)/backup-find.Po
1984include ./$(DEPDIR)/backupfile.Po
1985include ./$(DEPDIR)/basename-lgpl.Po
1986include ./$(DEPDIR)/basename.Po
1987include ./$(DEPDIR)/bitrotate.Po
1988include ./$(DEPDIR)/btowc.Po
1989include ./$(DEPDIR)/c-ctype.Po
1990include ./$(DEPDIR)/c-strcasecmp.Po
1991include ./$(DEPDIR)/c-strncasecmp.Po
1992include ./$(DEPDIR)/canonicalize-lgpl.Po
1993include ./$(DEPDIR)/careadlinkat.Po
1994include ./$(DEPDIR)/chdir-long.Po
1995include ./$(DEPDIR)/chown.Po
1996include ./$(DEPDIR)/cloexec.Po
1997include ./$(DEPDIR)/close-stream.Po
1998include ./$(DEPDIR)/close.Po
1999include ./$(DEPDIR)/closedir.Po
2000include ./$(DEPDIR)/closeout.Po
2001include ./$(DEPDIR)/creat-safer.Po
2002include ./$(DEPDIR)/dirfd.Po
2003include ./$(DEPDIR)/dirname-lgpl.Po
2004include ./$(DEPDIR)/dirname.Po
2005include ./$(DEPDIR)/dup-safer-flag.Po
2006include ./$(DEPDIR)/dup-safer.Po
2007include ./$(DEPDIR)/dup.Po
2008include ./$(DEPDIR)/dup2.Po
2009include ./$(DEPDIR)/error.Po
2010include ./$(DEPDIR)/euidaccess.Po
2011include ./$(DEPDIR)/exclude.Po
2012include ./$(DEPDIR)/exitfail.Po
2013include ./$(DEPDIR)/faccessat.Po
2014include ./$(DEPDIR)/fchdir.Po
2015include ./$(DEPDIR)/fchmodat.Po
2016include ./$(DEPDIR)/fchown-stub.Po
2017include ./$(DEPDIR)/fchownat.Po
2018include ./$(DEPDIR)/fcntl.Po
2019include ./$(DEPDIR)/fd-hook.Po
2020include ./$(DEPDIR)/fd-safer-flag.Po
2021include ./$(DEPDIR)/fd-safer.Po
2022include ./$(DEPDIR)/fdopendir.Po
2023include ./$(DEPDIR)/fdutimensat.Po
2024include ./$(DEPDIR)/file-has-acl.Po
2025include ./$(DEPDIR)/fileblocks.Po
2026include ./$(DEPDIR)/filenamecat-lgpl.Po
2027include ./$(DEPDIR)/float.Po
2028include ./$(DEPDIR)/fnmatch.Po
2029include ./$(DEPDIR)/fnmatch_loop.Po
2030include ./$(DEPDIR)/fopen.Po
2031include ./$(DEPDIR)/fpending.Po
2032include ./$(DEPDIR)/fprintftime.Po
2033include ./$(DEPDIR)/free.Po
2034include ./$(DEPDIR)/fseek.Po
2035include ./$(DEPDIR)/fseeko.Po
2036include ./$(DEPDIR)/fstat.Po
2037include ./$(DEPDIR)/fstatat.Po
2038include ./$(DEPDIR)/full-write.Po
2039include ./$(DEPDIR)/futimens.Po
2040include ./$(DEPDIR)/get-permissions.Po
2041include ./$(DEPDIR)/getcwd-lgpl.Po
2042include ./$(DEPDIR)/getcwd.Po
2043include ./$(DEPDIR)/getdelim.Po
2044include ./$(DEPDIR)/getdtablesize.Po
2045include ./$(DEPDIR)/getfilecon.Po
2046include ./$(DEPDIR)/getgroups.Po
2047include ./$(DEPDIR)/getline.Po
2048include ./$(DEPDIR)/getopt.Po
2049include ./$(DEPDIR)/getopt1.Po
2050include ./$(DEPDIR)/getpagesize.Po
2051include ./$(DEPDIR)/getprogname.Po
2052include ./$(DEPDIR)/getrandom.Po
2053include ./$(DEPDIR)/gettime.Po
2054include ./$(DEPDIR)/gettimeofday.Po
2055include ./$(DEPDIR)/group-member.Po
2056include ./$(DEPDIR)/hard-locale.Po
2057include ./$(DEPDIR)/hash.Po
2058include ./$(DEPDIR)/human.Po
2059include ./$(DEPDIR)/imaxtostr.Po
2060include ./$(DEPDIR)/inttostr.Po
2061include ./$(DEPDIR)/isblank.Po
2062include ./$(DEPDIR)/iswblank.Po
2063include ./$(DEPDIR)/iswdigit.Po
2064include ./$(DEPDIR)/iswxdigit.Po
2065include ./$(DEPDIR)/itold.Po
2066include ./$(DEPDIR)/lc-charset-dispatch.Po
2067include ./$(DEPDIR)/lchmod.Po
2068include ./$(DEPDIR)/lchown.Po
2069include ./$(DEPDIR)/link.Po
2070include ./$(DEPDIR)/linkat.Po
2071include ./$(DEPDIR)/localcharset.Po
2072include ./$(DEPDIR)/localeconv.Po
2073include ./$(DEPDIR)/lseek.Po
2074include ./$(DEPDIR)/lstat.Po
2075include ./$(DEPDIR)/malloc.Po
2076include ./$(DEPDIR)/malloca.Po
2077include ./$(DEPDIR)/mbchar.Po
2078include ./$(DEPDIR)/mbrtowc.Po
2079include ./$(DEPDIR)/mbscasecmp.Po
2080include ./$(DEPDIR)/mbsinit.Po
2081include ./$(DEPDIR)/mbsrtowcs-state.Po
2082include ./$(DEPDIR)/mbsrtowcs.Po
2083include ./$(DEPDIR)/mbtowc-lock.Po
2084include ./$(DEPDIR)/mbtowc.Po
2085include ./$(DEPDIR)/mbuiter.Po
2086include ./$(DEPDIR)/memchr.Po
2087include ./$(DEPDIR)/mempcpy.Po
2088include ./$(DEPDIR)/memrchr.Po
2089include ./$(DEPDIR)/mkdir.Po
2090include ./$(DEPDIR)/mkdirat.Po
2091include ./$(DEPDIR)/mkdtemp.Po
2092include ./$(DEPDIR)/mkfifo.Po
2093include ./$(DEPDIR)/mkfifoat.Po
2094include ./$(DEPDIR)/mknod.Po
2095include ./$(DEPDIR)/mknodat.Po
2096include ./$(DEPDIR)/mktime.Po
2097include ./$(DEPDIR)/modechange.Po
2098include ./$(DEPDIR)/msvc-inval.Po
2099include ./$(DEPDIR)/msvc-nothrow.Po
2100include ./$(DEPDIR)/nl_langinfo-lock.Po
2101include ./$(DEPDIR)/nl_langinfo.Po
2102include ./$(DEPDIR)/nstrftime.Po
2103include ./$(DEPDIR)/obstack.Po
2104include ./$(DEPDIR)/offtostr.Po
2105include ./$(DEPDIR)/open-safer.Po
2106include ./$(DEPDIR)/open.Po
2107include ./$(DEPDIR)/openat-die.Po
2108include ./$(DEPDIR)/openat-proc.Po
2109include ./$(DEPDIR)/openat-safer.Po
2110include ./$(DEPDIR)/openat.Po
2111include ./$(DEPDIR)/opendir-safer.Po
2112include ./$(DEPDIR)/opendir.Po
2113include ./$(DEPDIR)/opendirat.Po
2114include ./$(DEPDIR)/parse-datetime.Po
2115include ./$(DEPDIR)/pipe-safer.Po
2116include ./$(DEPDIR)/pipe.Po
2117include ./$(DEPDIR)/printf-args.Po
2118include ./$(DEPDIR)/printf-parse.Po
2119include ./$(DEPDIR)/priv-set.Po
2120include ./$(DEPDIR)/progname.Po
2121include ./$(DEPDIR)/quotearg.Po
2122include ./$(DEPDIR)/raise.Po
2123include ./$(DEPDIR)/rawmemchr.Po
2124include ./$(DEPDIR)/read.Po
2125include ./$(DEPDIR)/readdir.Po
2126include ./$(DEPDIR)/readlink.Po
2127include ./$(DEPDIR)/readlinkat.Po
2128include ./$(DEPDIR)/realloc.Po
2129include ./$(DEPDIR)/regcomp.Po
2130include ./$(DEPDIR)/regex.Po
2131include ./$(DEPDIR)/regex_internal.Po
2132include ./$(DEPDIR)/regexec.Po
2133include ./$(DEPDIR)/rename.Po
2134include ./$(DEPDIR)/renameat.Po
2135include ./$(DEPDIR)/renameatu.Po
2136include ./$(DEPDIR)/rewinddir.Po
2137include ./$(DEPDIR)/rmdir.Po
2138include ./$(DEPDIR)/rpmatch.Po
2139include ./$(DEPDIR)/safe-read.Po
2140include ./$(DEPDIR)/safe-write.Po
2141include ./$(DEPDIR)/save-cwd.Po
2142include ./$(DEPDIR)/savedir.Po
2143include ./$(DEPDIR)/se-context.Po
2144include ./$(DEPDIR)/se-label.Po
2145include ./$(DEPDIR)/se-selinux.Po
2146include ./$(DEPDIR)/selinux-at.Po
2147include ./$(DEPDIR)/set-permissions.Po
2148include ./$(DEPDIR)/setenv.Po
2149include ./$(DEPDIR)/setlocale-lock.Po
2150include ./$(DEPDIR)/setlocale_null.Po
2151include ./$(DEPDIR)/sleep.Po
2152include ./$(DEPDIR)/snprintf.Po
2153include ./$(DEPDIR)/stat-time.Po
2154include ./$(DEPDIR)/stat-w32.Po
2155include ./$(DEPDIR)/stat.Po
2156include ./$(DEPDIR)/statat.Po
2157include ./$(DEPDIR)/stdopen.Po
2158include ./$(DEPDIR)/stpcpy.Po
2159include ./$(DEPDIR)/strcasecmp.Po
2160include ./$(DEPDIR)/strchrnul.Po
2161include ./$(DEPDIR)/strdup.Po
2162include ./$(DEPDIR)/strerror-override.Po
2163include ./$(DEPDIR)/strerror.Po
2164include ./$(DEPDIR)/stripslash.Po
2165include ./$(DEPDIR)/strncasecmp.Po
2166include ./$(DEPDIR)/strndup.Po
2167include ./$(DEPDIR)/strnlen.Po
2168include ./$(DEPDIR)/strnlen1.Po
2169include ./$(DEPDIR)/strtoimax.Po
2170include ./$(DEPDIR)/strtol.Po
2171include ./$(DEPDIR)/strtoll.Po
2172include ./$(DEPDIR)/strtoul.Po
2173include ./$(DEPDIR)/strtoull.Po
2174include ./$(DEPDIR)/strtoumax.Po
2175include ./$(DEPDIR)/symlink.Po
2176include ./$(DEPDIR)/symlinkat.Po
2177include ./$(DEPDIR)/tempname.Po
2178include ./$(DEPDIR)/time_r.Po
2179include ./$(DEPDIR)/time_rz.Po
2180include ./$(DEPDIR)/timegm.Po
2181include ./$(DEPDIR)/timespec-sub.Po
2182include ./$(DEPDIR)/timespec.Po
2183include ./$(DEPDIR)/tzset.Po
2184include ./$(DEPDIR)/uinttostr.Po
2185include ./$(DEPDIR)/umaxtostr.Po
2186include ./$(DEPDIR)/unistd.Po
2187include ./$(DEPDIR)/unlink.Po
2188include ./$(DEPDIR)/unlinkat.Po
2189include ./$(DEPDIR)/unlinkdir.Po
2190include ./$(DEPDIR)/unsetenv.Po
2191include ./$(DEPDIR)/utime.Po
2192include ./$(DEPDIR)/utimens.Po
2193include ./$(DEPDIR)/utimensat.Po
2194include ./$(DEPDIR)/vasnprintf.Po
2195include ./$(DEPDIR)/vasprintf.Po
2196include ./$(DEPDIR)/version-etc-fsf.Po
2197include ./$(DEPDIR)/version-etc.Po
2198include ./$(DEPDIR)/vsnprintf.Po
2199include ./$(DEPDIR)/wcrtomb.Po
2200include ./$(DEPDIR)/wctype-h.Po
2201include ./$(DEPDIR)/wcwidth.Po
2202include ./$(DEPDIR)/wmemchr.Po
2203include ./$(DEPDIR)/wmempcpy.Po
2204include ./$(DEPDIR)/write.Po
2205include ./$(DEPDIR)/xalloc-die.Po
2206include ./$(DEPDIR)/xasprintf.Po
2207include ./$(DEPDIR)/xgetcwd.Po
2208include ./$(DEPDIR)/xmalloc.Po
2209include ./$(DEPDIR)/xsize.Po
2210include ./$(DEPDIR)/xstrndup.Po
2211include ./$(DEPDIR)/xstrtol.Po
2212include ./$(DEPDIR)/xstrtoul.Po
2213include ./$(DEPDIR)/xstrtoumax.Po
2214include ./$(DEPDIR)/xvasprintf.Po
2215include malloc/$(DEPDIR)/scratch_buffer_dupfree.Po
2216include malloc/$(DEPDIR)/scratch_buffer_grow.Po
2217include malloc/$(DEPDIR)/scratch_buffer_grow_preserve.Po
2218include malloc/$(DEPDIR)/scratch_buffer_set_array_size.Po
2219include uniwidth/$(DEPDIR)/width.Po
2220
2221.c.o:
2222	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2223	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2224	$(am__mv) $$depbase.Tpo $$depbase.Po
2225#	$(AM_V_CC)source='$<' object='$@' libtool=no \
2226#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
2227#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
2228
2229.c.obj:
2230	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2231	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2232	$(am__mv) $$depbase.Tpo $$depbase.Po
2233#	$(AM_V_CC)source='$<' object='$@' libtool=no \
2234#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
2235#	$(AM_V_CC_no)$(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.
2534alloca.h: alloca.in.h $(top_builddir)/config.status
2535	$(AM_V_GEN)rm -f $@-t $@ && \
2536	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2537	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
2538	} > $@-t && \
2539	mv -f $@-t $@
2540#alloca.h: $(top_builddir)/config.status
2541#	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 GCC system_header|g' \
2592	      -e 's|@''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 GCC system_header|g' \
2611	      -e 's|@''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#errno.h: errno.in.h $(top_builddir)/config.status
2644#	$(AM_V_GEN)rm -f $@-t $@ && \
2645#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2646#	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2647#	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2648#	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
2649#	      -e 's|@''PRAGMA_COLUMNS''@||g' \
2650#	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
2651#	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
2652#	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
2653#	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
2654#	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
2655#	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
2656#	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
2657#	      < $(srcdir)/errno.in.h; \
2658#	} > $@-t && \
2659#	mv $@-t $@
2660errno.h: $(top_builddir)/config.status
2661	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 GCC system_header|g' \
2671	      -e 's|@''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#float.h: float.in.h $(top_builddir)/config.status
2696#	$(AM_V_GEN)rm -f $@-t $@ && \
2697#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2698#	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2699#	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2700#	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
2701#	      -e 's|@''PRAGMA_COLUMNS''@||g' \
2702#	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
2703#	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
2704#	      < $(srcdir)/float.in.h; \
2705#	} > $@-t && \
2706#	mv $@-t $@
2707float.h: $(top_builddir)/config.status
2708	rm -f $@
2709
2710# We need the following in order to create <fnmatch.h>.
2711fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2712	$(AM_V_GEN)rm -f $@-t $@ && \
2713	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2714	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2715	      -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
2716	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2717	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
2718	      -e 's|@''PRAGMA_COLUMNS''@||g' \
2719	      -e 's|@''NEXT_FNMATCH_H''@|$(NEXT_FNMATCH_H)|g' \
2720	      -e 's/@''GNULIB_FNMATCH''@/$(GNULIB_FNMATCH)/g' \
2721	      -e 's|@''HAVE_FNMATCH''@|$(HAVE_FNMATCH)|g' \
2722	      -e 's|@''REPLACE_FNMATCH''@|$(REPLACE_FNMATCH)|g' \
2723	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2724	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2725	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2726	      < $(srcdir)/fnmatch.in.h; \
2727	} > $@-t && \
2728	mv $@-t $@
2729#fnmatch.h: $(top_builddir)/config.status
2730#	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 GCC system_header|g' \
2741	      -e 's|@''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 GCC system_header|g' \
2764	      -e 's|@''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 GCC system_header|g' \
2799	      -e 's|@''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.
2817limits.h: limits.in.h $(top_builddir)/config.status
2818	$(AM_V_GEN)rm -f $@-t $@ && \
2819	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2820	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2821	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2822	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
2823	      -e 's|@''PRAGMA_COLUMNS''@||g' \
2824	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
2825	      < $(srcdir)/limits.in.h; \
2826	} > $@-t && \
2827	mv $@-t $@
2828#limits.h: $(top_builddir)/config.status
2829#	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 GCC system_header|g' \
2839	      -e 's|@''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 GCC system_header|g' \
2906	      -e 's|@''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 $@
2913selinux/context.h: se-context.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2914	$(AM_V_at)$(MKDIR_P) selinux
2915	$(AM_V_GEN)rm -f $@-t $@ && \
2916	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2917	  sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2918	      < $(srcdir)/se-context.in.h; \
2919	} > $@-t && \
2920	chmod a-x $@-t && \
2921	mv $@-t $@
2922#selinux/context.h: $(top_builddir)/config.status
2923#	rm -f $@
2924selinux/label.h: se-label.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2925	$(AM_V_at)$(MKDIR_P) selinux
2926	$(AM_V_GEN)rm -f $@-t $@ && \
2927	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2928	  sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2929	      < $(srcdir)/se-label.in.h; \
2930	} > $@-t && \
2931	chmod a-x $@-t && \
2932	mv $@-t $@
2933#selinux/label.h: $(top_builddir)/config.status
2934#	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 GCC system_header|g' \
2944	      -e 's|@''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#stdalign.h: stdalign.in.h $(top_builddir)/config.status
2972#	$(AM_V_GEN)rm -f $@-t $@ && \
2973#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2974#	  cat $(srcdir)/stdalign.in.h; \
2975#	} > $@-t && \
2976#	mv $@-t $@
2977stdalign.h: $(top_builddir)/config.status
2978	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#stdarg.h: stdarg.in.h $(top_builddir)/config.status
2983#	$(AM_V_GEN)rm -f $@-t $@ && \
2984#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2985#	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2986#	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2987#	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
2988#	      -e 's|@''PRAGMA_COLUMNS''@||g' \
2989#	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
2990#	      < $(srcdir)/stdarg.in.h; \
2991#	} > $@-t && \
2992#	mv $@-t $@
2993stdarg.h: $(top_builddir)/config.status
2994	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#stdbool.h: stdbool.in.h $(top_builddir)/config.status
2999#	$(AM_V_GEN)rm -f $@-t $@ && \
3000#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3001#	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
3002#	} > $@-t && \
3003#	mv $@-t $@
3004stdbool.h: $(top_builddir)/config.status
3005	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#stddef.h: stddef.in.h $(top_builddir)/config.status
3010#	$(AM_V_GEN)rm -f $@-t $@ && \
3011#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3012#	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3013#	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3014#	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3015#	      -e 's|@''PRAGMA_COLUMNS''@||g' \
3016#	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
3017#	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
3018#	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
3019#	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
3020#	      < $(srcdir)/stddef.in.h; \
3021#	} > $@-t && \
3022#	mv $@-t $@
3023stddef.h: $(top_builddir)/config.status
3024	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.
3028stdint.h: stdint.in.h $(top_builddir)/config.status
3029	$(AM_V_GEN)rm -f $@-t $@ && \
3030	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3031	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3032	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
3033	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3034	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3035	      -e 's|@''PRAGMA_COLUMNS''@||g' \
3036	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
3037	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
3038	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
3039	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
3040	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
3041	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
3042	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
3043	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
3044	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
3045	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
3046	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
3047	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
3048	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
3049	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
3050	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
3051	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
3052	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
3053	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
3054	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
3055	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
3056	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
3057	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3058	      < $(srcdir)/stdint.in.h; \
3059	} > $@-t && \
3060	mv $@-t $@
3061#stdint.h: $(top_builddir)/config.status
3062#	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 GCC system_header|g' \
3072	      -e 's|@''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 GCC system_header|g' \
3199	      -e 's|@''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 GCC system_header|g' \
3324	      -e 's|@''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 GCC system_header|g' \
3427	      -e 's|@''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 GCC system_header|g' \
3449	      -e 's|@''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 GCC system_header|g' \
3471	      -e 's|@''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 GCC system_header|g' \
3535	      -e 's|@''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 GCC system_header|g' \
3559	      -e 's|@''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#sysexits.h: sysexits.in.h $(top_builddir)/config.status
3570#	$(AM_V_GEN)rm -f $@-t $@ && \
3571#	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3572#	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3573#	      -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
3574#	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3575#	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3576#	      -e 's|@''PRAGMA_COLUMNS''@||g' \
3577#	      -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
3578#	      < $(srcdir)/sysexits.in.h; \
3579#	} > $@-t && \
3580#	mv -f $@-t $@
3581sysexits.h: $(top_builddir)/config.status
3582	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 GCC system_header|g' \
3592	      -e 's|@''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 GCC system_header|g' \
3642	      -e 's|@''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 GCC system_header|g' \
3851	      -e 's|@''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 GCC system_header|g' \
3872	      -e 's|@''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 GCC system_header|g' \
3995	      -e 's|@''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